grey.css 632 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Kameleon Template
  3. Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
  4. */
  5. a, a:active, a:visited {
  6. color:#1a1a1a;
  7. }
  8. a:hover {
  9. color:#1a1a1a;
  10. }
  11. h2.ribbon {
  12. background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3;
  13. color:#444444;
  14. border:1px solid #c3c3c3;
  15. text-shadow:0 -1px 0 #FFFFFF;
  16. }
  17. .triangle-ribbon {
  18. border-color:transparent #8f8f8f transparent transparent;
  19. }
  20. .sidebar-nav li.current {
  21. background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3;
  22. border:1px solid #c3c3c3;
  23. color:#444444 !important;
  24. }
  25. .sidebar-nav li a:hover, .sidebar-nav li.current a {
  26. color:#444444 !important;
  27. }