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