/[health_html]/stil.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 /stil.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations)
Mon Aug 27 09:17:40 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Changes since 1.6: +46 -0 lines
File MIME type: text/css
Minor bug fixes. Started the Symptom Sorter.

1 ravilov 1.1 BODY, DIV, P, TD, TABLE, TR {
2     font-family: Arial, Helvetica, sans-serif;
3     font-size: 12px;
4     color: #000000;
5     }
6    
7     INPUT, TEXTAREA, SELECT, OPTION {
8     font-family: sans-serif;
9     }
10    
11 ravilov 1.5 TT {
12     font-family: monospace;
13     }
14    
15 ravilov 1.1 P.ptitle {
16     font-weight: bold;
17     margin-bottom: 0;
18     }
19    
20     P.ptext {
21     text-align: justify;
22     text-indent: 20px;
23     margin-top: 0;
24     }
25    
26     .newzworld, .newzpliva {
27     font-size: 16px;
28     font-weight: bold;
29     }
30    
31     .newzworldsub, .newzplivasub {
32     font-size: 10px;
33     font-weight: bold;
34     }
35    
36     .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
37     font-size: 20px;
38     font-weight: bold;
39     }
40    
41     .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {
42     text-indent: 15px;
43     }
44    
45     .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {
46     font-size: 12px;
47     font-weight: bold;
48     }
49    
50     .topictitle, .topicsubtitle {
51     color: #4D9499;
52     }
53    
54     .newzworld, .newzworldsub, .newsworldtitle, .newsworldsubtitle {
55     color: #2D8DC8;
56     }
57    
58     .newzpliva, .newzplivasub, .newsplivatitle, .newsplivasubtitle {
59     color: #9C79AE;
60     }
61    
62     .subtitle {
63     color: gray;
64     font-size: 11px;
65     font-weight: bold;
66     }
67    
68 ravilov 1.4 .newztitle {
69     color: #FFFFFF;
70     font-face: Verdana, Tahoma, sans-serif;
71     font-size: 8pt;
72     font-weight: bold;
73     }
74    
75 ravilov 1.1 .more:link, .more:visited {
76     color: #0000FF;
77 ravilov 1.6 background: transparent;
78 ravilov 1.1 text-decoration: none;
79     }
80    
81     .more:hover {
82     color: #0000FF;
83 ravilov 1.6 background: transparent;
84 ravilov 1.1 text-decoration: underline;
85     }
86    
87     .more:active {
88     color: #FF0000;
89 ravilov 1.6 background: transparent;
90 ravilov 1.1 text-decoration: none;
91     }
92    
93 ravilov 1.2 .small, .btn_updown, .btn_b, .btn_i, .btn_u {
94 ravilov 1.1 font-size: 10px;
95     }
96    
97 ravilov 1.2 .btn_updown {
98     font-weight: bolder;
99     }
100    
101 ravilov 1.1 .btn_b, .btn_i, .btn_u {
102     font-family: serif;
103     width: 22px;
104     height: auto;
105     }
106    
107     .btn_b {
108     font-weight: bolder;
109 ravilov 1.4 font-style: plain;
110 ravilov 1.1 text-decoration: none;
111     }
112    
113     .btn_i {
114     font-weight: normal;
115     font-style: italic;
116     text-decoration: none;
117     }
118    
119     .btn_u {
120     font-weight: normal;
121 ravilov 1.4 font-style: plain;
122 ravilov 1.1 text-decoration: underline;
123     }
124    
125 ravilov 1.2 .note, .warning {
126     font-weight: bold;
127     font-family: Verdana, sans-serif;
128     }
129    
130     .warning {
131     color: #FF0000;
132     }
133    
134     .library {
135     font-family: serif;
136     font-size: 14px;
137     }
138    
139     .black, .white, .lgray, .dgray {
140     width: 10px;
141     height: 10px;
142     border-color: #000000;
143     border-style: solid;
144     border-width: 1px;
145     }
146    
147     .black {
148     color: #000000;
149     background-color: #000000;
150     }
151    
152     .white {
153     color: #FFFFFF;
154     background-color: #FFFFFF;
155     }
156    
157     .lgray {
158     color: #E0E0E0;
159     background-color: #E0E0E0;
160     }
161    
162     .dgray {
163     color: #808080;
164     background-color: #808080;
165     }
166 ravilov 1.7
167     .sstitle {
168     font-size: 14pt;
169     font-weight: bold;
170     color: #000000;
171     }
172    
173     .ssheader {
174     font-size: 11pt;
175     font-weight: bold;
176     }
177    
178     .sshead1, .sshead2, .ssitem {
179     font-family: sans-serif;
180     font-size: 12px;
181     text-align: left;
182     }
183    
184     .sshead1, .sshead2 {
185     font-weight: bold;
186     }
187    
188     .sshead1 {
189     color: #CCCCCC;
190     }
191    
192     .sshead2 {
193     color: #000000;
194     }
195    
196     .ssrow0 {
197     background-color: #CC3333;
198     }
199    
200     .ssrow1 {
201     background-color: #CCCCCC;
202     }
203    
204     .ssrow2 {
205     background-color: #FFFFFF;
206     }
207    
208     .ssitem {
209     color: #000000;
210     font-weight: normal;
211     }

  ViewVC Help
Powered by ViewVC 1.1.26