~ubuntu-branches/ubuntu/precise/grantlee/precise

« back to all changes in this revision

Viewing changes to dox/stylesheet.css

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2010-06-11 23:41:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100611234145-oas7rhdrbwy8j55c
Tags: upstream-0.1.1
ImportĀ upstreamĀ versionĀ 0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Customized CSS */
 
3
 
 
4
table.main_api
 
5
{
 
6
  width:80%;
 
7
  border-collapse: collapse;
 
8
  margin-left:auto;
 
9
  margin-right:auto;
 
10
  border: 1px solid #C1DAD7;
 
11
}
 
12
 
 
13
table.main_api th p
 
14
{
 
15
  margin-top: 2px;
 
16
  margin-bottom: 2px;
 
17
}
 
18
 
 
19
table.main_api th.library
 
20
{
 
21
  background:#6D929B;
 
22
}
 
23
 
 
24
table.main_api th.library p
 
25
{
 
26
  font-size: 16px;
 
27
}
 
28
 
 
29
table.main_api th.section
 
30
{
 
31
  background: #CAE8EA;
 
32
}
 
33
 
 
34
table.main_api th.section p
 
35
{
 
36
  font-size: 14px;
 
37
}
 
38
 
 
39
/* The standard CSS for doxygen */
 
40
 
 
41
body, table, div, p, dl {
 
42
        font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
 
43
        font-size: 12px;
 
44
}
 
45
 
 
46
/* @group Heading Levels */
 
47
 
 
48
h1 {
 
49
        text-align: center;
 
50
        font-size: 150%;
 
51
}
 
52
 
 
53
h2 {
 
54
        font-size: 120%;
 
55
}
 
56
 
 
57
h3 {
 
58
        font-size: 100%;
 
59
}
 
60
 
 
61
dt {
 
62
        font-weight: bold;
 
63
}
 
64
 
 
65
div.multicol {
 
66
        -moz-column-gap: 1em;
 
67
        -webkit-column-gap: 1em;
 
68
        -moz-column-count: 3;
 
69
        -webkit-column-count: 3;
 
70
}
 
71
 
 
72
p.startli, p.startdd {
 
73
        margin-top: 2px;
 
74
}
 
75
 
 
76
p.endli {
 
77
        margin-bottom: 0px;
 
78
}
 
79
 
 
80
p.enddd {
 
81
        margin-bottom: 4px;
 
82
}
 
83
 
 
84
/* @end */
 
85
 
 
86
caption {
 
87
        font-weight: bold;
 
88
}
 
89
 
 
90
span.legend {
 
91
        font-size: 70%;
 
92
        text-align: center;
 
93
}
 
94
 
 
95
div.qindex, div.navtab{
 
96
        background-color: #e8eef2;
 
97
        border: 1px solid #84b0c7;
 
98
        text-align: center;
 
99
        margin: 2px;
 
100
        padding: 2px;
 
101
}
 
102
 
 
103
div.qindex, div.navpath {
 
104
        width: 100%;
 
105
        line-height: 140%;
 
106
}
 
107
 
 
108
div.navtab {
 
109
        margin-right: 15px;
 
110
}
 
111
 
 
112
/* @group Link Styling */
 
113
 
 
114
a {
 
115
        color: #153788;
 
116
        font-weight: normal;
 
117
        text-decoration: none;
 
118
}
 
119
 
 
120
.contents a:visited {
 
121
        color: #1b77c5;
 
122
}
 
123
 
 
124
a:hover {
 
125
        text-decoration: underline;
 
126
}
 
127
 
 
128
a.qindex {
 
129
        font-weight: bold;
 
130
}
 
131
 
 
132
a.qindexHL {
 
133
        font-weight: bold;
 
134
        background-color: #6666cc;
 
135
        color: #ffffff;
 
136
        border: 1px double #9295C2;
 
137
}
 
138
 
 
139
.contents a.qindexHL:visited {
 
140
        color: #ffffff;
 
141
}
 
142
 
 
143
a.el {
 
144
        font-weight: bold;
 
145
}
 
146
 
 
147
a.elRef {
 
148
}
 
149
 
 
150
a.code {
 
151
}
 
152
 
 
153
a.codeRef {
 
154
}
 
155
 
 
156
/* @end */
 
157
 
 
158
dl.el {
 
159
        margin-left: -1cm;
 
160
}
 
161
 
 
162
.fragment {
 
163
        font-family: monospace, fixed;
 
164
        font-size: 105%;
 
165
}
 
166
 
 
167
pre.fragment {
 
168
        border: 1px solid #CCCCCC;
 
169
        background-color: #f5f5f5;
 
170
        padding: 4px 6px;
 
171
        margin: 4px 8px 4px 2px;
 
172
}
 
173
 
 
174
div.ah {
 
175
        background-color: black;
 
176
        font-weight: bold;
 
177
        color: #ffffff;
 
178
        margin-bottom: 3px;
 
179
        margin-top: 3px
 
180
}
 
