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