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