Ticket #667: enigma.css

File enigma.css, 5.7 KB (added by Simek, 16 years ago)
Line 
1a:link, a:visited, a:active {
2        color: #FF5C00;
3        text-decoration: none;
4}
5
6a:hover {
7        text-decoration: underline;
8        color: #00A0E3; 
9}
10
11body {
12        background-color: #F0F8FF;
13        font-family: Verdana;
14        font-size: 11px;
15        margin: 5px 40px;
16        color: black;
17        background-image: url(http://img64.imageshack.us/img64/8050/tlopx4.png);
18        background-repeat: repeat-x;
19}
20
21input, select {
22        border: 1px solid grey;
23        background-color: #eeeeee;
24        padding: 3px;
25}
26
27input:hover, input:active, select:hover {
28        border: 1px solid #FF5C00;
29}
30
31input.btn {
32        margin: 3px 0px;
33        padding: 2px 4px;
34}
35
36h1 {
37        font-size: x-large;
38        font-weight: bold;
39        margin: 0px;
40        color: white;
41}
42
43h2 {
44        font-size: large;
45        font-weight: bold;
46        margin: 0px;
47}
48
49h3, h4 {
50        font-size: small;
51        font-weight: bold;
52}
53
54img {
55        border: 0px;
56}
57
58table {
59        border: 1px solid black;
60        background-color: white;
61        font-family: Verdana;
62        font-size: 11px;
63        margin: 6px 0px;
64        padding: 2px;
65}
66
67th {
68        border: 1px solid darkgrey;
69        background-color: #c8c8c8;
70        font-weight: bold;
71}
72
73td {
74        padding: 4px;
75        border: 0px;
76        margin-bottom: 0px;     
77}
78
79td.bordered {
80        border: 1px solid gray;
81}
82
83td.indent {
84        border-left: 4px solid white;
85}
86
87td.heading {
88        background-color: #D8D8D8;
89        font-weight: bold;
90}
91
92td.heading2 {
93        font-weight: bold;
94        background-color: #eeeeee;
95        border: 1px solid grey;
96}
97
98td.fieldname {
99        background-color: #eeeeee;
100        text-align: right;
101        vertical-align: top;
102}
103
104td.fieldvalue {
105        vertical-align: top;
106        font-weight: bold;
107}
108
109td.fieldname_error {
110        background-color: #ff8888;
111        text-align: right;
112        vertical-align: top;
113}
114
115td.fieldvalue_error {
116        background-color: #ff8888;
117        vertical-align: top;
118        font-weight: bold;
119}
120
121td.category {
122        background-color: #dddddd;
123}
124
125td.navbar {
126        border: 0px;
127        text-align: center;
128}
129
130a.navbar:link, a.navbar:visited {
131        color: #ff9711;
132        text-decoration: none;
133}
134
135a.navbar:hover {
136        color: #ffc060;
137        text-decoration: underline;
138}
139
140tr.row1 {
141        text-align: left;
142}
143
144tr.row0 td {
145        background-color: #eeeeee;
146        text-align: left;
147}
148
149tr.row0 td.postheader {
150        background-color: #F0F8FF;
151}
152
153tr.row0 td.postbody {
154        background-color: white;
155}
156
157tr.row0 .authorcol input {
158        background-color: white;
159}
160
161tr.row_hd0 {
162        background-color: #CFFACF;
163}
164
165tr.row_hd1 {
166        background-color: #DEFADE;
167}
168
169tr.subtitle {
170        background-color: #eeeeee;
171        font-weight: bold;
172}
173
174tr.message {
175        background-color:#E0E0EF;
176}
177
178.title {
179        font-size: 12px;
180        font-weight: bold;
181}
182
183.description {
184        font-size: 80%;
185        font-weight: normal;
186}
187
188.authorcol {
189        width: 125px;
190        overflow: hidden;
191        padding: 2px;
192}
193
194.authorcol img {
195        margin: 3px 0px;
196}
197
198.cellwrap {
199        width: 100%;
200        overflow: auto;
201}
202
203blockquote {
204        border-left: 2px solid #00A0E3;
205        background: #d6eef8;
206        padding: 3px;
207        margin-bottom: 0px;
208        margin-left: 20px;
209        font-style: italic;
210}
211
212#blockquote.postbody {
213        border-style: inset;
214        border-color: blue;
215        background-color: rgb(240,240,255);
216        padding-left: 5px;
217        padding-bottom: 0px;
218        margin-bottom: 0px;
219        margin-left: 15px;
220        margin-right: 140px;
221        font-style: oblique
222}
223
224#thread {
225        width: 100%;
226        table-layout: fixed;
227        overflow: overflow;
228}
229
230.sigdelim {
231        width: 60%;
232        height: 1px;
233        background-color: black;
234        color: black;
235        border: 0;
236        margin-right: 100%;
237}
238
239td.postheader {
240        background-color: #F0F8FF;
241        border-bottom: 1px solid #00A0E3;
242        border-left: 1px solid #00A0E3;
243        border-right: none;
244        padding-left: 6px;
245}
246
247td.postbody {
248        font-size: 9pt;
249        border-left: 1px solid #00A0E3;
250        padding-left: 8px;
251        padding-bottom: 6px;
252}
253
254td.postfooter{
255        background-color: #F0F8FF;
256        border-top: 1px solid #00A0E3;
257        border-left: 1px solid #00A0E3;
258        border-right: none;
259        border-bottom: none;
260        padding-left: 6px;
261}
262
263tr.helpdeskseperator{
264        height: 10pt;
265}
266
267tr.postseperator td{
268        border-top: 1px solid #AAAAAA;
269        border-bottom: 1px solid #AAAAAA;
270        background-color: #D3D3D3;
271}
272
273td.threadline {
274        text-align: left;
275        color: #0074A4; 
276}
277
278td.threadline a, tr.row1 em a {
279        color: #005477;
280        font-weight: bold;
281}
282
283td.threadline a:hover, tr.row1 em a:hover {
284        text-decoration: underline;
285        color: #00A0E3; 
286}
287
288td.running { 
289        background-color: #00ff00;
290} 
291
292td.notrunning { 
293        background-color: #ff0000;
294} 
295 
296td.disabled { 
297        background-color: #ff8800;
298} 
299
300span.note{
301        font-weight: normal;
302        font-size: 0.9em;
303        font-family: padding
304}
305
306span.news_date {
307        color: #191970;
308        font-size: 0.9em;
309}
310
311span.news_title {
312        font-size: 0.9em;
313        font-weight: bold;
314}
315
316.code {
317        font-family: "Consolas", "Courier New", courier, monospaace;
318        display: block;
319        margin-top: 3px;
320        margin-left: 5em;
321        border-left: 3px solid #00A0E3;
322        padding-left: 1em;
323        padding-top: 4px;
324        white-space: nowrap;
325        overflow: auto;
326        background-color: #F0F8FF;
327}
328
329* html body .code {
330   /* IE hack */
331   white-space: normal;
332}
333
334#news {
335        background-color: #E8F8FF;
336        vertical-align: top;
337        text-align: justify;
338        padding: 10px;
339        border: 1px solid grey;
340}
341
342#news h2, #uotd h2, #mainnav h2 {
343        font-size: 1.2em;
344        font-weight: bold;
345}
346
347#news h3 {
348        font-size: 1em;
349        margin: 2px 0px;
350}
351
352#news p {
353        margin-top: 0px;
354}
355
356#uotd {
357        background-color: #FAF0E6;
358        vertical-align: top;
359        padding: 10px;
360        border: 1px solid grey;
361}
362
363.smalltext {
364        font-size: 0.8em;
365}
366
367.error {
368        color: #ff0000;
369        font-weight: bold;
370        font-size: 1.1em;
371}
372
373.notice {
374        color: #009900;
375        font-weight: bold;
376        font-size: 1.1em;
377}
378
379#preview {
380        border: 2px solid #cccccc;
381        background-color: #eeeeee;
382        margin: 1em;
383        padding: 0.2em;
384}
385
386#preview .header {
387        font-weight: bold;
388        font-size: 1.3em;
389        border-bottom: 1px solid #cccccc;
390}
391
392#mainnav {
393        text-align: justfy;
394        padding: 6px;
395}
396
397hr {
398        size: 0px;
399        border-top: 1px dashed black;
400}