-
Notifications
You must be signed in to change notification settings - Fork 0
/
central.css
151 lines (125 loc) · 2.21 KB
/
central.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/* General */
body {
background-color: #8c8c8c;
color: white;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
text-align: center;
font-size: 80%;
font-style: normal;
letter-spacing: 2px;
line-height: 1.5;
}
img#logo {
background-color: white;
color: black;
padding: 10px;
border: 10px solid #d9d9d9;
}
#wrapper {
background-color: white;
color: black;
width: 1250px;
margin: 10px auto;
/*left: 0px;*/
}
#head {
position: relative;
background: #ffe574 url(farbverlauf.jpg) repeat-y top left;
color: black;
padding: 10px 20px 8px 20px;
}
p#slogan {
position:absolute;
top: 10px;
right: 20px;
padding: 5px 0 5px 0;
margin-bottom: 0;
}
p#slogan span {
color: #d90000;
}
#head h1 { margin-bottom: 0; }
#head {
padding: 20px 20px 20px 20px;
}
#foot {
padding: 10px 20px 20px 20px;
border-top: 1px solid #8c8c8c;
margin-top: 0;
}
/* Navigation */
div#navi ul {
padding: 0;
margin: 0;
}
div#navi li {
float: left;
list-style: none;
padding: 0;
margin: 0;
}
div#navi a {
color: #000000;
display: block;
padding: 7px 13px 7px 10px;
text-decoration: none;
}
div#navi {
position: absolute;
float: left;
width: 1050px;
background:#f3c600 url("./images/navi_sprite.jpg") repeat-x left top;
padding: 0 180px 0 20px;
margin: 0;
}
div#navi ul a:hover,
div#navi ul a:focus {
background: #428474 url("./images/navi_sprite.jpg") repeat-x left -30px;
border-bottom: medium none;
color: #000000;
text-decoration: underline;
}
div#navi ul a:active {
background: red;
color: white;
}
div#navi li a.you-are-here {
background: white;
color: #000000;
font-weight: normal;
text-decoration: none;
}
div#text { clear: both; }
div#navi ul.level2 li { clear: both; }
div#navi ul.level2 {
position: absolute;
left: -32768px;
top: -32768px;
width: 0;
height: 0;
}
div#navi li:hover ul.level2,
div#navi li.sfhover ul.level2 {
left: auto;
top: auto;
width: auto;
height: auto;
border-bottom: 2px solid #f3c600;
}
div#navi ul.level2 a {
background: #fff3c0;
color: black;
min-width: 6em;
}
div#navi ul.level2 a:hover {
background: #ffe05a;
color: black;
}
div#navi ul.level2 a:active {
background: #b80000;
color: white;
}