Add favicons to .gitignore
[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   color: #555555;
214   font-size: 0.9em;
215   text-decoration: none;
216 }
217
218 /* Menu */
219 #menu { 
220   list-style: none;
221   padding: 0;
222   margin: 0;
223   width: 200px;
224   border: 1px solid #888888;
225   background-color: #EEEEEE;
226 }
227
228 #menu li { 
229   font-family: "times new roman", verdana, helvetica, sans-serif;
230   font-size: 12pt;
231   font-weight: bold;
232   margin: 0;
233   padding: 0;
234   border-top: 1px solid #EEEEEE;
235   border-bottom: 1px solid #EEEEEE;
236 }
237
238 #menu a { 
239   color: #000000;
240   background-color: #EEEEEE;
241   display: block;
242   text-decoration: none;
243   padding: 2px 0 2px 2px;
244   border-bottom: 2px solid #EEEEEE;
245   border-top: 1px solid #EEEEEE;
246   border-left: 2px none;
247   margin-left: 2px;
248 }
249
250 #menu a:hover { 
251   color: #FFFFFF;
252   padding: 2px 0 2px 6px;
253   background-color: #FD00FD;
254   border-bottom: 2px solid #FFFFFF;
255   margin-left: 4px;
256   margin-right: 4px;
257 }
258
259 /* sub menu */
260 #menu ul {
261   padding: 0;
262   margin: 0; 
263   border: 1px solid silver;
264   font-family: sans-serif;
265 }
266
267 #menu li { 
268   list-style-type: none; 
269   position: relative;
270 }
271
272 ul#menu ul {
273   display: none;
274 }
275
276 ul#menu li:hover > ul {
277   display: block; 
278   position: absolute; 
279   background-color: #FFFFEE;
280   /* top: -1px; */
281   /* left: 100%; */
282 }
283
284 ul#menu > li.sub:hover > ul {
285   width: 10em;
286   top: -0.1em;
287   left: 9em;
288 }
289
290 li.sub > a {
291   font-weight: bold; 
292   background: #FFE;
293 }
294
295 li.submenu > a {
296   color: #000000;
297   background-color: #EEEEEE;
298   display: block;
299   text-decoration: none;
300   padding: 2px 0 2px 2px;
301   border-bottom: 2px solid #EEEEEE;
302   border-top: 1px solid #EEEEEE;
303   border-left: 2px none;
304   margin-left: 2px;
305 }
306
307 li.submenu > a:hover { 
308   color: #FFFFFF;
309   padding: 2px 0 2px 6px;
310   background-color: #FD00FD;
311   border-bottom: 2px solid #FFFFFF;
312   margin-left: 4px;
313   margin-right: 4px;
314 }
315
316 iframe.c2 {
317   border:none;
318 }
319
320 div.c1 {
321   text-align: center;
322 }
323