Advertisement
NamelessRumia

[Bunkerchan] Dark (AwsumChan) for Bunkerchan

Apr 3rd, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.21 KB | None | 0 0
  1. body {
  2.     background: #1E1E1E;
  3.     color: #999999;
  4.     font-family: sans-serif;
  5. }
  6. hr {
  7.     border: none;
  8.     border-top: 1px solid #333333;
  9. }
  10.  
  11. /* LINKS */
  12. a, .hideButton, .unhideButton, .embedButton, .navClickable, #closeWatcherMenuButton, .watchButton, .watchedCellCloseButton, .hideFileButton {
  13.     color: #CCCCCC;
  14. }
  15. a:hover, .hideButton:hover, .unhideButton:hover, .embedButton:hover, .navClickable:hover, #closeWatcherMenuButton:hover, .watchButton:hover, .watchedCellCloseButton:hover, .hideFileButton:hover {
  16.     color: #FFFFFF;
  17.     text-shadow: none; /* gets rid of the stupid glow effect */
  18. }
  19.  
  20. /* BOARD TITLE */
  21. .boardHeader p {
  22.     color: #32DD72;
  23.     font-family: Arial, Helvetica, sans-serif;
  24. }
  25. .boardHeader p#labelName {
  26.     font-size: 28px;
  27.     font-weight: bold;
  28. }
  29. .boardHeader p#labelDescription {
  30.     color: #AF0A0F;
  31.     font-size: 8pt;
  32. }
  33.  
  34. /* REPLY + MAKE THREAD FIELDS */
  35. #newPostFieldset, #quick-reply table {
  36.     border: 1px dashed #333333;
  37. }
  38. input, select, textarea {
  39.     background: #333333;
  40.     border-radius: 0px;
  41.     border: 1px solid #666666;
  42.     color: #CCCCCC;
  43.     font-family: arial,helvetica,sans-serif;
  44. }
  45. input:hover, select:hover, textarea:hover {
  46.     border: 1px solid #AAAAAA;
  47. }
  48.  
  49. /* BUTTON, DROPZONE, CAPTCHA */
  50. input[type="button"], input[type="submit"], button {
  51.     background: #d4d0c8;
  52.     border-radius: 0px;
  53.     color: #000000;
  54.     font-family: arial,helvetica,sans-serif;
  55.     font-weight: 400;
  56. }
  57. .dropzone, .selectedCell {
  58.     background: #7D7D7D;
  59.     border: 0px;
  60.     border-radius: 0px;
  61.     color: rgba(0, 0, 0, 0.5);
  62.     cursor: pointer;
  63.     transition: 0.2s;
  64.     text-align:center;
  65. }
  66. .subCaptchaDiv {
  67.     text-align: center;
  68. }
  69.  
  70. /* ANNOUNCEMENT */
  71. #divMessage {
  72.     color: #FF0000;
  73.     font-size: 13px;
  74.     font-weight: bold;
  75. }
  76.  
  77. /* THREAD FIELDS */
  78. .title, .unhideButton {
  79.     font-weight: 400; /* makes timestamp not bold */
  80. }
  81. .labelSubject { /* subject */
  82.     color: #446655;
  83.     font-weight: bold; /* needed for catalog */
  84. }
  85. .linkName { /* email field, sage */
  86.     font-weight: bold;
  87.     color: #32DDAF;
  88.     text-decoration: underline;
  89. }
  90. .noEmailName, .noEmailName:hover { /* regular anonymous */
  91.     color: #32DD72;
  92.     text-decoration: none;
  93.     text-shadow: none;
  94. }
  95. .linkSelf, .linkQuote { /* post number */
  96.     color: #CCCCCC;
  97. }
  98. .linkSelf:hover, .linkQuote:hover {
  99.     color: #32DD72;
  100.     text-decoration: underline overline;
  101. }
  102. .panelBacklinks a { /* backlinks */
  103.     color: #CCCCCC;
  104. }
  105. .panelBacklinks a:hover {
  106.     color: #DD0000;
  107. }
  108. .quoteLink { /* >> */
  109.     color: #CCCCCC;
  110. }
  111. .quoteLink:hover { /* >> */
  112.     color: #32DD72;
  113. }
  114. .labelRole:before { /* capcode prefix */
  115.     font-size: 10px;
  116. }
  117. .labelOmission { /* posts omitted */
  118. }
  119. .labelLastEdit { /* edited post */
  120.     font-size: 10px;
  121. }
  122. .labelId { /* id font */
  123.     font-size: 12px;
  124. }
  125. .greenText { /* >IMBLYGN */
  126.     color: #B8D962;
  127. }
  128.  
  129. /* THREAD POSTS */
  130. .innerPost {  /* normal reply */
  131.     background-color: #333333;
  132.     border: 1px solid #555555;
  133.     border-radius: 10px;
  134.     -webkit-border-radius: 10px;
  135.     -khtml-border-radius: 10px;
  136.     -moz-border-radius: 10px;
  137. }
  138. .markedPost { /* highlighted reply */
  139.     background-color: #555555;
  140.     border: 1px solid transparent;
  141.     border-radius: 10px;
  142.     -webkit-border-radius: 10px;
  143.     -khtml-border-radius: 10px;
  144.     -moz-border-radius: 10px;
  145. }
  146. span.spoiler:hover { /* spoiler hover */
  147.     background: #000000;
  148.     color: #FFFFFF;
  149. }
  150.  
  151. /* QUICK REPLY */
  152. #quick-reply table {
  153.     background-color: #333333;
  154.     border: 0px;
  155. }
  156. #quick-reply table {
  157.     padding: 0em;
  158. }
  159. #quick-reply th {
  160.     background-color: #333333;
  161. }
  162. .post-table td {
  163.     padding-bottom: 0em;
  164. }
  165.  
  166. /* NAVIGATION BAR */
  167. nav {
  168.     background-color: #666666;
  169.     text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
  170.     border-bottom: 1px solid #999999;
  171.     color: #8899AA;
  172.     font-size: 12px;
  173.     margin: 0 0.2em;
  174.     padding-top: 1px;
  175.     padding-bottom: 1px;
  176. }
  177. nav:hover {
  178.     background-color: rgba(30%, 30%, 30%, 0.65);
  179. }
  180.  
  181. /* DELETE AND REPORT */
  182. .reportFieldset {
  183.     border: 1px dashed #333333;
  184. }
  185.  
  186. /* CATALOG */
  187. #catalogId {
  188.     color: #32DD72;
  189. }
  190. .catalogCell {
  191.     background: 303030;
  192.     border: 1px solid #464646;
  193.     border-radius: 0px;
  194. }
  195.  
  196. /* BOARD LIST */
  197. .boardPages {
  198.     color: #8899AA;
  199. }
  200.  
  201. /* FRONT PAGE */
  202. #divLatestPosts .latestPostCell {
  203.     background: #333333;
  204.     border: 1px solid #555555;
  205. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement