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

Diff of /stil.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ravilov, Wed Jun 26 15:00:06 2002 UTC revision 1.4 by ravilov, Wed Oct 9 14:53:13 2002 UTC
# Line 3  BODY, TH, TD, P, INPUT, SELECT, TEXTAREA Line 3  BODY, TH, TD, P, INPUT, SELECT, TEXTAREA
3          font-size: 10pt;          font-size: 10pt;
4  }  }
5    
6    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  .selected, .selected TD, .selected TD A, .selected TD INPUT {  .selected, .selected TD, .selected TD A, .selected TD INPUT {
23          font-weight: bold;          font-weight: bold;
24  }  }
# Line 14  BODY, TH, TD, P, INPUT, SELECT, TEXTAREA Line 30  BODY, TH, TD, P, INPUT, SELECT, TEXTAREA
30  .mali {  .mali {
31          font-size: 2px;          font-size: 2px;
32  }  }
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    }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26