/[webpac]/branches/hidra/public_html-hidra/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

Annotation of /branches/hidra/public_html-hidra/opci.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 377 - (hide annotations)
Fri Jul 2 14:19:51 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 9123 byte(s)
local changes

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

  ViewVC Help
Powered by ViewVC 1.1.26