~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to doc/html/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
A:hover { text-decoration: none; background-color: #f2f2ff }
81
81
DL.el { margin-left: -1cm }
82
82
.fragment {
83
 
       font-family: Fixed, monospace;
 
83
       font-family: monospace, fixed;
84
84
       font-size: 95%;
85
85
}
86
86
PRE.fragment {
96
96
        padding-bottom: 4px;
97
97
}
98
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; }
 
99
 
107
100
DIV.groupHeader {
108
101
       margin-left: 16px;
109
102
       margin-top: 12px;
156
149
SPAN.preprocessor  { color: #806020 }
157
150
SPAN.stringliteral { color: #002080 }
158
151
SPAN.charliteral   { color: #008080 }
159
 
.mdTable {
160
 
        border: 1px solid #868686;
161
 
        background-color: #F4F4FB;
162
 
}
163
 
.mdRow {
164
 
        padding: 8px 10px;
165
 
}
166
152
.mdescLeft {
167
153
       padding: 0px 8px 4px 8px;
168
154
        font-size: 80%;
308
294
     border-top: 1px solid black;
309
295
}
310
296
 
 
297
/* Style for detailed member documentation */
 
298
.memtemplate {
 
299
  font-size: 80%;
 
300
  color: #606060;
 
301
  font-weight: normal;
 
302
 
303
.memnav { 
 
304
  background-color: #e8eef2;
 
305
  border: 1px solid #84b0c7;
 
306
  text-align: center;
 
307
  margin: 2px;
 
308
  margin-right: 15px;
 
309
  padding: 2px;
 
310
}
 
311
.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;
 
318
}
 
319
.memname {
 
320
  white-space: nowrap;
 
321
  font-weight: bold;
 
322
}
 
323
.memdoc{
 
324
  padding-left: 10px;
 
325
}
 
326
.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;
 
334
}
 
335
.paramkey {
 
336
  text-align: right;
 
337
}
 
338
.paramtype {
 
339
  white-space: nowrap;
 
340
}
 
341
.paramname {
 
342
  color: #602020;
 
343
  font-style: italic;
 
344
  white-space: nowrap;
 
345
}
 
346
/* End Styling for detailed member documentation */
 
347
 
 
348
/* for the tree view */
 
349
.ftvtree {
 
350
        font-family: sans-serif;
 
351
        margin:0.5em;
 
352
}
 
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%; }