]> git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/extra_stylesheet.css
b8ecca53f68397423a1343948a13dd81145b871a
[wxWidgets.git] / docs / doxygen / extra_stylesheet.css
1 /* wxWidgets Custom Styles */
2
3 html, body {
4 margin: 0;
5 padding: 0;
6 height: 100%;
7 }
8
9 #page_container {
10 position: relative;
11 margin: 0;
12 padding: 0;
13 height: auto !important;
14 height: 100%;
15 min-height: 100%;
16 }
17
18 div.contents {
19 margin-right: 12px;
20 padding-bottom: 70px;
21 }
22
23 #projectlogo {
24 text-align: left;
25 padding: 0.5em;
26 }
27
28 #projectnumber {
29 font: 120% Tahoma, Arial, sans-serif;
30 text-align: right;
31 padding: 0.5em 1em;
32 }
33
34 h1, h2, h3, h4, h5, h6 {
35 color: #002D88;
36 font-weight: normal;
37 margin-top: 1em;
38 margin-bottom: 0.5em;
39 padding-top: 8px;
40 padding-bottom: 4px;
41 width: 100%;
42 }
43
44 h1 {
45 font-size: 150%;
46 border-bottom: 1px solid #3276FF;
47 }
48 h2 {
49 font-size: 135%;
50 margin-top: 0.75em;
51 }
52 h3 {
53 font-size: 120%;
54 margin-top: 0.5em;
55 }
56 h4 {
57 font-size: 100%;
58 margin-top: 0.5em;
59 }
60
61 div.toc h3 {
62 font-size: 14px;
63 }
64
65 div.toc li {
66 font-size: 12px;
67 line-height: 1.3;
68 padding-left: 14px;
69 }
70
71 img.logo {
72 float: right;
73 margin: 20px;
74 }
75
76 div.logo {
77 float: right;
78 margin: 20px;
79 }
80
81 div.appearance {
82 margin: 1em 0em;
83 }
84 div.appearance table {
85 margin: 0.5em 0em;
86 width: 100%;
87 text-align: center;
88 }
89 div.appearance img {
90 margin: 0.5em;
91 }
92 div.appearance .caption {
93 font-style: italic;
94 font-weight: normal;
95 font-size: 90%;
96 }
97
98 td.green { color: green; }
99 td.orange { color: #ff8000; }
100 td.red { color: red; }
101
102 span.literal {
103 text-decoration: none;
104 font-weight: bold;
105 font-family: monospace, fixed;
106 }
107
108 /* we make all the following <span> tags render the text just like
109 the standard Doxygen @remarks, @see tags do, to obtain a uniform
110 look and feel */
111 span.itemdef, span.lib, span.category, span.stdobj, span.styles,
112 span.events, span.flags, span.appearance, span.impl, span.avail {
113 font-weight: bold;
114 line-height: 130%;
115 }
116
117 span.style, span.event, span.flag {
118 font-weight: bold;
119 color: #880000;
120 }
121
122 div.styleDesc, div.eventDesc, div.flagDesc {
123 margin-left: 3%;
124 margin-bottom: 1ex;
125 }
126
127 div.eventHandler {
128 margin: 1em;
129 text-indent: 3%;
130 }
131
132 div.eventHandler span {
133 padding: 5px;
134 background-color: #eeeeee;
135 font-family: monospace, fixed;
136 }
137
138 code {
139 font-size: 110%;
140 color: #444444;
141 }
142
143 address.footer {
144 position: absolute;
145 bottom: 0;
146 margin: 0;
147 padding: 10px 0;
148 width: 100%;
149 border-top: 1px solid #0043CC;
150 background-image: url('nav_h.png');
151 background-repeat: repeat-x;
152 background-color: #F4F8FF;
153 }
154
155 address.footer small {
156 padding: 0 10px;
157 }