xxvixxy

Humble Tab CSS

Jul 3rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1. #main a { font-family: "Sans-serif"; }
  2. #main a { font-size: 1.6em; }
  3. #main a { color: #555555; }
  4. body { background-color: #ffffff; }
  5. #main a:hover { background-color: #e4f4ff; }
  6. #main a:hover { color: #000000; }
  7. #main a:hover { box-shadow: 0 0 7px #57b0ff; }
  8. body { background-image: url(); }
  9. body { background-image: url(); }
  10. body { background-position: left top; }
  11. body { background-repeat: repeat; }
  12. body { background-size: auto; }
  13. #main a:hover { box-shadow: 0 0 7px #57b0ff; }
  14. #main a { border-radius: 0.2em; }
  15. #main a { -webkit-transition-duration: 0.2s; }
  16. #main a { line-height: 2; padding-left: 0.8em; padding-right: 0.8em; }
  17. #main { width: 80%; }
  18. #main { left: 0%; }
  19. #main { margin-top: 5%; }
  20. .wrap { -webkit-transition-duration: 0.2s; }
  21. #options_button { opacity: 0; }
Add Comment
Please, Sign In to add comment