Default.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. font-family: Csilla;
  22. font-weight: lighter;
  23. margin-bottom: 8;
  24. margin-top: 8;
  25. white-space: pre;
  26. }
  27. code {
  28. font-family: Csilla;
  29. font-weight: lighter;
  30. }
  31. u, ins {
  32. text-decoration: underline;
  33. }
  34. strong, b {
  35. font-weight: bold;
  36. }
  37. html, address,
  38. blockquote,
  39. body, dd, div,
  40. dl, dt, fieldset, form,
  41. frame, frameset,
  42. h1, h2, h3, h4,
  43. h5, h6, noframes,
  44. ol, p, ul, center,
  45. dir, hr, menu, pre,
  46. header, footer {
  47. display: block;
  48. }
  49. center {
  50. text-align: center;
  51. }
  52. h1, h2, h3 {
  53. margin-top: 8;
  54. margin-bottom: 8;
  55. margin-left: 0;
  56. margin-right: 0;
  57. }
  58. h4, p,
  59. blockquote, ul,
  60. fieldset, form,
  61. ol, dl, dir,
  62. menu {
  63. margin-top: 4;
  64. margin-bottom: 4;
  65. margin-left: 0;
  66. margin-right: 0;
  67. }
  68. h5, h6 {
  69. margin-top: 2;
  70. margin-bottom: 2;
  71. margin-left: 0;
  72. margin-right: 0;
  73. }
  74. li {
  75. display: list-item;
  76. margin-left: 8;
  77. margin-top: 2;
  78. margin-bottom: 2;
  79. }
  80. a:link {
  81. color: -libhtml-link;
  82. text-decoration: underline;
  83. }
  84. a:hover {
  85. color: red;
  86. }
  87. hr {
  88. margin-top: 4;
  89. margin-bottom: 4;
  90. border-top-width: 1;
  91. border-left-width: 1;
  92. border-right-width: 1;
  93. border-bottom-width: 1;
  94. border-top-color: #888888;
  95. border-left-color: #888888;
  96. border-right-color: #888888;
  97. border-bottom-color: #888888;
  98. border-top-style: inset;
  99. border-left-style: inset;
  100. border-right-style: inset;
  101. border-bottom-style: inset;
  102. }
  103. blink {
  104. display: inline;
  105. }
  106. table {
  107. display: table;
  108. }
  109. tr {
  110. display: table-row;
  111. }
  112. td {
  113. display: table-cell;
  114. }
  115. basefont {
  116. display: block;
  117. }