Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/styles_white_05.css
blob: d6f3a4810a4471e7136f3e90f80b9ed86a6d4020 (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
41
42
43
/* main text color */
.headline,
a.link:link,
a.link:visited,
.title
{
	color: #6E008C;
}

/* main background color */
a.link:hover
{
	color: white;
	background-color: #6E008C;
}

/* main border color */
.thumb, .thumb:link, .thumb:visited
{
	border-color: #6E008C;
}

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


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

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