Advertisement
grappler

theme wrap

Nov 24th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. .theme-wrap h2.nav-tab-wrapper {
  2.     padding-left: 6px;
  3. }
  4.  
  5. .theme-wrap h2 .nav-tab-active {
  6.     text-shadow: 1px 1px 1px white;
  7.     color: #464646;
  8. }
  9.  
  10. .theme-wrap h2 .nav-tab-active,
  11. .theme-wrap h2 .nav-tab-active:hover {
  12.     color: #333;
  13. }
  14.  
  15. .theme-wrap h2 .nav-tab {
  16.     color: #21759b;
  17. }
  18.  
  19. .theme-wrap h2 .nav-tab-active {
  20.     font-weight: bold;
  21.     padding-top: 3px;
  22. }
  23.  
  24. .theme-wrap h2 .nav-tab {
  25.     padding: 4px 10px 6px;
  26.     margin: 0 3px -1px 0;
  27.     font-size: 18px;
  28.     vertical-align: top;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement