Guest User

Untitled

a guest
Feb 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. html * {
  2. font-family: "Helvetica Neue" !important;
  3. }
  4.  
  5. body {
  6. font-size: 85% !important;
  7. background: #fcfcfc !important;
  8. }
  9.  
  10. #head,
  11. #menus {
  12. display: none;
  13. }
  14.  
  15. #page_content {
  16. margin-left: 0 !important;
  17. }
  18. #page_content a.current {
  19. color: #333 !important;
  20. }
  21.  
  22. #panels {
  23. font-size: 75% !important;
  24. }
  25. #panels h2 {
  26. display: none !important;
  27. }
  28. #panels div div {
  29. margin-top: 0 !important;
  30. padding-bottom: 5px !important;
  31. background-image: none !important;
  32. }
  33.  
  34. div.post {
  35. background: #fff !important;
  36. border-color: #ddd !important;
  37. }
  38.  
  39. blockquote {
  40. font-family: georgia !important;
  41. }
Add Comment
Please, Sign In to add comment