4ecc9935d5eaaa991f8676621f271474849167f3
[dotfiles.git] / emacs / emacs-wiki / style.css
1 /* **********************
2    * Apparence Générale *
3    **********************/
4
5 html
6 {
7   font-family: "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif;
8   background: white;
9 }
10
11 #page
12 {
13   width: 950px;
14   border: 1px solid black;
15   margin: 0 auto;  
16   padding-left: 1em;
17   padding-right: 1em;
18   padding-bottom: 1em;
19   background: #f1f1f1;
20 }
21
22 p
23 {
24  font-size: 11pt;
25 }
26
27
28 img 
29
30   border: none;
31   }
32
33 a:link 
34 {    
35   color: #36598e;
36   text-decoration: none;
37   }
38
39 a:visited
40 {
41   color: #36598e;
42   text-decoration: none;
43   }
44
45 a:hover
46
47   text-decoration: underline;
48  }
49
50 td 
51
52   padding: 5px;
53   border: 1px solid black;
54 }
55
56 hr
57
58   border: 0;
59   width: 80%;
60   color: #f00;
61   background-color: black;
62   height: 1px;
63   }
64
65 h1 
66 {
67   color: black;
68   text-align: center;
69   }
70
71 h2 
72
73   margin-left: 0px;
74   margin-right: 0px;
75   margin-top: 20px;
76   margin-bottom: 20px;
77   border: 1px solid #ccc;
78   padding-top: 5px;
79   padding-bottom: 5px;
80   padding-right: 10px;
81   padding-left: 10px;
82   background-color: #ffeb79;
83   -moz-border-radius: 13px;
84   font-size: 13pt;
85   }
86
87 h2 > a:hover
88
89   text-decoration: none;
90  }
91
92 h3
93
94   color: black;
95   font-size: 13pt;
96   }
97
98 dl.contents 
99 {
100   margin-top: 0;
101   }
102
103 dt.contents a:hover
104
105   text-decoration: none;
106  }
107
108 dt.contents 
109 {
110   margin-bottom: 0;
111   border-bottom: 1px solid black;
112   border-left: 6px solid black;
113   }
114
115 dt.contents:hover
116 {
117   border-bottom: 1px solid #808080;
118   border-left: 6px solid #808080;
119  }
120
121 dd > dl.contents > dt.contents 
122
123   border: 0;
124  }
125
126 dt 
127 {
128   font-weight: bold;
129   padding: 3px;
130   }
131
132 em 
133 {
134   font-style: italic;
135   }
136
137 li 
138 {
139   margin-bottom: 5px;
140   }
141
142 pre.example 
143 {
144   margin-left: 5%;
145   margin-bottom: 2.5em;
146   }
147
148 pre.source 
149 {
150   /* Used by emacs-wiki-srctag.el */
151   }
152
153 pre.verse 
154 {
155   font-family: inherit;
156   line-height: 2em;
157   margin-left: 5%;
158   }
159
160 strong 
161 {
162   font-weight: bold;
163   }
164
165 ul 
166 {
167   list-style-type: disc;
168   }
169
170 input, textarea
171 {  
172   border: 1px solid black;
173   background-color: white;
174   color: #333333;
175   font-family: Geneva, Arial, Helvetica, sans-serif;
176   font-size: 1em;
177   -moz-border-radius: 4px;
178   padding-left: 0.2em;
179 }
180
181 input:hover, textarea:hover
182 {
183   background: #f1f1f1;
184 }
185
186 input:focus, textarea:focus
187 {  
188   background-color: #ffeb79;
189 }
190
191 fieldset
192
193   border: 0;
194   padding-bottom: 0px;
195  }
196
197 pre 
198
199   border: 1px solid #808080;
200   background-color: white;
201   padding: 0.5em;
202   margin-right: 1em;
203   font-family: monospace;
204   margin-left: 5%;
205   white-space: pre;
206  }
207
208 .nonexistent 
209
210   background-color: white;
211   font-weight: bold;
212  }
213
214 /* **********
215    * Header *
216    ***********/
217
218 #header 
219
220   margin: 0.5em -0.5em 0.5em -0.5em;
221   padding-top: 0.5em;
222   background-color: #ffeb79;
223   }
224
225 #header h1 a
226
227   margin: 0;
228   color: black;
229  }
230
231 #header h1 a:visited
232
233   margin: 0;
234   color: black;
235  }
236
237 #header h1 a:hover
238
239   margin: 0;
240   padding: 0;
241   background-color: transparent;
242   }
243
244 #header ul
245
246   margin: 0;
247   padding: 0;
248   text-align: center;
249  }
250
251 #header li
252
253   display: inline;
254  }
255
256 #header a 
257
258   color: black;
259   padding-left: 1em;
260   padding-right: 1em;
261   margin: 0px;
262   text-decoration: none;
263   color: #36598e;
264  }
265
266 #header a:hover
267 {  
268   color: black;
269   -moz-border-radius: 10px;
270   background-color: #f1f1f1;
271   }
272
273 #header li > a
274
275   border: 1px solid #808080;
276   -moz-border-radius: 10px;
277  }
278
279 #header li > a:hover
280
281   border: 1px solid #808080;
282  }
283
284 #header a:visited
285
286   color: black;
287   padding-left: 1em;
288   padding-right: 1em;
289   margin: 0px;
290   text-decoration: none;
291   color: #36598e;
292  }
293
294 #header h1#top
295
296   margin-top: 0.2em;
297   border-top: 3px solid black;
298   border-bottom: 3px solid black;
299   background-color: #f1f1f1;
300  }
301
302
303 /* ********
304    * Main *
305    ********/
306
307 div#main > div > h3 
308
309   border-bottom: 1px solid black;
310   margin-right: 0.7em;
311  }
312
313
314 /* **********
315    * Footer *
316    **********/
317
318 #footer 
319
320   border-top: 3px solid black;
321   margin: 0.5em -0.5em -0.5em -0.5em;
322   padding-bottom: 0.1em;
323   padding-top: 0.1em;
324   background-color: #ffeb79;
325   text-align: center;
326  }
327
328 #footer .footdate
329 {
330   text-align: left;
331   color: red;
332   }
333
334
335 /* **************
336    * Emacs-Wiki *
337    **************/
338
339 /* --- Emacs Wiki src-tag --- */
340 .comment 
341 {
342   /* font-lock-comment-face */
343   color: #DEBC83;
344   }
345
346 .doc 
347 {
348   /* font-lock-doc-face */
349   color: #F0A4A4;
350   }
351
352 .constant 
353 {
354   /* font-lock-constant-face */
355   color: #D8ACDD;
356   }
357
358 .function-name 
359 {
360   /* font-lock-function-name-face */
361   color: #96CEF8;
362   }
363
364 .keyword 
365 {
366   /* font-lock-keyword-face */
367   color: #78f5e6;
368   }
369
370 .preprocessor 
371 {
372   /* font-lock-preprocessor-face */
373   color: #96CEF8;
374   }
375
376 .string 
377 {
378   /* font-lock-string-face */
379   color: #F0A4A4;
380   }
381
382 .type 
383 {
384   /* font-lock-type-face */
385   color: #9BEEB8;
386   }
387
388 .variable-name 
389 {
390   /* font-lock-variable-name-face */
391   color: #B5CF76;
392   }