/[gedafe]/trunk/network_topology/templates/default.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/network_topology/templates/default.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Tue Feb 15 01:04:08 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 9107 byte(s)
beginning of new css design

1 /* BODY */
2
3 BODY {
4 background: #FFFFFF;
5 margin: 0px;
6 padding: 0px;
7 font-family: Georgia, serif ;
8 font-size: 13px;
9 height: 100%;
10 }
11
12 TABLE TD {
13 margin: 0px;
14 padding: 2px;
15 border: 0px;
16 /*
17 font-size: 11px;
18 */
19 }
20
21 /* some sizes... */
22
23 TT {
24 font-size: 12px ;
25 font-family: courier, courier new, monospace ;
26 }
27
28 PRE {
29 font-size: 11px;
30 font-family: courier, courier new, monospace ;
31 line-height: 120%;
32 }
33
34 /* for alternating color in table */
35
36 TR.xfile {
37 background: #e0e0ff;
38 }
39
40 /* P, BLOCKQUOTE { */
41 BLOCKQUOTE {
42 line-height: 160%;
43 }
44
45 UL, OL {
46 line-height: 130%;
47 }
48
49 a, A:link {
50 color: #000088;
51 text-decoration: none;
52 }
53
54 a:visited {
55 color: #000066;
56 /* text-decoration:line-through; */
57 text-decoration: none;
58 font-style: italic;
59 }
60 }
61
62 A:link:hover {
63 color: #000088;
64 background-color: #eeeeee;
65 text-decoration: underline;
66 }
67
68 SUP {
69 font-family: Verdana, sans-serif;
70 font-size: xx-small;
71 line-height: 100%;
72 }
73
74
75 .footertext {
76 color: #666666;
77 font-family: Verdana;
78 font-size: 12px;
79 }
80
81 /* title == h1 */
82 .title {
83 color: #000088;
84 font-family: Trebuchet MS;
85 font-size: 23px;
86 font-weight: bold;
87 margin-bottom: 10px;
88 margin-top: 5px;
89 padding-bottom: 0px;
90 line-height: 100%;
91 }
92
93 H1 {
94 color: #111111;
95 font-family: Trebuchet MS;
96 font-size: 23px;
97 font-weight: bold;
98 margin-bottom: 10px;
99 margin-top: 5px;
100 padding-bottom: 0px;
101 border-bottom: 1px dotted #e0e0e0;
102 line-height: 100%;
103 }
104
105 H2 {
106 color: #000088;
107 font-family: Trebuchet MS;
108 font-size: 19px;
109 font-weight: normal;
110 margin-bottom: 5px;
111 width: 100%;
112 margin-top: 10px;
113 padding-bottom: 0px;
114 border-bottom: 1px dotted #e0e0e0;
115 line-height: 100%;
116 }
117
118 H3 {
119 color: #000000;
120 font-family: Trebuchet MS;
121 font-size: 17px;
122 font-weight: normal;
123 margin-bottom: 0px;
124 margin-top: 5px;
125 padding-bottom: 5px;
126 line-height: 100%;
127 }
128
129 .breadcrumb {
130 color: #999999;
131 font-family: Verdana, sans-serif;
132 font-size: 12px;
133 padding-top: 26px;
134 padding-bottom: 0px;
135 padding-left: 70px;
136 padding-right: 50px;
137 }
138
139 /* blog classes */
140
141 .entry {
142 margin-left: 10px;
143 margin-right: 10px;
144 }
145
146 .comment {
147 background-color: #f0f0f0;
148 color: #333333;
149 border-top: 1px dotted #666666;
150 border-bottom: 1px dotted #ffffff;
151 margin-top: 0px;
152 margin-bottom: 5px;
153 padding-top: 10px;
154 padding-bottom: 5px;
155 padding-left: 20px;
156 padding-right: 10px;
157 }
158
159 .deck {
160 color: #333333;
161 font-family: Georgia;
162 font-style: italic;
163 font-size: 16px;
164 margin-top: 3px;
165 margin-bottom: 3px;
166 }
167
168 .deck em, .deck p em {
169 color: #000000;
170 font-style: normal;
171 font-weight: bold;
172 }
173
174 .byline {
175 font-family: Verdana;
176 font-size: 12px;
177 margin-top: 16px;
178 }
179
180 .day {
181 background-color: #ffff00;
182 color: #666666;
183 font-size: 16px;
184 font-family: Georgia;
185 margin-left: 15px;
186 margin-top: 20px;
187 }
188
189 .postdate {
190 color: #666666;
191 font-size: 12px;
192 font-family: Georgia;
193 margin-left: 10px;
194 }
195
196 .commentdate {
197 color: #666666;
198 font-size: 12px;
199 margin-top: 5px;
200 font-family: Georgia;
201 margin-left: 30px;
202 }
203
204 .footline {
205 font-family: Verdana;
206 font-style: italic;
207 margin-top: 16px;
208 }
209
210 .subsection {
211 color: #666666;
212 font-family: Verdana;
213 font-size: 12px;
214 letter-spacing: 2px;
215 margin-top: 30px;
216 margin-bottom: 5px;
217 text-transform: uppercase;
218 }
219
220 .pullquote {
221 background-color: #e0e0ef;
222 color: #333333;
223 border-top: 1px dotted #999999;
224 border-bottom: 1px dotted #999999;
225 font-family: Georgia;
226 font-style: italic;
227 font-size: 14px;
228 padding: 10px;
229 margin-top: 10px;
230 margin-bottom: 10px;
231 margin-left: 10px;
232 margin-right: 10px;
233 width: 9em;
234 float: right;
235 text-align: center;
236 /* white-space: nowrap; */
237 }
238
239 .smallcaps {
240 font-variant: small-caps;
241 }
242
243
244 /* TABLES */
245
246 .caption {
247 color: #666666;
248 font-family: Verdana, sans-serif;
249 font-size: 11px;
250 line-height: 120%;
251 }
252
253 .captiontitle {
254 color: #333333;
255 font-family: Verdana, sans-serif;
256 font-size: 12px;
257 font-weight: bold;
258 line-height: 120%;
259 }
260
261
262 /* RULES */
263
264 .xrule {
265 border-top: 1px solid #996666;
266 width: 100%;
267 height: 1px;
268 padding: 0px;
269 margin-top: 15px;
270 margin-bottom: 5px;
271 }
272
273 .rule {
274 /* border-top: 1px dotted #666666; */
275 border-top: 1px dotted #999999;
276 width: 100%;
277 height: 1px;
278 padding: 0px;
279 margin-top: 15px;
280 margin-bottom: 5px;
281 }
282
283 /* main container */
284 #container {
285 width: 100%;
286 margin: 0;
287 padding: 0;
288 line-height: 130%;
289 background: #ffffff;
290 }
291
292 #header {
293 background: #e0e0ff;
294 margin: 0;
295 padding: 1px 1px 1px 5px;
296 }
297
298 #left {
299 margin: 0;
300 padding: 1em;
301 background:#ffffff;
302 border-top: 1px solid #333333;
303 margin-right: 130px;
304 /*
305 border-right: 1px solid #333333;
306 border-bottom: 1px solid #333333;
307 */
308 }
309
310 #right {
311 background: #ffffff;
312 margin: 0;
313 padding: 0;
314 float: right;
315 width: 130px;
316 }
317
318 #footer {
319 clear: both;
320 background: #f0f0f0;
321 color: #404080;
322 border-top: 1px solid #666666;
323 font-family: Verdana;
324 font-size: 11px;
325 margin: 0;
326 padding-top: 3px;
327 padding-bottom: 7px;
328 padding-left: 10px;
329 }
330
331 #left a, #right a, #header a, #footer a {
332 display: inline !important;
333 padding: 0px;
334 margin: 0px;
335 }
336
337 #navbar {
338 background-color: #e0e0ff;
339 margin: 0;
340 border-bottom: 1px dashed #333333;
341 border-left: 1px dashed #333333;
342 padding-top: 0em;
343 padding-left: 1em;
344 padding-right: 1em;
345 padding-bottom: 1em;
346 font-family: Georgia, serif;
347 font-size: 13px;
348 }
349
350 #navbar ul {
351 list-style-type: none;
352 border: none;
353 }
354
355
356 .nb {
357 margin: 0;
358 padding: 0;
359 }
360
361 .nbs {
362 font-weight: bold;
363 }
364
365 .nb1 {
366 border-top: 1px solid #ffffff;
367 padding-top: 0.5ex;
368 padding-bottom: 0.5ex;
369 }
370
371 .nb2 {
372 margin-left: 1em;
373 font-size: 90%;
374 }
375
376 .nb3 {
377 margin-left: 2em;
378 font-size: 80%;
379 }
380
381
382
383 #navbar a, #navbar a:link, #navbar a:visited {
384 text-decoration: none;
385 font-style: normal;
386 display: block;
387 }
388
389 #navbar a:hover {
390 color: #000088;
391 background-color: #eeeeee;
392 text-decoration: none;
393 }
394
395 /* title on header */
396 .nb_title {
397 color: #666666;
398 font-style: italic;
399 font-size: 11px;
400 }
401
402 /* sidebar comments */
403 .sidebar {
404 clear: right;
405 padding: 5px;
406 margin-top: 10px;
407 margin-left: 10px;
408 margin-right: 10px;
409 margin-bottom: 10px;
410 display: block;
411 background-color: #e0e0f0;
412 color: #666666;
413 font-family: Verdana, sans-serif;
414 font-size: 12px;
415 line-height: 120%;
416 border: 1px dotted #999999;
417 text-align: center;
418 }
419
420 /* related pages box */
421
422 .related {
423 font-family: Verdana, sans-serif;
424 font-size: 10px;
425 color: #999999;
426 padding: 0px;
427 margin: 10px;
428 display: block;
429 text-align: center;
430 }
431
432 .related ul, .related li {
433 list-style-type: none;
434 margin: 0;
435 padding: 0;
436 }
437
438 .related a, .related:link, .mirros a:visited {
439 font-family: Verdana, sans-serif;
440 font-size: 10px;
441 color: #999999;
442 }
443
444 .related a:hover {
445 font-family: Verdana, sans-serif;
446 font-size: 10px;
447 color: #666666;
448 }
449
450 /* mirror locations */
451 .mirrors {
452 font-family: Verdana, sans-serif;
453 font-size: 10px;
454 color: #e0e0e0;
455 padding: 0px;
456 margin-top: 0px;
457 margin-right: 5px;
458 margin-left: 0px;
459 margin-bottom: 5px;
460 clear: right;
461 }
462
463 .mirrors a, .mirrors:link, .mirros a:visited {
464 font-family: Verdana, sans-serif;
465 font-size: 10px;
466 color: #e0e0e0;
467 display: inline !important;
468 }
469
470 .mirrors a:hover {
471 font-family: Verdana, sans-serif;
472 font-size: 10px;
473 color: #666666;
474 display: inline !important;
475 }
476
477 table.calendar {
478 border: 0px;
479 text-align: center;
480 margin: 0px auto;
481 margin-bottom: 1em;
482 font-size: 7px;
483 padding: 1px;
484 border-spacing: 0px;
485 }
486 table.calendar td {
487 font-size: 50%;
488 padding: 1px;
489 }
490 table.calendar tr.days {
491 font-size: 50%;
492 padding: 1px;
493 }
494 table.calendar th {
495 font-style: italic; color: #808080;
496 }
497 table.calendar td.sunday {
498 background-color: #e8e8e8;
499 }
500 /* this sucks */
501 table.calendar a {
502 font-weight: bold;
503 }
504 a:hover {
505 text-decoration: underline;
506 }
507
508 /* Gedafe */
509
510 .error {
511 margin: 2em;
512 padding: 1em;
513 border: 1px dashed #ff0000;
514 background-color: #ffe0e0;
515 }
516
517
518 /* toolbar markup */
519
520 #lefttoolbar { float; left; }
521
522 .dbname {
523 margin-top: 0.5em;
524 font-size: 150%;
525 font-weight: bold;
526 }
527
528 .dbuser {
529 padding-top: 1em;
530 color: #c0c0c0;
531 }
532
533 .dbuser em {
534 font-weight: bold;
535 font-style: normal;
536 }
537
538 #righttoolbar { float: right; }
539
540 ul#toolbar
541 {
542 margin: 0;
543 padding: 0;
544 list-style-type: none;
545 white-space: nowrap;
546 }
547
548 ul#toolbar li
549 {
550 float: left;
551 font-size: 9px;
552 font-weight: bold;
553 margin: 0;
554 padding: 5px 0 4px 0;
555 background-color: #eef4f1;
556 border-top: 1px solid #e0ede9;
557 border-bottom: 1px solid #e0ede9;
558 }
559
560 #toolbar a, #toolbar a:link
561 {
562 margin: 0;
563 padding: 5px 9px 4px 9px;
564 color: #95bbae;
565 border-right: 1px dashed #d1e3db;
566 text-decoration: none;
567 }
568
569 ul#toolbar li#active
570 {
571 color: #95bbae;
572 background-color: #deebe5;
573 }
574
575 #toolbar a:hover
576 {
577 color: #74a893;
578 background-color: #d1e3db;
579 }
580
581 /* table bar markup */
582
583 #tabletabs { clear: left; }
584
585 #tables
586 {
587 margin: 0;
588 padding: 0 0 20px 10px;
589 border-bottom: 1px solid #000;
590 }
591
592 #tables ul, #tables li
593 {
594 margin: 0;
595 padding: 0;
596 display: inline;
597 list-style-type: none;
598 }
599
600 #tables a:link, #tables a:visited, span
601 {
602 float: left;
603 line-height: 14px;
604 font-weight: bold;
605 margin: 0 10px 4px 10px;
606 text-decoration: none;
607 color: #999;
608 }
609
610 #tables a:link#current, #tables a:visited#current, #tables a:hover
611 {
612 border-bottom: 4px solid #000;
613 padding-bottom: 2px;
614 background: transparent;
615 color: #000;
616 }
617
618 #tables a:hover { color: #000; }
619

  ViewVC Help
Powered by ViewVC 1.1.26