File: extra_stylesheet.css

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (178 lines) | stat: -rw-r--r-- 2,871 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
/* wxWidgets Custom Styles */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#page_container {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

div.contents, div.searchresults {
    margin-top: 10px;
    margin-right: 12px;
    padding-bottom: 70px;
}

#projectlogo {
    text-align: left;
    padding: 0.5em;
}

#projectnumber {
    font: 120% Tahoma, Arial, sans-serif;
    text-align: right;
    padding: 0.5em 1em;
}

.tabs {
    font-size: 14px;
}
.tabs2, .tabs3 {
    font-size: 12px;
}

.navpath ul {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #002D88;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 8px;
    padding-bottom: 4px;
    width: 100%;
}

h1 {
    font-size: 150%;
    border-bottom: 1px solid #3276FF;
}
h2 {
    font-size: 135%;
    margin-top: 0.75em;
}
h3 {
    font-size: 120%;
    margin-top: 0.5em;
}
h4 {
    font-size: 100%;
    margin-top: 0.5em;
}

div.headertitle h1 {
    margin: 10px 2px;
    border: none;
    padding: 0;
    width: auto;
    color: black;
    font-weight: bold;
}

div.toc h3 {
    font-size: 14px;
}

div.toc li {
    font-size: 12px;
    line-height: 1.3;
    padding-left: 14px;
}

img.logo {
    float: right;
    margin: 20px;
}

div.logo {
    float: right;
    margin: 20px;
}

div.appearance {
    margin: 1em 0em;
}
div.appearance table {
    margin: 0.5em 0em;
    width: 100%;
    text-align: center;
}
div.appearance img {
    margin: 0.5em;
}
div.appearance .caption {
    font-style: italic;
    font-weight: normal;
    font-size: 90%;
}

td.green { color: green; }
td.orange { color: #ff8000; }
td.red { color: red; }

span.literal {
    text-decoration: none;
    font-weight: bold;
    font-family: monospace, fixed;
}

/* we make all the following <span> tags render the text just like
  the standard Doxygen @remarks, @see tags do, to obtain a uniform
  look and feel */
span.itemdef, span.lib, span.category, span.stdobj, span.styles,
span.events, span.flags, span.appearance, span.impl, span.avail {
    font-weight: bold;
    line-height: 130%;
}

span.style, span.event, span.flag {
    font-weight: bold;
    color: #880000;
}

div.styleDesc, div.eventDesc, div.flagDesc {
    margin-left: 3%;
    margin-bottom: 1ex;
}

div.eventHandler {
    margin: 1em;
    text-indent: 3%;
}

div.eventHandler span {
    padding: 5px;
    background-color: #eeeeee;
    font-family: monospace, fixed;
}

code {
    font-size: 110%;
    color: #444444;
}

address.footer {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #0043CC;
    background-image: url('nav_h.png');
    background-repeat: repeat-x;
    background-color: #F4F8FF;
}

address.footer small {
    padding: 0 10px;
}