summaryrefslogtreecommitdiffstats
path: root/webroot/css/themes/light.css
blob: c837667f4fab4f97f9af425b8731ce20b8b6a47e (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
body {
	color: #222;
	background: #ddd;
	background: -moz-linear-gradient(top,  #fff, #ddd 500px,  #ddd);
	background: -webkit-linear-gradient(top, #fff, #ddd 500px, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
}

a, a:visited {
	color: #33a;
}
a:hover {
	color: #55f;
}

nav a, nav a:visited {
	color: #222;	
	text-shadow:0 1px 0 #fff;
}
nav a:hover {
	color: #666;
}

h2.ribbon {
	background: #359;
	background: -moz-linear-gradient(top,  #37f,  #359);
	background: -webkit-linear-gradient(top, #37f, #359);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3377ff', endColorstr='#335599');
	color: #eee;
}
.triangle-ribbon {
	border-right-color: #359;
}

a.gradient {
	/* same as h2.ribbon */
	background: #359;
	background: -moz-linear-gradient(top,  #37f,  #359);
	background: -webkit-linear-gradient(top, #37f, #359);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3377ff', endColorstr='#335599');
	color: #eee;
}
a.gradient:hover {
	background: #37f;
	background: -moz-linear-gradient(top,  #39f,  #06a);
	background: -webkit-linear-gradient(top, #39f, #06a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399ff', endColorstr='#0066aa');
	color: #fff;
}

footer {
	color: #666;
}
footer li a, footer li a:visited {
	color: #222;
}
footer li a:hover {
	color: #666;
}