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

Contents of /branches/ecas/public_html/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 784 - (show annotations)
Fri Apr 17 15:04:48 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 2906 byte(s)
local
1 body {
2 /* background: #F7F6F2; */
3 background: white;
4 color: #369;
5 font-family: "Verdana", Arial, Helvetica, sans-serif;
6 font-size: 80%;
7 margin: 40px;
8 }
9
10 h2 {
11 font-size: 18px; font-weight: bold;
12 color: #000080;
13 }
14
15 h3 {
16 font-size: 14px; font-weight: bold;
17 color: #000080;
18 }
19
20 a {
21 color: #C24427;
22 }
23
24 a:hover {
25 text-decoration: none;
26 }
27
28 #searchform {
29 padding: 15px 20px 15px; 20px;
30 }
31
32 .navigacija {
33 font-size : 11px;
34 margin: 0px 0px 0px 0px;
35 padding: 0px 0px 0px 0px;
36 border-width: 1px;
37 color: #000080;
38 background-color: #FFFFFF;
39 border-color: #000080;
40 border-top-color: #8080f0;
41 border-left-color: #8080f0;
42 border-right-color: #000080;
43 border-bottom-color: #000080;
44 }
45
46
47 .submit {
48 font-size : 17px;
49 margin: 0px 0px 0px 0px;
50 padding: 0px 0px 0px 0px;
51 color: #000080;
52 background-color: #ffffff;
53 border-color: #000080;
54 border-top-color: #8080f0;
55 border-left-color: #8080f0;
56 border-right-color: #000080;
57 border-bottom-color: #000080;
58
59 }
60
61 .reset {
62 font-size : 12px;
63 margin: 0px 0px 0px 0px;
64 padding: 0px 0px 0px 0px;
65 color: #000080;
66 background-color: #ffffff;
67 border-color: #000080;
68 border-top-color: #8080f0;
69 border-left-color: #8080f0;
70 border-right-color: #000080;
71 border-bottom-color: #000080;
72 }
73
74
75 .navigacijaDISABLED {
76 font-size : 11px;
77 margin: 0px 0px 0px 0px;
78 padding: 0px 0px 0px 0px;
79 border-width: 1px;
80 width: 19%;
81 color: #8080f0;
82 background-color: #ffffff;
83 border-top-color: #8080f0;
84 border-left-color: #8080f0;
85 border-right-color: #000080;
86 border-bottom-color: #000080;
87 }
88
89
90 .label1 {
91 font-size: 75%;
92 text-align: right;
93 }
94
95 .label2 {
96 font-size: 75%;
97 vertical-align: top;
98 }
99
100
101 .example {
102 font-size: 70%;
103 font-style: italic;
104 }
105
106 .limiter {
107 vertical-align: top;
108 font-size: 75%;
109 }
110
111 .results {
112 font-size: 70%
113 }
114
115 .headline {
116 font-size: 110%;
117 font-weight: bold;
118 font-style: normal;
119 }
120
121 .small {
122 font-size: 80%;
123 }
124
125 /* links in headline shouldn't have underline (it looks ugly) */
126 .headline {
127 text-decoration: none
128 }
129
130 #head {
131 padding: 0px;
132 }
133
134 #logo {
135 padding: 10px 20px;
136 font-size: 120%;
137 font-weight: bold;
138 }
139
140 #help {
141 float: right;
142 width: 40%;
143 font-size: 90%;
144 padding: 10px 10px 10px 10px;
145 border-top: 1px dashed navy;
146 }
147
148
149 .round {
150 border: 1px solid #e3e4e4;
151 zoom:1; /* causes IE to behave properly */
152 }
153
154 .tl {
155 background: url(tl.gif) no-repeat top left;
156 margin:-1px; /* the margin pushes the container out 1px to line up borders */
157 }
158 .tr {
159 background: url(tr.gif) no-repeat top right;
160 }
161 .br {
162 background: url(br.gif) no-repeat bottom right;
163 }
164
165 .bl {
166 background: url(bl.gif) no-repeat bottom left;
167 padding: 20px;
168 text-align: center;
169 vertical-align: center;
170 }
171
172 .tr, .tl, .bl, .br {
173 zoom:1;
174 position:relative;
175 }
176
177 /* kraj okruglih rubova */
178
179 .bl table {
180 margin-left: auto;
181 margin-right: auto;
182 text-align: left;
183 }
184
185 .abeceda {
186 font-size: 14px;
187 word-spacing: -0.15em
188 }
189

Properties

Name Value
cvs2svn:cvs-rev 1.7

  ViewVC Help
Powered by ViewVC 1.1.26