SHARE
TWEET

Untitled

a guest Jun 11th, 2015 788 Never
  1. body{
  2.     background: black fixed;
  3. background-repeat:no-repeat;
  4. background-position: center center;
  5. color: white;
  6.   background-size: cover;
  7. font-size: 15px;
  8. }
  9. .dropzone {
  10. background: black;
  11. color:white
  12. }
  13. #quick-reply td {
  14.     border-collapse: collapse;
  15.     background: #212121 none repeat scroll 0% 0% !important;
  16.     margin: 0px;
  17.     padding: 3px;
  18. }
  19. div.boardlist {
  20.     color: white;
  21. }
  22. div.post.op{
  23. color:white;
  24. font-weight: bold;
  25. text-shadow:
  26.     -1px -1px 0 black,
  27.     1px -1px 0 black,
  28.     -1px 1px 0 black,
  29.     1px 1px 0 black;  
  30. }
  31. .theme-catalog div.grid-size-small img {
  32.   max-height: 50%;
  33.   max-width: 100%;
  34. }
  35. .theme-catalog div.grid-size-small {
  36.   min-width: 150px;
  37.   max-width: 150px;
  38.   max-height: 262px;
  39. }
  40.  
  41. .intro span.subject {
  42.   color: rgba(155,195,255,1);
  43.   font-weight: bold;
  44. }
  45. .post-image {
  46.     border: 0px solid rgba(255,128,128,.4);
  47. }
  48.  
  49. /*"sage" color*/
  50. .email .name {
  51.     color: rgba(128, 128, 255,1) !important;
  52. }
  53. /*regular name color*/
  54. .name {
  55.     color: rgba(158, 200, 158,1) !important;
  56. }
  57. /*Greentext color*/
  58. .body-line.quote {
  59.    color: rgba(150,235,150,1);
  60. }
  61. /*>>number color*/
  62. div.body a{
  63.     color: rgba(255, 80, 80,1) !important;
  64. }
  65. .post-menu ul {
  66.     background-color: rgba(90, 40, 40,1) !important;
  67. color: black;
  68.     border: 0px solid #666 !important;
  69.     list-style: outside none none;
  70.     padding: 0px;
  71.     color: white;
  72.     margin: 0px;
  73.     font-size: 13px;
  74.     white-space: nowrap;
  75. }
  76.  
  77. pre.prettyprint {
  78.     padding: 2px;
  79.     border:  0px solid #888 !important;
  80. background-color: rgba(0,0,0,0);
  81. padding: 8px;
  82. display: inline-block;
  83. }
  84. div.body a:hover{
  85.     color: #B9312E !important;
  86. }
  87. .options_tab, #options_tablist{
  88. background-color: #212121 !important;
  89. }
  90. #options_div, #alert_div {
  91.     background-color: #212121;
  92.     border: 0px solid #000;
  93.  
  94. }
  95. #options_tablist {
  96.    border-right: 1px solid #000;
  97. }
  98.  
  99.  
  100. .options_tab_icon {
  101.     padding: 5px;
  102.     color: #FFF;
  103.     cursor: pointer;
  104. }
  105. .options_tab_icon.active {
  106.     padding: 5px;
  107.     color: #B9312E;
  108.     cursor: pointer;
  109. }
  110. span.heading {
  111.     color: rgb(185, 49, 46);
  112.     /*font-size: 12pt;*/
  113.     font-weight: bold;
  114. }
  115. h2 {
  116.     color: #B9312E;
  117. }
  118.  
  119.  
  120. div.post.reply, .theme-catalog div.thread{
  121.     background: rgba(30,30,30,1.00) none repeat scroll 0% 0%;
  122.      border: 0px;
  123. }
  124. .body-line {
  125.   max-width: 600px;
  126. }
  127. div.body {
  128.   max-width: 100%;
  129. }
  130. div.post.reply{
  131.      border: 1px groove rgba(127,127,50,0.3);
  132.     border-radius: 20px;
  133.     min-width: 400px;  
  134. }
  135. div.post.reply.highlighted, .theme-catalog div.thread:hover {
  136.     background: rgba(80,40,30,1);
  137. }
  138. #quick-reply .post-table, #quick-reply td {
  139.     background: #212121 none repeat scroll 0% 0%;
  140. }
  141. .intro span.name {
  142.     color: white;
  143.     font-weight: bold;
  144. }
  145.  
  146. .desktop-style div.boardlist:not(.bottom) {
  147.     background-color:rgba(27, 27, 27,1);
  148. color: white;
  149. }
  150. form table tr th {
  151.     background:rgba(27, 27, 27,1); none repeat scroll 0% 0%;
  152. }
  153. .desktop-style div.boardlist:not(.bottom) {
  154.     border-bottom: 0px solid;
  155. }
  156. div.banner {
  157.     background-color: #1B1B1B;
  158.     padding: 1px;
  159. }
  160. .post-image {
  161.     padding:0px !important;
  162. }
  163.  
  164.  
  165. h1{
  166. color: white;}
  167. header div.subtitle, h1 {
  168.     color: white;
  169.     text-align: center;
  170. }
  171.  
  172. div.blotter {
  173.     color: white;
  174.     font-weight: bold;
  175.  font-size: 14pt;
  176.     text-align: center;
  177. }
  178. div. boardlist a:hover{
  179.     color: #B9312E;
  180. }
  181.  
  182.  
  183. a, a:visited{
  184. color: rgba(255, 128, 128,1);
  185. text-decoration: none !important;}
  186. }
RAW Paste Data
Top