/[webpac]/branches/drustvene/public_html-drustvene/prosimii-screen-alt.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

Annotation of /branches/drustvene/public_html-drustvene/prosimii-screen-alt.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 602 - (hide annotations)
Wed Dec 22 15:47:21 2004 UTC (19 years, 4 months ago) by dpavlin
File MIME type: text/css
File size: 5956 byte(s)
local changes

1 dpavlin 602 /*************************************************
2     * TITLE: Prosimii Alternative Screen Stylesheet *
3     * URI : prosimii/prosimii-screen-alt.css *
4     * MODIF: 2004-Apr-28 21:56 +0800 *
5     *************************************************/
6    
7    
8     /* ##### Common Styles ##### */
9    
10     body {
11     font-family: verdana, helvetica, arial, sans-serif;
12     font-size: 73%; /* Enables font size scaling in MSIE */
13     margin: 0;
14     padding: 0;
15     }
16    
17     html > body {
18     font-size: 9pt;
19     }
20    
21     acronym, .titleTip {
22     border-bottom: 1px dotted rgb(61,92,122);
23     cursor: help;
24     margin: 0;
25     padding: 0 0 0.4px 0;
26     }
27    
28     a {
29     color: rgb(61,92,122);
30     background-color: transparent;
31     text-decoration: underline;
32     margin: 0;
33     padding: 0 1px 2px 1px;
34     }
35    
36     a:hover {
37     color: rgb(117,144,174);
38     text-decoration: none;
39     }
40    
41     ol {
42     margin: 1em 0 1.5em 0;
43     padding: 0;
44     }
45    
46     ul {
47     list-style-type: square;
48     margin: 1em 0 1.5em 0;
49     padding: 0;
50     }
51    
52     dl {
53     margin: 1em 0 0.5em 0;
54     padding: 0;
55     }
56    
57     ul li {
58     line-height: 1.5em;
59     margin: 1.25ex 0 0 1.5em;
60     padding: 0;
61     }
62    
63     ol li {
64     line-height: 1.5em;
65     margin: 1.25ex 0 0 2em;
66     padding: 0;
67     }
68    
69     dt {
70     font-weight: bold;
71     margin: 0;
72     padding: 0 0 1ex 0;
73     }
74    
75     dd {
76     line-height: 1.75em;
77     margin: 0 0 1.5em 1.5em;
78     padding: 0;
79     }
80    
81     .doNotDisplay {
82     display: none !important;
83     }
84    
85    
86     .smallCaps {
87     font-size: 117%;
88     font-variant: small-caps;
89     }
90    
91    
92     /* ##### Header ##### */
93    
94     .superHeader {
95     color: rgb(130,128,154);
96     background-color: rgb(33,50,66);
97     text-align: right;
98     margin: 0;
99     padding: 0.5ex 10px;
100     }
101    
102     .superHeader span {
103     color: rgb(195,196,210);
104     background-color: transparent;
105     font-weight: bold;
106     text-transform: uppercase;
107     }
108    
109     .superHeader a {
110     color: rgb(195,196,210);
111     background-color: transparent;
112     text-decoration: none;
113     margin: 0;
114     padding: 0 0.25ex 0 0;
115     }
116    
117     .superHeader a:hover {
118     color: rgb(193,102,90);
119     background-color: transparent;
120     text-decoration: none;
121     }
122    
123     .midHeader {
124     color: white;
125     background-color: rgb(61,92,122);
126     margin: 0;
127     padding: 0.26ex 10px;
128     }
129    
130     .headerTitle {
131     font-size: 200%;
132     margin: 0;
133     padding: 0;
134     }
135    
136     .headerSubTitle {
137     font-size: 151%;
138     font-weight: normal;
139     font-style: italic;
140     margin: 0 0 1ex 0;
141     padding: 0;
142     }
143    
144     .headerLinks {
145     text-align: right;
146     margin: 0;
147     padding: 0 0 2ex 0;
148     position: absolute;
149     right: 1.5em;
150     top: 3.5em;
151     }
152    
153     .headerLinks a {
154     color: white;
155     background-color: transparent;
156     text-decoration: none;
157     margin: 0;
158     padding: 0 0 0.5ex 0;
159     display: block;
160     }
161    
162     .headerLinks a:hover {
163     color: rgb(195,196,210);
164     background-color: transparent;
165     text-decoration: underline;
166     }
167    
168     .subHeader {
169     color: white;
170     background-color: rgb(117,144,174);
171     margin: 0;
172     padding: 0.5ex 10px;
173     }
174    
175     .subHeader a, .subHeader .highlight {
176     color: white;
177     background-color: transparent;
178     font-size: 110%;
179     font-weight: bold;
180     text-decoration: none;
181     margin: 0;
182     padding: 0 0.25ex 0 0;
183     }
184    
185     .subHeader a:hover, .subHeader .highlight {
186     color: rgb(255,204,0);
187     background-color: transparent;
188     text-decoration: none;
189     }
190    
191    
192     /* ##### Side Menu ##### */
193    
194     #side-bar {
195     color: rgb(204,204,204);
196     background-color: transparent;
197     list-style-type: square;
198     list-style-position: inside;
199     width: 10em;
200     margin: 0;
201     padding: 1ex 0;
202     border: 1px solid rgb(204,204,204);
203     position: absolute;
204     left: 1.5ex;
205     top: 12em;
206     }
207    
208     [id="side-bar"] {
209     position: fixed !important; /* Makes the side menu scroll with the page. Doesn't work in MSIE */
210     }
211    
212     #side-bar a {
213     text-decoration: none;
214     }
215    
216     #side-bar:hover {
217     color: rgb(117,144,174);
218     background-color: transparent;
219     border-color: rgb(117,144,174);
220     }
221    
222     #side-bar li {
223     margin: 0;
224     padding: 0.75ex 0 1ex 1.75ex;
225     }
226    
227     #side-bar li:hover {
228     color: rgb(61,92,122);
229     background-color: transparent;
230     }
231    
232    
233     #side-bar li a:hover {
234     text-decoration: underline;
235     }
236    
237    
238     /* ##### Main Copy ##### */
239    
240     #main-copy {
241     text-align: justify;
242     margin: -0.5ex 1em 1em 12.5em;
243     padding: 0.5em 10px;
244     clear: left;
245     }
246    
247     #main-copy h1 {
248     color: rgb(117,144,174);
249     background-color: transparent;
250     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
251     font-size: 186%;
252     margin: 0;
253     padding: 1.5ex 0 0 0;
254     }
255    
256     #main-copy h2 {
257     color: rgb(61,92,122);
258     background-color: transparent;
259     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
260     font-weight: normal;
261     font-size: 151%;
262     margin: 0;
263     padding: 1ex 0 0 0;
264     }
265    
266     #main-copy p {
267     line-height: 1.75em;
268     margin: 1em 0 1.5em 0;
269     padding: 0;
270     }
271    
272     .newsHeading {
273     color: rgb(61,92,122);
274     background-color: transparent;
275     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
276     font-size: 145%;
277     text-decoration: none;
278     margin: 0;
279     padding: 1ex 0 0 0;
280     display: block;
281     }
282    
283     .newsHeading:hover {
284     color: rgb(117,144,174);
285     background-color: transparent;
286     text-decoration: underline;
287     }
288    
289     .newsDate {
290     font-style: italic;
291     margin: 0 !important;
292     padding: 0;
293     }
294    
295     .newsSummary {
296     margin: 1.5ex 0 2.5ex 0.75ex !important;
297     padding: 0;
298     }
299    
300     .more {
301     text-align: right;
302     margin: 0;
303     padding: 0.5em 0;
304     }
305    
306     .more a {
307     color: rgb(61,92,122);
308     background-color: transparent;
309     font-size: 92%;
310     text-decoration: underline;
311     margin: 0;
312     padding: 0.25ex 0.75ex;
313     }
314    
315     .more a:hover {
316     color: rgb(117,144,174);
317     text-decoration: none;
318     }
319    
320    
321     /* ##### Footer ##### */
322    
323     #footer {
324     color: rgb(51,51,102);
325     background-color: rgb(239,239,239);
326     font-size: 87%;
327     text-align: center;
328     line-height: 1.25em;
329     margin: 2em 0 0 0;
330     padding: 1ex 10px;
331     clear: left;
332     }
333    
334     #footer a {
335     color: rgb(0,68,204);
336     background-color: transparent;
337     text-decoration: underline;
338     }
339    
340     #footer a:hover {
341     text-decoration: none;
342     }

  ViewVC Help
Powered by ViewVC 1.1.26