Default.css 452 B

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