/[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 48 - (show annotations)
Wed May 12 00:29:01 2004 UTC (20 years ago) by dpavlin
File MIME type: text/css
File size: 1735 byte(s)
another user-interface rework: titles for hrefs now show explanation of
(more clearly marked) links which work as buttons.

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

  ViewVC Help
Powered by ViewVC 1.1.26