Share Pastebin
Guest
Public paste!

stilist

By: a guest | Sep 8th, 2008 | Syntax: CSS | Size: 0.85 KB | Hits: 98 | Expires: Never
Copy text to clipboard
  1. a {
  2.  color: #8585aa !important;
  3. }
  4. a.new {
  5.  color: #aaa !important;
  6. }
  7.  
  8. body {
  9.  background-color: #000 !important;
  10.  background-image: none !important;
  11.  font-family: "Gill Sans" !important;
  12. }
  13.  
  14. div.thumbinner, .toccolours {
  15.  background-color: #333 !important;
  16. }
  17.  
  18. h1, h2, h3, h4, h5, h6 {
  19.  color: #aaa !important;
  20.  font-family: Cochin !important;
  21. }
  22.  
  23. p {
  24.  line-height: 2em !important;
  25. }
  26.  
  27. table, #toc, .toc, .mw-warning {
  28.  background-color: #333 !important;
  29.  color: inherit !important;
  30. }
  31.  
  32. #column-one, #footer, .editsection, .metadata, .site_sub {
  33.  display: none !important;
  34. }
  35.  
  36. #content {
  37.  background-color: #181818 !important;
  38.  border: 1px solid #999 !important;
  39.  color: #aaa !important;
  40.  margin: 2.5em auto !important;
  41.  padding: 2.5em 5em !important;
  42.  width: 42em !important;
  43. }
  44.  
  45. #globalWrapper {
  46.  font-size: 10.5pt !important;
  47. }