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.
 
 
 
 
 

139 lines
3.3 KiB

  1. /******************************************************************************
  2. ******************************** ATTENTION *********************************
  3. DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
  4. ******************************************************************************
  5. If you want to add some own screen CSS, have a look at the README of this
  6. template and "/user/print.css". You have been warned!
  7. *****************************************************************************/
  8. body {
  9. font: normal 80%/1.4 sans-serif;
  10. }
  11. div#content .dokuwiki h1,
  12. div#content .dokuwiki h2,
  13. div#content .dokuwiki h3,
  14. div#content .dokuwiki h4,
  15. div#content .dokuwiki h5,
  16. div#content .dokuwiki h6 {
  17. border-bottom: 0 none;
  18. }
  19. div#content .dokuwiki h1,
  20. div#content .dokuwiki h2 {
  21. font-weight: bold;
  22. }
  23. div#content .dokuwiki h1 {
  24. font-weight: 135%;
  25. }
  26. div#content .dokuwiki h2 {
  27. font-weight: 130%;
  28. }
  29. div#content .dokuwiki h3,
  30. div#content .dokuwiki h4,
  31. div#content .dokuwiki h5,
  32. div#content .dokuwiki h6 {
  33. font-weight: normal;
  34. text-decoration: underline;
  35. }
  36. /* define the "noprint" class used by the original MediaWiki vector skin */
  37. .noprint {
  38. display: none;
  39. }
  40. /* remove some link styling */
  41. div.dokuwiki a {
  42. text-decoration: none !important;
  43. }
  44. /* remove interwiki link icons */
  45. div.dokuwiki a.interwiki {
  46. background: transparent none;
  47. padding: 0;
  48. }
  49. /* quotes */
  50. div#content .dokuwiki blockquote {
  51. border-left: 2px solid __border__;
  52. padding-left: 3px;
  53. margin-left: 0.2em;
  54. }
  55. /* preformatted stuff, source code */
  56. div#content .dokuwiki code,
  57. div#content .dokuwiki pre,
  58. div#content .dokuwiki pre.code,
  59. div#content .dokuwiki pre.file {
  60. font-size: 100%;
  61. }
  62. div#content .dokuwiki pre,
  63. div#content .dokuwiki pre.code,
  64. div#content .dokuwiki pre.file {
  65. line-height: 1.2em;
  66. background-color: __background_other__;
  67. }
  68. div#content .dokuwiki dl.file,
  69. div#content .dokuwiki dl.file dd,
  70. div#content .dokuwiki dl.file dt {
  71. margin-left: 0;
  72. }
  73. div#content .dokuwiki dl.file dt {
  74. background-color: __background_other__;
  75. }
  76. /* misc tweaks */
  77. div#content,
  78. div#bodyContent {
  79. margin-left: 0;
  80. border: 0 none;
  81. font-size: 1em;
  82. }
  83. body {
  84. background-image: none;
  85. background-color: #fff;
  86. }
  87. /* tag plugin: hide tag row */
  88. div.tags {
  89. display: none;
  90. }
  91. /* pagelist plugin: listing tables */
  92. div#content .dokuwiki table.ul,
  93. div#content .dokuwiki table.ul tr,
  94. div#content .dokuwiki table.ul td {
  95. border: 0 none;
  96. }
  97. div#content .dokuwiki table.ul td.date,
  98. div#content .dokuwiki table.ul td.user {
  99. display: none;
  100. }
  101. div#content .dokuwiki table.ul ul,
  102. div#content .dokuwiki table.ul ol,
  103. div#content .dokuwiki table.ul li {
  104. margin-top: 0;
  105. margin-bottom: 0;
  106. padding-top: 0;
  107. padding-bottom: 0;
  108. }
  109. /* wrap plugin: modify some inline styles */
  110. div#content .dokuwiki span.wrap_box,
  111. div#content .dokuwiki span.wrap_danger,
  112. div#content .dokuwiki span.wrap_warning,
  113. div#content .dokuwiki span.wrap_caution,
  114. div#content .dokuwiki span.wrap_notice,
  115. div#content .dokuwiki span.wrap_safety,
  116. div#content .dokuwiki span.wrap_info,
  117. div#content .dokuwiki span.wrap_important,
  118. div#content .dokuwiki span.wrap_alert,
  119. div#content .dokuwiki span.wrap_tip,
  120. div#content .dokuwiki span.wrap_help,
  121. div#content .dokuwiki span.wrap_todo,
  122. div#content .dokuwiki span.wrap_download {
  123. border-top: 0 none;
  124. border-right: 0 none;
  125. border-left: 0 none;
  126. border-bottom: 1px dashed;
  127. padding: 0;
  128. }