summaryrefslogtreecommitdiff
path: root/src/css/design.scss
blob: fc53bfbc54f6255fa498dd277511146ff596a648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$gsm:     "screen and (max-width: 768px)";
$tab:     "screen and (max-width: 1024px)";
$gt-gsm:  "screen and (min-width: 768px)";

@import 'contenu';
@import 'sommaire';
@import 'style';
@import 'rainbow';

body {
  font-family: 'Noto Serif', Verdana, "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  margin: 0px;
  background: #f1f1f1;
  line-height: 1.6;
  color: #333333;
  word-wrap: break-word;
  font-size: 16px;
}
#body_c {
  background-repeat:no-repeat;
  background-position:top left;
}
.fl {
  float: left;
}
ache {
  margin-left: auto;
  margin-right: auto;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  padding: 7px 13px;
}
table, th, td {
    border: 1px solid #dfe2e5;
    padding: 7px 13px;
}
.suite {
    color: #888888;
    outline: none;
    text-decoration: none;
    font-size: 0.6em;
    font-weight: bold;
    font-family: monospace, serif;
    text-shadow: 0 1px 0 #DDD;
}