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

a, a:active, a:visited {
color:#6f1156;	
}
a:hover {
color:#6f1156;	
}


.ribbon {
	background:url(../../img/grad-purple.gif) repeat-x center top #8f146e;
	border:1px solid #6f1156;
	color:#FFFFFF;
	text-shadow:0 -1px 0 #6f1156;
}
.triangle-ribbon {
border-color:transparent #5c0d47 transparent transparent;
}


.sidebar-nav li.current {
background:url(../../img/grad-purple.gif) repeat-x center top #8f146e;
border:1px solid #6f1156;
}