Following codes has default template colors, change them to your chosen color.
Register link ( sign in ) at top right.
- Code: Select all
#gkRegister {color: #EB592A;}
Menu backgrounds, active menu color, non active hover colors etc.
- Code: Select all
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
background: none repeat scroll 0 0 #DE7037;
}
Hover on article titles.
- Code: Select all
article header h1 a:hover, article header h2 a:hover {color: #DA5A12;}
Standard links, such as snowboard / Super User
- Code: Select all
a {color: #DE7037;}
Latest News Module > Pagination small circles.
- Code: Select all
.nspPagination li:hover, .nspPagination li.active {background: none repeat scroll 0 0 #DC7037;}
See you around...