Default.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. center {
  47. text-align: center;
  48. }
  49. h1, h2, h3 {
  50. margin-top: 8;
  51. margin-bottom: 8;
  52. margin-left: 0;
  53. margin-right: 0;
  54. }
  55. h4, p,
  56. blockquote, ul,
  57. fieldset, form,
  58. ol, dl, dir,
  59. menu {
  60. margin-top: 4;
  61. margin-bottom: 4;
  62. margin-left: 0;
  63. margin-right: 0;
  64. }
  65. h5, h6 {
  66. margin-top: 2;
  67. margin-bottom: 2;
  68. margin-left: 0;
  69. margin-right: 0;
  70. }
  71. li {
  72. display: list-item;
  73. margin-left: 8;
  74. margin-top: 2;
  75. margin-bottom: 2;
  76. }
  77. a {
  78. color: -libhtml-link;
  79. text-decoration: underline;
  80. }
  81. a:hover {
  82. color: red;
  83. }
  84. hr {
  85. margin-top: 4;
  86. margin-bottom: 4;
  87. border-width: 1;
  88. border-color: #888888;
  89. border-style: inset;
  90. }
  91. blink {
  92. display: inline;
  93. }
  94. table {
  95. display: table;
  96. }
  97. tr {
  98. display: table-row;
  99. }
  100. td {
  101. display: table-cell;
  102. }