Advertisement
lainconnors

Makestation Dark (Monokai)

Mar 2nd, 2020
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.05 KB | None | 0 0
  1. @-moz-document url-prefix("http://makestation.net/") {
  2. .wrapper_inner {
  3.     background-color: #272822;
  4. }
  5. .trow1 {
  6.     background-color: #272822 !important;
  7.     color: #D9D9D9;
  8.     border-bottom: solid 1px #444 !important;
  9.     border-left: none;
  10.     border-right: none;
  11.     border-top: none;
  12. }
  13. .trow2 {
  14.     background-color: #2B2C26 !important;
  15.     color: #D9D9D9;
  16.     border-bottom: solid 1px #444 !important;
  17.     border-left: none;
  18.     border-right: none;
  19.     border-top: none;
  20. }
  21.  
  22. #header_branding, .thead {
  23.     background-image: url(http://makestation.net/imagehost/images/PrkWL.png) !important;
  24. }
  25.  
  26. body::-webkit-scrollbar {
  27.     width: 15px;
  28.     background-color: #A6E22E !important;
  29. }
  30.  
  31. body::-webkit-scrollbar-thumb {
  32.     border-radius: 0 !important;
  33.     background-color: #A6E22E !important;
  34.     border: none !important;
  35. }
  36.  
  37. body::-webkit-scrollbar-track
  38. {
  39.     background-color: #444;
  40. }
  41.  
  42. .thead_index {
  43.     background-image: url(http://makestation.net/imagehost/images/PrkWL.png) !important;
  44. }
  45.  
  46. a {
  47.     color: #A6E22E !important;
  48. }
  49.  
  50. /*.forumbit_boardinfo .smalltext a{
  51. *   color: #A6E22E !important;
  52. *}
  53. */
  54.  
  55. .smalltext, .pages {
  56.     color: #eee;
  57. }
  58.  
  59. #toolbar {
  60.     border-bottom: solid 2px #A6E22E;
  61. }
  62.  
  63. .tborder {
  64.     background: #444;
  65.     border: none /*solid 1px #66D9EF*/ !important;
  66. }
  67.  
  68. .thead_index {
  69.     border-bottom: solid 3px #66D9EF !important;
  70.     border-radius: 10px;
  71. }
  72.  
  73. .text{
  74.     color: #D9D9D9 !important;
  75. }
  76.  
  77. .pagination_page, .pagination_next, .pagination_previous, #go_page_2, .pagination_first {
  78.     background: #444 !important;
  79.     border-radius: 0px !important;
  80. }
  81.  
  82. .pagination_next {
  83.     padding-right: 5px !important;
  84. }
  85.  
  86. .pagination_current {
  87.     border: 1px solid #eee!important;
  88.     color: #aaa !important;
  89. }
  90.  
  91. .button, .tfoot .float_right form .textbox {
  92.     background: #444 !important;
  93.     border: solid 2px #333 !important;
  94.     color: #eee !important;
  95.     border-radius: 0px !important;
  96. }
  97.  
  98. #shoutbox input, textarea{
  99.     background-color: #353535;
  100.     color: #D9D9D9;
  101.     /*padding: 0px;*/
  102.     border: none;
  103. }
  104.  
  105. #shoutbox .head{
  106.     background-color: #66D9EF;
  107.     color: #333;
  108. }
  109.  
  110. table { color: #eee; }
  111.  
  112. #shoutbox .head p a{
  113.     color: #333 !important;
  114. }
  115.  
  116. .trow1 form div .button, .post{
  117.     background: #272822;
  118.     color: #eee;
  119. }
  120.  
  121. #boardstats_e tr .tfoot{
  122.     background: #66D9EF;
  123.    
  124. }
  125.  
  126. #boardstats_e tr .tfoot .smalltext a{
  127.     color: #272822 !important;
  128.    
  129. }
  130.  
  131. .codeblock {
  132.     color: #111;
  133. }
  134.  
  135. .post .post_author {
  136.     background: #272822;
  137.     color: #eee !important;
  138.     border: none !important;
  139. }
  140.  
  141. .post .post_author .author_statistics{
  142.     color: #eee !important;
  143. }
  144.  
  145. .post_controls{
  146.     background: #2B2C26;
  147.     border-bottom: none !important;
  148.     border-top: 3px dotted #999 !important;
  149. }
  150.  
  151. #breadcrumb {
  152.     background: #444;
  153.     border: none;
  154.     color: #eee
  155. }
  156.  
  157. .wrapper_inner {
  158.     border: none !important;
  159. }
  160.  
  161. .avatarep_img {
  162.     border: solid 0px black !important;
  163.     border-radius: 50% !important;
  164. }
  165.  
  166. thead {
  167.     font-family: monospace;
  168.     font-weight: bold;
  169.     font-size: 16px
  170. }
  171.  
  172. .author_avatar img{
  173.     border-radius: 50%;
  174.     border: solid 0px #444 !important;
  175.     background: #444 !important;
  176. }
  177.  
  178. .bottommenu {
  179.     background: #444;
  180.     border: none !important;;
  181. }
  182.  
  183. #statusfeed{
  184.     background: #444 !important;
  185. }
  186.  
  187. .table_lborder .trow1, .table_lborder .trow2{
  188.     border-top: 1px solid #444 !important;
  189.     border-bottom: 1px solid #444 !important;
  190. }
  191.  
  192. .lastpost {
  193.     color: #eee;
  194. }
  195.  
  196. .appear_on_tablet {
  197.     visibility: hidden;
  198. }
  199.  
  200. .trow_sep{
  201.     border: none;
  202.     color: #eee;
  203.     background: #444;
  204. }
  205.  
  206. .mycode_quote{
  207.     background: #444;
  208.     border: none !important;
  209. }
  210.  
  211. .tfoot {
  212.     background: #444;
  213.     border-top: none !important;
  214. }
  215.  
  216. .postbit_buttons a {
  217.     border: 2px solid #333 !important;
  218.     border-radius: 0;
  219.     background: #444 !important;
  220.     color: #eee !important;
  221.    
  222. }
  223. }
  224.  
  225. @-moz-document url("http://makestation.net/newpoints.php") {
  226. table {
  227.     color: #eee;
  228. }
  229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement