Default.css 518 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. html {
  2. display: block;
  3. font-family: Katica;
  4. }
  5. head, link, meta, script, style, title {
  6. display: none;
  7. }
  8. body {
  9. display: block;
  10. margin-left: 8;
  11. margin-top: 8;
  12. margin-right: 8;
  13. margin-bottom: 8;
  14. }
  15. h1 {
  16. display: block;
  17. font-family: Pebbleton;
  18. font-weight: bold;
  19. }
  20. pre {
  21. display: block;
  22. font-family: Csilla;
  23. }
  24. u, ins {
  25. text-decoration: underline;
  26. }
  27. strong, b {
  28. font-family: KaticaBold;
  29. }
  30. p {
  31. display: block;
  32. margin-bottom: 8;
  33. margin-top: 8;
  34. }