File: docbook2X.css

package info (click to toggle)
docbook2x 0.8.8-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,740 kB
  • sloc: xml: 16,229; sh: 3,674; perl: 3,461; ansic: 639; makefile: 409; sed: 11
file content (185 lines) | stat: -rw-r--r-- 2,473 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/*
 vim: sta et sw=2
 */

body {
  background-color: White;
  color: black;
  padding: 1% 2%;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*
 * Proper indents and margins.
 */
p {
  text-indent : 0;
  text-align: justify;
  margin: 0.75em 1.5em;
}


blockquote {
  margin-left: 2em;
  margin-right: 2em;
  padding-left : 1em;
}

pre {
  margin-left: 2em;
  margin-right: 2em;
  padding-left : 1em;
  background-color: #F8F8F8;
}

.qandaset table {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

  
ol, ul, dl {
  margin-left: 2.25em;
  margin-right: 2.25em;
}

li p, dd p, td p {
  margin: 0 0.25em 0.5em;
}
  


/*
 * Most browsers use "Courier New" whereas "Andale Mono" is much
 * better for most purposes.  
 */
tt {
  font-family : "Andale Mono", "Courier New", monospace;
}

/* 
 * Much nicer-looking definition lists 
 */
.toc dl {
  background-color : #FDFAFF;
  color : Black;
  padding: 0.5em;
}
.toc dl dl {
  margin: 0;
  padding: 0;
}

dd p {
  text-indent : 0
}

b.command {
  font-weight: normal;
  font-family: "Andale Mono", monospace;
}

em.replaceable code {
  font-family: "Times New Roman", Times, serif;
}

span.property {
  font-style: italic
}

span.lineannotation {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space : normal;
  background-color: #EEEEEE;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

pre.screen b.userinput {
  font-weight: normal;
}

.citerefentry .refentrytitle {
  font-weight: bold;
}

/* 
 * Mozilla's default is still using ASCII quotes! Change it.
 */
q { 
  quotes: '\201C' '\201D' 
}

a:link { color: blue }
a:visited { color: navy }
a:hover {
  background-color : #ffffcc
}

/* Get rid of the ugly underline and borders */
@media screen {
  a { text-decoration: none; }
}
a img { border: 0; }


/* 
 * Make headings stand out
 */
h1 { text-align: center }
h1,h2,h3,h4,h5,h6 {
  font-family : "Times New Roman", Times, serif;
}

h2 {  
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

h3 {
  margin-left: 0.75em;
}

 
hr { 
  border: solid thin black;
  color: black;
}

p.footer-homepage {
  font-size: small;
  text-align: center;
  margin: 0;
}

div.equation {
  margin-left: 2em;
  margin-right: 2em;
}


/* 
 * Footnotes 
 */

.footnote {
  font-size : small;
  text-indent : 0
}





/* 
 * Address block at the end of document 
 */
address {
  background-color : #FFFAF0;
  font-style : italic;
}

.last-modified {
  font-size: x-small;
  font-style : normal;
}