/[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 45 - (show annotations)
Tue May 11 19:31:08 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 1620 byte(s)
CSS layout

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 .sidebar {
17 float: right;
18 background: #fff;
19 margin: 0px;
20 padding: 0em 0em 1em 1em;
21 }
22
23 .results {
24 color: #666;
25 overflow: hidden;
26 }
27
28
29 .sort A:link, .sort A:visited {
30 color: #666;
31 }
32
33 .sort_selected, .sort_selected A:link, .sort_selected A:visited {
34 font-weight: bold;
35 }
36
37 .search_query {
38 color: #666;
39 font-size: 10pt ;
40 font-family: courier, courier new, monospace ;
41 }
42
43
44 A, A:link, A:visited {
45 color: #666;
46 text-decoration: none;
47 }
48
49 A:hover, A:link:hover, A:link:visited {
50 color: #666;
51 text-decoration: underline;
52 }
53
54 A:active {
55 color: #000;
56 text-decoration: none;
57 }
58
59 .calendar {
60 text-align: center;
61 color: #999;
62 }
63
64 .calendar_date {
65 color: #999;
66 }
67
68 .calendar_day {
69 text-align: right;
70 color: #999;
71 }
72
73 .notice {
74 color: #999;
75 }
76
77 .headers {
78 background: #eee;
79 border: 0px;
80 margin: 0px;
81 padding: 3px;
82 color: #999;
83 }
84
85 .search A, .search A:link, .search A:visited {
86 border: 1px solid #fff;
87 color: #999;
88 margin: 0px;
89 padding-top: 0px;
90 padding-bottom: 0px;
91 padding-left: 1px;
92 padding-right: 1px;
93 }
94
95 .search A:hover, .search A:hover:link, .search A:hover:visited {
96 color: #999;
97 background: #fff;
98 text-decoration: none;
99 }
100
101 .message {
102 margin: 0px;
103 padding-top: 0px;
104 padding-bottom: 0px;
105 padding-left: 3px;
106 padding-right: 3px;
107 color: #000;
108 }
109
110 .quote {
111 color: #555;
112 }
113
114 .signature {
115 color: #888;
116 }
117

  ViewVC Help
Powered by ViewVC 1.1.26