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:#FFF7DE;
23 /* --------- page title --------- */
27 /* border adn background color is separate from h1,
28 so the png-alpha filter can be applied to the h1 for MSIE. */
29 /* draw the box and border */
31 background-color: #D57100;
32 border: 1px solid
#82A0C8;
37 /* hide the text, keep visible for text/braille readers */
40 /* put logo in background */
41 background-image: url
(/logo.png);
42 background-repeat: no-repeat
;
47 /* instead of background-position, add margin to h1 for
48 compatibility with png-alpha filter for MSIE */
75 /* --------- content titles --------- */
81 background-color: #EFDAC2;
82 border: 1px solid
#AAA4A4;
127 color: rgb
(32, 32, 32);
128 margin: 0.2ex 0.5em 0.2ex 0;
135 color: rgb
(72, 72, 72);
136 margin: 0.2ex 1em 0.1ex 0;
137 border-bottom: 1px dotted gray
;
140 .planetMainPage h3 a
,
143 text-decoration: none
;
145 border-bottom-color: inherit
;
148 .planetMainPage
.content
155 /* --------- content margins --------- */
159 /* indent the sections so the border has some spacing */
163 /* have a decent height */
164 min-height: 300px; /* unsupported by MSIE */
169 /* include a top line by default */
171 border-top: 1px solid
#000000;
173 /* indent the contents */
180 div
.section:first-child
,
183 /* the first_section class was added by XSL for MSIE.
184 MSIE does not support the CSS2 :first-child selector */
186 border-top-width: 0px;
202 /* --------- sidebar, menu --------- */
205 If you're seriously thinking about getting
206 everything right pixel-wise in each browser,
207 you need to take care of this issue:
208 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
209 (and place alternative widths for MSIE in a '* html' prefixed selector)
226 margin: 0; /* get rid of the default indent */
232 background-color: #D57100;
241 background-color: #FFF7DF;
242 padding: 0.05em 0.1em;
244 border-top: 1px solid
#0081dd;
245 border-left: 1px solid
#82A0C8;
246 border-right: 1px solid
#82A0C8;
247 border-bottom: 1px solid
#82A0C8;
261 list-style-type: none
; /* for MSIE */
269 /* border:1px solid#CCCCCC;*/
270 list-style-type: none
; /* for MSIE */
280 /* --------- homepage --------- */
287 border: 1px solid
#06f;
288 margin-bottom: 0.5em;
294 padding: 0.2em 1em 0.2em 0.2em;
300 vertical-align: middle
;
322 /* --------- content images --------- */
335 display: inline
; /* for MSIE */
346 display: inline
; /* for MSIE */
353 * html div
.image_box_left
,
354 * html div
.image_box_right
356 position: relative
; /* for MSIE or it will hide the float */
359 p
.image_caption a
.zoomlink
365 div
.image_box_left p
.image_par
,
366 div
.image_box_right p
.image_par
368 /* wrap the caption below the image for floating images */
370 /* padding-left: 40px;
371 padding-right: 40px; */
374 div
.image_box_left p
.image_caption
,
375 div
.image_box_right p
.image_caption
377 display: table-caption
;
378 caption-side: bottom
;
383 /* --------- highlight messages --------- */
387 border: 1px solid
#008000;
388 background-color: #99ccff;
403 background-color: transparent
;
408 /* --------- toc list --------- */
413 display: inline
; /* for MSIE */
418 * html dl
.toc img
.toc_icon
420 position: relative
; /* for MSIE or it will hide the float */
436 dl
.toc span
.toc_title
453 * html dl
.toc
{ height: 1px; }
454 *+html dl
.toc
{ min-height: 0; }
458 /* --------- authors page --------- */
460 dl
.authors_toc img
.toc_icon
462 border: 1px solid
#AAA4A4;
466 dl
.authors_toc span
.toc_title
481 dl
.credits_toc dt span
.toc_title
495 /* --------- hyperlinks --------- */
500 text-decoration: none
;
506 text-decoration: none
;
511 /* --------- misc formatting --------- */
513 span
.command
{ color: #003399; }
514 span
.argument
{ color: #3DB73D; }
515 span
.variable
{ color: #3DB73D; font-style: italic
; }
516 span
.comment
{ color: #3DB73D; font-style: italic
; }
523 font-family: monospace
, fixed
;
528 /* hide the border for clickable images
529 so MSIE doesn't draw an ugly blue border */
536 border-left: 2px solid
#cce;
543 /* --------- position all wrappers --------- */
547 position: relative
; /* influences the position:absolute of the leftwrapper,rightwrapper */
548 margin: 0; /* stop the cascade from the body tag */
569 /* using padding here instead of margin,
570 because MSIE misinterprets the box-model. */
571 padding-right: 160px;
586 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
592 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */