Beautification + Preparation for current dates
[infodrom.org/oldenburg.linux.de] / src / lugo.css
1 /*
2  * General settings
3  */
4 body {
5   font-family: Verdana, Helvetica, Arial, sans-serif;
6   font-size: 13px;
7   line-height: 20px;
8   background-color: #f7f7f7;
9   color: #000000;
10 }
11
12 /*
13  * No underline for links
14  */
15 a:link {
16   text-decoration: none;
17   cursor: pointer;
18 }
19 a:visited {
20   text-decoration: none;
21   cursor: pointer;
22 }
23
24 /*
25  * General layout
26  */
27 .font {
28   font-size: 13px;
29 }
30 .none {
31   display: none;
32 }
33 td.infotable {
34   background: #EDEDED;
35   border: 1px solid #707070;
36   font-weight: bold;
37   font-size: 14px;
38 }
39 table.dates {
40   font-size: 13px;
41   border: 1px solid #000000;
42 }
43 div.content {
44   padding-left: 50px;
45   padding-right: 50px;
46   font-size: normal;
47 }
48
49 div.news {
50   padding-left: 8%;
51   padding-right: 8%;
52   margin-bottom: 2em;
53 }
54
55 h3.newstitle {
56   margin: 0;
57   position: relative;
58   top: -0.7em;
59   left: 15px;
60   border: 1px solid black;
61   background: white;
62   padding: 0 0.5em;
63   display: inline;
64 }
65
66 div.newsbody {
67   border: 1px solid #000000;
68   background-color: #d7dbd7;
69 }
70
71 div.newscontent {
72   padding-left: 8%;
73   padding-right: 8%;
74   margin-top: -1em;
75   font-size: normal;
76 }
77
78 div.date {
79   padding-left: 0;
80   padding-right: 0;
81   margin-top: -0.5em;
82   font-size: normal;
83 }
84
85
86 /*
87  * Navigation
88  * --------------------------------------------------
89  */
90 div.navigation {
91   padding: 0 0;
92   border-bottom: 1px solid #707070;
93 }
94 div.navigation ul {
95   padding: 3px 0;
96   margin-left: 20px;
97   margin-bottom: 0px;
98   font: bold 14px Verdana, Sans-Serif;
99 }
100 div.navigation ul li {
101   list-style: none;
102   margin: 0;
103   display: inline;
104 }
105 div.navigation ul li a {
106   padding: 3px 0.5em;
107   margin-right: 5px;
108   margin-left: 5px;
109   border: 1px solid #707070;
110   background: #EDEDED;
111   text-decoration: none;
112 }
113 div.navigation ul li a:link, div.navigation ul li a:visited {
114   color: #404080;
115 }
116 div.navigation ul li a:link:hover, div.navigation ul li a:visited:hover {
117   color: #000000;
118   border-color: #000000;
119 }
120 div.navigation ul li a:link:hover#current, div.navigation ul li a:visited:hover#current {
121   color: #000000;
122   border-color: #707070;
123   border-bottom: 1px solid #e8f1fe;
124 }
125 div.navigation ul li a#current {
126   color: #000000;
127   background-color: #f7f7f7;
128   border-bottom: 1px solid #f7f7f7;
129 }
130
131 /*
132  * Footer
133  */
134 div.footer {
135   clear: both;
136   border-top: 1px solid #707070;
137 }
138 div.footerleft {
139   float: left;
140   font-size: xx-small;
141 }
142 div.footerright {
143   float: right;
144   font-size: xx-small;
145 }