Guest User

fun times

a guest
Oct 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. /*******Shortcuts********/
  2.  
  3. /*Used to fixed button/stats alignment when using custom scrollbars that cover the page*/
  4. .fixed:root:not(.centered-links) #shortcuts {
  5. margin-right: 15px !important;
  6. }
  7.  
  8. /*When using text buttons instead of icons*/
  9. .shortcut-icons:root #shortcuts .fa::before {
  10. font-family: "Helvetica Rounded" !important;
  11. font-size: 11px !important;
  12. }
  13.  
  14. /*Hidden Shortcuts*/
  15. .autohiding-scrollbar:root #shortcuts {
  16. margin-right: 3px !important;
  17. }
  18. #watcher-link, .qr-shortcut.fa.fa-comment-o.disabled, #shortcut-qr, .expand-all-shortcut.fa.fa-expand {
  19. display: none !important;
  20. }
  21.  
  22. /*4chanX Button*/
  23. .fa-wrench::before {
  24. content: "4chanX" !important;
  25. top: 0px !important;
  26. margin-right: 7px !important;
  27. }
  28. /*Oneechan Settings Button*/
  29. .fa-gears::before, .fa-cogs::before {
  30. content: "Settings" !important;
  31. top: 0px !important;
  32. margin-right: 5px !important;
  33. }
  34. /*Refresh Button on catalog*/
  35. a.fa.fa-refresh, .fa-refresh::before {
  36. font-family: FontAwesome !important;
  37. font-style: normal !important;
  38. font-weight: normal !important;
  39. text-decoration: inherit !important;
  40. content: "\f021" !important;
  41. }
  42. /*Drop Down Menu*/
  43. #header-bar .menu-button i {
  44. margin-top: 0px !important;
  45. }
  46. #header-bar .menu-button i:hover {
  47. color: #88D8B0 !important;
  48. transition: ease-out .2s !important;
  49. }
  50.  
  51. /*Thread Stats*/
  52. #thread-stats {
  53. margin-right: 3px !important;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment