Guten Tag-
Ich verwende das Design LOUNGE und möchte gerne die weiße Hintergrundfarbe der linken Sidebar in eine andere Farbe ändern.
Das gleiche habe ich bereits mit der rechten Sidebar gemacht und zwar in der "style_sidebar.css" :
|
Source code
|
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
|
#sidebar {
width: 222px;
margin-top: 0px;
padding: 10px 10px 10px 20px;
margin: 0px;
background-color: #f2f0e0;
}
#sidebar h2 {
font-size: 10pt;
color: <cc:print value="&usercolor.dark">;
font-weight : bold;
margin-top : 2pt;
margin-bottom : 6pt;
}
#sidebar ul {
margin: 2px 0px 2px 0px;
padding: 0px;
}
#sidebar a {
color: <cc:print value="&usercolor.alt.medium">;
font-weight : bold;
}
#sidebar li {
margin: 2px 0px 2px 16px;
padding: 0px;
line-height: 150%;
font-size: 9pt;
}
#sidebar td {
font-size: 9pt;
}
|
Weiß jemand Rat?
VG Peter