Projet

Général

Profil

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

root / drupal7 / sites / all / modules / advanced_help / help-popup.css @ 6e9292aa

1 85ad3d82 Assos Assos
2
body {
3
  background: #edf5fa;
4
  color: #494949;
5
  font: 12px/170% Verdana, sans-serif;
6
  margin: 0;
7
  padding: 0;
8
}
9
10
input {
11
  color: #494949;
12
  font: 12px/100% Verdana, sans-serif;
13
}
14
15
textarea,
16
select {
17
  color: #494949;
18
  font: 12px/160% Verdana, sans-serif;
19
}
20
21
h1,
22
h2,
23
h3,
24
h4,
25
h5,
26
h6 {
27
  font-family: Helvetica, Arial, sans-serif;
28
  font-weight: normal;
29
  margin: 0;
30
  padding: 0;
31
}
32
33
h1 {
34
  font-size: 170%;
35
}
36
37
h2 {
38
  font-size: 160%;
39
  line-height: 130%;
40
}
41
42
h3 {
43
  font-size: 140%;
44
}
45
46
h4 {
47
  font-size: 130%;
48
}
49
50
h5 {
51
  font-size: 120%;
52
}
53
54
h6 {
55
  font-size: 110%;
56
}
57
58
ul,
59
quote,
60
code,
61
fieldset {
62
  margin: .5em 0;
63
}
64
65
p {
66
  margin: 0.6em 0 1.2em;
67
  padding: 0;
68
}
69
70
a:link,
71
a:visited {
72
  color: #027ac6;
73
  text-decoration: none;
74
}
75
76
a:hover {
77
  color: #0062a0;
78
  text-decoration: underline;
79
}
80
81
a:active,
82
a.active {
83
  color: #5895be;
84
}
85
86
hr {
87
  background: #5294c1;
88
  border: none;
89
  height: 1px;
90
  margin: 0;
91
  padding: 0;
92
}
93
94
ol li,
95
ul li {
96
  margin: 0.4em 0 0.4em .5em; /* LTR */
97
}
98
99
#content {
100
  margin: .5em 1em 1em 1em;
101
}
102
103
#content #page-title {
104
  padding-bottom: .5em;
105
}
106
107
div#breadcrumb {
108
  background-color: white;
109
  border-bottom: 1px solid #ccc;
110
  height: 2em;
111
  padding-left: 1em;
112
}
113
114
div#breadcrumb .breadcrumb {
115
  margin: 0;
116
  padding: 0;
117
}
118
119
pre {
120
  background: #f1f1f1;
121 6e9292aa Assos Assos
  border: 1px solid #ccc;
122 85ad3d82 Assos Assos
  display: block;
123
  margin: 1em;
124
  padding: .2em;
125
}