Advertisement
Guest User

overgg dark update

a guest
Dec 16th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.82 KB | None | 0 0
  1. @-moz-document regexp('http://www\\.over\\.gg/.*') {
  2.   html, body
  3.   {
  4.     background: #222; /* 222 */
  5.     color: #ccc;
  6.   }
  7.  
  8.   .game-container-players-team
  9.   {
  10.     color: #444;
  11.   }
  12.  
  13.   .module-item-title
  14.   {
  15.     color: #aaa;
  16.   }
  17.   #sidebar-left .module-item:hover .module-item-title, .module-item-title-sub
  18.   {
  19.     color: #444;
  20.   }
  21.  
  22.   #sidebar-left .module-item.mod-sidebar:hover,
  23.   a.match-item:hover, .module-item-count
  24.   {
  25.     background: #F1F1F1;
  26.   }
  27.   .module-item-count
  28.   {
  29.     background: #dfdfdf;
  30.     color: #444;
  31.   }
  32.  
  33.   .match-super /*, .thread-header-actions, .action-container*/
  34.   {
  35.     background: #dfdfdf;
  36.   }
  37.  
  38.   .module-item-title.mod-light
  39.   {
  40.     color: #666;
  41.   }
  42.   .h-module-footer
  43.   {
  44.     color: #ccc !important;
  45.   }
  46.  
  47.   #content > .wf-label /* match page */
  48.   {
  49.     background: #444;
  50.     color: #ccc;
  51.     /*border-bottom: 1px solid #999 !important;*/
  52.     padding: 15px;
  53.   }
  54.   .wf-card.mod-header
  55.   {
  56.     margin-top: 0px;
  57.     /*margin-bottom: 0px;*/
  58.     background: #444;
  59.   }
  60.   .mod-article
  61.   {
  62.     padding: 0 !important;
  63.   }
  64.  
  65.   .article-meta-author
  66.   {
  67.     color: #F2B965 !important;
  68.   }
  69.   .article-header, #article-body
  70.   {
  71.     padding: 15px 30px;
  72.   }
  73.   #article-body
  74.   {
  75.     min-width:100%;
  76.     background: #dfdfdf;
  77.   }
  78.   .article-header .js-date-toggle
  79.   {
  80.     color: #ccc;
  81.   }
  82.  
  83.   .header, .wf-module-header
  84.   {
  85.     background: #444;
  86.     color: #ccc !important;
  87.   }
  88.   .header-div
  89.   {
  90.     /* Haven't really found a gradient that I like. Plus, I've
  91.     always been more of a minamilist when it comes to design.
  92.    
  93.     background: linear-gradient(to bottom, #555 0%, #5a5c62 20%, #5a5c62 80%, #555 100%);
  94.     background: linear-gradient(to bottom, #444 0%, #52555d 20%, #52555d 80%, #444 100%);*/
  95.     display:none;
  96.   }
  97.  
  98.   .wf-card
  99.   {
  100.     border: 1px solid #444;
  101.     border-radius: 0px; /* readd this later */
  102.     background: #dfdfdf;
  103.     margin-bottom: 10px;
  104.   }
  105.   .wf-module-item
  106.   {
  107.     border-top: 1px solid #999;
  108.   }
  109.  
  110.   .subforum, .thread
  111.   {
  112.     border-top: 1px solid #999;
  113.     color: #666;
  114.   }
  115.   .sub-caption
  116.   {
  117.     color: #ccc;
  118.   }
  119.  
  120.   /* nerdstars look better with the original post header color, and
  121.      the darker header draws attention away from the post content
  122.   .post-header, */ .forum-header, .thread-header-actions
  123.   {
  124.     background: #444; /* #F2F2F2 */
  125.   }
  126.   /*a.post-author, .post-frag-container,*/ .forum-header,
  127.   .forum-group-header/*, .post-num*/
  128.   {
  129.     color: #ddd;
  130.   }
  131.   .thread-header-title
  132.   {
  133.     padding-top: 10px;
  134.   }
  135.  
  136.   /*.post
  137.   {
  138.     margin-bottom: 0px;
  139.     border: none;
  140.   }*/
  141.  
  142.   .thread-header-txt
  143.   {
  144.     background: #dfdfdf;
  145.     color: #aaa;
  146.   }
  147.  
  148.   /* Inbox */
  149.   #inbox-list
  150.   {
  151.     background: #dfdfdf;
  152.   }
  153.   #inbox-used-storage
  154.   {
  155.     margin-right: 15px;
  156.   }
  157.   #no-messages-box, #inbox-used-storage
  158.   {
  159.     color: #aaa;
  160.   }
  161.  
  162.   /* Profile and Settings */
  163.   #remainder > #content > .action-container, #content > #filter-container
  164.   {
  165.     background: #444;
  166.     padding: 15px;
  167.   }
  168.   .profile-table
  169.   {
  170.     background: #dfdfdf;
  171.   }
  172.   .post-body
  173.   {
  174.     margin-top: 0px;
  175.     background: #dfdfdf;
  176.   }
  177.   #content > form
  178.   {
  179.     padding: 15px;
  180.     background: #dfdfdf;
  181.     color: #666;
  182.   }
  183.   .form-section
  184.   {
  185.     padding-top: 15px;
  186.     color: #444;
  187.   }
  188.  
  189.   #search-submit
  190.   {
  191.     top: 15px;
  192.   }
  193.   input[type="search"], input, input:focus, textarea, textarea:focus
  194.   {
  195.     background: #fff;
  196.   }
  197.   .is-focused, input:focus, textarea:focus
  198.   {
  199.     border: 1px solid #F2B965 !important;
  200.   }
  201.   .form-label-radio
  202.   {
  203.     background: #dfdfdf;
  204.     color: #444;
  205.   }
  206.   input[type="radio"]:checked + label
  207.   {
  208.     color: #000;
  209.   }
  210.  
  211.   .btn.mod-active
  212.   {
  213.     box-shadow: 0 0 0 1px #F2B965;
  214.   }
  215.   .btn /*.btn.mod-page, .btn.mod-light, .spoiler*/
  216.   {
  217.     background: #fcfcfc;
  218.   }
  219.  
  220.   #inbox-message
  221.   {
  222.      background: #dfdfdf;
  223.      border: 1px solid #444;
  224.      color: #ccc;
  225.   }
  226.   #inbox-message td, #inbox-message td:nth-child(3)
  227.   {
  228.     background: #444444;
  229.     color: #ccc;
  230.   }
  231.   #inbox-message td a:link, #inbox-message td a:visited
  232.   {
  233.     color: #F2B965;
  234.   }
  235.   .list-table th
  236.   {
  237.     background: #444;
  238.   }
  239.  
  240.   /* Score Toggle */
  241.   #show-match-btn
  242.   {
  243.     color: #333;
  244.   }
  245.  
  246.   /* eww */
  247.   div[style*="padding-top: 10px; color: #888; border-bottom: 1px solid #ccc; padding-bottom: 10px; "]
  248.   {
  249.     background: #dfdfdf;
  250.     border-bottom: 1px solid #999 !important;
  251.     padding: 15px;
  252.   }
  253.   div[style*="float: left; font-size: 15px; color: #aaa; margin-top: 7px; margin-right: 11px;"],
  254.   div[style*="color: #555; font-size: 23px; font-weight: bold; letter-spacing: -.5px; float: left; padding-bottom: 5px;"],
  255.   div[style*="font-size: 10.5px; float: right; margin-top: 7px;"]
  256.   {
  257.     color: #ccc !important;
  258.   }
  259. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement