Advertisement
Guest User

4chan 2016 April Fools' Additional Buttons

a guest
Jun 26th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. span.summary {
  3. border-radius: 0 0 2px 2px;
  4. background-color: #4786EF;
  5. width: 80%;
  6. display: block;
  7. margin: -1px auto 0 auto;
  8. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  9. border-top: 1px solid rgba(0, 0, 0, 0.1);
  10. text-indent: 10px;
  11. padding: 10px 0;
  12. }
  13.  
  14. #togglePostFormLink a::after, .navLinksBot [href="#top"]::after, #totop::after
  15. { background-color: #4786EF;
  16. box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  17. position: fixed;
  18. right: 25px;
  19. bottom: 25px;
  20. display: inline-block;
  21. font-size: 24px;
  22. color: #fff;
  23. content: '+';
  24. width: 56px;
  25. height: 56px;
  26. line-height: 56px;
  27. vertical-align: middle;
  28. border-radius: 50%;
  29. font-weight: normal;
  30. text-align: center;
  31. cursor: pointer;
  32. }
  33.  
  34. #togglePostFormLink a::after
  35. { z-index: 1;
  36. box-shadow: none;
  37. }
  38.  
  39. .boardList
  40. { font-size: 0;
  41. }
  42.  
  43. .boardList a
  44. { font-size: 14px;
  45. display: inline-block;
  46. padding: 0 3px!important;
  47. margin: 0!important;
  48. }
  49.  
  50. .postMenuBtn:hover
  51. { text-decoration: none!important;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement