/[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.3 - (show annotations)
Wed Aug 8 11:51:02 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Changes since 1.2: +0 -1 lines
File MIME type: text/css
Lots of changes...

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

  ViewVC Help
Powered by ViewVC 1.1.26