Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.58 KB | None | 0 0
  1. html, body {
  2.     background:#fff !important;
  3.     color:#333 !important;
  4. }
  5.  
  6. a { color:#d14 !important; }
  7.  
  8. a:hover {
  9.     color:#e36 !important;
  10.     -moz-transition:color .2s;
  11. }
  12.  
  13. .logo a { color:black !important; }
  14.  
  15. .logo div:first-child { display:none !important; }
  16.  
  17. .logo + div, .adminbar { display:none; }
  18.  
  19. hr {border:none;margin:0.5em 0 !important;}
  20.  
  21. .postarea, #postform {text-align:left !important;}
  22.  
  23. #postform td:first-child,
  24. #postform tr:nth-child(1),
  25. #postform tr:nth-child(2),
  26. #postform tr:nth-child(6),
  27. #postform tr:nth-child(7),
  28. #postform tr:nth-child(9),
  29. #postform tr:nth-child(10) { display:none; }
  30.  
  31. .thumbnailmsg,
  32. .filesize .highslide,
  33. .doubledash,
  34. input[name="delete"],
  35. .reflink + div > a {display:none !important;}
  36.  
  37. .filesize, .filesize a {color:#999 !important;}
  38.  
  39. .filetitle {color:#d14 !important;}
  40.  
  41. blockquote + script + table,
  42. blockquote + span + script + table {clear:both;}
  43.  
  44. .reply {
  45.     padding-left:3em;
  46.     clear:both;
  47.     padding-bottom:1em;
  48.     border:none !important;
  49.     background:none !important;
  50.     color:#333 !important;
  51.     border-radius:0 !important;
  52.     min-width:640px !important;
  53. }
  54.  
  55. div.reply {
  56.     box-shadow:2px 2px 4px rgba(0,0,0,0.3);
  57.     background:white !important;
  58.     padding:0 !important;
  59.     min-width:0px !important;
  60.     max-width:640px !important;
  61. }
  62.  
  63. .postername {
  64.     color:#666 !important;
  65.     font-weight:normal !important;
  66. }
  67.  
  68.  
  69. table:hover .postername {
  70.     color:#d14 !important;
  71.     -moz-transition:color .2s;
  72. }
  73.  
  74. .spoiler {
  75.     background:#333 !important;
  76.     color:#ccc !important;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement