Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/styles_white_11.css
blob: 1069ebb97eb25f7228f6a9785c2af5213d4e284c (plain)
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
/* main text color */
.headline,
a.link:link,
a.link:visited,
a,
.title
{
	color: #006E00;
}

/* main background color */
a.link:hover,
.tab-header
{
	color: white;
	background-color: #006E00;
}


/* secondary text color */
#menu li a:link,
#menu li a:visited
{
	color: #FFE132;
}


/* secondary text and background */
#menu li a:hover
{
	color: black;
	background-color: #FFE132;
}

#menu li a.current:link,
#menu li a.current:visited
{
	color: white;
	background-color: #FFE132;
}