Line | |
---|
1 | /* ------------------------------------------------------------------ titres */ |
---|
2 | |
---|
3 | |
---|
4 | /* fil d'ariane */ |
---|
5 | |
---|
6 | #content > h2 { |
---|
7 | padding: 0 1em .5em 1em; |
---|
8 | margin: 0 -1em 1em -1em; |
---|
9 | background: #fff url(bg_h2.png) repeat-x center bottom; |
---|
10 | } |
---|
11 | |
---|
12 | h2 a:link, |
---|
13 | h2 a:visited { |
---|
14 | color: #676e78; |
---|
15 | border-color: #000; |
---|
16 | } |
---|
17 | |
---|
18 | |
---|
19 | /* page courante dans le fil d'ariane */ |
---|
20 | |
---|
21 | .page-title { |
---|
22 | color: #d30e60; |
---|
23 | } |
---|
24 | |
---|
25 | .page-title img { |
---|
26 | padding-left: .5em; |
---|
27 | vertical-align: middle; |
---|
28 | } |
---|
29 | |
---|
30 | |
---|
31 | /* autres titres */ |
---|
32 | |
---|
33 | #main-menu h3 { |
---|
34 | font-weight: bold; |
---|
35 | } |
---|
36 | |
---|
37 | .fieldset h3, |
---|
38 | .fieldset h4, |
---|
39 | .pretty-title { |
---|
40 | color: #D33800; |
---|
41 | font-size: 1em; |
---|
42 | font-weight: bold; |
---|
43 | } |
---|
44 | |
---|
45 | .fieldset h3 { |
---|
46 | font-size: 1.17em; |
---|
47 | } |
---|
48 | |
---|
49 | .fieldset h3.smart-title, |
---|
50 | .fieldset h4.smart-title, |
---|
51 | .smart-title { |
---|
52 | font-size: 1em; |
---|
53 | text-transform: uppercase; |
---|
54 | font-weight: bold; |
---|
55 | color: #333; |
---|
56 | text-shadow: 0 1px 0 rgba(200, 200, 200, 0.6) |
---|
57 | } |
---|
58 | |
---|
59 | #entry-sidebar h5 { |
---|
60 | font-weight: normal; |
---|
61 | color: #333; |
---|
62 | } |
---|
63 | |
---|
64 | .entry-status img.img_select_option { |
---|
65 | padding-left: 4px; |
---|
66 | vertical-align: text-top; |
---|
67 | } |
---|
68 | |
---|
69 | h4 label, |
---|
70 | h5 label { |
---|
71 | color: #333; |
---|
72 | } |
---|
73 | |
---|
74 | h2:first-child, |
---|
75 | h3:first-child, |
---|
76 | h4:first-child, |
---|
77 | h5:first-child, |
---|
78 | ul:first-child, |
---|
79 | p:first-child { |
---|
80 | margin-top: 0; |
---|
81 | } |
---|
82 | |
---|
83 | |
---|
84 | /* ---------------------------------------------------------------- tableaux */ |
---|
85 | |
---|
86 | |
---|
87 | /* Pour autoriser le scroll sur les petites largeurs |
---|
88 | envelopper les tableaux dans une div.table-outer */ |
---|
89 | |
---|
90 | .table-outer { |
---|
91 | width: 100%; |
---|
92 | overflow: auto; |
---|
93 | } |
---|
94 | |
---|
95 | table { |
---|
96 | font-size: 1em; |
---|
97 | border-collapse: collapse; |
---|
98 | margin: 0 0 1em 0; |
---|
99 | width: 100%; |
---|
100 | } |
---|
101 | |
---|
102 | caption { |
---|
103 | color: #333; |
---|
104 | font-weight: bold; |
---|
105 | text-align: left; |
---|
106 | margin-bottom: .5em; |
---|
107 | } |
---|
108 | |
---|
109 | th { |
---|
110 | border-width: 1px 0 1px 0; |
---|
111 | border-style: solid; |
---|
112 | border-color: #dfdfdf; |
---|
113 | background: #eef1ec; |
---|
114 | padding: .4em 1em .4em .5em; |
---|
115 | vertical-align: top; |
---|
116 | text-align: left; |
---|
117 | } |
---|
118 | |
---|
119 | td { |
---|
120 | border-width: 0 0 1px 0; |
---|
121 | border-style: solid; |
---|
122 | border-color: #e3e3e3; |
---|
123 | padding: .4em 1em .4em .5em; |
---|
124 | vertical-align: top; |
---|
125 | } |
---|
126 | |
---|
127 | |
---|
128 | /* ---------------------------------------------------------- autres balises */ |
---|
129 | |
---|
130 | p { |
---|
131 | margin: 0 0 1em 0; |
---|
132 | } |
---|
133 | |
---|
134 | hr { |
---|
135 | height: 1px; |
---|
136 | border-width: 1px 0 0; |
---|
137 | border-color: #dfdfdf; |
---|
138 | background: #dfdfdf; |
---|
139 | border-style: solid; |
---|
140 | } |
---|
141 | |
---|
142 | hr.clearer { |
---|
143 | clear: both; |
---|
144 | } |
---|
145 | |
---|
146 | pre, |
---|
147 | code, |
---|
148 | #debug { |
---|
149 | font: 100% $monospace; |
---|
150 | } |
---|
151 | |
---|
152 | code { |
---|
153 | background: #fefacd; |
---|
154 | } |
---|
155 | |
---|
156 | pre { |
---|
157 | white-space: pre; |
---|
158 | white-space: -moz-pre-wrap; |
---|
159 | white-space: pre-wrap; |
---|
160 | white-space: pre-line; |
---|
161 | word-wrap: break-word; |
---|
162 | } |
---|
163 | |
---|
164 | abbr { |
---|
165 | cursor: help; |
---|
166 | } |
---|
167 | |
---|
168 | input, |
---|
169 | textarea, |
---|
170 | select, |
---|
171 | option, |
---|
172 | optgroup, |
---|
173 | legend, |
---|
174 | label { |
---|
175 | font-size: 1em; |
---|
176 | } |
---|
177 | |
---|
178 | |
---|
179 | /* ------------------------------------------------------------------ liens */ |
---|
180 | |
---|
181 | a, |
---|
182 | a:link, |
---|
183 | a:visited { |
---|
184 | color: #2373A8; |
---|
185 | text-decoration: none; |
---|
186 | border-bottom: 1px dotted #999; |
---|
187 | background-color: inherit; |
---|
188 | outline: 0; |
---|
189 | } |
---|
190 | |
---|
191 | a:hover, |
---|
192 | a:active { |
---|
193 | border-bottom-style: solid; |
---|
194 | } |
---|
195 | |
---|
196 | a img, |
---|
197 | a:link img, |
---|
198 | a:visited img { |
---|
199 | border: none; |
---|
200 | background: inherit; |
---|
201 | } |
---|
202 | |
---|
203 | h1 a:link, |
---|
204 | h1 a:visited { |
---|
205 | border: none; |
---|
206 | } |
---|
207 | |
---|
208 | .discrete a { |
---|
209 | color: #333; |
---|
210 | } |
---|
211 | |
---|
212 | a:link { |
---|
213 | transition: .5s; |
---|
214 | } |
---|
215 | |
---|
216 | a:focus, |
---|
217 | a:focus img { |
---|
218 | outline: 2px solid #bee74b; |
---|
219 | border-bottom: none; |
---|
220 | text-decoration: none; |
---|
221 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.