Advertisement
AZJIO

Stylish / Stylebot + pastebin.com

Aug 3rd, 2019
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.47 KB | None | 0 0
  1. body, #main_frame
  2.   {
  3.     background-color: #111!important;
  4.     color: #CCC!important;
  5.   }
  6.  
  7. float-box-3
  8. {
  9. width:330px;
  10. height:90px;
  11. /*background:#fff;*/
  12. padding:10px;
  13. margin-top:10px;
  14. border-radius:4px;
  15. box-shadow:rgba(0,0,0,.168627) 3px 3px 3px 0;
  16. position:relative;
  17. }
  18.  
  19. /* Display for detecting AdBlock */
  20.   #abrpm
  21.   {
  22.     display: none!important;
  23.   }
  24.  
  25. /* Back to top button */
  26.   .cd-top
  27.   {
  28.     background-color: rgb(45,45,45)!important;
  29.     border: 1px solid #000!important;
  30.   }
  31.  
  32.   #header a
  33.   {
  34.     color: #FFF!important;
  35.   }
  36.  
  37.   #header a:hover, .content_right_title a:hover
  38.   {
  39.     color: #6987AB!important;
  40.   }
  41.  
  42.   a, .paste_box_info h1, .content_title
  43.   {
  44.     color: #BBB!important;
  45.   }
  46.  
  47.   a:hover
  48.   {
  49.     color: #FFF!important;
  50.   }
  51.  
  52.  
  53.   .paste_box_icon, .form_avatar
  54.   {
  55.     border: 1px solid #000!important;
  56.     padding: 2px!important;
  57.     background: #333!important;
  58.   }
  59.  
  60.   .maintable th, .maintable td
  61.   {
  62.     border-bottom: 1px solid #999!important;
  63.   }
  64.  
  65.   .maintable tr:hover
  66.   {
  67.     background-color: rgb(45,45,45)!important;
  68.   }
  69.  
  70.   .buttonsm
  71.   {
  72.     background-color: rgb(16,16,16);
  73.     border-bottom: 2px solid #000;
  74.     border-radius: 3px;
  75.     color: #000;
  76.     opacity: .75;
  77.   }
  78.  
  79.   #monster_frame
  80.   {
  81.     background-color: #222!important;
  82.     -moz-box-shadow: none!important;
  83.     -webkit-box-shadow: none!important;
  84.     box-shadow: none!important;
  85.     border: 1px solid rgb(0,0,0)!important;
  86.     -moz-border-radius: 0px!important;
  87.     -webkit-border-radius: 0px!important;
  88.     border-radius: 0px!important;
  89.   }
  90.  
  91.   #code_frame2
  92.   {
  93.     border: none!important;
  94.   }
  95.  
  96.   #code_frame, ol
  97.   {
  98.     background-color: rgb(45,45,45)!important;
  99.   }
  100.  
  101.   #code_buttons
  102.   {
  103.     color: #BBB!important;
  104.     background: rgb(65,65,65)!important;
  105.     border-bottom: 1px solid #000!important;
  106.   }
  107.  
  108.   .de1, .de2
  109.   {
  110.     color: #BBB!important;
  111.     border-left: 1px solid #000!important;
  112.     background: rgb(25,25,25)!important;
  113.   }
  114.  
  115.   .textarea_border, #notice
  116.   {
  117.     background: rgb(45,45,45)!important;
  118.     border: 1px solid #000!important;
  119.     color: #BBB!important;
  120.   }
  121.  
  122.   textarea.paste_code, textarea.paste_textarea
  123.   {
  124.     border: none!important;
  125.   }
  126.  
  127.   .select2-container--default .select2-selection--single
  128.   {
  129.     background-color: rgb(36,36,36)!important;
  130.     border-color: #000!important;
  131.   }
  132.  
  133.   .select2-container--default .select2-selection--single .select2-selection__rendered
  134.   {
  135.     color: #CCC!important;
  136.   }
  137.  
  138.   .select2-container--default .select2-results__option[aria-selected=true]
  139.   {
  140.     background-color: rgb(76,76,76)!important;
  141.     color: #BBB!important;
  142.   }
  143.  
  144.   .select2-container--default .select2-results__option--highlighted[aria-selected]
  145.   {
  146.     background-color: rgb(56,56,56)!important;
  147.   }
  148.  
  149.   .select2-dropdown
  150.   {
  151.     background-color: rgb(36,36,36)!important;
  152.     border: 1px solid #000!important;
  153.   }
  154.  
  155.   #header
  156.   {
  157.     border: 1px solid #000!important;
  158.     border-top: none!important;
  159.     -moz-border-radius: 0px!important;
  160.     -webkit-border-radius: 0px!important;
  161.     border-radius: 0px!important;
  162.   }
  163.  
  164.   .search_input, input.post_input, select.post_select, .button1
  165.   {
  166.     background: rgb(45,45,45)!important;
  167.     color: #DDD!important;
  168.     border: 1px solid #000!important;
  169.     -webkit-border-radius: 3px;
  170.     border-radius: 0px;
  171.   }
  172.  
  173.   textarea, input, #footer_top, input.post_input, select.post_select
  174.   {
  175.     background: rgb(45,45,45)!important;
  176.     color: #DDD!important;
  177.   }
  178.  
  179.   textarea:focus, input:focus, select:focus
  180.   {
  181.     outline: none !important;
  182.     border-color: #000!important;
  183.     box-shadow: 0px 0px 5px 2px rgb(0,0,0)!important;
  184.   }
  185.  
  186.   #footer_top
  187.   {
  188.     border-top: 1px solid #000!important;
  189.     margin: 0px!important;
  190.   }
  191.  
  192.   #footer_links, #footer_links a, #footer_top a, .footer_top_title, a
  193.   {
  194.     text-shadow: none!important;
  195.   }
  196.  
  197.   div#content_right
  198.   {
  199.     background: none!important;
  200.   }
  201.  
  202.   li.li1, li.li2, div.de1, div.de2
  203.   {
  204.     background-color: #333!important;
  205.     color: #C2BE9E!important;
  206.     font-weight: normal!important;
  207.   }
  208.  
  209. /* mIRC */
  210.  
  211.   .de1, .de2
  212.   {
  213.     color: #BBB!important;
  214.     background: rgb(25,25,25)!important;
  215.     border-left: 1px solid #000!important;
  216.   }
  217.  
  218.   .re1, .sy0, .sy1, .sy2, .sy3, .sy4, .br0
  219.   {
  220.     color: #FF8080!important;
  221.   }
  222.  
  223.   .re2
  224.   {
  225.     color: #D29A6C!important;
  226.   }
  227.  
  228.   .re0
  229.   {
  230.     color: #D29A6C!important;
  231.   }
  232.  
  233.   .st0
  234.   {
  235.     color: #999!important;
  236.   }
  237.  
  238.   .re3, .re4
  239.   {
  240.     color: #BB0!important;
  241.   }
  242.  
  243.   .me0, .sc3, .re2
  244.   {
  245.     color: #CDD04A!important;
  246.   }
  247.  
  248.   .me2
  249.   {
  250.     color: #61AFAF!important;
  251.   }
  252.  
  253.   .co0, .co1, .co2, .coMULTI
  254.   {
  255.     color: #71AE71!important;
  256.   }
  257.  
  258.   .kw1
  259.   {
  260.     color: #009FFF!important;
  261.   }
  262.  
  263.   .kw2
  264.   {
  265.     color: #00C2BB!important;
  266.   }
  267.  
  268.   .kw3, .me1
  269.   {
  270.     color: #AAA6DB!important;
  271.   }
  272.  
  273.   .kw4
  274.   {
  275.     color: #7D8AE6!important;
  276.   }
  277.  
  278.   .kw5
  279.   {
  280.     color: #D997DE!important;
  281.   }
  282.  
  283.   .kw6
  284.   {
  285.     color: #4A88D2!important;
  286.   }
  287.  
  288.   .es0, .es1, .es2, .es3, .es4, .es5
  289.   {
  290.     color: #C89191!important;
  291.   }
  292.  
  293.   .nu0
  294.   {
  295.     color: #DFC47D!important;
  296.   }
  297.  
  298.   .nu16, .nu17
  299.   {
  300.     color: #D9DD22!important;
  301.   }
  302.  
  303.   .geshi_registry_header
  304.   {
  305.     color: #009FFF!important;
  306.   }
  307.  
  308.   .geshi_variable
  309.   {
  310.     color: #FF46FF!important;
  311.   }
  312.  
  313.  
  314. /*
  315.   a[href^="/"]
  316.   {
  317.     color: #C0AD72!important;
  318.   }
  319.  
  320.   a[href^="/"]:hover
  321.   {
  322.     color: #E3CEAB!important;
  323.   }
  324. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement