/[webpac]/branches/hidra/public_html-hidra/www.hidra.hr/opci.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/hidra/public_html-hidra/www.hidra.hr/opci.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 253 - (show annotations)
Mon Mar 8 21:18:41 2004 UTC (20 years ago) by dpavlin
File MIME type: text/css
File size: 8667 byte(s)
a lot of hidra-specific branches

1 .UL1 {
2 margin: 0 0 0 0;
3 padding: 5 0 0 00;
4 }
5 .UL2 {
6 margin: 0 0 0 40;
7 padding: 5 0 0 0;
8 }
9 .UL3 {
10 margin: 0 0 0 60;
11 padding: 5 0 0 0;
12 }
13 .UL4 {
14 margin: 0 0 0 80;
15 padding: 0 0 0 0;
16 }
17 .UL5 {
18 margin: 0 0 0 100;
19 padding: 0 0 0 0;
20 }
21 .UL6 {
22 margin: 0 0 0 120;
23 padding: 0 0 0 0;
24 }
25 .UL7 {
26 margin: 0 0 0 140;
27 padding: 0 0 0 0;
28 }
29 .UL8 {
30 margin: 0 0 0 160;
31 padding: 0 0 0 0;
32 }
33
34
35 /* A.palette:link { color: white } */
36 /* A.palette:visited { color: #E6DE94 } */
37
38 /* A link na bijeloj pozadini */
39 A:link { color:#0066cc } /* unvisited links */
40 A:visited { color: #003399 } /* visited links */
41 A:hover { color: #003399 } /* user hovers */
42 A:active { color: #0000ff} /* active links */
43 A:focus:hover { color:#ffffff; background: #0066cc }
44
45 /* A link na obojenoj pozadini */
46 .A1:link { color:#000066; text-decoration: none; } /* unvisited links */
47 .A1:visited { color: #003399; text-decoration: none; } /* visited links */
48 .A1:active { color: #003399; text-decoration: none;} /* active links */
49 .A1:focus:hover { color:#003399; background: #ffffff ; text-decoration: none; }
50
51 .A2.palette:link { color: white }
52 .A2.palette:visited { color: #003399; background: #ffffff }
53 .A2:focus:hover { color:#003399; background: #ffffff ; text-decoration: none; }
54
55 /* A link na obojenoj pozadini */
56 .A3:link { color:#000066; text-decoration: none; } /* unvisited links */
57 .A3:visited { color: #003399; text-decoration: none; } /* visited links */
58 .A3:active { color: #003399; text-decoration: none;} /* active links */
59 .A3:focus:hover { color:#003399; background: #000066; text-decoration: none; }
60
61
62 /* napetost */
63 .f4
64 {color: #ccff66;
65 text-decoration: none;
66 font-family: "Arial", sans-serif;
67 text-indent: 0em;
68 font-size: 4px;
69 font-style: normal;
70 }
71
72
73 .11NN
74 {color: #1111aa;
75 font-family: "Arial", sans-serif;
76 font-size: 11px;
77 font-style: normal;
78 font-weight: 200;
79 }
80
81
82
83 /* bijeli bold 12 */
84 .bb12
85 {color: #ffffff;
86 text-decoration: none;
87 font-family: "Arial", sans-serif;
88 text-indent: 0em;
89 font-size: 12px;
90 font-style: normal;
91 font-weight: 600;
92 }
93
94 /* bijeli normal 12 */
95 .bn12
96 {color: #ffffff;
97 font-family: "Arial", sans-serif;
98 text-indent: 0em;
99 font-size: 12px;
100 font-style: normal;
101 font-weight: 100;
102 }
103
104
105 /* bijeli italic 12 */
106 .bi12
107 {color: #ffffff;
108 font-family: "Arial", sans-serif;
109 text-indent: 0em;
110 font-size: 12px;
111 font-style: italic;
112 font-weight: 100;
113 }
114
115 /* bijeli bold 11 */
116 .bb11
117 {color: #ffffff;
118 text-decoration: none;
119 font-family: "Arial", sans-serif;
120 text-indent: 0em;
121 font-size: 11px;
122 font-style: normal;
123 font-weight: 600;
124 }
125
126 /* bijeli normal 11 */
127 .bn11
128 {color: #ffffff;
129 font-family: "Arial", sans-serif;
130 text-indent: 0em;
131 font-size: 11px;
132 font-style: normal;
133 font-weight: 100;
134 }
135
136
137 /* bijeli italic 11 */
138 .bi11
139 {color: #ffffff;
140 font-family: "Arial", sans-serif;
141 text-indent: 0em;
142 font-size: 11px;
143 font-style: italic;
144 font-weight: 100;
145 }
146
147
148
149 /* plavi bold 10 */
150 .pb10
151 {color: #003399;
152 text-decoration: none;
153 font-family: "Arial", sans-serif;
154 text-indent: 0em;
155 font-size: 10px;
156 font-style: normal;
157 font-weight: 600;
158 }
159
160 /* plavi normal 10 */
161 .pn10
162 {color: #003399;
163 font-family: "Arial", sans-serif;
164 text-indent: 0em;
165 font-size: 10px;
166 font-style: normal;
167 font-weight: 100;
168 }
169
170
171 /* plavi italic 10 */
172 .pi10
173 {color: #003399;
174 font-family: "Arial", sans-serif;
175 text-indent: 0em;
176 font-size: 10px;
177 font-style: italic;
178 font-weight: 100;
179 }
180
181 /* plavi bold 11 */
182 .pb11
183 {color: #003399;
184 text-decoration: none;
185 font-family: "Arial", sans-serif;
186 text-indent: 0em;
187 font-size: 11px;
188 font-style: normal;
189 font-weight: 600;
190 }
191
192 /* plavi normal 11 */
193 .pn11
194 {color: #003399;
195 font-family: "Arial", sans-serif;
196 text-indent: 0em;
197 font-size: 11px;
198 font-style: normal;
199 font-weight: 100;
200 }
201
202
203 /* plavi italic 11 */
204 .pi11
205 {color: #003399;
206 font-family: "Arial", sans-serif;
207 text-indent: 0em;
208 font-size: 11px;
209 font-style: italic;
210 font-weight: 100;
211 }
212
213 /* plavi bold italic 11 */
214 .pbi11
215 {color: #003399;
216 text-decoration: none;
217 font-family: "Arial", sans-serif;
218 text-indent: 0em;
219 font-size: 11px;
220 font-style: italic;
221 font-weight: 600;
222
223 }
224
225
226
227 /* plavi bold 12 */
228 .pb12
229 {color: #003399;
230 text-decoration: none;
231 font-family: "Arial", sans-serif;
232 text-indent: 0em;
233 font-size: 12px;
234 font-style: normal;
235 font-weight: 600;
236
237 }
238
239 /* plavi bold italic 12 */
240 .pbi12
241 {color: #003399;
242 text-decoration: none;
243 font-family: "Arial", sans-serif;
244 text-indent: 0em;
245 font-size: 12px;
246 font-style: italic;
247 font-weight: 600;
248
249 }
250
251 /* plavi normal 12 */
252 .pn12
253 {color: #003399;
254 font-family: "Arial", sans-serif;
255 text-indent: 0em;
256 font-size: 12px;
257 font-style: normal;
258 font-weight: 100;
259
260 }
261
262
263 /* plavi italic 12 */
264 .pi12
265 {color: #003399;
266 font-family: "Arial", sans-serif;
267 text-indent: 0em;
268 font-size: 12px;
269 font-style: italic;
270 font-weight: 100;
271
272 }
273
274
275 /* plavi bold 14 */
276 .pb14
277 {color: #003399;
278 text-decoration: none;
279 font-family: "Arial", sans-serif;
280 text-indent: 0em;
281 font-size: 14px;
282 font-style: normal;
283 font-weight: 600;
284 }
285
286 /* plavi bold 16 */
287 .pb16
288 {color: #003399;
289 text-decoration: none;
290 font-family: "Arial", sans-serif;
291 text-indent: 0em;
292 font-size: 16px;
293 font-style: normal;
294 font-weight: 600;
295 }
296
297 /* plavi normal 14 */
298 .pn14
299 {color: #003399;
300 font-family: "Arial", sans-serif;
301 text-indent: 0em;
302 font-size: 14px;
303 font-style: normal;
304 font-weight: 100;
305 }
306
307
308 /* plavi italic 14 */
309 .pi14
310 {color: #003399;
311 font-family: "Arial", sans-serif;
312 text-indent: 0em;
313 font-size: 14px;
314 font-style: italic;
315 font-weight: 100;
316 }
317
318
319 /* tamno plavi bold 10 */
320 .tpb10
321 {color: #000066;
322 text-decoration: none;
323 font-family: "Arial", sans-serif;
324 text-indent: 0em;
325 font-size: 10px;
326 font-style: normal;
327 font-weight: 600;
328 }
329
330 /* tamno plavi normal 10 */
331 .tpn10
332 {color: #000066;
333 font-family: "Arial", sans-serif;
334 text-indent: 0em;
335 font-size: 10px;
336 font-style: normal;
337 font-weight: 100;
338 }
339
340
341 /* tamno plavi italic 10 */
342 .tpi10
343 {color: #000066;
344 font-family: "Arial", sans-serif;
345 text-indent: 0em;
346 font-size: 10px;
347 font-style: italic;
348 font-weight: 100;
349 }
350
351 /* tamno plavi bold 11 */
352 .tpb11
353 {color: #000066;
354 text-decoration: none;
355 font-family: "Arial", sans-serif;
356 text-indent: 0em;
357 font-size: 11px;
358 font-style: normal;
359 font-weight: 600;
360 }
361
362 /* tamno plavi normal 11 */
363 .tpn11
364 {color: #000066;
365 font-family: "Arial", sans-serif;
366 text-indent: 0em;
367 font-size: 11px;
368 font-style: normal;
369 font-weight: 100;
370 }
371
372
373 /* tamno plavi italic 11 */
374 .tpi11
375 {color: #000066;
376 font-family: "Arial", sans-serif;
377 text-indent: 0em;
378 font-size: 11px;
379 font-style: italic;
380 font-weight: 100;
381 }
382
383
384
385 /* tamno plavi bold 12 */
386 .tpb12
387 {color: #000066;
388 text-decoration: none;
389 font-family: "Arial", sans-serif;
390 text-indent: 0em;
391 font-size: 12px;
392 font-style: normal;
393 font-weight: 600;
394 }
395
396 /* tamno plavi normal 12 */
397 .tpn12
398 {color: #000066;
399 font-family: "Arial", sans-serif;
400 text-indent: 0em;
401 font-size: 12px;
402 font-style: normal;
403 font-weight: 100;
404 }
405
406
407 /* tamno plavi italic 12 */
408 .tpi12
409 {color: #000066;
410 font-family: "Arial", sans-serif;
411 text-indent: 0em;
412 font-size: 12px;
413 font-style: italic;
414 font-weight: 100;
415 }
416
417
418 /* tamno plavi bold 14 */
419 .tpb14
420 {color: #000066;
421 text-decoration: none;
422 font-family: "Arial", sans-serif;
423 text-indent: 0em;
424 font-size: 14px;
425 font-style: normal;
426 font-weight: 600;
427 }
428
429 /* tamno plavi normal 14 */
430 .tpn14
431 {color: #000066;
432 font-family: "Arial", sans-serif;
433 text-indent: 0em;
434 font-size: 14px;
435 font-style: normal;
436 font-weight: 100;
437 }
438
439
440 /* tamno plavi italic 14 */
441 .tpi14
442 {color: #000066;
443 font-family: "Arial", sans-serif;
444 text-indent: 0em;
445 font-size: 14px;
446 font-style: italic;
447 font-weight: 100;
448 }
449
450 /* NN */
451 .NN
452 {color: #003399;
453 font-family: "Arial", sans-serif;
454 text-indent: 0em;
455 font-size: 32px;
456 font-style: normal;
457 text-align: justify;
458 font-weight: 10000;
459 }
460
461 /* tekst 12 */
462 .txt12
463 {color: #003399;
464 font-family: "Arial", sans-serif;
465 text-indent: 0em;
466 font-size: 12px;
467 font-style: normal;
468 text-align: justify;
469 font-weight: 100;
470 }
471
472
473 /* NetWare */
474 .netware
475 {color: #cc0000;
476 font-family: "Arial", sans-serif;
477 text-indent: 0em;
478 font-size: 32px;
479 font-style: normal;
480 font-weight: 20000;
481
482
483 }
484 /* Reg */
485 .reg
486 {color: #cc0000;
487 font-family: "Arial", sans-serif;
488 text-indent: 0em;
489 font-size: 12px;
490 font-style: normal;
491 font-weight: 100;
492
493
494 }
495
496

  ViewVC Help
Powered by ViewVC 1.1.26