/[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.1 - (show annotations)
Fri Aug 3 09:12:42 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Branch point for: pliva
File MIME type: text/css
Initial revision

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_b, .btn_i, .btn_u {
84 font-size: 10px;
85 }
86
87 .btn_b, .btn_i, .btn_u {
88 font-family: serif;
89 width: 22px;
90 height: auto;
91 }
92
93 .btn_b {
94 font-weight: bolder;
95 font-style: normal;
96 text-decoration: none;
97 }
98
99 .btn_i {
100 font-weight: normal;
101 font-style: italic;
102 text-decoration: none;
103 }
104
105 .btn_u {
106 font-weight: normal;
107 font-style: normal;
108 text-decoration: underline;
109 }
110

  ViewVC Help
Powered by ViewVC 1.1.26