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: #EFDAC2;
32 border: 1px solid
#0000FF;
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
#0000FF;
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: #EFDAC2;
233 border: 1px solid
#0000FF;
243 background-color: #FFF7DF;
244 padding: 0.05em 0.1em;
246 border-top: 1px solid
#0081dd;
247 border-left: 1px solid
#82A0C8;
248 border-right: 1px solid
#82A0C8;
249 border-bottom: 1px solid
#82A0C8;
263 list-style-type: none
; /* for MSIE */
271 /* border:1px solid#CCCCCC;*/
272 list-style-type: none
; /* for MSIE */
282 /* --------- homepage --------- */
289 border: 1px solid
#06f;
290 margin-bottom: 0.5em;
296 padding: 0.2em 1em 0.2em 0.2em;
302 vertical-align: middle
;
324 /* --------- content images --------- */
337 display: inline
; /* for MSIE */
348 display: inline
; /* for MSIE */
355 * html div
.image_box_left
,
356 * html div
.image_box_right
358 position: relative
; /* for MSIE or it will hide the float */
361 p
.image_caption a
.zoomlink
367 div
.image_box_left p
.image_par
,
368 div
.image_box_right p
.image_par
370 /* wrap the caption below the image for floating images */
372 /* padding-left: 40px;
373 padding-right: 40px; */
376 div
.image_box_left p
.image_caption
,
377 div
.image_box_right p
.image_caption
379 display: table-caption
;
380 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; }
455 /* --------- authors page --------- */
457 dl
.authors_toc img
.toc_icon
459 border: 1px solid
#AAA4A4;
463 dl
.authors_toc span
.toc_title
478 dl
.credits_toc dt span
.toc_title
492 /* --------- hyperlinks --------- */
497 text-decoration: none
;
503 text-decoration: none
;
508 /* --------- misc formatting --------- */
510 span
.command
{ color: #003399; }
511 span
.argument
{ color: #3DB73D; }
512 span
.variable
{ color: #3DB73D; font-style: italic
; }
513 span
.comment
{ color: #3DB73D; font-style: italic
; }
520 font-family: monospace
, fixed
;
525 /* hide the border for clickable images
526 so MSIE doesn't draw an ugly blue border */
533 border-left: 2px solid
#cce;
540 /* --------- position all wrappers --------- */
544 position: relative
; /* influences the position:absolute of the leftwrapper,rightwrapper */
545 margin: 0; /* stop the cascade from the body tag */
566 /* using padding here instead of margin,
567 because MSIE misinterprets the box-model. */
568 padding-right: 160px;
583 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
589 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */