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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 314 - (hide annotations)
Sat Apr 17 23:17:41 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/css
File size: 2029 byte(s)
site-specific changes

1 dpavlin 314 body {
2     background: #f7f6f2;
3     color: black;
4     font-family: Verdana, Arial, Helvetica, sans-serif;
5     }
6    
7     p {
8     font-size: 65%;
9     color: gray;
10     }
11    
12     h2 {
13     font-size: 12px;
14     font-weight: bold;
15     color: #cc0000;
16     }
17    
18     .tdH1 {
19     font-size: 75%;
20     }
21    
22     .navigacija {
23     font-size : 11px;
24     margin: 0px 0px 0px 0px;
25     padding: 0px 0px 0px 0px;
26     border-width: 1px;
27     color: gray;
28     font-weight: bold;
29     background-color: white;
30     border-top-color: #999999;
31     border-left-color: #999999;
32     border-right-color: #666666;
33     border-bottom-color: #666666;
34     }
35    
36    
37     .submit {
38     font-size : 14px;
39     margin: 0px 0px 0px 0px;
40     padding: 0px 0px 0px 0px;
41     color: #cc0000;
42     background-color: #ffffff;
43     border-color: #000080;
44     border-top-color: gray;
45     border-left-color: gray;
46     border-right-color: #cc0000;
47     border-bottom-color: #cc0000;
48    
49     }
50    
51     .reset {
52     font-size : 12px;
53     margin: 0px 0px 0px 0px;
54     padding: 0px 0px 0px 0px;
55     color: #000080;
56     background-color: #ffffff;
57     border-color: #000080;
58     border-top-color: #8080f0;
59     border-left-color: #8080f0;
60     border-right-color: #000080;
61     border-bottom-color: #000080;
62     }
63    
64    
65     .navigacijaDISABLED {
66     font-size : 11px;
67     margin: 0px 0px 0px 0px;
68     padding: 0px 0px 0px 0px;
69     border-width: 1px;
70     color: gray;
71     background-color: #ffffff;
72     border-top-color: gray;
73     border-left-color: gray;
74     border-right-color: black;
75     border-bottom-color: black;
76     }
77    
78    
79     .label1 {
80     text-align: right;
81     color: #ff0000;
82     font-size: 70%;
83     }
84    
85     .label2 {
86     font-size: 75%;
87     vertical-align: top;
88     }
89    
90    
91     .example {
92     font-size: 70%;
93     font-style: italic;
94     }
95    
96     .limiter {
97     vertical-align: top;
98     font-size: 75%;
99     }
100    
101     .results {
102     font-size: 70%;
103     color: gray;
104     border-color: gray;
105     border-style: dashed;
106     border-top-width: 0px;
107     border-left-width: 0px;
108     border-right-width: 0px;
109     border-bottom-width: 1px;
110     padding-bottom: 6px;
111     }
112    
113     .small {
114     font-size: 70%;
115     }
116    
117     /* links in headline shouldn't have underline (it looks ugly) */
118     .headline {
119     text-decoration: none;
120     color: gray;
121     }
122    
123     .index {
124     text-decoration: none;
125     color: gray;
126     font-size: 80%;
127     }
128    

  ViewVC Help
Powered by ViewVC 1.1.26