summaryrefslogtreecommitdiffstats
path: root/webroot/css/themes/light.css
blob: 50de53bd9a05f0fbcd34cf47bd80e2e2b274d96e (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
/* 
Kameleon Template
Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
*/

body {
	color:#191919;
	background: #f2f2f2 url(../../img/bg.jpg) repeat-x top;
}
h1#logo {
	background:url(../../img/logo.png) no-repeat scroll 0 0 transparent;
}
nav a, nav a:visited {
	color: #1a1a1a;	
text-shadow:0 1px 0 #FFFFFF;
}
nav a:hover {
	color:#666666;
}



footer {
color:#666666;
}
footer li a, footer li a:visited  {
color:#191919;
}
footer li a:hover {
	color:#666666;
}