Advertisement
KarachanStyler

Karagen.exe

Jul 5th, 2019
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.69 KB | None | 0 0
  1.  body
  2.   {
  3.     font-family: Courier !important;
  4.     font-weight: bold;
  5.     background-color: #010005 !important;
  6.     color: white !important;
  7.     background-image: none !important;
  8.     padding-top: 2%;
  9.   }
  10.  
  11.   .postMessage
  12.   {
  13.     background-color: #010005 !important;
  14.     color: white !important;
  15.   }
  16.  
  17.   .post
  18.   {
  19.     background-color: #010005 !important;
  20.     color: white !important;
  21.     border-bottom: 1px solid #2d2629 !important;
  22.   }
  23.  
  24.   .postInfo
  25.   {
  26.     background-color: #010005 !important;
  27.   }
  28.  
  29.   .op
  30.   {
  31.     border-bottom: 0 solid #717171 !important;
  32.     background-color: #010005 !important;
  33.   }
  34.  
  35.   a:link
  36.   {
  37.     color: #15f51b !important;
  38.   }
  39.  
  40.   a:visited
  41.   {
  42.     color: #15f51b !important;
  43.   }
  44.  
  45.   a:hover
  46.   {
  47.     color: #028003 !important;
  48.   }
  49.  
  50.   a:active
  51.   {
  52.     color: #15f51b !important;
  53.   }
  54.  
  55.   hr
  56.   {
  57.     opacity: 0.2;
  58.   }
  59.  
  60.   .replylink
  61.   {
  62.     color: black !important;
  63.   }
  64.  
  65.   #tab-boardlink
  66.   {
  67.     background-color: #010005!important;
  68.   }
  69.  
  70.   .sub-menu
  71.   {
  72.     background-color: #010005 !important;
  73.   }
  74.  
  75.   .ui-draggable
  76.   {
  77.     background-color: transparent !important;
  78.     font-size: 11px;
  79.     border-color: transparent !important;
  80.   }
  81.  
  82.   .pagelist
  83.   {
  84.     background-color: #010005 !important;
  85.     border-color: transparent !important;
  86.   }
  87.  
  88.   .haze
  89.   {
  90.     background-color: #010005 !important;
  91.   }
  92. /*.post::before {
  93.     content:"◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧◧";
  94.     margin-left:-10%;
  95.     color:#800000;
  96.     opacity:0.1;
  97. }         */        
  98.  
  99.  
  100.   .ui-draggable-handle.ui-helper-clearfix.ui-corner-all.ui-widget-header.ui-dialog-titlebar
  101.   {
  102.     background-color: #111111 !important;
  103.     color: #15f51b !important;
  104.   }
  105.  
  106.   .top-box.box-outer
  107.   {
  108.     background-color: #010005;
  109.   }
  110.  
  111.   .fileInfo
  112.   {
  113.     border-bottom: 1px solid #0a0a0a;
  114.   }
  115.  
  116.   .quote
  117.   {
  118.     color: #008186 !important;
  119.     font-size: 15px;
  120.   }
  121.  
  122.   s
  123.   {
  124.     color: white !important;
  125.     background-color: #010005 !important;
  126.   }
  127.  
  128.   .postingMode
  129.   {
  130.     background-image: linear-gradient(to right, green , #010005);
  131.   }
  132.  
  133.   .title
  134.   {
  135.     display: none;
  136.   }
  137.  
  138.   .boardHeader
  139.   {
  140.     background-color: #010005 !important;
  141.   }
  142.  
  143.   .thread
  144.   {
  145.     background-color: #010005 !important;
  146.   }
  147.  
  148.   ::-moz-selection
  149.   {
  150.     color: black;
  151.     background: lime;
  152.   }
  153.  
  154.   ::selection
  155.   {
  156.     color: black;
  157.     background: lime;
  158.   }
  159.  
  160.   .quote::selection
  161.   {
  162.     color: white;
  163.     background: #008186;
  164.   }
  165.  
  166.   .boardTitle:after
  167.   {
  168.     content: ".exe";
  169.   }
  170. }
  171.  
  172. #postForm > tbody > tr:nth-of-type(1) > td:nth-of-type(1)
  173. {
  174.   background-color: #010005;
  175.   color: #15f51b;
  176. }
  177.  
  178. #postForm > tbody > tr:nth-of-type(2) > td:nth-of-type(1)
  179. {
  180.   background-color: #010005;
  181.   color: #15f51b;
  182. }
  183.  
  184. #postForm > tbody > tr:nth-of-type(3) > td:nth-of-type(1)
  185. {
  186.   background-color: #010005;
  187.   color: #15f51b;
  188. }
  189.  
  190. #postForm > tbody > tr:nth-of-type(4) > td:nth-of-type(1)
  191. {
  192.   background-color: #010005;
  193.   color: #15f51b;
  194. }
  195.  
  196. #postForm > tbody > tr:nth-of-type(5) > td:nth-of-type(1)
  197. {
  198.   background-color: #010005;
  199.   color: #15f51b;
  200. }
  201.  
  202. #postForm > tbody > tr:nth-of-type(6) > td:nth-of-type(1)
  203. {
  204.   background-color: #010005;
  205.   color: #15f51b;
  206. }
  207.  
  208. #postForm > tbody > tr:nth-of-type(7) > td:nth-of-type(1)
  209. {
  210.   background-color: #010005;
  211.   color: #15f51b;
  212. }
  213.  
  214. .BBLabel
  215. {
  216.   background-color: #010005 !important;
  217.   color: #15f51b !important;
  218. }
  219.  
  220. .rules
  221. {
  222.   background-color: #010005 !important;
  223.   color: grey !important;
  224. }
  225.  
  226. #postForm > tbody > tr:nth-of-type(8) > td:nth-of-type(1)
  227. {
  228.   background-color: #010005;
  229.   color: #15f51b;
  230. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement