/[hr-web]/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

Annotation of /stil.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Wed Oct 9 14:53:13 2002 UTC (21 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +65 -0 lines
File MIME type: text/css
bla

1 ravilov 1.1 BODY, TH, TD, P, INPUT, SELECT, TEXTAREA {
2     font-family: Verdana, sans-serif;
3     font-size: 10pt;
4     }
5    
6 ravilov 1.4 A, A:link, A:visited {
7     color: #000066;
8     background-color: transparent;
9     text-decoration: none;
10     }
11    
12     A:hover {
13     text-decoration: underline;
14     }
15    
16     A:active {
17     color: #0000FF;
18     background-color: transparent;
19     text-decoration: none;
20     }
21    
22 ravilov 1.3 .selected, .selected TD, .selected TD A, .selected TD INPUT {
23 ravilov 1.1 font-weight: bold;
24     }
25    
26     .selected {
27     background-color: #FFFFFF;
28     }
29 ravilov 1.2
30     .mali {
31     font-size: 2px;
32 ravilov 1.4 }
33    
34     .glavni A {
35     display: block;
36     width: 100%;
37     text-align: left;
38     }
39    
40     .upozorenje {
41     font-weight: bold;
42     font-style: italic;
43     font-size: 8pt;
44     color: #C00000;
45     }
46    
47     .credits {
48     color: #000066;
49     font-size: 8pt;
50     }
51    
52     .linkovi {
53     font-size: 8pt;
54     }
55    
56     .sig {
57     font-size: 7pt;
58     }
59    
60     .pretitle {
61     color: #000000;
62     background-color: transparent;
63     font-size: 8pt;
64     }
65    
66     .gtitle {
67     color: #000099;
68     background-color: transparent;
69     font-size: 10pt;
70     font-weight: bold;
71     }
72    
73     .row1 {
74     color: #660000;
75     background-color: #FFDCB9;
76     }
77    
78     .row2 {
79     color: #660000;
80     background-color: transparent;
81 ravilov 1.2 }

  ViewVC Help
Powered by ViewVC 1.1.26