Link to our gitweb
[website] / sxemacs.css
1 body {
2   margin: 0px 0px 0px 0px;
3   top: 0px;             
4   background-color: #D9D9D9;
5 }
6
7 a { 
8   color: #770000;
9 }
10
11 a:link  {}
12
13 a:visited {}
14
15 a:active {}
16
17 a:hover {
18    color: #FD00FD; 
19 }
20
21 h1, h2, h3 {
22   margin: 0px;
23   padding: 0px;
24 }
25
26 .copyright {
27   text-align: center;
28   font-family: "times new roman", verdana, helvetica, sans-serif;
29   font-size: 8pt;
30   font-weight: bold;
31 }
32
33 .banner {
34   background-color: #FFFFFF;
35   font-family: "times new roman", verdana, helvetica, sans-serif;
36   font-size: 20pt;
37   color:#FF0000;
38   text-align:left;
39   padding: 10px;
40 }
41
42 .banner h1 {
43   position:absolute;
44   left: 230px;
45   top: 55px;
46   font-family: "times new roman", verdana, helvetica, sans-serif;
47   color: #888888;
48   font-size: 18pt;
49   font-weight: 900;
50   font-variant: small-caps;
51   letter-spacing: 0.25em;
52   text-decoration: none; 
53 }
54
55 .banner img {
56   margin-top: 5px;
57   margin-bottom: 5px;
58 }
59
60 .banner a{
61   font-family: "times new roman", verdana, helvetica, sans-serif;
62   font-size: 25pt;
63   color: #FF0000;
64   text-decoration: none; 
65 }
66
67 .banner a:link {}
68
69 .banner a:visited {}
70
71 .banner a:active {}
72
73 .banner a:hover {
74   font-family: "times new roman", verdana, helvetica, sans-serif;
75   color: #660000;
76   text-decoration: none;
77 }
78
79 #ranquote {
80   font-family: "times new roman", verdana, helvetica, sans-serif;;
81   color: #FFCC33;
82   font-size: 8pt;
83   text-transform: none;
84   position: absolute;
85   top: 8%; left: 48%; right: 0; width: 40em;
86   margin-left: auto;
87   margin-right:auto;
88   text-align:right;
89 }
90
91 .blue-nav {
92   background-color: #FFFFFF;
93   font-family: "times new roman", verdana, helvetica, sans-serif;
94   color: #000000;
95   font-size: 15px;
96   font-weight: bold;
97   text-decoration: none; 
98   line-height: 17px;
99   text-align: center;
100   border-bottom: 3px solid #888888;
101 }
102
103 .support { 
104   text-align: center;
105 }
106
107 .support a {
108   font-family: "times new roman", verdana, helvetica, sans-serif;
109   font-size: 25pt;
110   color: #FF0000;
111   text-decoration: none;
112 }
113
114 .support a:link {}
115
116 .support a:visited {}
117
118 .support a:active {}
119
120 .support a:hover        {
121   font-family: "times new roman", verdana, helvetica, sans-serif;
122   color: #660000;
123   text-decoration: none;
124 }
125
126 .payload { 
127   font-size: 0.9em;
128   width: auto;
129   min-width: 120px;
130   margin: 8px;
131   z-index: 3;
132   margin-left: 200px;
133   padding-left: 20px;
134 }
135
136 .payload2 { 
137   padding: 16px;
138   border: 1px solid #888888;
139   background-color: #FFFFFF;
140 }
141
142 .payload2 a { 
143   color: #770000;
144 }
145
146 .payload2 a:link {}
147
148 .payload2 a:visited {}
149
150 .payload2 a:active {}
151
152 .payload2 a:hover {
153  text-decoration: underline;
154  background-color: #FD00FD;
155  color: #FFFFFF; 
156 }
157
158 .sshot { 
159   text-align: center;
160   border: 1px solid #888888;
161   padding-left:  10px;  
162   padding-right: 10px;
163   background-color: #D6D6D6;
164 }
165
166 .sshot a { 
167   color: #770000;
168 }
169
170 .sshot a:link {}
171
172 .sshot a:visited {}
173
174 .sshot a:active {}
175
176 .sshot a:hover {
177  text-decoration: underline;
178  background-color: #FD00FD; 
179  color: #FFFFFF; 
180 }
181
182 .download {
183   text-align: right;
184   border: 1px solid #888888;
185   padding-left:  10px;  
186   padding-right: 10px;
187   background-color: #D6D6D6;
188 }
189
190 .download a { 
191   color: #770000;
192 }
193
194 .download a:link {}
195
196 .download a:visited {}
197
198 .download a:active {}
199
200 .download a:hover {
201  text-decoration: underline;
202  background-color: #FD00FD; 
203  color: #FFFFFF; 
204 }
205
206 #lefthalf { 
207   position: absolute;
208   z-index: 2;
209   width: 11em;
210   min-width: 200px;
211   margin-top: 8px;
212   margin-left: 5px;
213   left: 0px;
214   color: #555555;
215   font-size: 0.9em;
216   text-decoration: none;
217 }
218
219 /* Menu */
220 #menu { 
221   list-style: none;
222   padding: 0;
223   margin: 0;
224   width: 200px;
225   border: 1px solid #888888;
226   background-color: #EEEEEE;
227 }
228
229 #menu li { 
230   font-family: "times new roman", verdana, helvetica, sans-serif;
231   font-size: 12pt;
232   font-weight: bold;
233   margin: 0;
234   padding: 0;
235   border-top: 1px solid #EEEEEE;
236   border-bottom: 1px solid #EEEEEE;
237 }
238
239 #menu a { 
240   color: #000000;
241   background-color: #EEEEEE;
242   display: block;
243   text-decoration: none;
244   padding: 2px 0 2px 2px;
245   border-bottom: 2px solid #EEEEEE;
246   border-top: 1px solid #EEEEEE;
247   border-left: 2px none;
248   margin-left: 2px;
249 }
250
251 #menu a:hover { 
252   color: #FFFFFF;
253   padding: 2px 0 2px 6px;
254   background-color: #FD00FD;
255   border-bottom: 2px solid #FFFFFF;
256   margin-left: 4px;
257   margin-right: 4px;
258 }
259
260 /* sub menu */
261 #menu ul {
262   padding: 0;
263   margin: 0; 
264   border: 1px solid silver;
265   font-family: sans-serif;
266 }
267
268 #menu li { 
269   list-style-type: none; 
270   position: relative;
271 }
272
273 ul#menu ul {
274   display: none;
275 }
276
277 ul#menu li:hover > ul {
278   display: block; 
279   position: absolute; 
280   background-color: #FFFFEE;
281   /* top: -1px; */
282   /* left: 100%; */
283 }
284
285 ul#menu > li.sub:hover > ul {
286   width: 10em;
287   top: -0.1em;
288   left: 9em;
289 }
290
291 li.sub > a {
292   font-weight: bold; 
293   background: #FFE;
294 }
295
296 li.submenu > a {
297   color: #000000;
298   background-color: #EEEEEE;
299   display: block;
300   text-decoration: none;
301   padding: 2px 0 2px 2px;
302   border-bottom: 2px solid #EEEEEE;
303   border-top: 1px solid #EEEEEE;
304   border-left: 2px none;
305   margin-left: 2px;
306 }
307
308 li.submenu > a:hover { 
309   color: #FFFFFF;
310   padding: 2px 0 2px 6px;
311   background-color: #FD00FD;
312   border-bottom: 2px solid #FFFFFF;
313   margin-left: 4px;
314   margin-right: 4px;
315 }
316
317 iframe.c2 {
318   border:none;
319 }
320
321 div.c1 {
322   text-align: center;
323 }
324