~ubuntu-branches/ubuntu/quantal/libyaml/quantal-security

« back to all changes in this revision

Viewing changes to doc/html/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Anders Kaseorg
  • Date: 2008-12-29 21:10:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081229211048-pnkoyadfmoolhjvq
Tags: 0.1.2-1
* New upstream version 0.1.2.
  + Fixed grammar in error messages (from YAML::XS::LibYAML).
  + Rewritten whitespace detection in the scalar analyzer and block
    scalar writers (ported from PyYAML).
  + Fixed emitting folded scalars with trailing breaks; Forced emitting
    of a document end indicator when there is a possibility of ambiguous
    parsing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        font-family: Geneva, Arial, Helvetica, sans-serif;
3
3
}
4
4
BODY,TD {
5
 
       font-size: 90%;
 
5
        font-size: 90%;
6
6
}
7
7
H1 {
8
8
        text-align: center;
9
 
       font-size: 160%;
 
9
        font-size: 160%;
10
10
}
11
11
H2 {
12
 
       font-size: 120%;
 
12
        font-size: 120%;
13
13
}
14
14
H3 {
15
 
       font-size: 100%;
16
 
}
17
 
CAPTION { font-weight: bold }
 
15
        font-size: 100%;
 
16
}
 
17
CAPTION { 
 
18
        font-weight: bold 
 
19
}
18
20
DIV.qindex {
19
21
        width: 100%;
20
22
        background-color: #e8eef2;
24
26
        padding: 2px;
25
27
        line-height: 140%;
26
28
}
27
 
