/[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 49 - (show annotations)
Thu May 13 10:52:47 2004 UTC (20 years ago) by dpavlin
File MIME type: text/css
File size: 1921 byte(s)
Contribution from Robert Avilov: CSS cleanup

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: andale mono, courier new, courier, monospace;
9 }
10
11 SMALL {
12 font-size: 8pt;
13 }
14
15 BIG {
16 font-size: 11pt;
17 }
18
19 H1 {
20 font-size: 15pt;
21 }
22
23 H2 {
24 font-size: 13pt;
25 }
26
27 .sidebar {
28 float: right;
29 background: #fff;
30 margin: 0px;
31 padding: 0em 0em 1em 1em;
32 }
33
34 .results {
35 color: #666;
36 overflow: hidden;
37 }
38
39 .results_message {
40 margin-top: 0.5em;
41 margin-bottom: 0.5em;
42 }
43
44 .sort_selected, .sort_selected A:link, .sort_selected A:visited {
45 font-weight: bold;
46 }
47
48 .search_form {
49 padding: 0px;
50 margin: 0px;
51 }
52
53 .search_query {
54 color: #666;
55 font-size: 10pt;
56 font-family: courier, courier new, monospace;
57 }
58
59
60 A, A:link, A:visited {
61 color: #666;
62 text-decoration: none;
63 }
64
65 A:hover, A:link:hover, A:link:visited {
66 color: #666;
67 text-decoration: underline;
68 }
69
70 A:active {
71 color: #000;
72 text-decoration: none;
73 }
74
75 .calendar {
76 text-align: center;
77 color: #999;
78 }
79
80 .calendar TABLE TH, .calendar TABLE TD {
81 color: #999;
82 }
83
84 .calendar TABLE TD {
85 text-align: right;
86 }
87
88 .calendar TABLE TH {
89 text-align: center;
90 }
91
92 .notice {
93 color: #999;
94 }
95
96 .headers {
97 background: #eee;
98 border-width: 0;
99 margin: 0px;
100 padding: 3px;
101 color: #999;
102 }
103
104 .folder {
105 /* float: right; */
106 }
107
108 .button A, .button A:link, .button A:visited {
109 border: 1px solid #fff;
110 color: #999;
111 background: #eee;
112 margin: 0px;
113 padding-top: 0px;
114 padding-bottom: 0px;
115 padding-left: 1px;
116 padding-right: 1px;
117 }
118
119 .button A:hover, .button A:hover:link, .button A:hover:visited {
120 color: #999;
121 background: #fff;
122 text-decoration: none;
123 }
124
125 .message {
126 margin: 0px;
127 padding-top: 0px;
128 padding-bottom: 0px;
129 padding-left: 3px;
130 padding-right: 3px;
131 color: #000;
132 }
133
134 .message PRE {
135 display: block;
136 margin-top: 0;
137 margin-bottom: 1em;
138 clear: none;
139 }
140
141 .quote {
142 color: #555;
143 font-style: italic;
144 }
145
146 .signature {
147 color: #888;
148 }
149

  ViewVC Help
Powered by ViewVC 1.1.26