/[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.5 - (show annotations)
Mon Aug 20 13:35:00 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Changes since 1.4: +4 -0 lines
File MIME type: text/css
Small HTML fixes

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 TT {
12 font-family: monospace;
13 }
14
15 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 .newztitle {
69 color: #FFFFFF;
70 font-face: Verdana, Tahoma, sans-serif;
71 font-size: 8pt;
72 font-weight: bold;
73 }
74
75 .more:link, .more:visited {
76 color: #0000FF;
77 text-decoration: none;
78 }
79
80 .more:hover {
81 color: #0000FF;
82 text-decoration: underline;
83 }
84
85 .more:active {
86 color: #FF0000;
87 text-decoration: none;
88 }
89
90 .small, .btn_updown, .btn_b, .btn_i, .btn_u {
91 font-size: 10px;
92 }
93
94 .btn_updown {
95 font-weight: bolder;
96 }
97
98 .btn_b, .btn_i, .btn_u {
99 font-family: serif;
100 width: 22px;
101 height: auto;
102 }
103
104 .btn_b {
105 font-weight: bolder;
106 font-style: plain;
107 text-decoration: none;
108 }
109
110 .btn_i {
111 font-weight: normal;
112 font-style: italic;
113 text-decoration: none;
114 }
115
116 .btn_u {
117 font-weight: normal;
118 font-style: plain;
119 text-decoration: underline;
120 }
121
122 .note, .warning {
123 font-weight: bold;
124 font-family: Verdana, sans-serif;
125 }
126
127 .warning {
128 color: #FF0000;
129 }
130
131 .library {
132 font-family: serif;
133 font-size: 14px;
134 }
135
136 .black, .white, .lgray, .dgray {
137 width: 10px;
138 height: 10px;
139 border-color: #000000;
140 border-style: solid;
141 border-width: 1px;
142 }
143
144 .black {
145 color: #000000;
146 background-color: #000000;
147 }
148
149 .white {
150 color: #FFFFFF;
151 background-color: #FFFFFF;
152 }
153
154 .lgray {
155 color: #E0E0E0;
156 background-color: #E0E0E0;
157 }
158
159 .dgray {
160 color: #808080;
161 background-color: #808080;
162 }

  ViewVC Help
Powered by ViewVC 1.1.26