wikistandard.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. #article {
  2. padding: 4px;
  3. }
  4. #content {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. #footer {
  9. padding: 4px;
  10. font-size: 95%;
  11. clear: both;
  12. }
  13. #pagestats {
  14. font-size: 9pt;
  15. }
  16. #powersearch {
  17. background: #DDEEFF;
  18. border-style: solid;
  19. border-width: 1px;
  20. padding: 2px;
  21. }
  22. #quickbar {
  23. width: 140px;
  24. height: 100%;
  25. padding: 4px;
  26. visibility: visible;
  27. z-index: 99;
  28. font-size: 95%;
  29. }
  30. #topbar {
  31. padding: 4px;
  32. font-size: 95%;
  33. }
  34. /* Table of contents */
  35. .toctoggle,
  36. .editsection {
  37. font-size: smaller;
  38. }
  39. /* ... */
  40. #toolbar {
  41. padding: 0;
  42. }
  43. #infobox {
  44. background: #eeeeff;
  45. color: black;
  46. }
  47. #editform {
  48. margin-top: 1px;
  49. }
  50. a.interwiki,
  51. a.external {
  52. color: #3366BB;
  53. }
  54. a.printable {
  55. text-decoration: underline;
  56. }
  57. a.stub {
  58. color: #772233;
  59. text-decoration: none;
  60. }
  61. a:visited {
  62. color: #5A3696;
  63. }
  64. body {
  65. margin: 0;
  66. padding: 4px;
  67. color: black;
  68. }
  69. form.inline {
  70. display: inline;
  71. }
  72. textarea {
  73. overflow: auto;
  74. }
  75. h1.pagetitle {
  76. padding-top: 0;
  77. margin-top: 0;
  78. padding-bottom: 0;
  79. margin-bottom: 0;
  80. font-size: 150%;
  81. }
  82. h1.pagetitle .editsection {
  83. font-size: 66.7%;
  84. }
  85. h2 {
  86. font-size: 120%;
  87. }
  88. h2 .editsection {
  89. font-size: 83.3%;
  90. }
  91. h2, h3, h4, h5, h6 {
  92. margin-bottom: 0;
  93. }
  94. h3 {
  95. font-size: 106.25%;
  96. }
  97. h3 .editsection {
  98. font-size: 94.1%;
  99. }
  100. h4 {
  101. font-size: 103.125%;
  102. }
  103. h4 .editsection {
  104. font-size: 97.0%;
  105. }
  106. h5 {
  107. font-size: 100%;
  108. }
  109. h5 .editsection {
  110. font-size: 100%;
  111. }
  112. h6 {
  113. font-size: 95%;
  114. }
  115. h6 .editsection {
  116. font-size: 105.3%;
  117. }
  118. hr.sep {
  119. color: gray;
  120. height: 1px;
  121. background-color: gray;
  122. }
  123. p.subpages {
  124. font-size: small;
  125. }
  126. p.subtitle {
  127. padding-top: 0;
  128. margin-top: 0;
  129. }
  130. .catlinks {
  131. font-size: small;
  132. margin-top: 0;
  133. text-align:right;
  134. }
  135. td {
  136. empty-cells: show;
  137. }
  138. td.bottom {
  139. border-top: 1px solid gray;
  140. }
  141. td.top {
  142. border-bottom: 1px solid gray;
  143. }