Advertisement
Guest User

4chan css

a guest
Apr 8th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. span.postNum.desktop > a {
  2. color: #800000 !important
  3. }
  4. span.postNum.desktop > a:hover {
  5. color: #dd0000 !important
  6. }
  7. .menu-button {
  8. color: #800000 !important
  9. }
  10. .summary,
  11. .navLinks,
  12. .page-num {
  13. display: none !important;
  14. }
  15. .page-num + span {
  16. display: none !important;
  17. }
  18. :root:not(.header-gradient) #header-bar {
  19. box-shadow: none !important;
  20. background: #719FFF !important;
  21. }
  22. #custom-board-list {
  23. font-family: "Gotham" !important;
  24. color: #fff !important;
  25. padding-left: 10px;
  26. }
  27. #custom-board-list > a {
  28. padding: 2px !important;
  29. }
  30. #custom-board-list > a,
  31. #header-bar a:not(.current) {
  32. color: #fff !important;
  33. }
  34. #custom-board-list > .current {
  35. font-weight: normal !important;
  36. font-style: italic;
  37. border: none !important;
  38. }
  39. .dateTime::before,
  40. .dateTime::after {
  41. content: "";
  42. padding-left: 4px;
  43. }
  44. .postNum > a:first-of-type {
  45. font-size: 0;
  46. }
  47. .postNum > a:first-of-type::after {
  48. content: "#" !important;
  49. font-size: 13px !important;
  50. }
  51. :root.backlink-icon .backlink {
  52. background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><circle cx='15' cy='15' r='6' style='fill: rgb(34,136,84); stroke-width: 0;' /></svg>") !important
  53. }
  54. #shortcut-updater,
  55. #shortcut-stats {
  56. display: none !important;
  57. }
  58. #shortcuts > .shortcut {
  59. opacity: 0 !important;
  60. }
  61. #shortcuts > .shortcut:hover {
  62. opacity: 1 !important;
  63. }
  64. div.reply {
  65. margin-right: 8.75px !important;
  66. }
  67. :root.highlight-you .quotesYou.opContainer,
  68. :root.highlight-you .quotesYou > .reply {
  69. border-left: 3px solid rgba(221, 0, 0, 1) !important
  70. }
  71. :root.highlight-own .yourPost.opContainer,
  72. :root.highlight-own .yourPost > .reply {
  73. border-left: 3px dashed rgba(34, 136, 84, 1) !important
  74. }
  75. .fileText {
  76. height: 0px !important;
  77. }
  78. .file-info {
  79. -webkit-user-select: none;
  80. pointer-events: none;
  81. color: rgba(0, 0, 0, 0) !important;
  82. }
  83. .file-info > a:first-of-type {
  84. pointer-events: auto;
  85. position: relative !important;
  86. top: 6px !important;
  87. left: 6px !important;
  88. color: rgba(0, 0, 0, 0) !important;
  89. background: none !important;
  90. }
  91. .file-info > a:first-of-type:hover {
  92. color: #000 !important;
  93. background-color: #fff !important;
  94. }
  95. .download-button,
  96. .sauce,
  97. .webm-title {
  98. display: none !important;
  99. }
  100. .is_index #index-options .riceCheck {
  101. display: none;
  102. }
  103. .is_thread .fa.fa-minus-square-o {
  104. display: none !important;
  105. }
  106.  
  107. .nameBlock {
  108. display: none !important;
  109. }
  110.  
  111. .postInfo {
  112. padding-top: 15px !important;
  113. padding-left: 20px !important;
  114. }
  115.  
  116. .postContainer {
  117. padding: 2px !important;
  118. }
  119.  
  120. .fileThumb {
  121. padding-top: 8px !important;
  122. padding-left: 20px !important;
  123. padding-bottom: 8px !important;
  124. }
  125.  
  126. .board json-index catalog-small {
  127. padding-left: 100px !important;
  128. }
  129.  
  130. .postMessage {
  131. padding-left: 10px !important;
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement