fix pubDate element in RSS feeds
[diogenes.git] / htdocs / toplevel.css
1 #header {
2 background-color: #787878;
3 background-image: url(images/banner.png);
4 background-repeat: no-repeat;
5 background-attachment: scroll;
6 height: 55px;
7 background-position: right;
8 margin:0; padding:0;
9 border-bottom: 1px solid black;
10 }
11
12 #header .logo {
13 height: 55px;
14 background-image: url(images/barrel.gif);
15 background-repeat: no-repeat;
16 background-position: center;
17 margin:0;
18 }
19
20 #header .titlebar {
21 padding: 10px;
22 }
23
24 .menu a {
25 background-image: url(images/menu-back.gif);
26 background-position: right bottom;
27 background-repeat: no-repeat;
28 }
29
30 .logevents {
31 font-weight: bold;
32 font-size: 9pt;
33 text-align: right;
34 }
35
36 .logmain {
37 font-weight: bold;
38 font-size: 9pt;
39 }
40
41 .center {
42 text-align: center;
43 }
44
45 .auth {
46 font-weight: bold;
47 font-size: 9pt;
48 }