File: doxygen.css

package info (click to toggle)
libsigc%2B%2B-2.0 2.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,180 kB
  • sloc: sh: 4,246; cpp: 3,990; xml: 313; perl: 236; makefile: 174; ansic: 44
file content (267 lines) | stat: -rw-r--r-- 3,741 bytes parent folder | download | duplicates (21)
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
/* GNOME C++ bindings Doxygen style */

/* This file is deprecated.
 * In Doxyfile.in you should use
 *   HTML_EXTRA_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen-extra.css"
 * instead of
 *   HTML_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen.css"
 * See https://mail.gnome.org/archives/gtkmm-list/2014-August/msg00022.html
 */

html, body {
  background: #FFFFFF;
  color: #222222;
  margin: 0;
}

body {
  font: normal 90%/150% sans-serif;
  padding: 1.5em;
  min-width: 28em;
}

table {
  font-size: inherit;
}

img {
  border-style: none;
}

address img {
  vertical-align: middle;
}

h1 {
  font-size: 150%;
  line-height: 120%;
  text-align: center;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 100%;
}

h1 + h3 {
  text-align: center;
}

.navpath {
  display: none;
}

caption {
  font-weight: bold;
}

p, dl {
  margin: 0.75em 0;
}

.center {
  text-align: center;
}

div.qindex {
  width: 100%;
  line-height: 140%;
  background-color: #E8EEF2;
  border: 1px solid #84B0C7;
  text-align: center;
  margin: 0.2em;
  padding: 0.2em;
}

a {
  color: #153788;
  font-weight: normal;
  text-decoration: none;
}

.contents a:visited {
  color: #1B77C5;
}

a:hover {
  text-decoration: underline;
}

a.el, a.qindex {
  font-weight: bold;
}

dl.el {
  margin-left: -1.5em;
}

code, .fragment {
  font-family: monospace, fixed;
}

pre.fragment, div.fragment {
  background-color: #EEEEFF;
  border: 1px solid #AAAAFF;
  padding: 0.5em;
  margin: 0.375em 0.75em 0.375em 0.2em;
}

div.fragment > pre.fragment {
  border-style: none;
  padding: 0;
  margin: 0;
}

div.line {
  white-space: pre;
}

div.ah {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0.2em 0;
}

.indexkey, .indexvalue {
  background-color: #E8EEF2;
  border: 1px solid #CCCCCC;
  margin: 0.2em 0;
  padding: 0.2em 0.75em;
}

.indexkey {
  font-weight: bold;
}
.memlist {
  background-color: #F0F0F0;
}

span.keyword {
  color: #008000;
}

span.keywordtype {
  color: #604020;
}

span.keywordflow {
  color: #E08000;
}

span.comment {
  color: #800000;
}

span.preprocessor {
  color: #806020;
}

span.stringliteral {
  color: #002080;
}

span.charliteral {
  color: #008080;
}

.tiny {
  font-size: 80%;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #666666;
}

.mdescLeft, .mdescRight, .memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  background-color: #FAFAFA;
  border: none;
  margin: 0.375em;
  padding: 0.125em 0 0 0.75em;
}

.mdescLeft, .mdescRight {
  padding: 0 0.75em 0.375em;
  color: #555555;
}

.memItemLeft, .memItemRight, .memTemplParams {
  border-top: 1px solid #CCCCCC;
}

.memTemplParams {
  color: #606060;
}

.memtemplate {
  color: #606060;
  font-size: 90%;
  font-weight: normal;
  margin-left: 0.2em;
}

.memnav {
  background-color: #E8EEF2;
  border: 1px solid #84B0C7;
  text-align: center;
  margin: 0.2em 1em 0.2em 0;
  padding: 0.2em;
}

.memitem {
  margin: 0.5em 0;
  padding: 0;
}

.memname {
  white-space: nowrap;
  font-weight: bold;
  line-height: 120%;
}

.memproto, .memdoc {
  border: 1px solid #84B0C7;
}

.memproto {
  padding: 0;
  background-color: #D5E1E8;
  font-weight: bold;
  -webkit-border-top-left-radius: 1ex;
  -webkit-border-top-right-radius: 1ex;
  -moz-border-radius-topleft: 1ex;
  -moz-border-radius-topright: 1ex;
}

.memdoc {
  padding: 0.2em 0.5em;
  background-color: #EEF3F5;
  border-top-width: 0;
  -webkit-border-bottom-left-radius: 1ex;
  -webkit-border-bottom-right-radius: 1ex;
  -moz-border-radius-bottomleft: 1ex;
  -moz-border-radius-bottomright: 1ex;
}

.paramkey {
  text-align: right;
}

.paramtype {
  white-space: nowrap;
}

.paramname {
  color: #602020;
  white-space: nowrap;
}

.paramname em {
  font-style: normal;
}