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