Advertisement
SonofUgly

Userstyles Dark

Jul 24th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("userstyles.org") {
  4. html, #search-terms, div, .TextBox, #related, nav {
  5.     background: #2C2C2C !important;
  6. }
  7. p, h1, h2, li, input, dt, tr, dl, .Announcement, .MenuTitle, textarea, .Tabs, div {
  8.     color: #eee !important;
  9. }
  10. a, span {
  11.     color: steelblue !important;
  12. }
  13. #search, header, .Item, .Box, li, #Form_Discussion {
  14.     background: #333 !important;
  15.     border: 1px solid #555 !important;
  16.     border-radius: 4px !important;
  17. }
  18. a.Title {
  19.     background: #333 !important;
  20.     border: 1px solid #555 !important;
  21.     border-radius: 4px !important;
  22.     padding-left: 2px !important;
  23.     padding-right: 2px !important;
  24. }
  25. h4 {
  26.     border: 0px !important;
  27. }
  28. #new-setting input, .TabLink, .Category, .BigButton, .Button, input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]), select, input[type="file"] > input[type="text"], #search-submit {
  29.     -moz-appearance: none;
  30.     -webkit-appearance: none;
  31.     font-size: 9pt ! important;
  32.     color: #fff !important;
  33.     background: #333 !important;
  34.     border-color: gray !important;
  35.     border: 1px solid;
  36.     border-radius: 2px !important;
  37. }
  38. input[type="submit"], input[type="button"], select {
  39.     background: #444 !important;
  40.     color: #aaa !important;
  41.     border: 1px solid gray;
  42.     -moz-appearance: none;
  43.     -webkit-appearance: none;
  44.     font-size: 9pt !important;
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement