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
;
28 border: 1px #d79900 dotted
;
29 border-top: 4px solid
#EA9A1C;
30 border-bottom: 1px solid
#EA9A1C;
37 border-top: 1px dotted
#EA9A1C;
38 border-left: 1px dotted
#EA9A1C;
39 border-right: 1px dotted
#EA9A1C;
43 border-top: 1px dotted
#EA9A1C;
44 border-left: 1px dotted
#EA9A1C;
45 border-right: 1px dotted
#EA9A1C;
50 border-bottom: 1px solid
#EA9A1C;
56 /* --------- page title --------- */
60 /* border adn background color is separate from h1,
61 so the png-alpha filter can be applied to the h1 for MSIE. */
62 /* draw the box and border */
64 background-color: #EFDAC2;
65 border: 1px solid
#AAAAFF;
70 /* hide the text, keep visible for text/braille readers */
73 /* put logo in background */
74 background-image: url
(logo.png);
75 background-repeat: no-repeat
;
97 /* --------- content titles --------- */
135 color: rgb(32, 32, 32);
136 margin: 0.2ex 0.5em 0.2ex 0;
143 color: rgb(72, 72, 72);
144 margin: 0.2ex 1em 0.1ex 0;
145 border-bottom: 1px dotted gray;
148 .planetMainPage h3 a,
151 text-decoration: none;
153 border-bottom-color: inherit;
156 .planetMainPage .content
163 /* --------- content margins --------- */
168 background-color: #EFDAC2;
169 border: 2px solid
#AAAAFF;
171 /* indent the sections so the border has some spacing */
176 /* have a decent height */
177 min-height: 300px; /* unsupported by MSIE */
194 /* --------- sidebar, menu --------- */
197 If you're seriously thinking about getting
198 everything right pixel-wise in each browser,
199 you need to take care of this issue:
200 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
201 (and place alternative widths for MSIE in a '* html' prefixed selector)
218 margin: 0; /* get rid of the default indent */
224 background-color: #EFDAC2;
225 border: 1px solid
#AAAAFF ;
235 background-color: #FFF7DF;
236 padding: 0.05em 0.1em;
238 border-top: 1px solid
#0081dd;
239 border-left: 1px solid
#82A0C8;
240 border-right: 1px solid
#82A0C8;
241 border-bottom: 1px solid
#82A0C8;
255 list-style-type: none
; /* for MSIE */
263 /* border:1px solid#CCCCCC;*/
264 list-style-type: none
; /* for MSIE */
272 /* --------- content images --------- */
285 display: inline
; /* for MSIE */
296 display: inline
; /* for MSIE */
303 * html div
.image_box_left
,
304 * html div
.image_box_right
306 position: relative
; /* for MSIE or it will hide the float */
309 p
.image_caption a
.zoomlink
315 div
.image_box_left p
.image_par
,
316 div
.image_box_right p
.image_par
318 /* wrap the caption below the image for floating images */
320 /* padding-left: 40px;
321 padding-right: 40px; */
324 div
.image_box_left p
.image_caption
,
325 div
.image_box_right p
.image_caption
327 display: table-caption
;
328 caption-side: bottom
;
331 /* --------- toc list --------- */
336 display: inline
; /* for MSIE */
341 * html dl
.toc img
.toc_icon
343 position: relative
; /* for MSIE or it will hide the float */
359 dl
.toc span
.toc_title
376 * html dl
.toc
{ height: 1px; }
377 *+html dl
.toc
{ min-height: 0; }
379 /* --------- hyperlinks --------- */
383 text-decoration: none
;
388 border: 1px dotted
#800000; text-decoration:none
;
391 /* --------- misc formatting --------- */
393 span
.command
{ color: #003399; }
394 span
.argument
{ color: #3DB73D; }
395 span
.variable
{ color: #3DB73D; font-style: italic
; }
396 span
.comment
{ color: #3DB73D; font-style: italic
; }
403 font-family: monospace
, fixed
;
408 /* hide the border for clickable images
409 so MSIE doesn't draw an ugly blue border */
416 border-left: 2px solid
#cce;
423 /* --------- position all wrappers --------- */
427 position: relative
; /* influences the position:absolute of the leftwrapper,rightwrapper */
428 margin: 0; /* stop the cascade from the body tag */
444 /* using padding here instead of margin,
445 because MSIE misinterprets the box-model. */
446 padding-right: 160px;
462 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
468 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */