SHARE
TWEET

Stylesheet for 8ch /scurv/ v2

a guest Apr 29th, 2015 237 Never
  1. /* stylesheet for scurv v2 */
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background: none;
  7. background-color: #292523;
  8. color: #999796;
  9. overflow-y: scroll;}
  10.  
  11. div.boardlist:not(.bottom) {
  12. background-color: #000 !important;
  13. color:#999796;
  14. border-bottom: solid 2px #1f1c1a !important;}
  15.  
  16. div.banner {
  17. background-color: #000;
  18. color: #999796;}
  19.  
  20. div#options_div, div.options_tab_icon{
  21. background-color: #000!important;
  22. color: #999796!important;}
  23.  
  24. div.options_tab_icon:hover, div.options_tab_icon.active {
  25. background-color: #000!important;
  26. color: #fff!important;}
  27.  
  28. div.options_tab h2{color: #fff!important;}
  29.  
  30. header h1 {
  31. text-align: center
  32. display: inline-block;
  33. letter-spacing: -1px;
  34. font-size: 30pt;
  35. font-weight: 500;
  36. font-family: "Times New Roman";
  37. color: #e3d08a;}
  38.  
  39. header div.subtitle {
  40. text-align: center
  41. display: inline-block;
  42. font-size: 12pt;
  43. font-family: "Times New Roman";
  44. color: #999796;}
  45.  
  46. div.blotter {
  47. color: #706d6c;
  48. font-weight: bold;
  49. text-align: center;}
  50.  
  51. span.heading {
  52. color: #b14949;
  53. font-size: 11pt;
  54. font-weight: bold;}
  55.  
  56. span.spoiler {
  57. background:#999796;
  58. color:#999796;}
  59. span.spoiler:hover {
  60. background:#999796;
  61. color:#000;}
  62.  
  63. div.post.reply {
  64. background: #000;
  65. border-top: solid 2px #000 !important;
  66. border-left: solid 2px #000 !important;
  67. border-right: solid 2px #1f1c1a !important;
  68. border-bottom: solid 2px #1f1c1a !important;
  69. color:#999796;}
  70.  
  71. div.post.reply.highlighted {
  72. background: #000;
  73. border: dashed 2px #fff !important;}
  74.  
  75. p.intro span.subject {
  76. font-size: 11pt;
  77. margin-right: 5px;
  78. color: #fff;}
  79.  
  80. .post-btn {
  81. visibility: hidden !important;
  82. padding-right:10px;
  83. padding-left:4px;
  84. opacity: 1.0 !important}
  85.  
  86. .post-btn:after {
  87. color:#fff;
  88. font-size: 16pt;
  89. content: '☠';
  90. visibility: visible;
  91. display: block;
  92. position: relative;
  93. top:2px;
  94. margin-top:-11px;
  95. margin-bottom:-11px;}
  96.  
  97. p.intro span.name {color: #b14949;}
  98.  
  99. p.intro, p.intro span.capcode {color: #e3d08a;}
  100.  
  101. p.intro, p.intro span.time {color: #fff;}
  102.  
  103. form table tr th, table tr {
  104. background-color: #000!important;
  105. color: #999796;
  106. border-color: #999796 !important;}
  107.  
  108. p.quote {color: #b9cc7c;}
  109.  
  110. p.quote.hover {color: #fff;}
  111.  
  112. .intro a:link, a:visited, a:active {
  113. color: #e3d08a;
  114. text-decoration: none !important;}
  115.  
  116. .intro a:hover, .post_no a:hover {color: #fff; !important}
  117.  
  118. a:link, a:visited, a:active {
  119. color: #e3d08a;
  120. text-decoration: none !important;}
  121.  
  122. a:hover {color: #fff;}
  123.  
  124. div.post.reply div.body a {color: #e3d08a;}
  125.  
  126. div.post.reply div.body a:hover {color: #fff;}
  127.  
  128. li.post-item, li.post-submenu {background:#000;}
  129.  
  130. ul {border:none !important;}
  131.  
  132. .fa.fa-thumb-tack{visibility: hidden !important;}
  133.  
  134. .fa.fa-thumb-tack:after{
  135. color:#fff;
  136. font-size: 16pt;
  137. content: '⚔';
  138. visibility: visible;
  139. display: block;
  140. position: relative;
  141. top:2px;
  142. margin-top:-11px;
  143. margin-bottom:-11px;}
  144.  
  145. .thread.grid-li.grid-size-small, .thread.grid-li.grid-size-large, .thread.grid-li.grid-size-vsmall {
  146. background-color:#000!important;
  147. border:solid 2px #000!important;}
  148.  
  149. .thread.grid-li.grid-size-small:hover, .thread.grid-li.grid-size-large:hover, .thread.grid-li.grid-size-vsmall:hover {
  150. background-color:#000!important;
  151. border:dashed 2px #fff!important;}
  152.  
  153. span.catalog_search {color:#999796;}
  154.  
  155. span a, span a:link, span a:visited, span a:active{
  156. color: #e3d08a !important;}
  157.  
  158. span a:hover{color: #fff !important;}
  159.  
  160. hr {border-color:#000 !important;}
  161.  
  162. TH[colspan="2"] {border:none !important;}
  163.  
  164. div.dropzone, div.file-hint {
  165. background:#000;
  166. color:#999796!important;}
  167.  
  168. input[type=submit] {
  169. background-color: #000;
  170. border:none;
  171. color: #e3d08a;}
  172.  
  173. input[type=submit]:hover {
  174. color: #fff;}
RAW Paste Data
Top