SHARE
TWEET

Stylesheet for 8ch /scurv/

a guest Apr 29th, 2015 250 Never
  1. /* stylesheet for scurv */
  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. header h1 {
  21. text-align: center
  22. display: inline-block;
  23. letter-spacing: -1px;
  24. font-size: 30pt;
  25. font-weight: 500;
  26. font-family: "Times New Roman";
  27. color: #e3d08a;}
  28.  
  29. header div.subtitle {
  30. text-align: center
  31. display: inline-block;
  32. font-size: 12pt;
  33. font-family: "Times New Roman";
  34. color: #999796;}
  35.  
  36. div.blotter {
  37. color: #706d6c;
  38. font-weight: bold;
  39. text-align: center;}
  40.  
  41. span.heading {
  42. color: #b14949;
  43. font-size: 11pt;
  44. font-weight: bold;}
  45.  
  46. span.spoiler {
  47. background:#999796;
  48. color:#999796;}
  49. span.spoiler:hover {
  50. background:#999796;
  51. color:#000;}
  52.  
  53. div.post.reply {
  54. background: #000;
  55. border-top: solid 2px #000 !important;
  56. border-left: solid 2px #000 !important;
  57. border-right: solid 2px #1f1c1a !important;
  58. border-bottom: solid 2px #1f1c1a !important;
  59. color:#999796;}
  60.  
  61. div.post.reply.highlighted {
  62. background: #000;
  63. border: dashed 2px #fff !important;}
  64.  
  65. p.intro span.subject {
  66. font-size: 11pt;
  67. margin-right: 5px;
  68. color: #fff;}
  69.  
  70. .post-btn {
  71. visibility: hidden !important;
  72. padding-right:10px;
  73. padding-left:4px;
  74. opacity: 1.0 !important}
  75.  
  76. .post-btn:after {
  77. color:#fff;
  78. font-size: 16pt;
  79. content: '☠';
  80. visibility: visible;
  81. display: block;
  82. position: relative;
  83. top:2px;
  84. margin-top:-11px;
  85. margin-bottom:-11px;}
  86.  
  87. p.intro span.name {
  88. color: #b14949;}
  89.  
  90. p.intro, p.intro span.capcode {
  91. color: #e3d08a;}
  92.  
  93. p.intro, p.intro span.time {
  94. color: #fff;}
  95.  
  96. form table tr th, table tr {
  97. background-color: #000!important;
  98. color: #999796;
  99. border-color: #999796 !important;}
  100.  
  101. p.quote {
  102. color: #b9cc7c;}
  103.  
  104. p.quote.hover {
  105. color: #fff;}
  106.  
  107. .intro a:link, a:visited, a:active {
  108. color: #e3d08a;
  109. text-decoration: none !important;}
  110.  
  111. .intro a:hover, .post_no a:hover {
  112. color: #fff; !important}
  113.  
  114. a:link, a:visited, a:active {
  115. color: #e3d08a;
  116. text-decoration: none !important;}
  117.  
  118. a:hover {
  119. color: #fff;}
  120.  
  121. div.post.reply div.body a {
  122. color: #e3d08a;}
  123.  
  124. div.post.reply div.body a:hover {
  125. color: #fff;}
  126.  
  127. li.post-item, li.post-submenu {
  128. background:#000;}
  129.  
  130. .fa.fa-thumb-tack{
  131. visibility: hidden !important;}
  132.  
  133. .fa.fa-thumb-tack:after{
  134. color:#fff;
  135. font-size: 16pt;
  136. content: '⚔';
  137. visibility: visible;
  138. display: block;
  139. position: relative;
  140. top:2px;
  141. margin-top:-11px;
  142. margin-bottom:-11px;}
RAW Paste Data
Top