Upgraded Doxygen to 1.8.2 for the docs.
[wxWidgets.git] / docs / doxygen / extra_stylesheet.css
1 /* wxWidgets Custom Styles */
2
3 #projectlogo {
4 text-align: left;
5 padding: 0.5em;
6 }
7
8 #projectnumber {
9 font: 120% Tahoma, Arial, sans-serif;
10 text-align: right;
11 padding: 0.5em 1em;
12 }
13
14 h1, h2, h3, h4, h5, h6 {
15 color: #002D88;
16 font-weight: normal;
17 margin-top: 1em;
18 margin-bottom: 0.5em;
19 padding-top: 8px;
20 padding-bottom: 4px;
21 width: 100%;
22 }
23
24 h1 {
25 font-size: 150%;
26 border-bottom: 1px solid #3276FF;
27 }
28 h2 {
29 font-size: 135%;
30 margin-top: 0.75em;
31 }
32 h3 {
33 font-size: 120%;
34 margin-top: 0.5em;
35 }
36 h4 {
37 font-size: 100%;
38 margin-top: 0.5em;
39 }
40
41 img.logo {
42 float: right;
43 margin: 20px;
44 }
45
46 div.appearance {
47 margin: 1em 0em;
48 }
49 div.appearance table {
50 margin: 0.5em 0em;
51 width: 100%;
52 text-align: center;
53 }
54 div.appearance img {
55 margin: 0.5em;
56 }
57 div.appearance .caption {
58 font-style: italic;
59 font-weight: normal;
60 font-size: 90%;
61 }
62
63 td.green { color: green; }
64 td.orange { color: #ff8000; }
65 td.red { color: red; }
66
67 span.literal {
68 text-decoration: none;
69 font-weight: bold;
70 font-family: monospace, fixed;
71 }
72
73 /* we make all the following <span> tags render the text just like
74 the standard Doxygen @remarks, @see tags do, to obtain a uniform
75 look and feel */
76 span.itemdef, span.lib, span.category, span.stdobj, span.styles,
77 span.events, span.flags, span.appearance, span.impl, span.avail {
78 font-weight: bold;
79 line-height: 130%;
80 }
81
82 span.style, span.event, span.flag {
83 font-weight: bold;
84 color: #880000;
85 }
86
87 div.styleDesc, div.eventDesc, div.flagDesc {
88 margin-left: 3%;
89 margin-bottom: 1ex;
90 }
91
92 div.eventHandler {
93 margin: 1em;
94 text-indent: 3%;
95 }
96
97 div.eventHandler span {
98 padding: 5px;
99 background-color: #eeeeee;
100 font-family: monospace, fixed;
101 }
102
103 code {
104 font-size: 110%;
105 color: #444444;
106 }
107
108 hr.footer {
109 margin-top: 2em;
110 }
111 address.footer {
112 margin: 0.75em;
113 }