Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #profiletabs ul li a:link,a:visited {
  2. display: block;
  3. font-weight: bold;
  4. color: #FFFFFF;
  5. text-align: center;
  6. padding: 7px 5px;
  7. text-decoration: none;
  8. text-transform: uppercase;
  9. font-weight: bold;
  10. }
  11. #profiletabs ul li a:hover,a:active {
  12. background: -webkit-linear-gradient( #5dcb03,#65de03);
  13. background-color: #5dcb03;
  14. }
  15.  
  16.  
  17. #tablist li .activelink {
  18. color: #5dcb03;
  19. background: #f5f5f5;
  20. border-top: 1px solid #028ec6;
  21. }
  22. #tablist li .activelink:hover
  23. {
  24. background:#f5f5f5;
  25. }
  26.  
  27. #profiletabs ul li a:link, #profiletabs ul li a:linka:visited {
  28. display: block;
  29. font-weight: bold;
  30. color: #FFFFFF;
  31. text-align: center;
  32. padding: 7px 5px;
  33. text-decoration: none;
  34. text-transform: uppercase;
  35. font-weight: bold;
  36. }
  37. #profiletabs ul li a:hover, #profiletabs ul li a:active {
  38. background: -webkit-linear-gradient( #5dcb03,#65de03);
  39. background-color: #5dcb03;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement