Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.24 KB | None | 0 0
  1. body { background: #2f3136 !important; color: #eee !important; }
  2.     * { font: 10pt "Calibri"; }
  3.     a { color: #c12626 !important; }
  4.     hr { display: none !important; }
  5.     #navtop, #navbot { background: #000; color: #000 !important; width: 100%; text-align: center; height: 12pt; font-size: 9pt !important; }
  6.     #navtop *, #navbot * { color: #eee; font-size: 9pt; display: inline; }
  7.     #navtop a:hover, #navbot a:hover { background: #555; }
  8.     form { margin: 1em; }
  9.     .inputtext, textarea { width: 395px; }
  10.     .rules { display: none; }
  11.     td.postblock { background: #444 !important; border: 2px solid #666 !important; color: #aaa !important; }
  12.     td.postblock * { font-size: 8pt; }
  13.     td.reply, td.replyhl { background-color:#222 !important; border: 2px solid #555 !important; color: #aaa !important;-moz-border-radius: 8px; }
  14.     td.replyhl { background-color:#4B4B4B !important; border: 1px solid #4B4B4B !important; color: #eee !important; }
  15.     .postername, .filesize, span.filetitle, .filesize a, a.linkmail, a.quotejs, .replytitle, .commentpostername, .omittedposts, .abbr { color: #fff !important; font-size: 8pt;}
  16.     span.filetitle, .replytitle { color: #e15014 !important; }
  17.     #hd, small, font[size="1"], font[size="2"], #ft, #filter-button, #option-button, #navtopr, #navbotr, .logo,.logo font b span, .doubledash, img.rotating, input[type="button"], td[align="right"] { display: none !important; }
  18.     .pages { background: #444 !important; border: 1px solid #555 !important; }
  19.     .pages td { color: #444 !important; font-size: 4pt; }
  20.     .pages td a, .pages td b { color: #eee !important; font-size: 8pt; }
  21.     .pages td b { background-color: #000; }
  22.     .pages input { display: none !important; }
  23.     .pages td:first-child { display: none;}
  24.     pre, textarea, input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]), select { font-size: 9pt ! important; color: #fff !important; background: #333 !important; border-color: gray !important; }
  25.     input[type="submit"] { background: #944 !important; color: #aaa !important; border: 1px solid grey; -moz-appearance: none; font-size: 9pt; }
  26.     th { background: #222 !important; }
  27.     th font { font-size: 7pt; }
  28.     input[type="file"] { opacity: 0.12 !important; }
  29.     td.deletebuttons { font-size: 8pt !important; color:#eee !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement