--- stil.css 2002/06/26 15:00:06 1.3 +++ stil.css 2002/10/09 14:53:13 1.4 @@ -3,6 +3,22 @@ font-size: 10pt; } +A, A:link, A:visited { + color: #000066; + background-color: transparent; + text-decoration: none; +} + +A:hover { + text-decoration: underline; +} + +A:active { + color: #0000FF; + background-color: transparent; + text-decoration: none; +} + .selected, .selected TD, .selected TD A, .selected TD INPUT { font-weight: bold; } @@ -14,3 +30,52 @@ .mali { font-size: 2px; } + +.glavni A { + display: block; + width: 100%; + text-align: left; +} + +.upozorenje { + font-weight: bold; + font-style: italic; + font-size: 8pt; + color: #C00000; +} + +.credits { + color: #000066; + font-size: 8pt; +} + +.linkovi { + font-size: 8pt; +} + +.sig { + font-size: 7pt; +} + +.pretitle { + color: #000000; + background-color: transparent; + font-size: 8pt; +} + +.gtitle { + color: #000099; + background-color: transparent; + font-size: 10pt; + font-weight: bold; +} + +.row1 { + color: #660000; + background-color: #FFDCB9; +} + +.row2 { + color: #660000; + background-color: transparent; +}