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-top: 4px solid
#EA9A1C;
27 border-bottom: 1px solid
#EA9A1C;
34 border-top: 1px dotted
#EA9A1C;
38 border-top: 1px dotted
#EA9A1C;
43 border-bottom: 1px solid
#EA9A1C;
49 /* --------- page title --------- */
53 /* border adn background color is separate from h1,
54 so the png-alpha filter can be applied to the h1 for MSIE. */
55 /* draw the box and border */
57 background-color: #EFDAC2;
58 border: 1px solid
#AAAAFF;
63 /* hide the text, keep visible for text/braille readers */
66 /* put logo in background */
67 background-image: url
(logo.png);
68 background-repeat: no-repeat
;
90 /* --------- content titles --------- */
128 color: rgb(32, 32, 32);
129 margin: 0.2ex 0.5em 0.2ex 0;
136 color: rgb(72, 72, 72);
137 margin: 0.2ex 1em 0.1ex 0;
138 border-bottom: 1px dotted gray;
141 .planetMainPage h3 a,
144 text-decoration: none;
146 border-bottom-color: inherit;
149 .planetMainPage .content
156 /* --------- content margins --------- */
161 background-color: #EFDAC2;
162 border: 2px solid
#AAAAFF;
164 /* indent the sections so the border has some spacing */
169 /* have a decent height */
170 min-height: 300px; /* unsupported by MSIE */
187 /* --------- sidebar, menu --------- */
190 If you're seriously thinking about getting
191 everything right pixel-wise in each browser,
192 you need to take care of this issue:
193 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
194 (and place alternative widths for MSIE in a '* html' prefixed selector)
211 margin: 0; /* get rid of the default indent */
217 background-color: #EFDAC2;
218 border: 1px solid
#AAAAFF ;
228 background-color: #FFF7DF;
229 padding: 0.05em 0.1em;
231 border-top: 1px solid
#0081dd;
232 border-left: 1px solid
#82A0C8;
233 border-right: 1px solid
#82A0C8;
234 border-bottom: 1px solid
#82A0C8;
248 list-style-type: none
; /* for MSIE */
256 /* border:1px solid#CCCCCC;*/
257 list-style-type: none
; /* for MSIE */
265 /* --------- content images --------- */
278 display: inline
; /* for MSIE */
289 display: inline
; /* for MSIE */
296 * html div
.image_box_left
,
297 * html div
.image_box_right
299 position: relative
; /* for MSIE or it will hide the float */
302 p
.image_caption a
.zoomlink
308 div
.image_box_left p
.image_par
,
309 div
.image_box_right p
.image_par
311 /* wrap the caption below the image for floating images */
313 /* padding-left: 40px;
314 padding-right: 40px; */
317 div
.image_box_left p
.image_caption
,
318 div
.image_box_right p
.image_caption
320 display: table-caption
;
321 caption-side: bottom
;
324 /* --------- toc list --------- */
329 display: inline
; /* for MSIE */
334 * html dl
.toc img
.toc_icon
336 position: relative
; /* for MSIE or it will hide the float */
352 dl
.toc span
.toc_title
369 * html dl
.toc
{ height: 1px; }
370 *+html dl
.toc
{ min-height: 0; }
372 /* --------- hyperlinks --------- */
376 text-decoration: none
;
381 border: 1px dotted
#800000; text-decoration:none
;
384 /* --------- misc formatting --------- */
386 span
.command
{ color: #003399; }
387 span
.argument
{ color: #3DB73D; }
388 span
.variable
{ color: #3DB73D; font-style: italic
; }
389 span
.comment
{ color: #3DB73D; font-style: italic
; }
396 font-family: monospace
, fixed
;
401 /* hide the border for clickable images
402 so MSIE doesn't draw an ugly blue border */
409 border-left: 2px solid
#cce;
416 /* --------- position all wrappers --------- */
420 position: relative
; /* influences the position:absolute of the leftwrapper,rightwrapper */
421 margin: 0; /* stop the cascade from the body tag */
437 /* using padding here instead of margin,
438 because MSIE misinterprets the box-model. */
439 padding-right: 160px;
455 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
461 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */