Advertisement
Guest User

incomplete 4chan css

a guest
Sep 1st, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.79 KB | None | 0 0
  1. /* Tripcode Italics: */
  2.  
  3. span.postertrip {
  4. font-style: normal;
  5. color: #CCAB76 !important;
  6. }
  7.  
  8. .dialog, div.thread-stats {
  9. background-color: #0C1212 !important;
  10. color: #ffffff !important;
  11. font-family: berry !important;
  12. font-size: 12px !important;
  13. font-weight: normal !important;
  14. }
  15.  
  16. .body.top {
  17. height: 220px !important;
  18. border-top: 20px !important;
  19. border-radius: 0.9em !important;
  20. background-color: #0C1212 !important;
  21. }
  22.  
  23. html,
  24. .fourchan-ss-sidebar.sidebar-location-right body:before {
  25. background-color: #0C1212 !important;
  26. font-family: berry !important;
  27. border: #0C1212 !important;
  28. box-shadow: none !important;
  29. }
  30.  
  31. #header-bar{
  32. background-color: #0C1212 !important;
  33. border-color: #0C1212 !important;
  34. }
  35.  
  36. .selectrice, .field, button, input, pre.prettyprint {
  37. font-family: berry !important;
  38. color: ffffff !important;
  39. background-color: #0C1212 !important;
  40. border-color: #0C1212 !important;
  41. box-shadow: 0px 0px 3px #OC1212 !important;
  42. margin-bottom: 3px !important;
  43. }
  44.  
  45. .post {
  46. font-family: Ubuntu Mono !important;
  47. font-size: 12px !important;
  48. color: #ffffff !important;
  49. background-color: #0C1212 !important;
  50. border-style: solid !important;
  51. border-width: 1px !important;
  52. border-color: #0C1212 !important;
  53. //border-bottom-color: #0C1212 !important;
  54. margin-left: 5px !important;
  55. margin-right: 20px !important;
  56. //box-shadow: 0px 0px 3px #0C1212 !important;
  57. transition: all 0.1s ease;
  58. }
  59.  
  60. /*.selectrice:hover,
  61. .field:hover,
  62. button:hover,
  63. input:hover,
  64. pre.prettyprint:hover, */
  65. .post:hover{
  66. transition: all 0.2s ease;
  67. margin-left: 30px !important;
  68. margin-right: 0px !important;
  69. border-bottom-color: #0C1212 !important;
  70. border-width: 1px !important;
  71. //box-shadow: 0px 0px 5px #0C1212 !important;
  72. //border-color: #0C1212 !important;
  73. }
  74.  
  75. .post.op {
  76. #margin-left: -8px !important;
  77. }
  78.  
  79. a {
  80. color: #ffffff !important;
  81. }
  82.  
  83. span.hand {
  84. font-size: 12px !important;
  85. }
  86.  
  87. a.backlink {
  88. color: #018184 !important;
  89. }
  90.  
  91. /*span.postertrip {
  92. color: #CCAB76 !important
  93. }*/
  94.  
  95. hr#unread-line {
  96. display: none !important;
  97. visibility: hidden !important;
  98. }
  99.  
  100. span.name, .quote {
  101. color: #CCAB76 !important;
  102. font-weight: normal !important;
  103. }
  104.  
  105. .boardTitle {
  106. font-family: PragmataPro !important;
  107. font-size: 36px !important;
  108. text-decoration: underline !important;
  109. }
  110.  
  111. .center,
  112. .move{
  113. display:none!important;
  114. }
  115.  
  116. span.deleteform {
  117. display: none !important;
  118. }
  119.  
  120. .quotelink {
  121. color: #018184 !important;
  122. }
  123.  
  124. .postMessage {
  125. color: #018184 !important;
  126. }
  127.  
  128. .dateTime {
  129. color: #4C626D !important;
  130. }
  131.  
  132. .file-info {
  133. color: #018184 !important
  134. }
  135.  
  136. .postNum a {
  137. color: #018184 !important
  138. }
  139.  
  140.  
  141. body
  142. {
  143. background-color: #OC1212;
  144. font-family: Monospace;
  145. }
  146.  
  147. absbot {
  148. display: none !important;
  149. }
  150.  
  151. span.quote {
  152. color: #05ff00 !important;
  153. }
  154.  
  155. a.linkify {
  156. color: #0E5EFA !important;
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement