Share Pastebin
Guest
Public paste!

Erik Kallevig

By: a guest | Feb 23rd, 2008 | Syntax: CSS | Size: 1.74 KB | Hits: 1,107 | Expires: Never
Copy text to clipboard
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3.  
  4.  
  5. @-moz-document url-prefix("http://en.wikipedia.org/wiki/") {
  6.  
  7.  
  8. body { font-family: georgia, serif !important; background: none !important; }
  9. h1.firstHeading { margin-bottom: 25px !important; }
  10. #content { padding: 1em 1em 2em !important; margin: 0 !important; border: 0 !important; }
  11. div.pBody,
  12. div#column-one,
  13. div#siteNotice,
  14. #siteSub,
  15. #footer,
  16. #toc,
  17. #administrator,
  18. #coordinates,
  19. .editsection,
  20. #spoken-icon,
  21. #featured-star,
  22. #donate,
  23. #anontip,
  24. .ambox { display: none !important; }
  25. p, ul, dl { margin-bottom: 1.7em !important; }
  26. h1 { font-size: 200% !important; padding-bottom: 15px !important; }
  27. h2 { font-size: 160% !important; padding-bottom: 5px !important; margin-top: 40px !important; }
  28. h3 { font-size: 120% !important; padding-bottom: 5px !important; margin-top: 40px !important; }
  29. p, li { font-size: 120% !important; }
  30. .infobox { margin-left: 1em !important; margin-bottom: 2em !important; border-style: dotted !important; padding: .5em !important; width: 200px !important; }
  31.  
  32. #contentSub, #contentSub2 { margin-left: 0 !important; }
  33. div.tleft { margin: 0 4em 2em 0 !important; }
  34. div.tright { margin: 0 0 2em 4em !important; }
  35. li { margin-bottom: 1em !important; margin-left: 0 !important; }
  36. li ul li { font-size: 100% !important; margin-bottom: .6em !important; }
  37. div#catlinks { margin-top: 4em !important; padding-left: 1em !important;  padding-right: 1em !important;   }
  38. div.dablink { padding-left: 0 !important; }
  39. .messagebox { margin: 0 0 1em !important; text-align: left !important; padding: 1em !important; }
  40. dt { margin-top: 1em !important; }
  41. h1, h2 { border-bottom-style: dotted !important; }
  42. #content blockquote { margin-left: 0 !important; margin-right: 0 !important; }
  43.  
  44.  
  45. }