blob: c747022b8457d7256abe67b148252524d98e3179 (
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:#1a1a1a;
}
a:hover {
color:#1a1a1a;
}
.ribbon {
background:url(../../img/grad-black.gif) repeat-x center top #3b3b3b;
border:1px solid #3b3b3b;
color:#FFFFFF;
text-shadow:0 -1px 0 #3b3b3b;
}
.triangle-ribbon {
border-color:transparent #080808 transparent transparent;
}
.sidebar-nav li.current {
background:url(../../img/grad-black.gif) repeat-x center top #3b3b3b;
border:1px solid #3b3b3b;
}
|