Advertisement
SerlitePD

Primedice 3 Green Theme

Jan 21st, 2015
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.  *
  3.  * Tired of rolling reds? Introducing the
  4.  * === PRIMEDICE 3 GREEN THEME ===
  5.  *
  6. */
  7.  
  8. var css_green = '<style>';
  9.  
  10. css_green += '.notification.notification--error {url("../images/pattern-green.png?1407567239") repeat scroll 0 0 #5fb365;}';
  11. css_green += '.live-data__profit-lost{color: #5fb365; font-weight: 900;}';
  12. css_green += '.admin {color: #5fb365 !important;}';
  13. css_green += '.update-bubble {background: none repeat scroll 0 0 #5fb365;}';
  14. css_green += '.tooltip-1:after {background: none repeat scroll 0 0 #5fb365;}';
  15. css_green += '.tooltip-1 {background: none repeat scroll 0 0 #5fb365;}';
  16.  
  17. css_green += '</style>';
  18.  
  19. $(css_green).appendTo('head');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement