blob: 1fecef46746d7f8c04ffc44951c5bb97f8b3ea21 (
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
|
/*
Kameleon Template
Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
*/
a, a:active, a:visited {
color:#406f11;
}
a:hover {
color:#406f11;
}
.ribbon {
background:url(../../img/grad-green.gif) repeat-x center top #518f14;
border:1px solid #406f11;
color:#FFFFFF;
text-shadow:0 -1px 0 #406f11;
}
.triangle-ribbon {
border-color:transparent #345c0d transparent transparent;
}
.sidebar-nav li.current {
background:url(../../img/grad-green.gif) repeat-x center top #518f14;
border:1px solid #406f11;
}
|