1 /* This is the default stylesheet for the screen media type. */
2 /* Copyleft (c) 2002-2004 Jonas Fonseca <fonseca@diku.dk> */
4 /* General style settings for 'clean' html elements {{{1 */
6 body
{ font-family: Arial
, Helvetica
, sans-serif
; }
10 a
{ text-decoration: underline
; }
11 a:hover
{ text-decoration: none
; }
13 /* Specifically targeted on screenshoots/index.html */
14 dt
{ font-weight: bold
; margin-top: 1em; }
16 h1
{ font-size: 2em; text-align: center
; margin: 1.4em; font-weight: normal
; }
17 h2
{ font-size: 1.2em; margin-top: 2em }
18 h3
{ font-size: 1em; }
19 h4
{ font-size: 1em; text-decoration: underline
; }
20 h5
{ font-size: 1em; font-style: italic
; }
23 { margin-left: 1em; margin-right: 1em; font-weight: bold
; }
27 /* No borders around image links */
30 pre
{ padding: 1em; text-align: left
;
32 var
{ font-family: monospace
; font-style: normal
; }
34 ul li
{ margin-top: 0em; margin-bottom: 0em }
35 ul
.toc li
{ margin-top: 0em; margin-bottom: 0em }
37 /* Indent paragraphs etc. a bit to make them look nested. */
38 ul li
, dl
, p
, div
.news
44 ul li
, dl
, p
{ text-align: justify
; }
46 /* Header and footer {{{1 */
49 .footer { padding: 0.4em 1em; margin: 0em; }
51 .header { font-size: 1em; }
52 .footer { font-size: 0.7em; }
54 .footer{ margin-top: 4em; }
57 .footer span.menu { text-align: right
; display: block
; }
60 .footer span.left { float: left
; margin: 0em; }
62 .header #top { display: inline
; }
70 .header td { border: none
; }
71 /* Various class definitions {{{1 */
73 div
.title
{ font-weight: bold
; }
78 table
.bugmail td
{ border: none
; padding-left: 0.2em; padding-right: 0.2em; }
79 table
.ccmd td
{ border: 1px; padding-left: 2em; padding-right: 2em; }
81 .releases th { text-align: center
; font-weight: bold
; }
82 .bugmail th { text-align: center
; }
84 table
{ margin-left: 1em; margin-right: 1em;
87 table
.code
, table
.code tr
, table
.code td
,
95 table
.ccmd
{ width: 80%; }
96 table
.ccmd
, code
.g
{ font-family: monospace
; }
97 table
.ccmd td
.g
{ width: 40%; }
98 table
.ccmd td
.g
, code
.g
{ font-weight: bold
; }
101 { border: 1px solid
#000; }
102 thead
{ border-bottom: 1px solid
#000; }
104 .validate { font-size: 0.7em; text-align: right
; margin: 0.4em 0em; }
105 .hide { display: none
; }
107 /* Placement abbreviations that is commonly used. */
108 .tcenter { text-align: center
; }
109 .tright { text-align: right
; }
110 .tleft { text-align: left
; }
111 .fright { float: right
; }
112 .fleft { float: left
; }
114 body
{ color: #000; background: #fff; }
115 a
{ color: #124; background: transparent
; }
116 h2
, h3
{ border-bottom: 1px solid
#124; }
117 dt
{ font-weight: bold
; }
123 border: 1px solid
#124;
129 border-top: 1px solid
#000;
130 border-bottom: 1px solid
#000;
136 div
.footer
a:visited
,
137 .header a:visited { color: #124; background: transparent
; }
141 table
.bugmail
{ border: 2px solid
#124; }
145 tr
.odd td
{ background: #d9d8d1; color: #124; }
147 table
.ccmd td
.g
{ background: #e9e8e1; color: #124; }