Default.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. html {
  2. font-family: Katica;
  3. }
  4. head, link, meta, script, style, title {
  5. display: none;
  6. }
  7. body {
  8. margin-left: 8;
  9. margin-top: 8;
  10. margin-right: 8;
  11. margin-bottom: 8;
  12. }
  13. h1, h2 {
  14. font-family: Pebbleton;
  15. font-weight: bold;
  16. }
  17. h3 {
  18. font-weight: bold;
  19. }
  20. pre {
  21. margin-bottom: 8;
  22. margin-top: 8;
  23. white-space: pre;
  24. }
  25. code {
  26. font-family: Csilla;
  27. font-weight: lighter;
  28. }
  29. u, ins {
  30. text-decoration: underline;
  31. }
  32. strong, b {
  33. font-weight: bold;
  34. }
  35. html, address,
  36. blockquote,
  37. body, dd, div,
  38. dl, dt, fieldset, form,
  39. frame, frameset,
  40. h1, h2, h3, h4,
  41. h5, h6, noframes,
  42. ol, p, ul, center,
  43. dir, hr, menu, pre {
  44. display: block;
  45. }
  46. h1, h2, h3 {
  47. margin-top: 8;
  48. margin-bottom: 8;
  49. margin-left: 0;
  50. margin-right: 0;
  51. }
  52. h4, p,
  53. blockquote, ul,
  54. fieldset, form,
  55. ol, dl, dir,
  56. menu {
  57. margin-top: 4;
  58. margin-bottom: 4;
  59. margin-left: 0;
  60. margin-right: 0;
  61. }
  62. h5, h6 {
  63. margin-top: 2;
  64. margin-bottom: 2;
  65. margin-left: 0;
  66. margin-right: 0;
  67. }
  68. li {
  69. display: list-item;
  70. margin-left: 8;
  71. margin-top: 2;
  72. margin-bottom: 2;
  73. }
  74. a {
  75. color: #0000ff;
  76. text-decoration: underline;
  77. }
  78. hr {
  79. border-width: 1;
  80. border-color: #888888;
  81. border-style: inset;
  82. }