green.css
1.14 KB
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
body
{ background: #636363;
color: #67705A;
}
blockquote{border-color: #D7D7D7;}
#main
{ background: #FFF url(main.png) repeat-y;
color: #67705A;
}
#links, #footer, #menu, #menu li a
{ background: #FFF url(menu.png);
color: #DBE1D1;
border-color: #D7D7D7;
}
#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
color: #DBE1D1;
}
#logo
{ background: #FFF url(site_logo.jpg) no-repeat;
color: #67705A;
}
h1
{ background: transparent;
color: #7C9D49;
border-color: #B5CA91;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFF url(green_menu.png);
color: #67705A;
}
#content, #column2 a, #column2 a:hover
{ background: transparent;
color: #67705A;
}
.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
color: #DBD7DB;
}
.sbihead
{ background: #FFF url(green_sbi.png);
color: #67705A;
}
.sbihead h1
{ background: transparent;
color: #67705A;
}
.sbilinks li a
{ background: #FFF url(link.png);
color: #DBD7DB;
}
.sbilinks li a:hover
{ background: #B7B7B7;
color: #5B7236;
}