print.css 509 B

12345678910111213141516171819202122232425262728293031323334
  1. #littlemenu, #topkek, #leftbar, #rightbar, #footbar, #paginator, .postedit {
  2. display: none !important;
  3. }
  4. #kontent {
  5. text-align: left;
  6. font-family: sans-serif;
  7. font-size: 12pt;
  8. }
  9. p.title {
  10. font-weight: bold;
  11. }
  12. ul {
  13. list-style-type: disc;
  14. }
  15. table {
  16. border-spacing: 0px;
  17. }
  18. td {
  19. padding: 0px;
  20. }
  21. pre {
  22. font-family: sans-serif;
  23. font-size: 12pt;
  24. margin-top: 5px;
  25. margin-bottom: 5px;
  26. white-space: pre-wrap;
  27. }
  28. h3.blogtitles {
  29. margin-bottom: 5px;
  30. margin-bottom: 5px;
  31. }
  32. em.blogdetail {
  33. font-size: 8pt;
  34. }