Guest User

dogshit css

a guest
Oct 26th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. /***************Header****************/
  2.  
  3. .fixed.top-header #header-bar {
  4. z-index: 35 !important;
  5. }
  6. #header-bar {
  7. height:20px !important;
  8. background-color: #2b2b2b !important;
  9. z-index: 9 !important;
  10. }
  11. :root:not(.header-gradient) #header-bar {
  12. background-color: #101010 !important;
  13. }
  14. #header-bar a:hover {
  15. color: #88D8B0 !important;
  16. transition: ease-out .2s !important;
  17. }
  18.  
  19. /*Header bar when autohidden*/
  20. .fixed.top-header #header-bar.autohide:not(:hover) {
  21. margin-top: -1px !important;
  22. }
  23.  
  24. /*Board List*/
  25. #board-list {
  26. width: auto !important;
  27. height: auto !important;
  28. }
  29. #custom-board-list {
  30. font-family: "Helvetica Rounded" !important;
  31. }
  32. #custom-board-list .current, #custom-board-list a:not(.current), #custom-board-list .current:hover {
  33. border: none !important;
  34. padding: 0 7px 0 7px !important;
  35. }
  36. .centered-links:root #custom-board-list {
  37. left: 0 !important;
  38. right: 0 !important;
  39. }
  40. a.current {
  41. color: #ffffff !important;
  42. }
  43. .centered-links:root #custom-board-list {
  44. position: fixed !important;
  45. }
  46.  
  47. /*Update Timer*/
  48. #update-timer {
  49. color: #fdc298 !important;
  50. margin-right: 4px !important;
  51. }
  52. .new {
  53. color: #88d8b0 !important;
  54. }
  55.  
  56. /*******Shortcuts********/
  57.  
  58. /*Used to fixed button/stats alignment when using custom scrollbars that cover the page*/
  59. .fixed:root:not(.centered-links) #shortcuts {
  60. margin-right: 15px !important;
  61. }
  62.  
  63. /*When using text buttons instead of icons*/
  64. .shortcut-icons:root #shortcuts .fa::before {
  65. font-family: "Helvetica Rounded" !important;
  66. font-size: 11px !important;
  67. }
  68.  
  69. /*Hidden Shortcuts*/
  70. .autohiding-scrollbar:root #shortcuts {
  71. margin-right: 3px !important;
  72. }
  73. #watcher-link, .qr-shortcut.fa.fa-comment-o.disabled, #shortcut-qr, .expand-all-shortcut.fa.fa-expand {
  74. display: none !important;
  75. }
  76.  
  77. /*4chanX Button*/
  78. .fa-wrench::before {
  79. content: "4chanX" !important;
  80. top: 0px !important;
  81. margin-right: 7px !important;
  82. }
  83. /*Oneechan Settings Button*/
  84. .fa-gears::before, .fa-cogs::before {
  85. content: "Settings" !important;
  86. top: 0px !important;
  87. margin-right: 5px !important;
  88. }
  89. /*Refresh Button on catalog*/
  90. a.fa.fa-refresh, .fa-refresh::before {
  91. font-family: FontAwesome !important;
  92. font-style: normal !important;
  93. font-weight: normal !important;
  94. text-decoration: inherit !important;
  95. content: "\f021" !important;
  96. }
  97. /*Drop Down Menu*/
  98. #header-bar .menu-button i {
  99. margin-top: 0px !important;
  100. }
  101. #header-bar .menu-button i:hover {
  102. color: #88D8B0 !important;
  103. transition: ease-out .2s !important;
  104. }
  105.  
  106. /*Thread Stats*/
  107. #thread-stats {
  108. margin-right: 3px !important;
  109. }
Advertisement
Add Comment
Please, Sign In to add comment