Advertisement
lmariscal

cleanerPastebin.css

Apr 8th, 2017
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.46 KB | None | 0 0
  1. *{
  2.     border: none !important;
  3.     border-left: none !important;
  4.   }
  5.   body, #main_frame, #content_frame, #header {
  6.     background: #17181A !important;
  7.     background-color: #17181A !important;
  8.     color: #797979 !important;
  9.   }
  10.   #abrpm, #abrpm2, #steadfast, .form_login_frame {
  11.     display: none !important;
  12.   }
  13.   textarea.paste_textarea, #notice, .new_paste_button, input.search_input   {
  14.     background: #252525 !important;
  15.     background-color: #252525 !important;
  16.     color: #797979 !important;
  17.   }
  18.   .new_paste_button:hover {
  19.     background: #353535 !important;
  20.     background-color: #353535 !important;
  21.     color: #797979 !important;
  22.   }
  23.   a {
  24.     color: #7B4895 !important;
  25.   }
  26.   a:hover {
  27.     text-decoration: none !important;
  28.     color: #9B6BB3 !important;
  29.   }
  30.   .upload_frame {
  31.     background-color: #17181A !important;
  32.   }
  33.   .search_input_self {
  34.     font-size: 12px !important;
  35.   }
  36.   #success {
  37.     background-color: #252525 !important;
  38.   }
  39.   #file_post {
  40.     padding: 0 0.5em 0 0.5em !important;
  41.     background-color: #252525 !important;
  42.     border-radius: 3%;
  43.     color: #727272 !important;
  44.   }
  45.   .custom-file-input {
  46.     padding-right: 0.9em;
  47.   }
  48.   .custom-file-input, .custom-file-input:before {
  49.     border-radius: 3%;
  50.     background-color: #252525 !important;
  51.     border-bottom: 1px solid #252525 !important;
  52.     color: #727272 !important;
  53.   }
  54.   #notice {
  55.     border-radius: 1%;
  56.   }
  57.   .top {
  58.     border-bottom: 1px solid #727272 !important;
  59.   }
  60.   #code_frame, #paste_code {
  61.     border-radius: 1%;
  62.   }
  63.   #selectable {
  64.     border-top: 1px solid #727272 !important;
  65.     padding: 1em;
  66.   }
  67.   #code_frame div, #code_frame, ol, textarea.paste_code, .jq-dropdown .jq-dropdown-menu li.dd_su, .jq-dropdown .jq-dropdown-menu li.dd_lo, .button1, .input.button1, input[type="text"], input[type="password"], .tagline span, .button2, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single, .select2-results__option, .select2-search--dropdown, .buttonsm {
  68.     background-color: #252525 !important;
  69.     color: #797979 !important;
  70.   }
  71.   .select2-container--default .select2-results__option--highlighted[aria-selected], .maintable td:hover, tr:hover {
  72.     background-color: #353535 !important;
  73.   }
  74.   #error {
  75.     background: #252525 url(https://pastebin.com/i/warning.png) no-repeat 10px 10px;
  76.     background-size: 20px 20px;
  77.   }
  78.   .code_box {
  79.     background: #252525 !important;
  80.   }
  81.  
  82.   /*** SYNTAX HIGHLIGHTING ***/
  83.  
  84.   .kw1 {
  85.     color: #A25EC4 !important;
  86.   }
  87.   .kw3 {
  88.     color: #C45E5E !important;
  89.   }
  90.   .st0 {
  91.     color: #5E9FC4 !important;
  92.   }
  93.   .kw4 {
  94.     color: #5A55BA !important;
  95.   }
  96.   .kw2 {
  97.     color: #67A971 !important; /* 5FC56E */
  98.   }
  99.   .kw5 {
  100.     color: #B73636 !important;
  101.   }
  102.   .br0 {
  103.     color: #BA68BA !important;
  104.   }
  105.   .me1 {
  106.     color: #DEA971 !important;
  107.   }
  108.   .nu0 {
  109.     color: #C55F5F !important;
  110.   }
  111.   .re0, .es0 {
  112.     color: #A6CCF7 !important;
  113.   }
  114.   .re1, .re2 {
  115.     color: #714484 !important;
  116.   }
  117.   .re5 {
  118.     color: #904B6D !important;
  119.   }
  120.   .co3 {
  121.     color: #5DC26E !important;
  122.   }
  123.   .co2 {
  124.     color: #5DC26E !important;
  125.   }
  126.   .co1 {
  127.     color: #5DC26E !important; /* 1F6E1F */
  128.   }
  129.   .sy1 {
  130.     color: #7E3F86 !important;
  131.   }
  132.   .sy3 {
  133.     color: #8B4185 !important;
  134.   }
  135.   .sy2 {
  136.     color: #A75DA1 !important;
  137.   }
  138.   .sy0 {
  139.     color: #73573C !important;
  140.   }
  141.   .es1 {
  142.     color: #5757BC !important;
  143.   }
  144.   .es2 {
  145.     color: #448644 !important;
  146.   }
  147.   .es3 {
  148.     color: #448644 !important;
  149.   }
  150.   .es4 {
  151.     color: #448644 !important;
  152.   }
  153.   .sc2 {
  154.     color: #2C722C !important;
  155.   }
  156.   .sc1 {
  157.     color: #B4A23D !important;
  158.   }
  159.   .coMULTI {
  160.     color: #5DC26E !important;
  161.   }
  162.   .st_h {
  163.     color: #C94343 !important;
  164.   }
  165.  
  166.   /*** END SYNTAX HIGHLIGHTING ***/
  167.   #content_right, #header_top {
  168.     background: #17181A !important;
  169.   }
  170.   .h_800, #footer_links {
  171.     color: #797979;
  172.   }
  173.   #header_new_paste {
  174.     text-align: left !important;
  175.     padding: 0 10px 0 10px;
  176.   }
  177.   #header_user_status {
  178.     color: #797979 !important;
  179.   }
  180.   .cd-top, .facebook_circle, .twitter_circle {
  181.     display: none !important;
  182.   }
  183.  
  184.   /*** IMAGE REPLACEMENT ***/
  185.  
  186. /*  img.header_icon, #header_icon, .i_gb {
  187.     background: url(https://u.pomf.is/djfvhg.png) no-repeat !important;
  188.     background-size: 30px !important;
  189.     display: none !important;
  190.   }*/
  191.   .right_menu li {
  192.     background: url(https://u.pomf.is/smkuzi.png) no-repeat 0 7px !important;
  193.     background-size: 14px !important;
  194.   }
  195.   #header_logo {
  196.     background: url(https://u.pomf.is/rzhcvu.png) no-repeat 0 -2px !important;
  197.     background-size: 45px !important;
  198.     margin: 0 25px 0 -5px !important;
  199.     padding: 0 0 0 43px !important;
  200.   }
  201.   .hi_mypastebin {
  202.     background: url(https://u.pomf.is/nwiyuy.png) no-repeat !important;
  203.     background-size: 18px 20px !important;
  204.   }
  205.   .hi_messages {
  206.     background: url(https://u.pomf.is/nzaqlt.png) no-repeat !important;
  207.     background-size: 20px !important;
  208.   }
  209.   .hi_alerts {
  210.     background: url(https://u.pomf.is/cmmbia.png) no-repeat !important;
  211.     background-size: 20px !important;
  212.   }
  213.   .hi_settings {
  214.     background: url(https://u.pomf.is/bnjoin.png) no-repeat !important;
  215.     background-size: 20px !important;
  216.   }
  217.   button.i_highlight {
  218.     background: url(https://u.pomf.is/bfpvxd.png) no-repeat 0 0;
  219.     background-size: 20px 20px;
  220.   }
  221.  
  222.   /*** END IMAGE REPLACEMENT ***/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement