/[webpac]/branches/baze/public_html-baze/style2.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/style2.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: 8324 byte(s)
local
1 body
2 {
3 margin: 0;
4 margin: 0 auto;
5 background: #f4f4f4 url(http://mjesec.ffzg.hr/img/ffk/bg.gif) top center repeat-y;
6 font-family: Verdana, Arial, sans-serif;
7 font-size: 80%;
8 }
9 a:link, a:visited, a:link.ptlink, a:visited.ptlink {
10 color: #369;
11 border-bottom: 1px solid #efefef;
12 }
13
14 a:hover, a:hover.ptlink {
15 color: #369;
16 text-decoration: none;
17 border-bottom: 0px solid #efefef;
18 }
19
20 p, td {
21 font-size: 12px;
22 padding-left: 10px;
23 }
24
25 .ptlink {
26 color: #369;
27 }
28
29 #header
30 {
31 vertical-align: top;
32 text-align: left;
33 padding: 15px 0px 11px 0px;
34 padding-left: 18px;
35 font-size: 11px;
36 font-weight: lighter;
37 color: #00008B;
38 z-index: 100;
39 }
40 .title
41 {
42 font-size: 26px;
43 font-style: normal;
44 font-weight: bold;
45 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
46 /* color: #90200A; */
47 color: #336699;
48 padding-right: 20px;
49 }
50 .darktitle
51 {
52 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
53 font-size: 24px;
54 font-style: normal;
55 font-weight: bold;
56 color: #3D3535;
57 }
58
59 .subt {
60 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
61 font-size: 17px;
62 font-style: normal;
63 color: #3D3535;
64 padding-right: 20px;
65 }
66
67 .subt2 {
68 color: #369;
69 }
70
71
72 #main
73 {
74 width: 780px;
75 height: auto;
76 border-left: 1px solid #efefef;
77 border-right: 1px solid #efefef;
78 margin: 0 auto 0 auto;
79 font-size: 11px;
80 font-weight: normal;
81 color: #A52A2A;
82 color: #3d3535;
83 }
84
85 h1 {
86 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
87 font-size: 17px;
88 margin-bottom: 0px;
89 color: #3D3535;
90 color: #FF6600;
91 }
92
93 h2 {
94 font-family: Verdana, sans-serif;
95 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
96 font-size: 15px;
97 font-weight: bold;
98 color: #336699;
99 border-bottom: 1px solid #fb3;
100 border-bottom: 1px solid #f60;
101 border: 1px solid #ccc;
102 /* background: #E6B24C;
103 background: #F9F9F9; */
104 padding: 5px 3px 1px 5px;
105 margin-bottom: 0px;
106 }
107
108 #contentM h3, #content h3 {
109 font-size: 12px;
110 color: #369;
111 font-weight: bold;
112 padding-left: 10px;
113 margin-bottom: -1em;
114 border-bottom: 1px solid #efefef;
115 }
116
117 #contentEP h3 {
118 font-size: 12px;
119 font-weight: bold;
120 color: #666;
121 margin: 10px;
122 }
123
124 h4 {
125 margin: 10px 20px;
126 }
127
128 #nav {
129 text-align: right;
130 }
131
132 .nav {
133 font-size: 1.4em;
134 padding-right: 1em;
135 text-align: right;
136 border-bottom: 0px solid #efefef;
137 z-index: 50;
138 }
139
140 .nav a:link, .nav a:active, .nav a:visited {
141 background: #EDEEEA url(http://mjesec.ffzg.hr/img/ffk/corner.gif) no-repeat right top;
142 color: #3D3535;
143 text-decoration: none;
144 padding: 3px 7px 3px 7px;
145 letter-spacing: -0.03em;
146 }
147
148 .nav a:hover {
149 background: #FFdd76 url(http://mjesec.ffzg.hr/img/ffk/corner.png) no-repeat right top;
150 color: #000000;
151 text-decoration: none;
152 padding: 3px 7px 3px 7px;
153 }
154
155
156 #menu
157 {
158 width: 150px;
159 color: #00008B;
160 padding: 0px 0px 0px 10px;
161 }
162
163 #menuNsl {
164 color: #00008B;
165 background: #EDEEEA url(http://mjesec.ffzg.hr/img/ffk/corner.gif) no-repeat right top;
166 margin-top: 0em;
167 border-top: 1px solid white;
168 }
169
170 #menu a:link, #menu a:visited
171 {
172 width: 150px;
173 padding: 4px 3px 4px 8px;
174 background-color: transparent;
175 color: navy;
176 text-decoration: underline;
177 font-weight: normal;
178 display: block;
179 }
180 #menu a:hover
181 {
182 color: #369;
183 text-decoration: none;
184 }
185 #topmenu
186 {
187 text-align: right;
188 padding-top: 1em;
189 padding-right: 1em;
190 font-weight: bold;
191 }
192 #topmenu a:link, #topmenu a:visited
193 {
194 color: #ffffff;
195 text-decoration: none;
196 background-color: #000000;
197 border: 1px solid #666666;
198 padding-top: .3em;
199 padding-bottom: .3em;
200 padding-left: .8em;
201 padding-right: .8em;
202 }
203 #topmenu a:hover
204 {
205 color: #ffffff;
206 background-color: #90200A;
207 border: 1px solid #90200A;
208 text-decoration: none;
209 padding-top: .3em;
210 padding-bottom: .3em;
211 padding-left: .8em;
212 padding-right: .8em;
213 }
214
215 #lefty {
216 margin: 8px;
217 margin-top: 20px;
218 width: 150px;
219 height: auto;
220 color: #00008B;
221 }
222
223 #lefty a:hover {
224 border-bottom: 1px solid #efefef;
225 }
226
227 #leftyNsl {
228 vertical-align: top;
229 margin: 8px;
230 margin-top: 2px;
231 width: 310px;
232 height: auto;
233 color: #00008B;
234 padding: 5px 20px 20px 20px;
235 border-top: 1px solid #efefef;
236 }
237
238 #leftyNsl h1 {
239 width: 160px;
240 background: #EDEEEA url(http://mjesec.ffzg.hr/img/ffk/corner.gif) no-repeat right top;
241 padding: 5px 5px 5px 10px;
242 color: #369;
243
244 }
245
246 .nsl1 {
247 font-size: 12px;
248 font-weight: bold;
249 padding: 2em 1em 0.5em 1em;
250 color: #336699;
251 }
252
253 .detail {
254 font-size: 11px;
255 font-weight: normal;
256 }
257
258 .nsl2 {
259 font-size: 12px;
260 font-weight: bold;
261 padding: 2em 1em 0.5em 1em;
262 color: orange;
263 color: #336699;
264 color: #00008B;
265 color: #3D3535;
266 }
267
268 .detail2 {
269 font-size: 12px;
270 font-weight: normal;
271 color: #336699;
272 color: #607080;
273 color: #666;
274 }
275
276 .catalog {
277 margin: 0em 1em 0.5em 1em;
278 }
279
280
281 a:link.more, a:visited.more {
282 padding: 0em 2em;
283 color: orange;
284 font-weight: bold;
285 text-decoration: none;
286 }
287
288
289 a:hover.more {
290 color: orange;
291 text-decoration: underline;
292 }
293
294 #lefty p
295 {
296 width: 94%;
297 padding: 12px;
298 background-color: #f9f9f9;
299 color: #607080;
300 }
301 #block
302 {
303 padding: 12px;
304 background-color: #f9f9f9;
305 color: #607080;
306 }
307 #breadcrumb
308 {
309 text-align: left;
310 color: #999999;
311 padding: 2px 2px 2px 17px;
312 border-bottom: 1px solid #efefef;
313 text-decoration: none;
314 }
315 #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active
316
317 {
318 color: #999999;
319 border-bottom: 0px solid #efefef;
320 text-decoration: none;
321 }
322 #breadcrumb a:hover
323 {
324 color: #aaaaaa;
325 text-decoration: none;
326 }
327
328 .content {
329 padding: 0px 10px;
330 }
331
332 #content, #contentNsl, #contentM, #contentEP
333 {
334 float: right;
335 text-align: left;
336 padding: 0px 10px;
337 line-height: 145%;
338 color: #607080;
339 color: #3d3535;
340 color: #666;
341 }
342
343 #content {
344 width: 760px;
345 }
346
347 #content p {
348 padding: 0px 10px;
349 }
350
351 #contentM, #contentEP {
352 width: 560px;
353 border-left: 1px solid #efefef;
354 }
355
356 #contentEP {
357 padding: 0px 10px 10px 30px;;
358 }
359
360 #contentNsl {
361 width: 370px;
362 border-top: 1px solid #efefef;
363 border-left: 1px solid #efefef;
364 padding: 10px 20px 20px 20px;
365 }
366
367 #contentKutak_noMenu {
368 width: 100%;
369 }
370
371 #contentKutak_noMenu h2 {
372 font-size: 13px;
373 }
374
375 #contentNsl h1 {
376 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
377 font-size: 16px;
378 font-weight: bold;
379 color: #3D3535;
380 vertical-align: middle;
381 background: #FFdd76;
382 padding: 5px;
383 }
384
385 #content h1, #contentM h1, #menu h1, #contentEP h1 {
386 font-size: 15px;
387 color: orange;
388 color: #FF6600;
389 padding: 5px;
390 margin-top: 20px;
391 margin-bottom: 10px;
392 vertical-align: middle;
393 }
394
395 #footer
396 {
397 text-align: center;
398 margin-top: 50px;
399 padding: 11px;
400 font-weight: lighter;
401 color: #cccccc;
402 }
403
404 hr
405 {
406 border:0;
407 border-bottom: 10px solid #fff;
408 height: 1px;
409 }
410 ul
411 {
412 line-height: 160%;
413 font-size: 12px;
414 }
415
416 ol {
417 font-size: 12px;
418 }
419
420 #titleBar {
421 margin: 0.3em 0.5em 0.1em 0.5em;
422 background: #369;
423 background: #fb3;
424 background: #FFdd76;
425 background-color: #f9f9f9;
426 background: #EDEEEA;
427 color: white;
428 color: #f5f5f5;
429 color: orange;
430 color: #369;
431 font-family: Trebuchet MS, Lucida, Arial, sans-serif;
432 font-size: 20px;
433 font-weight: normal;
434 padding: 0.2em;
435 padding-left: 8px;
436 }
437
438 #titleBar a:link.ptlink, #titleBar a:visited.ptlink {
439 color: #369;
440 text-decoration: none;
441 border-bottom: 1px solid #efefef;
442 }
443
444 #titleBar a:hover.ptlink {
445 color: #369;
446 text-decoration: none;
447 }
448
449 #login {
450 text-align: center;
451 }
452
453 .linkTitle {
454 font-weight: bold;
455 }
456
457 .linkTitleSimp {
458 font-weight: normal;
459 }
460
461 /*
462 .wobjectArticle p, .wobjectUSS p {
463 padding: 0px 10px;
464 }
465 */
466 a:link.verticalMenu, a:visited.verticalMenu {
467 text-decoration: none;
468 }
469
470 a:hover.verticalMenu {
471 text-decoration: underline;
472 }
473
474 .wobjectSyndicatedContent a {
475 font-weight: bold;
476 }
477
478 /* Eprints */
479
480
481 #contentEP p {
482 margin: 0px;
483 margin-top: 10px;
484 font-size: 12px;
485 }
486
487 .actionbutton, .formfieldname {
488 font-size: 12px;
489 margin-top: 20px;
490 color: #336699;
491 }
492
493 .formfieldname {
494 font-weight: bold;
495 color: #336699;
496 margin-top: 10px;
497 }
498
499 .formfieldhelp {
500 font-size: 12px;
501 }
502
503

  ViewVC Help
Powered by ViewVC 1.1.26