181
 
 
182
div.groupHeader {
 
183
        margin-left: 16px;
 
184
        margin-top: 12px;
 
185
        margin-bottom: 6px;
 
186
        font-weight: bold;
 
187
}
 
188
 
 
189
div.groupText {
 
190
        margin-left: 16px;
 
191
        font-style: italic;
 
192
}
 
193
 
 
194
body {
 
195
        background: white;
 
196
        color: black;
 
197
        margin-right: 20px;
 
198
        margin-left: 20px;
 
199
}
 
200
 
 
201
td.indexkey {
 
202
        background-color: #e8eef2;
 
203
        font-weight: bold;
 
204
        border: 1px solid #CCCCCC;
 
205
        margin: 2px 0px 2px 0;
 
206
        padding: 2px 10px;
 
207
}
 
208
 
 
209
td.indexvalue {
 
210
        background-color: #e8eef2;
 
211
        border: 1px solid #CCCCCC;
 
212
        padding: 2px 10px;
 
213
        margin: 2px 0px;
 
214
}
 
215
 
 
216
tr.memlist {
 
217
        background-color: #f0f0f0;
 
218
}
 
219
 
 
220
p.formulaDsp {
 
221
        text-align: center;
 
222
}
 
223
 
 
224
img.formulaDsp {
 
225
 
 
226
}
 
227
 
 
228
img.formulaInl {
 
229
        vertical-align: middle;
 
230
}
 
231
 
 
232
div.center {
 
233
        text-align: center;
 
234
        margin-top: 0px;
 
235
        margin-bottom: 0px;
 
236
        padding: 0px;
 
237
}
 
238
 
 
239
div.center img {
 
240
        border: 0px;
 
241
}
 
242
 
 
243
img.footer {
 
244
        border: 0px;
 
245
        vertical-align: middle;
 
246
}
 
247
 
 
248
/* @group Code Colorization */
 
249
 
 
250
span.keyword {
 
251
        color: #008000
 
252
}
 
253
 
 
254
span.keywordtype {
 
255
        color: #604020
 
256
}
 
257
 
 
258
span.keywordflow {
 
259
        color: #e08000
 
260
}
 
261
 
 
262
span.comment {
 
263
        color: #800000
 
264
}
 
265
 
 
266
span.preprocessor {
 
267
        color: #806020
 
268
}
 
269
 
 
270
span.stringliteral {
 
271
        color: #002080
 
272
}
 
273
 
 
274
span.charliteral {
 
275
        color: #008080
 
276
}
 
277
 
 
278
span.vhdldigit {
 
279
        color: #ff00ff
 
280
}
 
281
 
 
282
span.vhdlchar {
 
283
        color: #000000
 
284
}
 
285
 
 
286
span.vhdlkeyword {
 
287
        color: #700070
 
288
}
 
289
 
 
290
span.vhdllogic {
 
291
        color: #ff0000
 
292
}
 
293
 
 
294
/* @end */
 
295
 
 
296
.search {
 
297
        color: #003399;
 
298
        font-weight: bold;
 
299
}
 
300
 
 
301
form.search {
 
302
        margin-bottom: 0px;
 
303
        margin-top: 0px;
 
304
}
 
305
 
 
306
input.search {
 
307
        font-size: 75%;
 
308
        color: #000080;
 
309
        font-weight: normal;
 
310
        background-color: #e8eef2;
 
311
}
 
312
 
 
313
td.tiny {
 
314
        font-size: 75%;
 
315
}
 
316
 
 
317
.dirtab {
 
318
        padding: 4px;
 
319
        border-collapse: collapse;
 
320
        border: 1px solid #84b0c7;
 
321
}
 
322
 
 
323
th.dirtab {
 
324
        background: #e8eef2;
 
325
        font-weight: bold;
 
326
}
 
327
 
 
328
hr {
 
329
        height: 0;
 
330
        border: none;
 
331
        border-top: 1px solid #666;
 
332
}
 
333
 
 
334
/* @group Member Descriptions */
 
335
 
 
336
.mdescLeft, .mdescRight,
 
337
.memItemLeft, .memItemRight,
 
338
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
 
339
        background-color: #FAFAFA;
 
340
        border: none;
 
341
        margin: 4px;
 
342
        padding: 1px 0 0 8px;
 
343
}
 
344
 
 
345
.mdescLeft, .mdescRight {
 
346
        padding: 0px 8px 4px 8px;
 
347
        color: #555;
 
348
}
 
349
 
 
350
.memItemLeft, .memItemRight, .memTemplParams {
 
351
        border-top: 1px solid #ccc;
 
352
}
 
353
 
 
354
.memItemLeft, .memTemplItemLeft {
 
355
        white-space: nowrap;
 
356
}
 
357
 
 
358
.memTemplParams {
 
359
        color: #606060;
 
360
        white-space: nowrap;
 
361
}
 
