/[webpac]/branches/baze/public_html-baze/baze.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 /branches/baze/public_html-baze/baze.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 787 - (show annotations)
Fri Apr 17 17:43:30 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 3701 byte(s)
local
1 h3 {
2 font-size: 14px; font-weight: bold;
3 color: #000080;
4 }
5
6 a {
7 color: #C24427;
8 text-decoration: underline;
9 }
10
11 #searchform {
12 padding: 15px 20px 15px; 20px;
13 }
14
15 .navigacija {
16 font-size : 11px;
17 margin: 0px 0px 0px 0px;
18 padding: 0px 0px 0px 0px;
19 border-width: 1px;
20 color: #000080;
21 background-color: #FFFFFF;
22 border-color: #000080;
23 border-top-color: #8080f0;
24 border-left-color: #8080f0;
25 border-right-color: #000080;
26 border-bottom-color: #000080;
27 }
28
29
30 .submit {
31 font-size : 17px;
32 margin: 0px 0px 0px 0px;
33 padding: 0px 0px 0px 0px;
34 color: #000080;
35 background-color: #ffffff;
36 border-color: #000080;
37 border-top-color: #8080f0;
38 border-left-color: #8080f0;
39 border-right-color: #000080;
40 border-bottom-color: #000080;
41
42 }
43
44 .reset {
45 font-size : 12px;
46 margin: 0px 0px 0px 0px;
47 padding: 0px 0px 0px 0px;
48 color: #000080;
49 background-color: #ffffff;
50 border-color: #000080;
51 border-top-color: #8080f0;
52 border-left-color: #8080f0;
53 border-right-color: #000080;
54 border-bottom-color: #000080;
55 }
56
57
58 .navigacijaDISABLED {
59 font-size : 11px;
60 margin: 0px 0px 0px 0px;
61 padding: 0px 0px 0px 0px;
62 border-width: 1px;
63 width: 19%;
64 color: #8080f0;
65 background-color: #ffffff;
66 border-top-color: #8080f0;
67 border-left-color: #8080f0;
68 border-right-color: #000080;
69 border-bottom-color: #000080;
70 }
71
72
73 .label1 {
74 font-size: 75%;
75 text-align: right;
76 }
77
78 .label2 {
79 font-size: 75%;
80 vertical-align: top;
81 }
82
83
84 .example {
85 font-size: 70%;
86 font-style: italic;
87 }
88
89 .limiter {
90 font-size: 75%;
91 }
92
93 .results {
94 font-size: 70%
95 border: 1px solid #ccc;
96 }
97
98 .headline {
99 font-size: 12px;
100 font-weight: bold;
101 font-style: normal;
102 color: #C24427;
103 }
104
105 .headlineFull {
106 padding-top: 5px;
107 font-size: 14px;
108 font-weight: bold;
109 font-style: normal;
110 color: #C24427;
111 color: green;
112 border-top: 1px solid #ccc;
113 }
114
115 .small {
116 font-size: 80%;
117 }
118
119 /* links in headline shouldn't have underline (it looks ugly) */
120 .headline {
121 text-decoration: none
122 }
123
124 #head {
125 padding: 0px;
126 }
127
128 #logo {
129 padding: 10px 20px;
130 font-size: 120%;
131 font-weight: bold;
132 }
133
134 #help {
135 float: right;
136 width: 40%;
137 font-size: 90%;
138 padding: 10px 10px 10px 10px;
139 border-top: 1px dashed navy;
140 }
141
142
143 .round {
144 border: 1px solid #e3e4e4;
145 zoom:1; /* causes IE to behave properly */
146 }
147
148 .tl {
149 background: url(tl.gif) no-repeat top left;
150 margin:-1px; /* the margin pushes the container out 1px to line up borders */
151 }
152 .tr {
153 background: url(tr.gif) no-repeat top right;
154 }
155 .br {
156 background: url(br.gif) no-repeat bottom right;
157 }
158
159 .bl {
160 background: url(bl.gif) no-repeat bottom left;
161 padding: 20px;
162 text-align: center;
163 vertical-align: center;
164 }
165
166 .tr, .tl, .bl, .br {
167 zoom:1;
168 position:relative;
169 }
170
171 /* kraj okruglih rubova */
172
173 .bl table {
174 margin-left: auto;
175 margin-right: auto;
176 text-align: left;
177 }
178
179 table.results a {
180 font-weight: normal;
181 }
182
183 .abeceda {
184 font-size: 14px;
185 word-spacing: -0.15em
186 }
187
188 .htmlLeft {
189 text-align: right;
190 color: #771100;
191 }
192
193 /*
194 table.results tr:first-child {
195 color: #C24427;
196 font-size: 16px;
197 font-weight: bold;
198 }
199 */
200
201 #menu a:link, #menu a:visited
202 {
203 width: 150px;
204 padding: 8px 3px 0px 0px;
205 background-color: transparent;
206 color: green;
207 text-decoration: ;
208 font-weight: bold;
209 display: block;
210 }
211 #menu a:hover
212 {
213 color: green;
214 text-decoration: none;
215 }
216
217 #lefty a:hover {
218 border-bottom: 0px solid #efefef;
219 }
220
221 #dbtype {
222 color: #666;
223 padding: 4px 3px 4px 4px;
224 font-size: 110%;
225
226 }
227
228 a:link.dbtype, a:visited.dbtype {
229 color: green;
230 font-weight: bold;
231 text-decoration: none;
232 border-bottom: 0px solid #efefef;
233 }
234
235 a:hover.dbtype {
236 text-decoration: underline;
237 border-bottom: 0px solid #efefef;
238 }
239
240 .primjer {
241 text-size: 80%;
242 padding-bottom: 5px;
243 font-style: italic;
244 }

  ViewVC Help
Powered by ViewVC 1.1.26