/[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

Contents of /stil.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Thu Aug 16 09:08:42 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Changes since 1.3: +9 -6 lines
File MIME type: text/css
Fixed HTML so it doesn't break (so badly) when resized.

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 P.ptitle {
12 font-weight: bold;
13 margin-bottom: 0;
14 }
15
16 P.ptext {
17 text-align: justify;
18 text-indent: 20px;
19 margin-top: 0;
20 }
21
22 .newzworld, .newzpliva {
23 font-size: 16px;
24 font-weight: bold;
25 }
26
27 .newzworldsub, .newzplivasub {
28 font-size: 10px;
29 font-weight: bold;
30 }
31
32 .maintitle, .topictitle, .newsworldtitle, .newsplivatitle {
33 font-size: 20px;
34 font-weight: bold;
35 }
36
37 .mainsubtitle, .topicsubtitle, .newzworldsub, .newsworldsubtitle, .newzplivasub, .newsplivasubtitle {
38 text-indent: 15px;
39 }
40
41 .mainsubtitle, .topicsubtitle, .newsworldsubtitle, .newsplivasubtitle {
42 font-size: 12px;
43 font-weight: bold;
44 }
45
46 .topictitle, .topicsubtitle {
47 color: #4D9499;
48 }
49
50 .newzworld, .newzworldsub, .newsworldtitle, .newsworldsubtitle {
51 color: #2D8DC8;
52 }
53
54 .newzpliva, .newzplivasub, .newsplivatitle, .newsplivasubtitle {
55 color: #9C79AE;
56 }
57
58 .subtitle {
59 color: gray;
60 font-size: 11px;
61 font-weight: bold;
62 }
63
64 .newztitle {
65 color: #FFFFFF;
66 font-face: Verdana, Tahoma, sans-serif;
67 font-size: 8pt;
68 font-weight: bold;
69 }
70
71 .more:link, .more:visited {
72 color: #0000FF;
73 text-decoration: none;
74 }
75
76 .more:hover {
77 color: #0000FF;
78 text-decoration: underline;
79 }
80
81 .more:active {
82 color: #FF0000;
83 text-decoration: none;
84 }
85
86 .small, .btn_updown, .btn_b, .btn_i, .btn_u {
87 font-size: 10px;
88 }
89
90 .btn_updown {
91 font-weight: bolder;
92 }
93
94 .btn_b, .btn_i, .btn_u {
95 font-family: serif;
96 width: 22px;
97 height: auto;
98 }
99
100 .btn_b {
101 font-weight: bolder;
102 font-style: plain;
103 text-decoration: none;
104 }
105
106 .btn_i {
107 font-weight: normal;
108 font-style: italic;
109 text-decoration: none;
110 }
111
112 .btn_u {
113 font-weight: normal;
114 font-style: plain;
115 text-decoration: underline;
116 }
117
118 .note, .warning {
119 font-weight: bold;
120 font-family: Verdana, sans-serif;
121 }
122
123 .warning {
124 color: #FF0000;
125 }
126
127 .library {
128 font-family: serif;
129 font-size: 14px;
130 }
131
132 .black, .white, .lgray, .dgray {
133 width: 10px;
134 height: 10px;
135 border-color: #000000;
136 border-style: solid;
137 border-width: 1px;
138 }
139
140 .black {
141 color: #000000;
142 background-color: #000000;
143 }
144
145 .white {
146 color: #FFFFFF;
147 background-color: #FFFFFF;
148 }
149
150 .lgray {
151 color: #E0E0E0;
152 background-color: #E0E0E0;
153 }
154
155 .dgray {
156 color: #808080;
157 background-color: #808080;
158 }

  ViewVC Help
Powered by ViewVC 1.1.26