Guest User

Untitled

a guest
Jan 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. a.black, a.black:visited {
  2. color: #d7d7d7 !important;
  3. border: solid 1px #333;
  4. background: #333;
  5. background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  6. background: -moz-linear-gradient(top, #666, #000);
  7. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
  8. }
  9. a.black:hover {
  10. color: #d7d7d7 !important;
  11. background: #000;
  12. background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  13. background: -moz-linear-gradient(top, #444, #000);
  14. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
  15. }
  16. a.black:active {
  17. color: #666 !important;
  18. background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  19. background: -moz-linear-gradient(top, #000, #444);
  20. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');}
Add Comment
Please, Sign In to add comment