summaryrefslogtreecommitdiffstats
path: root/webroot/css/themes/light.css
blob: 686aeb7e43395fc70954a1fdd29c73d3c583ad06 (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
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='#fff', endColorstr='#ddd');
}
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='#37f', endColorstr='#359');
	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='#37f', endColorstr='#359');
	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='#39f', endColorstr='#06a');
	color: #fff;
}

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