/[mws]/trunk/html/style.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/html/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (show annotations)
Mon May 10 22:04:01 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 1393 byte(s)
minor improvements and beginning of (non functional in this revision!) support
for folders

1 body, DIV, P, UL, UL, LI, TABLE, TD, TR {
2 font-family: verdana, arial, helvetica, sans-serif ;
3 font-size: 10pt ;
4 }
5
6 TT PRE {
7 font-size: 10pt ;
8 font-family: courier, courier new, monospace ;
9 }
10
11 SMALL { font-size: 8pt; }
12 BIG { font-size: 11pt; }
13 H1 { font-size: 15pt; }
14 H2 { font-size: 13pt; }
15
16
17 .results {
18 color: #666;
19 }
20
21
22 .sort A:link, .sort A:visited {
23 color: #666;
24 }
25
26 .sort_selected, .sort_selected A:link, .sort_selected A:visited {
27 font-weight: bold;
28 }
29
30 .search_query {
31 color: #666;
32 font-size: 10pt ;
33 font-family: courier, courier new, monospace ;
34 }
35
36
37 A, A:link, A:visited {
38 color: #666;
39 text-decoration: none;
40 }
41
42 A:hover, A:link:hover, A:link:visited {
43 color: #666;
44 text-decoration: underline;
45 }
46
47 A:active {
48 color: #000;
49 text-decoration: none;
50 }
51
52 TD.calendar {
53 color: #999;
54 }
55
56 .notice {
57 color: #999;
58 }
59
60 .headers {
61 background: #eee;
62 border: 0px;
63 margin: 0px;
64 padding: 3px;
65 color: #999;
66 }
67
68 .search A, .search A:link, .search A:visited {
69 border: 1px solid #fff;
70 color: #999;
71 margin: 0px;
72 padding-top: 0px;
73 padding-bottom: 0px;
74 padding-left: 1px;
75 padding-right: 1px;
76 }
77
78 .search A:hover, .search A:hover:link, .search A:hover:visited {
79 color: #999;
80 background: #fff;
81 text-decoration: none;
82 }
83
84 .message {
85 margin: 0px;
86 padding-top: 0px;
87 padding-bottom: 0px;
88 padding-left: 3px;
89 padding-right: 3px;
90 }
91
92 .quote {
93 color: #555;
94 }
95
96 .signature {
97 color: #888;
98 }
99

  ViewVC Help
Powered by ViewVC 1.1.26