Projet

Général

Profil

Paste
Télécharger (1,04 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / mayo / sass / partials / _base.scss @ d7f58da2

1
/*------- Begin default section --------*/
2
* {
3
  margin: 0;
4
  padding: 0;
5
}
6
body {
7
  font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', Baskerville, serif;
8
  line-height: 1.5em;
9
  font-size: 87.5%; /* = 14px assuming browser's regular font size is 16px */
10
}
11
ul {
12
  margin: 0;
13
  padding: 0;
14
  list-style-type: disc;
15
  margin-left: 10px;
16
}
17
ol {
18
  margin: 0;
19
  padding: 0;
20
  margin-left: 10px;
21
}
22
a {
23
  text-decoration: none;
24
}
25
a:hover, a:active, a:focus {
26
  text-decoration: underline;
27
}
28
em {
29
  font-style: italic;
30
}
31
/* p,a,strong,em,li,dl,dt { */
32
p,li,dl,dt {
33
  margin: 6px 0;
34
  line-height: 1.5em;
35
}
36
dd {
37
  margin-left: 2.5em;
38
}
39
table {
40
  width: 100%;
41
  margin: 4px 0px;
42
}
43
h1 {
44
  font-size: 1.4em;
45
}
46
h2 {
47
  font-size: 1.3em;
48
}
49
h3 {
50
  font-size: 1.2em;
51
}
52
h4 {
53
  font-size: 1.15em;
54
}
55
h5 {
56
  font-size: 1em;
57
}
58
fieldset {
59
  border-width: 1px;
60
  border-style: solid;
61
}
62
#site-name, #site-slogan {
63
  font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', Baskerville, serif;
64
}
65

    
66
/*------- end of default section --------*/