Default.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. hgroup,
  43. h1, h2, h3, h4,
  44. h5, h6, noframes,
  45. ol, p, ul, center,
  46. dir, hr, menu, pre,
  47. header, footer, nav, main,
  48. article, aside, section {
  49. display: block;
  50. }
  51. center {
  52. text-align: center;
  53. }
  54. h1, h2, h3 {
  55. margin-top: 8;
  56. margin-bottom: 8;
  57. margin-left: 0;
  58. margin-right: 0;
  59. }
  60. h4, p,
  61. blockquote, ul,
  62. fieldset, form,
  63. ol, dl, dir,
  64. menu {
  65. margin-top: 4;
  66. margin-bottom: 4;
  67. margin-left: 0;
  68. margin-right: 0;
  69. }
  70. h5, h6 {
  71. margin-top: 2;
  72. margin-bottom: 2;
  73. margin-left: 0;
  74. margin-right: 0;
  75. }
  76. li {
  77. display: list-item;
  78. margin-left: 8;
  79. margin-top: 2;
  80. margin-bottom: 2;
  81. }
  82. a:link {
  83. color: -libweb-link;
  84. text-decoration: underline;
  85. }
  86. a:hover {
  87. color: red;
  88. }
  89. hr {
  90. margin-top: 4;
  91. margin-bottom: 4;
  92. border-top-width: 1;
  93. border-left-width: 1;
  94. border-right-width: 1;
  95. border-bottom-width: 1;
  96. border-top-color: #888888;
  97. border-left-color: #888888;
  98. border-right-color: #888888;
  99. border-bottom-color: #888888;
  100. border-top-style: inset;
  101. border-left-style: inset;
  102. border-right-style: inset;
  103. border-bottom-style: inset;
  104. }
  105. blink {
  106. display: inline;
  107. }
  108. table {
  109. display: table;
  110. }
  111. thead {
  112. display: table-header-group;
  113. vertical-align: middle;
  114. border-color: inherit;
  115. }
  116. tbody {
  117. display: table-row-group;
  118. vertical-align: middle;
  119. border-color: inherit;
  120. }
  121. tfoot {
  122. display: table-footer-group;
  123. vertical-align: middle;
  124. border-color: inherit;
  125. }
  126. tr {
  127. display: table-row;
  128. }
  129. td, th {
  130. display: table-cell;
  131. }
  132. col {
  133. display: table-column;
  134. }
  135. colgroup {
  136. display: table-column-group;
  137. }
  138. basefont {
  139. display: block;
  140. }