5 background-color: #FFFFFF;
6 font-family: "Tahoma", "Verdana", "Arial", serif
;
9 /* we dictate the margin */
15 background-color:#FFF7DF;
18 input
[type
=password
] {
19 background-color:#FFF7DF;
25 border-collapse: collapse
;
26 border: 1px #d79900 solid
;
27 border-top: 4px solid
#EA9A1C;
28 border-bottom: 1px solid
#EA9A1C;
35 border-top: 1px dotted
#EA9A1C;
36 border-left: 1px dotted
#EA9A1C;
37 border-right: 1px dotted
#EA9A1C;
41 border-top: 1px dotted
#EA9A1C;
42 border-left: 1px dotted
#EA9A1C;
43 border-right: 1px dotted
#EA9A1C;
48 border-bottom: 1px solid
#EA9A1C;
54 /* --------- page title --------- */
58 /* border adn background color is separate from h1,
59 so the png-alpha filter can be applied to the h1 for MSIE. */
60 /* draw the box and border */
62 background-color: #EFDAC2;
63 border: 1px solid
#AAAAFF;
68 /* hide the text, keep visible for text/braille readers */
71 /* put logo in background */
72 background-image: url
(logo.png);
73 background-repeat: no-repeat
;
95 /* --------- content titles --------- */
133 color: rgb(32, 32, 32);
134 margin: 0.2ex 0.5em 0.2ex 0;
141 color: rgb(72, 72, 72);
142 margin: 0.2ex 1em 0.1ex 0;
143 border-bottom: 1px dotted gray;
146 .planetMainPage h3 a,
149 text-decoration: none;
151 border-bottom-color: inherit;
154 .planetMainPage .content
161 /* --------- content margins --------- */
166 background-color: #EFDAC2;
167 border: 2px solid
#AAAAFF;
169 /* indent the sections so the border has some spacing */
174 /* have a decent height */
175 min-height: 300px; /* unsupported by MSIE */
192 /* --------- sidebar, menu --------- */
195 If you're seriously thinking about getting
196 everything right pixel-wise in each browser,
197 you need to take care of this issue:
198 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
199 (and place alternative widths for MSIE in a '* html' prefixed selector)
216 margin: 0; /* get rid of the default indent */
222 background-color: #EFDAC2;
223 border: 1px solid
#AAAAFF ;
233 background-color: #FFF7DF;
234 padding: 0.05em 0.1em;
236 border-top: 1px solid
#0081dd;
237 border-left: 1px solid
#82A0C8;
238 border-right: 1px solid
#82A0C8;
239 border-bottom: 1px solid
#82A0C8;
253 list-style-type: none
; /* for MSIE */
261 /* border:1px solid#CCCCCC;*/
262 list-style-type: none
; /* for MSIE */
270 /* --------- content images --------- */
283 display: inline
; /* for MSIE */
294 display: inline
; /* for MSIE */
301 * html div
.image_box_left
,
302 * html div
.image_box_right
304 position: relative
; /* for MSIE or it will hide the float */
307 p
.image_caption a
.zoomlink
313 div
.image_box_left p
.image_par
,
314 div
.image_box_right p
.image_par
316 /* wrap the caption below the image for floating images */
318 /* padding-left: 40px;
319 padding-right: 40px; */
322 div
.image_box_left p
.image_caption
,
323 div
.image_box_right p
.image_caption
325 display: table-caption
;
326 caption-side: bottom
;
329 /* --------- toc list --------- */
334 display: inline
; /* for MSIE */
339 * html dl
.toc img
.toc_icon
341 position: relative
; /* for MSIE or it will hide the float */
357 dl
.toc span
.toc_title
374 * html dl
.toc
{ height: 1px; }
375 *+html dl
.toc
{ min-height: 0; }
377 /* --------- hyperlinks --------- */
381 text-decoration: none
;
386 border: 1px dotted
#800000; text-decoration:none
;
389 /* --------- misc formatting --------- */
391 span
.command
{ color: #003399; }
392 span
.argument
{ color: #3DB73D; }
393 span
.variable
{ color: #3DB73D; font-style: italic
; }
394 span
.comment
{ color: #3DB73D; font-style: italic
; }
401 font-family: monospace
, fixed
;
406 /* hide the border for clickable images
407 so MSIE doesn't draw an ugly blue border */
414 border-left: 2px solid
#cce;
421 /* --------- position all wrappers --------- */
425 position: relative
; /* influences the position:absolute of the leftwrapper,rightwrapper */
426 margin: 0; /* stop the cascade from the body tag */
442 /* using padding here instead of margin,
443 because MSIE misinterprets the box-model. */
444 padding-right: 160px;
460 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
466 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */