98c47344eb47b39c3556865876e2b35f4f44ef9d
[paraslash.git] / web / para.css
1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
2         font-family: sans-serif;
3 }
4
5 CAPTION { font-weight: bold }
6
7 /* doxgen */
8
9 /* Data structure index. Box with clickable letters */
10 DIV.qindex {
11         width: 100%;
12         background-color: #000055;
13         border: 1px solid #ffff00;
14         text-align: center;
15         margin: 2px;
16         padding: 2px;
17         line-height: 140%;
18 }
19
20 /* Data structure index, clickable letters */
21 A.qindex {
22        text-decoration: none;
23        font-weight: bold;
24        color: #cc3322;
25 }
26
27 A.qindex:visited {
28        text-decoration: none;
29        font-weight: bold;
30        color: #cc3322
31 }
32
33 A.qindex:hover {
34         text-decoration: none;
35         background-color: #ffff00;
36 }
37
38 A.el {
39         text-decoration: none;
40         font-weight: bold
41 }
42
43 A.elRef { font-weight: bold }
44
45 A.code:link {
46         text-decoration: none;
47         font-weight: normal;
48         color: #BA3708
49 }
50
51 A.code:visited {
52         text-decoration: none;
53         font-weight: normal;
54         color: #BA3708
55 }
56
57 A.codeRef:link {
58         font-weight: normal;
59         color: #BA3708
60 }
61
62 A.codeRef:visited {
63         font-weight: normal;
64         color: #BA3708
65 }
66
67 A:hover {
68         text-decoration: none;
69         background-color: #ffff00
70 }
71
72 DL.el { margin-left: -1cm }
73 .fragment {
74        font-family: Fixed, monospace;
75        font-size: 95%;
76 }
77
78 PRE.fragment {
79         border: 1px solid #CCCCCC;
80         background-color: #351505;
81         margin-top: 4px;
82         margin-bottom: 4px;
83         margin-left: 2px;
84         margin-right: 8px;
85         padding-left: 6px;
86         padding-right: 6px;
87         padding-top: 4px;
88         padding-bottom: 4px;
89 }
90
91 /* data structures non-clickable letters */
92 DIV.ah {
93         background-color: black;
94         font-weight: bold;
95         color: #cccccc;
96         margin-bottom: 3px;
97         margin-top: 3px
98 }
99
100 DIV.groupHeader {
101        margin-left: 16px;
102        margin-top: 12px;
103        margin-bottom: 6px;
104        font-weight: bold;
105 }
106
107 DIV.groupText {
108         margin-left: 16px;
109         font-style: italic;
110         font-size: 90%
111 }
112
113 BODY {
114         background: black;
115         color: #bbbbbb;
116         margin-right: 20px;
117         margin-left: 20px;
118 }
119
120 /* File list */
121 TD.indexkey {
122         background-color: #000055;
123         font-weight: bold;
124         padding-right  : 10px;
125         padding-top    : 2px;
126         padding-left   : 10px;
127         padding-bottom : 2px;
128         margin-left    : 0px;
129         margin-right   : 0px;
130         margin-top     : 2px;
131         margin-bottom  : 2px;
132         border: 1px solid #ffff00;
133 }
134
135 TD.indexvalue {
136         background-color: #000055;
137         font-style: italic;
138         padding-right  : 10px;
139         padding-top    : 2px;
140         padding-left   : 10px;
141         padding-bottom : 2px;
142         margin-left    : 0px;
143         margin-right   : 0px;
144         margin-top     : 2px;
145         margin-bottom  : 2px;
146         border: 1px solid #ffff00;
147 }
148
149 TR.memlist {
150    background-color: #112244;
151 }
152 P.formulaDsp { text-align: center; }
153 IMG.formulaDsp { }
154 IMG.formulaInl { vertical-align: middle; }
155
156 /* Overwiew on top of page for *.c file */
157
158 .mdescLeft { /* empty box on the left besides short description */
159         padding: 0px 8px 4px 8px;
160         margin: 0px;
161 }
162
163 .mdescRight { /* Short description */
164         padding: 0px 8px 4px 8px;
165         font-size: 100%;
166         font-style: italic;
167         margin: 0px;
168 }
169
170 .memItemLeft { /* return value */
171         color: #ffffff;
172         border-top-color: #ffff00;
173         padding: 1px 0px 0px 8px;
174         margin: 4px;
175         border-top-width: 2px;
176         border-top-style: solid;
177         border-right-style: none;
178         border-bottom-style: none;
179         border-left-style: none;
180         font-size: 100%;
181 }
182
183 .memItemRight { /* function declaration */
184         color: #ffffff;
185         border-top-color: #ffff00;
186         padding: 1px 8px 0px 8px;
187         margin: 4px;
188         border-top-width: 2px;
189         border-top-style: solid;
190         border-right-style: none;
191         border-bottom-style: none;
192         border-left-style: none;
193         font-size: 100%;
194 }
195
196 .search {
197         color: #f03309;
198         font-weight: bold;
199 }
200
201 FORM.search {
202         margin-bottom: 0px;
203         margin-top: 0px;
204 }
205
206 INPUT.search {
207         font-size: 75%;
208         color: #800000;
209         font-weight: normal;
210         background-color: #000000;
211 }
212
213 TD.tiny {
214         font-size: 75%;
215 }
216
217 /* links */
218 a {
219         color: #cc3322;
220 }
221
222 a:visited {
223         color: #cc3322;
224 }
225
226 .dirtab { padding: 4px;
227           border-collapse: collapse;
228           border: 1px solid #84b007;
229 }
230
231 TH.dirtab {
232         background: #080e02;
233         font-weight: bold;
234 }
235
236 HR {
237         height: 1px;
238         border: none;
239         border-top: 1px solid yellow;
240 }
241
242 /* Style for detailed member documentation */
243 .memtemplate {
244         font-size: 100%;
245         color: #cccccc;
246         font-weight: normal;
247 }
248
249 .memitem { /* outer border around function */
250         padding: 6px;
251         background-color: #000000;
252         border-width: 2px;
253         border-style: solid;
254         border-color: #ffff00;
255 }
256
257 .memname {
258         color: #ffffff; /* name of the function */
259         white-space: nowrap;
260         font-weight: bold;
261 }
262
263 .memdoc{
264         padding-left: 10px;
265 }
266
267 /* inner box containing function definition */
268 .memproto {
269         background-color: #000055;
270         width: 100%;
271         border-width: 2px;
272         border-style: solid;
273         border-color: #ffff00;
274         font-weight: bold;
275 }
276
277 .paramkey {
278         color: #ff0000;
279         text-align: right;
280 }
281
282 .paramtype { /* type of function parameter, e.g. "int" */
283         color: #00ff00;
284         white-space: nowrap;
285 }
286
287 .paramname { /* name of function parameter */
288         color: #ffff00;
289         font-style: italic;
290 }