Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.86 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document url-prefix(http://),url-prefix(file://),url-prefix(https://),url-prefix(about:blank) {
  3. body,html {min-height: 100%!important; }
  4. font-family: "verdana", "Courier New", "Courier", monospace !important;
  5. html, body{background-color:#051005!important}
  6. body>*:not(:empty){background-color:#031003!important}
  7. body>*>*:not(:empty){background-color:#031003!important}
  8. body>*>*>*:not(:empty){background-color:#081808!important}
  9. body>*>*>*>*:not(:empty){background-color:#081808!important}
  10. body>*>*>*>*>*:not(:empty){background-color:#182818!important}
  11. body>*>*>*>*>* *{background-color:#182818!important}
  12. body table[border="0"] td{background-color:#051005!important}
  13. body table table[border="0"] td{background-color:#182818!important}
  14. body table table table[border="0"] td{background-color:#031003!important}
  15. body table table table table[border="0"] td{background-color:#154515!important}
  16. body *:empty{background-color: #152515!important}
  17.  
  18. body p:not(:empty), body p *, body h1, body h1 *, body h2, body h2 *, body h3, body h3 *, body h4, body h4 *, body h5, body h5 *, body strong>*, body b>*, body em>*, body i>*,  body span>*:not(img){background:transparent none!important}
  19. body h1, body h1 *, body h2, body h2 *, p>strong:only-of-type,  p>b:only-of-type{color: #a98!important}
  20. body h3, body h3 *, body h4, body h4 *{color: #607866!important}
  21.  
  22. *:not([onclick]):not(input):not(a):not(img):not([class^="UI"]), body a:not(:empty), div:not([onclick]){background-image:none!important; text-indent:0!important}
  23. *[onclick] {color:#87B097!important}
  24. *[onclick]:hover {color:#87d097!important}
  25. body hr{background: #77A077 none!important; color: #77A077!important; border:1px solid #77A077!important; height: 1px!important; overflow:hidden!important; display: block!important}
  26. * {color: #87AF87!important; border-color:#77A077!important;}
  27. * body a, body a *{color: #87C097!important;}
  28. body a:hover, body a:hover *{color: #87C599!important; text-decoration: underline!important}
  29. body img,a[href] img, a[href] button, input[type="image"],*[onclick]:empty, body a:empty{opacity:.5!important}
  30. body img:hover,a[href]:hover img, a[href]:hover button, *[onclick]:empty:hover, body a:empty:hover{opacity:1!important}
  31.  
  32.  
  33.  
  34. body input[type], body textarea[name], body input[name], body input[id], body select[name]{-moz-appearance:none!important; color: #87AF87!important; -moz-border-radius:4px !important; border-width: 1px!important; border-color: #77A077!important;border-style:solid!important; background:#355535 none  !important}
  35.  
  36. body select[name]{-moz-appearance:none!important; color: #87AF87!important; -moz-border-radius:4px !important; border-width: 1px!important; border-color: #77A077!important;border-style:solid!important; background-color:#355535!important}
  37.  
  38. body input>*, body textarea>*{background:transparent none  !important; color: #87AF87!important; border-style:solid!important; border-width: 0px!important;}
  39. body select *{background-color:transparent !important; color: #87AF87!important; border-style:solid!important; border-width: 0px!important;}
  40.  
  41.  
  42.  
  43. pre:not(:empty), code:not(:empty) , cite:not(:empty), pre:not(:empty) *, code:not(:empty) *, cite:not(:empty) *{background-image:url(data:image/gif;base64,R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=)!important; color: #4A644C!important;}
  44.  
  45. span.__conkeror_hint{
  46. font-size: 14px !important;
  47. line-height: 14px !important;
  48. background-color: #183B1B !important;
  49. color: #87E097 !important;
  50. }
  51.  
  52. input, input[type="password"], input[type="checkbox"], input[type=radio], select  {
  53.     background: black !important;
  54.     color: #87C097 !important;
  55.    
  56.      font-weight: normal !important;   
  57.       border-top: 1px solid #77A077 !important;
  58.       border-bottom: 1px solid #77A077 !important;
  59.       border-left: 1px solid #77A077 !important;
  60.       border-right: 1px solid #77A077 !important;
  61.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement