Advertisement
Guest User

Julay Tomorrow

a guest
Aug 15th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.74 KB | None | 0 0
  1. /*
  2.  * Name: Tomorrow
  3.  * Orginal Auther: cssguy I think
  4.  * Updated By: TheJellyBeanKing
  5.  */
  6.  
  7. /* body */
  8. html body {
  9.   background: #1d1f21 none;
  10.   color: #C5C8C6;
  11.   font-family: arial, helvetica, sans-serif;
  12.  
  13. }
  14.  
  15. html hr {
  16.   border: none;
  17.   border-top: 1px solid #282a2e;
  18. }
  19.  
  20. /* front page */
  21. html .infoBox {
  22.   background: #282a2e;
  23.   border-color: #111;
  24.   color: #C5C8C6;
  25. }
  26.  
  27. /* page top */
  28. html nav {
  29.   background-color: #282a2e;
  30.   color: #C5C8C6;
  31.   border-bottom: 1px solid #000;
  32. }
  33.  
  34. html nav a {
  35.   color: #81a2be;
  36. }
  37.  
  38. html .boardHeader p {
  39.   color: #C5C8C6;
  40. }
  41.  
  42. html a, html a:visited {
  43.   color: #81a2be;
  44. }
  45.  
  46. html a:hover {
  47.   color: #5F89AC;
  48. }
  49.  
  50. /* board list */
  51. .boardPages, #divPages {
  52.   border-color: #282a2e;
  53.   background-color: #282a2e;
  54. }
  55.  
  56. html .boardsCell:nth-of-type(odd) span {
  57.   background-color: #121212;
  58. }
  59.  
  60. html #boardsCellHeader span {
  61.   background-color: #121212;
  62.   color: #DADADA;
  63. }
  64.  
  65.  
  66. html div#modeBanner {
  67.   color: #C5C8C6;
  68.   background-color: #1d1f21;
  69. }
  70.  
  71. /* settings page */
  72. html .settings {
  73.   background: #282a2e;
  74.   border-color: #111;
  75.   color: #C5C8C6;
  76. }
  77.  
  78. /* help page */
  79. html #help {
  80.   background: #282a2e;
  81.   border-color: #111;
  82.   color: #C5C8C6;
  83. }
  84.  
  85. /* footer */
  86. html footer {
  87.   background: #282a2e;
  88.   border-color: #111;
  89.   color: #C5C8C6;
  90. }
  91.  
  92. /* post form plus qr */
  93. html .form-post th {
  94.   background-color: #282a2e;
  95. }
  96.  
  97. html input {
  98.   border: 1px solid #AAA;
  99. }
  100.  
  101. html input#files, html input#qrfiles {
  102.   border: none;
  103. }
  104.  
  105. html #post-form-inner th {
  106.   background-color: #282a2e;
  107. }
  108.  
  109. html #fieldPostingPassword, html #fieldMessage, html #fieldSubject, html #jsButton, html #fieldEmail {
  110.   background-color: rgb(26, 27, 29);
  111.   color: rgb(197,200,198);
  112.   border-color: rgb(40, 41, 42);
  113. }
  114.  
  115. html #jsButton {
  116.   border: solid 1px rgb(197,200,198);
  117. }
  118.  
  119. html #quick-reply table {
  120.   background: #282A2E;
  121.   border: 1px solid transparent;
  122. }
  123.  
  124. html #qrname, html #qrpassword, html #qrbody, html #qrsubject, html #qremail {
  125.   background-color: rgb(26, 27, 29);
  126.   color: rgb(197,200,198);
  127.   border-color: rgb(40, 41, 42);
  128. }
  129. html #qrbutton {
  130.   background-color: rgb(26, 27, 29);
  131.   color: rgb(197,200,198);
  132.   border: none;
  133. }
  134.  
  135. /* thread page */
  136. html .threadPages {
  137.   background-color: #282a2e;
  138.   color: #C5C8C6;
  139.   border: 1px solid #000;
  140. }
  141.  
  142. html #divPages {
  143.   background-color: #282a2e;
  144.   color: #C5C8C6;
  145.   border: 1px solid #000;
  146. }
  147.  
  148. html .threadPages span {
  149.   color: #81a2be;
  150. }
  151. /* thread/post report and management form */
  152. html .contentAction, html #transferControls, html #ipDelete {
  153.   background: #282a2e;
  154.   border-color: #282a2e;
  155. }
  156.  
  157. /* posts */
  158. .innerPost, .markedPost {
  159.     background: #282a2e;
  160.     border-color: #282a2e;
  161. }
  162. .uploadCell img {
  163.     background-color: rgb(29, 31, 33);
  164. }
  165.  
  166. .markedPost {
  167.     background-color: #1d1d21;
  168.     border: 1px solid #111;
  169. }
  170.  
  171. .linkName {
  172.     color: #81a2be;
  173. }
  174.  
  175. .linkName:hover {
  176.     color: #F20;
  177. }
  178.  
  179. .noEmailName, .noEmailName:hover {
  180.     color: #C5C8C6;
  181. }
  182.  
  183. .quoteLink {
  184.     color: #81a2be;
  185. }
  186.  
  187. .linkSelf {
  188.     color: #C5C8C6;
  189. }
  190.  
  191. .linkSelf:hover {
  192.     color: #5F89AC;
  193. }
  194.  
  195. .linkQuote {
  196.     color: #C5C8C6;
  197. }
  198.  
  199. .linkQuote:hover {
  200.     color: #5F89AC;
  201. }
  202.  
  203. .labelSubject {
  204.     color: #b294bb;
  205. }
  206.  
  207. .labelRole {
  208.     color: #ff0000;
  209.     background-color: #000;
  210. }
  211.  
  212. .divBanMessage {
  213.     color: #C5C8C6;
  214. }
  215.  
  216. /* markdown */
  217. .greenText {
  218.     color: #adbd68;
  219. }
  220.  
  221. .redText {
  222.     color: #F20;
  223. }
  224.  
  225. span.spoiler {
  226.     background: #000;
  227.     color: #000;
  228. }
  229.  
  230. .spoiler:hover {
  231.     color: #C5C8C6;
  232.     background-color: #282a2e;
  233. }
  234.  
  235. /* catalog */
  236. .red {
  237.     color: #af0a0f;
  238. }
  239.  
  240. .catalogCell {
  241.     background-color: rgba(182, 182, 182, 0.12);
  242.     border: 2px solid rgba(111, 111, 111, 0.34);
  243. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement