~ubuntu-branches/ubuntu/feisty/libxml++2.6/feisty

« back to all changes in this revision

Viewing changes to docs/reference/2.17/html/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
 
2
        font-family: Geneva, Arial, Helvetica, sans-serif;
 
3
}
 
4
BODY,TD {
 
5
       font-size: 90%;
 
6
}
 
7
H1 {
 
8
        text-align: center;
 
9
       font-size: 160%;
 
10
}
 
11
H2 {
 
12
       font-size: 120%;
 
13
}
 
14
H3 {
 
15
       font-size: 100%;
 
16
}
 
17
CAPTION { font-weight: bold }
 
18
DIV.qindex {
 
19
        width: 100%;
 
20
        background-color: #e8eef2;
 
21
        border: 1px solid #84b0c7;
 
22
        text-align: center;
 
23
        margin: 2px;
 
24
        padding: 2px;
 
25
        line-height: 140%;
 
26
}
 
27
DIV.nav {
 
28
        width: 100%;
 
29
        background-color: #e8eef2;
 
30
        border: 1px solid #84b0c7;
 
31
        text-align: center;
 
32
        margin: 2px;
 
33
        padding: 2px;
 
34
        line-height: 140%;
 
35
}
 
36
DIV.navtab {
 
37
       background-color: #e8eef2;
 
38
       border: 1px solid #84b0c7;
 
39
       text-align: center;
 
40
       margin: 2px;
 
41
       margin-right: 15px;
 
42
       padding: 2px;
 
43
}
 
44
TD.navtab {
 
45
       font-size: 70%;
 
46
}
 
47
A.qindex {
 
48
       text-decoration: none;
 
49
       font-weight: bold;
 
50
       color: #1A419D;
 
51
}
 
52
A.qindex:visited {
 
53
       text-decoration: none;
 
54
       font-weight: bold;
 
55
       color: #1A419D
 
56
}
 
57
A.qindex:hover {
 
58
        text-decoration: none;
 
59
        background-color: #ddddff;
 
60
}
 
61
A.qindexHL {
 
62
        text-decoration: none;
 
63
        font-weight: bold;
 
64
        background-color: #6666cc;
 
65
        color: #ffffff;
 
66
        border: 1px double #9295C2;
 
67
}
 
68
A.qindexHL:hover {
 
69
        text-decoration: none;
 
70
        background-color: #6666cc;
 
71
        color: #ffffff;
 
72
}
 
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 }
 
82
.fragment {
 
83
       font-family: Fixed, monospace;
 
84
       font-size: 95%;
 
85
}
 
86
PRE.fragment {
 
87
        border: 1px solid #CCCCCC;
 
88
        background-color: #f5f5f5;
 
89
        margin-top: 4px;
 
90
        margin-bottom: 4px;
 
91
        margin-left: 2px;
 
92
        margin-right: 8px;
 
93
        padding-left: 6px;
 
94
        padding-right: 6px;
 
95
        padding-top: 4px;
 
96
        padding-bottom: 4px;
 
97
}
 
98
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
 
99
TD.md { background-color: #F4F4FB; font-weight: bold; }
 
100
TD.mdPrefix {
 
101
       background-color: #F4F4FB;
 
102
       color: #606060;
 
103
        font-size: 80%;
 
104
}
 
105
TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
 
106
TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
 
107
DIV.groupHeader {
 
108
       margin-left: 16px;
 
109
       margin-top: 12px;
 
110
       margin-bottom: 6px;
 
111
       font-weight: bold;
 
112
}
 
113
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
 
114
BODY {
 
115
        background: white;
 
116
        color: black;
 
117
        margin-right: 20px;
 
118
        margin-left: 20px;
 
119
}
 
120
TD.indexkey {
 
121
        background-color: #e8eef2;
 
122
        font-weight: bold;
 
123
        padding-right  : 10px;
 
124
        padding-top    : 2px;
 
125
        padding-left   : 10px;
 
126
        padding-bottom : 2px;
 
127
        margin-left    : 0px;
 
128
        margin-right   : 0px;
 
129
        margin-top     : 2px;
 
130
        margin-bottom  : 2px;
 
131
        border: 1px solid #CCCCCC;
 
132
}
 
133
TD.indexvalue {
 
134
        background-color: #e8eef2;
 
135
        font-style: italic;
 
136
        padding-right  : 10px;
 
137
        padding-top    : 2px;
 
138
        padding-left   : 10px;
 
139
        padding-bottom : 2px;
 
140
        margin-left    : 0px;
 
141
        margin-right   : 0px;
 
142
        margin-top     : 2px;
 
143
        margin-bottom  : 2px;
 
144
        border: 1px solid #CCCCCC;
 
145
}
 
146
TR.memlist {
 
147
   background-color: #f0f0f0; 
 
148
}
 
149
P.formulaDsp { text-align: center; }
 
150
IMG.formulaDsp { }
 
151
IMG.formulaInl { vertical-align: middle; }
 
152
SPAN.keyword       { color: #008000 }
 
153
SPAN.keywordtype   { color: #604020 }
 
154
SPAN.keywordflow   { color: #e08000 }
 
155
SPAN.comment       { color: #800000 }
 
156
SPAN.preprocessor  { color: #806020 }
 
157
SPAN.stringliteral { color: #002080 }
 
158
SPAN.charliteral   { color: #008080 }
 
159
.mdTable {
 
160
        border: 1px solid #868686;
 
161
        background-color: #F4F4FB;
 
162
}
 
163
.mdRow {
 
164
        padding: 8px 10px;
 
165
}
 
166
.mdescLeft {
 
167
       padding: 0px 8px 4px 8px;
 
168
        font-size: 80%;
 
169
        font-style: italic;
 
170
        background-color: #FAFAFA;
 
171
        border-top: 1px none #E0E0E0;
 
172
        border-right: 1px none #E0E0E0;
 
173
        border-bottom: 1px none #E0E0E0;
 
174
        border-left: 1px none #E0E0E0;
 
175
        margin: 0px;
 
176
}
 
177
.mdescRight {
 
178
       padding: 0px 8px 4px 8px;
 
179
        font-size: 80%;
 
180
        font-style: italic;
 
181
        background-color: #FAFAFA;
 
182
        border-top: 1px none #E0E0E0;
 
183
        border-right: 1px none #E0E0E0;
 
184
        border-bottom: 1px none #E0E0E0;
 
185
        border-left: 1px none #E0E0E0;
 
186
        margin: 0px;
 
187
}
 
188
.memItemLeft {
 
189
        padding: 1px 0px 0px 8px;
 
190
        margin: 4px;
 
191
        border-top-width: 1px;
 
192
        border-right-width: 1px;
 
193
        border-bottom-width: 1px;
 
194
        border-left-width: 1px;
 
195
        border-top-color: #E0E0E0;
 
196
        border-right-color: #E0E0E0;
 
197
        border-bottom-color: #E0E0E0;
 
198
        border-left-color: #E0E0E0;
 
199
        border-top-style: solid;
 
200
        border-right-style: none;
 
201
        border-bottom-style: none;
 
202
        border-left-style: none;
 
203
        background-color: #FAFAFA;
 
204
        font-size: 80%;
 
205
}
 
206
.memItemRight {
 
207
        padding: 1px 8px 0px 8px;
 
208
        margin: 4px;
 
209
        border-top-width: 1px;
 
210
        border-right-width: 1px;
 
211
        border-bottom-width: 1px;
 
212
        border-left-width: 1px;
 
213
        border-top-color: #E0E0E0;
 
214
        border-right-color: #E0E0E0;
 
215
        border-bottom-color: #E0E0E0;
 
216
        border-left-color: #E0E0E0;
 
217
        border-top-style: solid;
 
218
        border-right-style: none;
 
219
        border-bottom-style: none;
 
220
        border-left-style: none;
 
221
        background-color: #FAFAFA;
 
222
        font-size: 80%;
 
223
}
 
224
.memTemplItemLeft {
 
225
        padding: 1px 0px 0px 8px;
 
226
        margin: 4px;
 
227
        border-top-width: 1px;
 
228
        border-right-width: 1px;
 
229
        border-bottom-width: 1px;
 
230
        border-left-width: 1px;
 
231
        border-top-color: #E0E0E0;
 
232
        border-right-color: #E0E0E0;
 
233
        border-bottom-color: #E0E0E0;
 
234
        border-left-color: #E0E0E0;
 
235
        border-top-style: none;
 
236
        border-right-style: none;
 
237
        border-bottom-style: none;
 
238
        border-left-style: none;
 
239
        background-color: #FAFAFA;
 
240
        font-size: 80%;
 
241
}
 
242
.memTemplItemRight {
 
243
        padding: 1px 8px 0px 8px;
 
244
        margin: 4px;
 
245
        border-top-width: 1px;
 
246
        border-right-width: 1px;
 
247
        border-bottom-width: 1px;
 
248
        border-left-width: 1px;
 
249
        border-top-color: #E0E0E0;
 
250
        border-right-color: #E0E0E0;
 
251
        border-bottom-color: #E0E0E0;
 
252
        border-left-color: #E0E0E0;
 
253
        border-top-style: none;
 
254
        border-right-style: none;
 
255
        border-bottom-style: none;
 
256
        border-left-style: none;
 
257
        background-color: #FAFAFA;
 
258
        font-size: 80%;
 
259
}
 
260
.memTemplParams {
 
261
        padding: 1px 0px 0px 8px;
 
262
        margin: 4px;
 
263
        border-top-width: 1px;
 
264
        border-right-width: 1px;
 
265
        border-bottom-width: 1px;
 
266
        border-left-width: 1px;
 
267
        border-top-color: #E0E0E0;
 
268
        border-right-color: #E0E0E0;
 
269
        border-bottom-color: #E0E0E0;
 
270
        border-left-color: #E0E0E0;
 
271
        border-top-style: solid;
 
272
        border-right-style: none;
 
273
        border-bottom-style: none;
 
274
        border-left-style: none;
 
275
       color: #606060;
 
276
        background-color: #FAFAFA;
 
277
        font-size: 80%;
 
278
}
 
279
.search     { color: #003399;
 
280
              font-weight: bold;
 
281
}
 
282
FORM.search {
 
283
              margin-bottom: 0px;
 
284
              margin-top: 0px;
 
285
}
 
286
INPUT.search { font-size: 75%;
 
287
               color: #000080;
 
288
               font-weight: normal;
 
289
               background-color: #e8eef2;
 
290
}
 
291
TD.tiny      { font-size: 75%;
 
292
}
 
293
a {
 
294
        color: #1A41A8;
 
295
}
 
296
a:visited {
 
297
        color: #2A3798;
 
298
}
 
299
.dirtab { padding: 4px;
 
300
          border-collapse: collapse;
 
301
          border: 1px solid #84b0c7;
 
302
}
 
303
TH.dirtab { background: #e8eef2;
 
304
            font-weight: bold;
 
305
}
 
306
HR { height: 1px;
 
307
     border: none;
 
308
     border-top: 1px solid black;
 
309
}
 
310