File: html-doxy.css

package info (click to toggle)
synopsis 0.8.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,112 kB
  • ctags: 12,996
  • sloc: cpp: 34,254; ansic: 33,620; python: 10,975; sh: 7,261; xml: 6,369; makefile: 773; asm: 445
file content (145 lines) | stat: -rw-r--r-- 2,446 bytes parent folder | download | duplicates (7)
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
body
  {
    margin-left: 5%;
    margin-right: 5%;
    color: #003030;
    background: #ffffff;
  }
:link { color: #4444ee; }
:visited { color: #4444ee; }
:active { color: #4444ee; }
span.keyword { font-style: italic;}
span.variable { font-style: italic;}
//span.name { font-weight: bold; }
span.root-current { background: #eeeeee; color: #888888; font-style: italic; }
span.root-other { font-weight: bold; }
//a.name { font-weight: bold; }
div.module { padding: 1.0em;}
div.declarations { padding: 1.0em;}
div.desc {
    border: none;
    //font-style: italic;
    color: #003030;
    margin-left: 1em;
    margin-bottom: 1em;
}
div.summary {
    border: none;
    font-style: italic;
    color: #003030;
    margin-left: 2em;
}
span.summary {
    border: none;
    font-style: italic;
    color: #003030;
    margin-left: 0em;
}
div.preformat {
    font-size: bigger;
    font-weight: bold;
}
td.func {
    font-size: bigger;
    font-weight: bold;
}
div.summary {
    font-size: smaller;
    margin-left: 0em;
}
div.enumerator {
    margin-left: 2em;
}
div.module-section {
    margin-left: 1em;
}
div.module-section img {
    vertical-align: text-bottom;
}
div.files {
    margin-left: 1em;
}
div.filepage-scope {
    margin-left: 1em;
}
td.heading {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.1em;
    background: #eeeeee;
}
td.summ-start {
    vertical-align: top;
    text-align: right;
}
td.summ-info {
    vertical-align: top;
}
div.section {
    margin-left: 2em;
}
div.tag-heading {
    margin-top: 1em;
    font-weight: bold;
}
div.tag-section {
    margin-left: 2em;
}

div.logo {
    margin-left: 2em;
    text-align: center;
    color: #dddddd;
}

div.class-namespace {
    font-size: 1.5em;
    float: right;
}
div.class-template {
    font-size: 1.7em;
}
div.class-name {
    font-size: 1.7em;
    margin-bottom: 1em;
}
ul.tree {
    padding-left: 1em;
}
div.nameindex-item {
    margin-left: 1em;
}
div.file-all {
    font-size: smaller;
    white-space: nowrap;
}
span.file-linenum {
    color: red;
    font-family: monospace;
}
span.file-indent {
    font-family: monospace;
}
span.file-default {
    color: #222222;
}
span.file-keyword {
    font-weight: bold;
}
span.file-comment {
    color: purple;
}
span.file-number {
    color: blue;
    font-style: italic;
}
span.file-string {
    color: green;
    font-style: italic;
}
a.file-ref {
    font-style: italic;
}
a.file-def {
    font-weight: bold;
}