DIV.nav {
 
29
DIV.navpath {
28
30
        width: 100%;
29
31
        background-color: #e8eef2;
30
32
        border: 1px solid #84b0c7;
70
72
        background-color: #6666cc;
71
73
        color: #ffffff;
72
74
}
73
 
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
74
 
A.el { text-decoration: none; font-weight: bold }
75
 
A.elRef { font-weight: bold }
76
 
A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77
 
A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
78
 
A.codeRef:link { font-weight: normal; color: #0000FF}
79
 
A.codeRef:visited { font-weight: normal; color: #0000FF}
80
 
A:hover { text-decoration: none; background-color: #f2f2ff }
81
 
DL.el { margin-left: -1cm }
 
75
A.qindexHL:visited { 
 
76
        text-decoration: none; 
 
77
        background-color: #6666cc; 
 
78
        color: #ffffff 
 
79
}
 
80
A.el { 
 
81
        text-decoration: none; 
 
82
        font-weight: bold 
 
83
}
 
84
A.elRef { 
 
85
        font-weight: bold 
 
86
}
 
87
A.code:link { 
 
88
        text-decoration: none; 
 
89
        font-weight: normal; 
 
90
        color: #0000FF
 
91
}
 
92
A.code:visited { 
 
93
        text-decoration: none; 
 
94
        font-weight: normal; 
 
95
        color: #0000FF
 
96
}
 
97
A.codeRef:link { 
 
98
        font-weight: normal; 
 
99
        color: #0000FF
 
100
}
 
101
A.codeRef:visited { 
 
102
        font-weight: normal; 
 
103
        color: #0000FF
 
104
}
 
105
A:hover { 
 
106
        text-decoration: none;  
 
107
        background-color: #f2f2ff 
 
108
}
 
109
DL.el { 
 
110
        margin-left: -1cm 
 
111
}
82
112
.fragment {
83
113
       font-family: monospace, fixed;
84
114
       font-size: 95%;
95
125
        padding-top: 4px;
96
126
        padding-bottom: 4px;
97
127
}
98
 
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
 
128
DIV.ah { 
 
129
        background-color: black; 
 
130
        font-weight: bold; 
 
131
        color: #ffffff; 
 
132
        margin-bottom: 3px; 
 
133
        margin-top: 3px 
 
134
}
99
135
 
100
136
DIV.groupHeader {
101
137
       margin-left: 16px;
103
139
       margin-bottom: 6px;
104
140
       font-weight: bold;
105
141
}
106
 
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
 
142
DIV.groupText { 
 
143
        margin-left: 16px; 
 
144
        font-style: italic; 
 
145
        font-size: 90% 
 
146
}
107
147
BODY {
108
148
        background: white;
109
149
        color: black;
137
177
        border: 1px solid #CCCCCC;
138
178
}
139
179
TR.memlist {
140
 
   background-color: #f0f0f0; 
141
 
}
142
 
P.formulaDsp { text-align: center; }
143
 
IMG.formulaDsp { }
144
 
IMG.formulaInl { vertical-align: middle; }
 
180
        background-color: #f0f0f0; 
 
181
}
 
182
P.formulaDsp { 
 
183
        text-align: center; 
 
184
}
 
185
IMG.formulaDsp {
 
186
}
 
187
IMG.formulaInl { 
 
188
        vertical-align: middle; 
 
189
}
145
190
SPAN.keyword       { color: #008000 }
146
191
SPAN.keywordtype   { color: #604020 }
147
192
SPAN.keywordflow   { color: #e08000 }
149
194
SPAN.preprocessor  { color: #806020 }
150
195
SPAN.stringliteral { color: #002080 }
151
196
SPAN.charliteral   { color: #008080 }
 
197
SPAN.vhdldigit     { color: #ff00ff }
 
198
SPAN.vhdlchar      { color: #000000 }
 
199
SPAN.vhdlkeyword   { color: #700070 }
 
200
SPAN.vhdllogic     { color: #ff0000 }
 
201
 
152
202
.mdescLeft {
153
 
       padding: 0px 8px 4px 8px;
 
203
        padding: 0px 8px 4px 8px;
154
204
        font-size: 80%;
155
205
        font-style: italic;
156
206
        background-color: #FAFAFA;
161
211
        margin: 0px;
162
212
}
163
213
.mdescRight {
164
 
       padding: 0px 8px 4px 8px;
 
214
        padding: 0px 8px 4px 8px;
165
215
        font-size: 80%;
166
216
        font-style: italic;
167
217
        background-color: #FAFAFA;
258
308
        border-right-style: none;
259
309
        border-bottom-style: none;
260
310
        border-left-style: none;
261
 
       color: #606060;
 
311
        color: #606060;
262
312
        background-color: #FAFAFA;
263
313
        font-size: 80%;
264
314
}
265
 
.search     { color: #003399;
266
 
              font-weight: bold;
 
315
.search { 
 
316
        color: #003399;
 
317
        font-weight: bold;
267
318
}
268
319
FORM.search {
269
 
              margin-bottom: 0px;
270
 
              margin-top: 0px;
271
 
}
272
 
INPUT.search { font-size: 75%;
273
 
               color: #000080;
274
 
               font-weight: normal;
275
 
               background-color: #e8eef2;
276
 
}
277
 
TD.tiny      { font-size: 75%;
 
320
        margin-bottom: 0px;
 
321
        margin-top: 0px;
 
322
}
 
323
INPUT.search { 
 
324
        font-size: 75%;
 
325
        color: #000080;
 
326
        font-weight: normal;
 
327
        background-color: #e8eef2;
 
328
}
 
329
TD.tiny { 
 
330
        font-size: 75%;
278
331
}
279
332
a {
280
333
        color: #1A41A8;
282
335
a:visited {
283
336
        color: #2A3798;
284
337
}
285
 
.dirtab { padding: 4px;
286
 
          border-collapse: collapse;
287
 
          border: 1px solid #84b0c7;
288
 
}
289
 
TH.dirtab { background: #e8eef2;
290
 
            font-weight: bold;
291
 
}
292
 
HR { height: 1px;
293
 
     border: none;
294
 
     border-top: 1px solid black;
 
338
.dirtab { 
 
339
        padding: 4px;
 
340
        border-collapse: collapse;
 
341
        border: 1px solid #84b0c7;
 
342
}
 
343
TH.dirtab { 
 
344
        background: #e8eef2;
 
345
        font-weight: bold;
 
346
}
 
347
HR { 
 
348
        height: 1px;
 
349
        border: none;
 
350
        border-top: 1px solid black;
295
351
}
296
352
 
297
353
/* Style for detailed member documentation */
298
354
.memtemplate {
299
 
  font-size: 80%;
300
 
  color: #606060;
301
 
  font-weight: normal;
 
355
        font-size: 80%;
 
356
        color: #606060;
 
357
        font-weight: normal;
 
358
        margin-left: 3px;
302
359
303
360
.memnav { 
304
 
  background-color: #e8eef2;
305
 
  border: 1px solid #84b0c7;
306
 
  text-align: center;
307
 
  margin: 2px;
308
 
  margin-right: 15px;
309
 
  padding: 2px;
 
361
        background-color: #e8eef2;
 
362
        border: 1px solid #84b0c7;
 
363
        text-align: center;
 
364
        margin: 2px;
 
365
        margin-right: 15px;
 
366
        padding: 2px;
310
367
}
311
368
.memitem {
312
 
  padding: 4px;
313
 
  background-color: #eef3f5;
314
 
  border-width: 1px;
315
 
  border-style: solid;
316
 
  border-color: #dedeee;
317
 
  -moz-border-radius: 8px 8px 8px 8px;
 
369
        padding: 4px;
 
370
        background-color: #eef3f5;
 
371
        border-width: 1px;
 
372
        border-style: solid;
 
373
        border-color: #dedeee;
 
374
        -moz-border-radius: 8px 8px 8px 8px;
318
375
}
319
376
.memname {
320
 
  white-space: nowrap;
321
 
  font-weight: bold;
 
377
        white-space: nowrap;
 
378
        font-weight: bold;
322
379
}
323
380
.memdoc{
324
 
  padding-left: 10px;
 
381
        padding-left: 10px;
325
382
}
326
383
.memproto {
327
 
  background-color: #d5e1e8;
328
 
  width: 100%;
329
 
  border-width: 1px;
330
 
  border-style: solid;
331
 
  border-color: #84b0c7;
332
 
  font-weight: bold;
333
 
  -moz-border-radius: 8px 8px 8px 8px;
 
384
        background-color: #d5e1e8;
 
385
        width: 100%;
 
386
        border-width: 1px;
 
387
        border-style: solid;
 
388
        border-color: #84b0c7;
 
389
        font-weight: bold;
 
390
        -moz-border-radius: 8px 8px 8px 8px;
334
391
}
335
392
.paramkey {
336
 
  text-align: right;
 
393
        text-align: right;
337
394
}
338
395
.paramtype {
339
 
  white-space: nowrap;
 
396
        white-space: nowrap;
340
397
}
341
398
.paramname {
342
 
  color: #602020;
343
 
  font-style: italic;
344
 
  white-space: nowrap;
 
399
        color: #602020;
 
400
        font-style: italic;
 
401
        white-space: nowrap;
345
402
}
346
403
/* End Styling for detailed member documentation */
347
404
 
350
407
        font-family: sans-serif;
351
408
        margin:0.5em;
352
409
}
353
 
.directory { font-size: 9pt; font-weight: bold; }
354
 
.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
355
 
.directory > h3 { margin-top: 0; }
356
 
.directory p { margin: 0px; white-space: nowrap; }
357
 
.directory div { display: none; margin: 0px; }
358
 
.directory img { vertical-align: -30%; }
 
410
/* these are for tree view when used as main index */
 
411
.directory { 
 
412
        font-size: 9pt; 
 
413
        font-weight: bold; 
 
414
}
 
415
.directory h3 { 
 
416
        margin: 0px; 
 
417
        margin-top: 1em; 
 
418
        font-size: 11pt; 
 
419
}
 
420
 
 
421
/* The following two styles can be used to replace the root node title */
 
422
/* with an image of your choice.  Simply uncomment the next two styles, */
 
423
/* specify the name of your image and be sure to set 'height' to the */
 
424
/* proper pixel height of your image. */
 
425
 
 
426
/* .directory h3.swap { */
 
427
/*      height: 61px; */
 
428
/*      background-repeat: no-repeat; */
 
429
/*      background-image: url("yourimage.gif"); */
 
430
/* } */
 
431
/* .directory h3.swap span { */
 
432
/*      display: none; */
 
433
/* } */
 
434
 
 
435
.directory > h3 { 
 
436
        margin-top: 0; 
 
437
}
 
438
.directory p { 
 
439
        margin: 0px; 
 
440
        white-space: nowrap; 
 
441
}
 
442
.directory div { 
 
443
        display: none; 
 
444
        margin: 0px; 
 
445
}
 
446
.directory img { 
 
447
        vertical-align: -30%; 
 
448
}
 
449
/* these are for tree view when not used as main index */
 
450
.directory-alt { 
 
451
        font-size: 100%; 
 
452
        font-weight: bold; 
 
453
}
 
454
.directory-alt h3 { 
 
455
        margin: 0px; 
 
456
        margin-top: 1em; 
 
457
        font-size: 11pt; 
 
458
}
 
459
.directory-alt > h3 { 
 
460
        margin-top: 0; 
 
461
}
 
462
.directory-alt p { 
 
463
        margin: 0px; 
 
464
        white-space: nowrap; 
 
465
}
 
466
.directory-alt div { 
 
467
        display: none; 
 
468
        margin: 0px; 
 
469
}
 
470
.directory-alt img { 
 
471
        vertical-align: -30%; 
 
472
}
 
473