/[health_html]/med/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

Contents of /med/stil.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Sep 25 15:38:05 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/css
FILE REMOVED
Major changes. Too numeruous to mention all here.

1 BODY, DIV, P, TD, TABLE, TH {
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 TT {
12 font-family: monospace;
13 }
14
15 A {
16 font-family: sans-serif;
17 font-size: 12px;
18 }
19
20 UL, OL {
21 margin-top: 0;
22 padding-top: 0;
23 }
24
25 SMALL {
26 font-size: 80%;
27 }
28
29 P.ptitle {
30 font-weight: bold;
31 margin-bottom: 0;
32 }
33
34 P.ptext {
35 text-align: justify;
36 text-indent: 20px;
37 margin-top: 0;
38 }
39
40 .newzworld, .newzpliva {
41 font-size: 16px;
42 font-weight: bold;
43 }
44
45 .newzworldsub, .newzplivasub {
46 font-size: 10px;
47 font-weight: bold;
48 }
49
50 .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
51 font-size: 20px;
52 font-weight: bold;
53 }
54
55 .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {
56 /* text-indent: 15px; */
57 }
58
59 .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {
60 font-size: 12px;
61 font-weight: bold;
62 }
63
64 .topictitle, .topicsubtitle {
65 color: #4D9499;
66 }
67
68 .newzworld, .newzworldsub, .newsworldtitle, .newsworldsubtitle {
69 color: #2D8DC8;
70 }
71
72 .newzpliva, .newzplivasub, .newsplivatitle, .newsplivasubtitle {
73 color: #9C79AE;
74 }
75
76 .subtitle {
77 color: gray;
78 font-size: 11px;
79 font-weight: bold;
80 }
81
82 .newztitle {
83 color: #FFFFFF;
84 font-face: Verdana, Tahoma, sans-serif;
85 font-size: 8pt;
86 font-weight: bold;
87 }
88
89 .more:link, .more:visited, .more3:link, .more3:visited {
90 color: #0000FF;
91 background: transparent;
92 text-decoration: none;
93 font-size: 10px;
94 }
95
96 .more:hover, .more3:hover {
97 color: #0000FF;
98 background: transparent;
99 text-decoration: underline;
100 }
101
102 .more:active, .more3:active {
103 color: #FF0000;
104 background: transparent;
105 text-decoration: none;
106 }
107
108 .more3 {
109 font-family: monospace;
110 font-size: 8pt;
111 font-weight: bold;
112 }
113
114 .small, .btn_updown, .btn_b, .btn_i, .btn_u {
115 font-size: 10px;
116 }
117
118 .btn_updown {
119 font-weight: bolder;
120 }
121
122 .btn_b, .btn_i, .btn_u {
123 font-family: serif;
124 width: 22px;
125 height: auto;
126 }
127
128 .btn_b {
129 font-weight: bolder;
130 font-style: plain;
131 text-decoration: none;
132 }
133
134 .btn_i {
135 font-weight: normal;
136 font-style: italic;
137 text-decoration: none;
138 }
139
140 .btn_u {
141 font-weight: normal;
142 font-style: plain;
143 text-decoration: underline;
144 }
145
146 .note, .warning {
147 font-weight: bold;
148 font-family: Verdana, sans-serif;
149 }
150
151 .warning {
152 color: #FF0000;
153 }
154
155 .library {
156 font-family: serif;
157 font-size: 14px;
158 }
159
160 .sstitle {
161 font-weight: bold;
162 color: #000000;
163 background-color: #CCCCCC;
164 }
165
166 .sstitle2 {
167 font-size: 14pt;
168 font-weight: bold;
169 }
170
171 .sstitle3 {
172 font-size: 10pt;
173 font-weight: normal;
174 font-style: italic;
175 }
176
177 .ssheader {
178 font-size: 11pt;
179 font-weight: bold;
180 }
181
182 .sshead1, .sshead2, .ssitem {
183 font-family: sans-serif;
184 font-size: 12px;
185 text-align: left;
186 text-decoration: none;
187 }
188
189 .sshead1, .sshead2 {
190 font-weight: bold;
191 }
192
193 .sshead1 {
194 color: #CCCCCC;
195 }
196
197 .sshead2 {
198 color: #000000;
199 }
200
201 .ssrow0 {
202 background-color: #CC3333;
203 }
204
205 .ssrow1 {
206 color: #000000;
207 background-color: #CCCCCC;
208 text-decoration: none;
209 }
210
211 .ssrow2 {
212 color: #000000;
213 background-color: #FFFFFF;
214 text-decoration: none;
215 }
216
217 .ssitem {
218 color: #000000;
219 font-weight: normal;
220 }
221
222 .ddhead {
223 color: #FFFFFF;
224 background-color: #CC3333;
225 text-align: left;
226 font-weight: bold;
227 text-decoration: none;
228 }
229
230 .ddrow {
231 color: #000000;
232 background-color: #FFFFCC;
233 text-align: left;
234 font-weight: normal;
235 text-decoration: none;
236 }
237
238 .menurow {
239 padding-left: 4px;
240 padding-right: 4px;
241 padding-top: 0;
242 padding-bottom: 0;
243 }
244
245 .menu0, .menu1 {
246 font-family: Verdana, sans-serif;
247 font-size: 8px;
248 font-weight: bold;
249 text-decoration: none;
250 padding-left: 6px;
251 padding-right: 6px;
252 padding-top: 2px;
253 padding-bottom: 2px;
254 width: 126px;
255 height: 14px;
256 }
257
258 .menu0 {
259 color: #336633;
260 }
261
262 .menu1 {
263 color: #000080;
264 }
265
266 .menu2 {
267 font-family: sans-serif;
268 font-size: 8pt;
269 font-weight: bold;
270 font-style: plain;
271 text-decoration: none;
272 color: #336633;
273 }
274

  ViewVC Help
Powered by ViewVC 1.1.26