source: media/exodus.css@ 6178

Last change on this file since 6178 was 6178, checked in by roland, 17 years ago

changed readme and added settings.tmpl

File size: 3.4 KB
Line 
1BODY {
2 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
3 font-size : 12px;
4 color : Black;
5 }
6
7A {
8 color : #4471AA;
9 text-decoration : None;
10 }
11
12A.list {
13 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
14 font-size : 13px;
15 background-color : #CAFFFF;
16 }
17
18TD {
19 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
20 font-size : 12px;
21 color : Black;
22 }
23
24TD.disclaimer {
25 text-align : center;
26 }
27
28TD.title {
29 font-family : Courier New, Courier, monospace;
30 font-weight : Bold;
31 font-size : 24px;
32 background-color : Black;
33 line-height : 31 px;
34 color : White;
35 text-align : right;
36 width : 644px;
37 }
38
39TD.list {
40 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
41 font-size : 13px;
42 background-color : #CAFFFF;
43 }
44
45TD.menu {
46 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
47 line-height : 20px;
48 font-size : 16px;
49 color : White;
50 background-color : #CA2424;
51 width : 130px;
52 }
53
54TD.menu2 {
55 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
56 font-size : 16px;
57 color : White;
58 background-image : url("/site_media/topmenu.png");
59 background-position : bottom;
60 width : 644px;
61 height : 25px;
62 }
63
64TD.menu2table {
65 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
66 font-size : 16px;
67 color : White;
68 background-position : bottom;
69 width : 644px;
70 height : 25px;
71 }
72
73TD.menu2l {
74 background-image : url("/site_media/topmenu_left.png");
75 background-position : top;
76 width : 8px;
77 height : 25px;
78 }
79
80TD.menu2r {
81 background-image : url("/site_media/topmenu_right.png");
82 background-position : top;
83 width : 8px;
84 height : 25px;
85 }
86
87TD.main {
88 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
89 font-size : 12px;
90 background-image : url("/site_media/background.png");
91 background-position : 0;
92 width : 644px;
93 padding-top : 10px;
94 line-height: 16px;
95 }
96
97TD.mainl {
98 width : 8px;
99 }
100
101TD.mainr {
102 width : 8px;
103 background-color : #D3E0F1;
104 }
105
106TD.right {
107 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
108 font-size : 12px;
109 background-position : 0;
110 width : 660px;
111 }
112
113TD.title {
114 font-family : Courier New, Courier, monospace;
115 font-weight : Bold;
116 background-color : black;
117 line-height : 31px;
118 color : White;
119 text-align : right;
120 width : 644px;
121 }
122
123TD.titlel {
124 background-color : Black;
125 line-height : 31px;
126 width : 8px;
127 }
128
129TD.titler {
130 background-color : Black;
131 line-height : 31px;
132 width : 8px;
133 }
134
135P.menu {
136 padding-left : 10px;
137 }
138
139P.title {
140 font-size : 16px;
141 font-weight : bold;
142 }
143
144P.blue {
145 font-size : 14px;
146 font-weight : Bold;
147 color : Black;
148 background-color : #EECC99;
149 padding-left : 10px;
150 padding-right : 10px;
151 padding-bottom : 2px;
152 }
153
154A.menu {
155 text-decoration : none;
156 color : White;
157 background-color : #CA2424;
158 border-bottom-style : none;
159 border-bottom-width : 1px;
160 }
161
162A.title {
163 color : white;
164 background-color: black;
165 text-decoration : none;
166 border-bottom-style : none;
167 border-bottom-width : 1px;
168 border-bottom-color : #CA2424;
169 }
170
171A.menu:HOVER {
172 color : white;
173 background-color : #CA2424;
174 border-bottom-style : solid;
175 border-bottom-width : 1px;
176 border-bottom-color : black;
177 }
178
179A.disclaimer {
180 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
181 font-size : 9px;
182 color : #444444;
183 text-decoration : none;
184 }
Note: See TracBrowser for help on using the repository browser.