You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

249 lines
3.9 KiB

  1. body {
  2. font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  3. background-color: White;
  4. color: Black;
  5. }
  6. table {
  7. font-size: 100%;
  8. padding: 0;
  9. margin: 0;
  10. }
  11. tr,td,th { padding: 0; margin: 0; }
  12. img { border: 0; }
  13. a {
  14. color: #000000;
  15. text-decoration: none;
  16. background: none !important;
  17. }
  18. a.interwiki {
  19. padding-left: 0px !important;
  20. }
  21. div.meta {
  22. clear: both;
  23. margin-top: 1em;
  24. font-size: 70%;
  25. text-align: right;
  26. }
  27. div.notify,
  28. div.info,
  29. div.success,
  30. div.error,
  31. div.breadcrumbs,
  32. div.secedit {
  33. display: none;
  34. }
  35. /* --------------------- Text formating -------------------------------- */
  36. /* external link */
  37. a.urlextern:after {
  38. content: " [" attr(href) "]";
  39. font-size: 90%;
  40. }
  41. /* interwiki link */
  42. a.interwiki:after {
  43. content: " [" attr(href) "]";
  44. font-size: 90%;
  45. }
  46. /* email link */
  47. a.mail:after {
  48. content: " [" attr(href) "]";
  49. font-size: 90%;
  50. }
  51. /* existing wikilink */
  52. a.wikilink1 { text-decoration: underline; }
  53. /* the document */
  54. div.page {
  55. text-align: justify;
  56. }
  57. /* general headline setup */
  58. h1, h2, h3, h4, h5 {
  59. color: Black;
  60. background-color: transparent;
  61. font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  62. font-size: 100%;
  63. font-weight: normal;
  64. margin-left: 0;
  65. margin-right: 0;
  66. margin-top: 0;
  67. margin-bottom: 1em;
  68. padding-left: 0;
  69. padding-right: 0;
  70. padding-top: 0.5em;
  71. padding-bottom: 0;
  72. border-bottom: 1px solid #000000;
  73. clear: left;
  74. }
  75. /* special headlines */
  76. h1 { font-size: 160%; font-weight: bold; }
  77. h2 { font-size: 150%; }
  78. h3 { font-size: 140%; border-bottom: none; }
  79. h4 { font-size: 120%; border-bottom: none; }
  80. h5 { font-size: 100%; border-bottom: none; }
  81. /* embedded images */
  82. img.media {
  83. margin: 3px;
  84. }
  85. img.medialeft {
  86. border: 0;
  87. float: left;
  88. margin: 0 1.5em 0 0;
  89. }
  90. img.mediaright {
  91. border: 0;
  92. float: right;
  93. margin: 0 0 0 1.5em;
  94. }
  95. /* unordered lists */
  96. ul {
  97. line-height: 1.5em;
  98. list-style-type: square;
  99. margin: 0 0 1em 3.5em;
  100. padding: 0;
  101. }
  102. /* ordered lists */
  103. ol {
  104. line-height: 1.5em;
  105. margin: 0 0 1em 3.5em;
  106. padding: 0;
  107. font-weight: normal;
  108. }
  109. div.dokuwiki li ul {
  110. margin-bottom: 0;
  111. }
  112. div.dokuwiki li ol {
  113. margin-bottom: 0;
  114. }
  115. div.dokuwiki ol { list-style-type: decimal; }
  116. div.dokuwiki ol ol { list-style-type: upper-roman; }
  117. div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
  118. div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
  119. /* the list items overriding the ol definition */
  120. span.li {
  121. font-weight: normal;
  122. }
  123. pre {
  124. font-family: monospace;
  125. }
  126. /* code blocks by indention */
  127. pre.pre {
  128. font-size: 8pt;
  129. padding: 0.5em;
  130. border: 1px dashed #000000;
  131. color: Black;
  132. overflow: visible;
  133. }
  134. /* code blocks by code tag */
  135. pre.code {
  136. font-size: 8pt;
  137. padding: 0.5em;
  138. border: 1px dashed #000000;
  139. color: Black;
  140. overflow: visible;
  141. }
  142. /* inline code words */
  143. code {
  144. font-size: 120%;
  145. }
  146. /* code blocks by file tag */
  147. pre.file {
  148. font-size: 8pt;
  149. padding: 0.5em;
  150. border: 1px dotted #000000;
  151. color: Black;
  152. overflow: visible;
  153. }
  154. /* footnotes */
  155. div.footnotes {
  156. clear: both;
  157. border-top: 1px solid #000000;
  158. padding-left: 1em;
  159. margin-top: 1em;
  160. }
  161. div.fn {
  162. font-size: 90%;
  163. }
  164. a.fn_top {
  165. vertical-align: super;
  166. font-size: 80%;
  167. }
  168. a.fn_bot {
  169. vertical-align: super;
  170. font-size: 80%;
  171. font-weight: bold;
  172. }
  173. acronym {
  174. border: 0;
  175. }
  176. /* ---------- inline tables ------------------- */
  177. table.inline {
  178. font-size: 80%;
  179. background-color: #ffffff;
  180. border-spacing: 0px;
  181. border-collapse: collapse;
  182. }
  183. table.inline th {
  184. padding: 3px;
  185. border: 1px solid #000000;
  186. border-bottom: 2px solid #000000;
  187. }
  188. table.inline td {
  189. padding: 3px;
  190. border: 1px solid #000000;
  191. }
  192. .leftalign {
  193. text-align: left;
  194. }
  195. .centeralign {
  196. text-align: center;
  197. }
  198. .rightalign {
  199. text-align: right;
  200. }
  201. /*.toc, .footerinc, .header, .bar, .user { display: none; }*/
  202. #dw__toc, .footerinc, .header, .bar, .user { display: none; }
  203. .sidebar { display: none; }