362
 
 
363
/* @end */
 
364
 
 
365
/* @group Member Details */
 
366
 
 
367
/* Styles for detailed member documentation */
 
368
 
 
369
.memtemplate {
 
370
        font-size: 80%;
 
371
        color: #606060;
 
372
        font-weight: normal;
 
373
        margin-left: 3px;
 
374
}
 
375
 
 
376
.memnav {
 
377
        background-color: #e8eef2;
 
378
        border: 1px solid #84b0c7;
 
379
        text-align: center;
 
380
        margin: 2px;
 
381
        margin-right: 15px;
 
382
        padding: 2px;
 
383
}
 
384
 
 
385
.memitem {
 
386
        padding: 0;
 
387
        margin-bottom: 10px;
 
388
}
 
389
 
 
390
.memname {
 
391
        white-space: nowrap;
 
392
        font-weight: bold;
 
393
}
 
394
 
 
395
.memproto, .memdoc {
 
396
        border: 1px solid #84b0c7;
 
397
}
 
398
 
 
399
.memproto {
 
400
        padding: 0;
 
401
        background-color: #d5e1e8;
 
402
        font-weight: bold;
 
403
        -webkit-border-top-left-radius: 8px;
 
404
        -webkit-border-top-right-radius: 8px;
 
405
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
 
406
        -moz-border-radius-topleft: 8px;
 
407
        -moz-border-radius-topright: 8px;
 
408
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
 
409
 
 
410
}
 
411
 
 
412
.memdoc {
 
413
        padding: 2px 5px;
 
414
        background-color: #eef3f5;
 
415
        border-top-width: 0;
 
416
        -webkit-border-bottom-left-radius: 8px;
 
417
        -webkit-border-bottom-right-radius: 8px;
 
418
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
 
419
        -moz-border-radius-bottomleft: 8px;
 
420
        -moz-border-radius-bottomright: 8px;
 
421
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
 
422
}
 
423
 
 
424
.paramkey {
 
425
        text-align: right;
 
426
}
 
427
 
 
428
.paramtype {
 
429
        white-space: nowrap;
 
430
}
 
431
 
 
432
.paramname {
 
433
        color: #602020;
 
434
        white-space: nowrap;
 
435
}
 
436
.paramname em {
 
437
        font-style: normal;
 
438
}
 
439
 
 
440
/* @end */
 
441
 
 
442
/* @group Directory (tree) */
 
443
 
 
444
/* for the tree view */
 
445
 
 
446
.ftvtree {
 
447
        font-family: sans-serif;
 
448
        margin: 0.5em;
 
449
}
 
450
 
 
451
/* these are for tree view when used as main index */
 
452
 
 
453
.directory {
 
454
        font-size: 9pt;
 
455
        font-weight: bold;
 
456
}
 
457
 
 
458
.directory h3 {
 
459
        margin: 0px;
 
460
        margin-top: 1em;
 
461
        font-size: 11pt;
 
462
}
 
463
 
 
464
/*
 
465
The following two styles can be used to replace the root node title
 
466
with an image of your choice.  Simply uncomment the next two styles,
 
467
specify the name of your image and be sure to set 'height' to the
 
468
proper pixel height of your image.
 
469
*/
 
470
 
 
471
/*
 
472
.directory h3.swap {
 
473
        height: 61px;
 
474
        background-repeat: no-repeat;
 
475
        background-image: url("yourimage.gif");
 
476
}
 
477
.directory h3.swap span {
 
478
        display: none;
 
479
}
 
480
*/
 
481
 
 
482
.directory > h3 {
 
483
        margin-top: 0;
 
484
}
 
485
 
 
486
.directory p {
 
487
        margin: 0px;
 
488
        white-space: nowrap;
 
489
}
 
490
 
 
491
.directory div {
 
492
        display: none;
 
493
        margin: 0px;
 
494
}
 
495
 
 
496
.directory img {
 
497
        vertical-align: -30%;
 
498
}
 
499
 
 
500
/* these are for tree view when not used as main index */
 
501
 
 
502
.directory-alt {
 
503
        font-size: 100%;
 
504
        font-weight: bold;
 
505
}
 
506
 
 
507
.directory-alt h3 {
 
508
        margin: 0px;
 
509
        margin-top: 1em;
 
510
        font-size: 11pt;
 
511
}
 
512
 
 
513
.directory-alt > h3 {
 
514
        margin-top: 0;
 
515
}
 
516
 
 
517
.directory-alt p {
 
518
        margin: 0px;
 
519
        white-space: nowrap;
 
520
}
 
521
 
 
522
.directory-alt div {
 
523
        display: none;
 
524
        margin: 0px;
 
525
}
 
526
 
 
527
.directory-alt img {
 
528
        vertical-align: -30%;
 
529
}
 
530
 
 
531
/* @end */
 
532
 
 
533
address {
 
534
        font-style: normal;
 
535
        color: #333;
 
536
}