Advertisement
gaz_lloyd

Untitled

Sep 12th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.14 KB | None | 0 0
  1. .rs-header-icon {
  2.     width: 26px;
  3.     height: 26px;
  4.     line-height: 31px;
  5.     text-align: center;
  6.     font-family: 'League Spartan', sans-serif;
  7.     font-size: 95%;
  8. display:inline-block;
  9. margin-left:2px;
  10. vertical-align:middle;
  11. }
  12. #rs-header-icons {
  13. z-index: 99999999999999999999;
  14. }
  15.  
  16. .rs-header-icon a {
  17. display:inline-block;
  18. margin-left:0!important; /* modify current css to fix this */
  19. height:26px;
  20.  
  21. }
  22.  
  23. /* RSC */
  24. .rs-header-icon-rsc {
  25.     background: hsl(196, 7%, 60%);
  26.     color: #fff !important;
  27. }
  28. .rs-header-icon-rsc:hover {
  29.     background: hsl(196, 7%, 55%);
  30. }
  31. .rs-header-icon-rsc a:hover {
  32.     text-decoration: none !important;
  33. }
  34.  
  35. /* Oldschool */
  36. .rs-header-icon-os {
  37.     background: hsl(43, 100%, 25%);
  38.     color: #fff !important;
  39. }
  40. .rs-header-icon-os:hover {
  41.     background: hsl(43, 100%, 20%);
  42. }
  43. .rs-header-icon-os a:hover {
  44.     text-decoration: none !important;
  45. }
  46.  
  47. /* Wikipedia */
  48. .rs-header-icon-wp {
  49.     background: hsl(148, 0%, 96%);
  50.     color: #333 !important;
  51. }
  52. .rs-header-icon-wp:hover {
  53.     background: hsl(148, 0%, 91%);
  54. }
  55. .rs-header-icon-wp a:hover {
  56.     text-decoration: none !important;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement