5 background-color: #FFFFFF;
6 font-family: "Tahoma", "Verdana", "Arial", serif
;
9 /* we dictate the margin */
15 border : 2px solid
#000;
19 background-color: #FFF7DF;
20 quotes: "\201C" "\201D";
24 background-color:#FFF7DF;
27 input
[type
=password
] {
28 background-color:#FFF7DF;
34 border-collapse: collapse
;
37 border: 1px #d79900 dotted
;
38 border-top: 4px solid
#EA9A1C;
39 border-bottom: 1px solid
#EA9A1C;
46 border-top: 1px dotted
#EA9A1C;
47 border-left: 1px dotted
#EA9A1C;
48 border-right: 1px dotted
#EA9A1C;
52 border-top: 1px dotted
#EA9A1C;
53 border-left: 1px dotted
#EA9A1C;
54 border-right: 1px dotted
#EA9A1C;
59 border-bottom: 1px solid
#EA9A1C;
65 /* --------- page title --------- */
69 /* border adn background color is separate from h1,
70 so the png-alpha filter can be applied to the h1 for MSIE. */
71 /* draw the box and border */
73 background-color: #EFDAC2;
74 border: 1px solid
#AAAAFF;
79 /* hide the text, keep visible for text/braille readers */
82 /* put logo in background */
83 background-image: url
(logo.png);
84 background-repeat: no-repeat
;
106 /* --------- content titles --------- */
146 color: rgb(32, 32, 32);
147 margin: 0.2ex 0.5em 0.2ex 0;
154 color: rgb(72, 72, 72);
155 margin: 0.2ex 1em 0.1ex 0;
156 border-bottom: 1px dotted gray;
159 .planetMainPage h3 a,
162 text-decoration: none;
164 border-bottom-color: inherit;
167 .planetMainPage .content
174 /* --------- content margins --------- */
179 background-color: #EFDAC2;
180 border: 2px solid
#AAAAFF;
182 /* indent the sections so the border has some spacing */
187 /* have a decent height */
188 min-height: 300px; /* unsupported by MSIE */
205 /* --------- sidebar, menu --------- */
208 If you're seriously thinking about getting
209 everything right pixel-wise in each browser,
210 you need to take care of this issue:
211 http://en.wikipedia.org/wiki/Image:Box-model-bug.png
212 (and place alternative widths for MSIE in a '* html' prefixed selector)
229 margin: 0; /* get rid of the default indent */
235 background-color: #EFDAC2;
236 border: 1px solid
#AAAAFF ;
246 background-color: #FFF7DF;
247 padding: 0.05em 0.1em;
249 border-top: 1px solid
#0081dd;
250 border-left: 1px solid
#82A0C8;
251 border-right: 1px solid
#82A0C8;
252 border-bottom: 1px solid
#82A0C8;
266 list-style-type: none
; /* for MSIE */
274 /* border:1px solid#CCCCCC;*/
275 list-style-type: none
; /* for MSIE */
283 /* --------- content images --------- */
296 display: inline
; /* for MSIE */
307 display: inline
; /* for MSIE */
314 * html div
.image_box_left
,
315 * html div
.image_box_right
317 position: relative
; /* for MSIE or it will hide the float */
320 p
.image_caption a
.zoomlink
326 div
.image_box_left p
.image_par
,
327 div
.image_box_right p
.image_par
329 /* wrap the caption below the image for floating images */
331 /* padding-left: 40px;
332 padding-right: 40px; */
335 div
.image_box_left p
.image_caption
,
336 div
.image_box_right p
.image_caption
338 display: table-caption
;
339 caption-side: bottom
;
342 /* --------- toc list --------- */
347 display: inline
; /* for MSIE */
352 * html dl
.toc img
.toc_icon
354 position: relative
; /* for MSIE or it will hide the float */
370 dl
.toc span
.toc_title
387 * html dl
.toc
{ height: 1px; }
388 *+html dl
.toc
{ min-height: 0; }
390 /* --------- hyperlinks --------- */
394 text-decoration: none
;
400 /*border: 1px dotted #800000; text-decoration:none;*/
403 /* --------- misc formatting --------- */
405 span
.command
{ color: #003399; }
406 span
.argument
{ color: #3DB73D; }
407 span
.variable
{ color: #3DB73D; font-style: italic
; }
408 span
.comment
{ color: #3DB73D; font-style: italic
; }
415 font-family: monospace
, fixed
;
420 /* hide the border for clickable images
421 so MSIE doesn't draw an ugly blue border */
428 border-left: 2px solid
#cce;
435 /* --------- position all wrappers --------- */
439 position: relative
; /* influences the position:absolute of the leftwrapper,rightwrapper */
440 margin: 0; /* stop the cascade from the body tag */
456 /* using padding here instead of margin,
457 because MSIE misinterprets the box-model. */
458 padding-right: 160px;
474 margin-left: 10px; /* fills up the box, 10 + 150 = 160 */
480 height: 1px; /* Konqueror works with 0px, Mozilla requires 1px */