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.

274 lines
5.8 KiB

14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
  1. /**
  2. * This file provides the main design styles for the
  3. * bits that surround the content.
  4. *
  5. * @author Anika Henke <anika@selfthinker.org>
  6. * @author Andreas Gohr <andi@splitbrain.org>
  7. */
  8. /* header
  9. ********************************************************************/
  10. #dokuwiki__header {
  11. margin: 1em 0 0;
  12. }
  13. #IE7 #dokuwiki__header {
  14. margin-top: 2em;
  15. }
  16. #dokuwiki__header .headings {
  17. margin-bottom: 2.1em;
  18. }
  19. #dokuwiki__header h1 {
  20. margin-bottom: 0;
  21. font-size: 1.5em;
  22. }
  23. #dokuwiki__header h1 a {
  24. text-decoration: none;
  25. color: #00c;
  26. background-color: inherit;
  27. }
  28. #dokuwiki__header p.claim {
  29. margin-bottom: 0;
  30. }
  31. #dokuwiki__header h2 {
  32. margin-bottom: 0;
  33. font-size: 1.125em;
  34. }
  35. #dokuwiki__header .tools {
  36. margin-bottom: 2.1em;
  37. }
  38. #dokuwiki__header .tools ul {
  39. margin-bottom: 0;
  40. }
  41. #dokuwiki__header .tools ul li {
  42. display: inline;
  43. }
  44. #dokuwiki__header form.search {
  45. margin: .5em 0 0;
  46. display: block;
  47. }
  48. #dokuwiki__header form.search #qsearch__in {
  49. width: 12em;
  50. margin-right: .5em;
  51. }
  52. #dokuwiki__header div.breadcrumbs {
  53. margin-bottom: .3em;
  54. }
  55. #dokuwiki__header div.breadcrumbs a {
  56. color: __existing__;
  57. background-color: inherit;
  58. }
  59. /* tools
  60. ********************************************************************/
  61. /* make wiki links look the same as tool links in tool bars */
  62. #dokuwiki__usertools a.wikilink1,
  63. #dokuwiki__pagetools a.wikilink1,
  64. #dokuwiki__usertools a.wikilink2,
  65. #dokuwiki__pagetools a.wikilink2 {
  66. color: #00c;
  67. border-bottom-width: 0;
  68. }
  69. #dokuwiki__usertools a.wikilink2:hover,
  70. #dokuwiki__pagetools a.wikilink2:hover,
  71. #dokuwiki__usertools a.wikilink2:active,
  72. #dokuwiki__pagetools a.wikilink2:active,
  73. #dokuwiki__usertools a.wikilink2:focus,
  74. #dokuwiki__pagetools a.wikilink2:focus {
  75. text-decoration: underline;
  76. }
  77. /* highlight selected tool */
  78. .mode_admin a.action.admin,
  79. .mode_login a.action.login,
  80. .mode_register a.action.register,
  81. .mode_profile a.action.profile,
  82. .mode_recent a.action.recent,
  83. .mode_index a.action.index,
  84. .mode_revisions a.action.revs,
  85. .mode_backlink a.action.backlink,
  86. .mode_subscribe a.action.subscribe {
  87. font-weight: bold;
  88. }
  89. /*____________ user tools ____________*/
  90. #dokuwiki__usertools {
  91. position: absolute;
  92. top: 0;
  93. right: 0;
  94. border-bottom: 1px solid __border__;
  95. background-color: __background_alt__;
  96. width: 100%;
  97. }
  98. #dokuwiki__usertools ul,
  99. #dokuwiki__pagetools ul {
  100. /* imitate #dokuwiki__site */
  101. margin: 0 auto;
  102. max-width: __site_width__;
  103. padding: 0 1em;
  104. }
  105. #IE6 #dokuwiki__usertools ul {
  106. width: 100%;
  107. }
  108. #dokuwiki__usertools ul li.user {
  109. float: left;
  110. margin-left: 0;
  111. }
  112. /*____________ page tools ____________*/
  113. #dokuwiki__pagetools {
  114. position: fixed;
  115. bottom: 0;
  116. left: 0;
  117. border-top: 1px solid __border__;
  118. background-color: __background_alt__;
  119. width: 100%;
  120. z-index: 10;
  121. }
  122. #IE6 #dokuwiki__content {
  123. margin-bottom: 1.4em;
  124. }
  125. #dokuwiki__pagetools ul li {
  126. display: inline;
  127. margin: 0 1.5em 0 0;
  128. }
  129. #dokuwiki__pagetools ul li a.action.top {
  130. float: right;
  131. }
  132. #IE6 #dokuwiki__pagetools ul,
  133. #IE7 #dokuwiki__pagetools ul {
  134. position: relative;
  135. }
  136. #IE6 #dokuwiki__pagetools ul li a.action.top,
  137. #IE7 #dokuwiki__pagetools ul li a.action.top {
  138. position: absolute;
  139. top: 0;
  140. right: 0;
  141. }
  142. /* sidebar
  143. ********************************************************************/
  144. #dokuwiki__aside {
  145. padding-top: .4em;
  146. line-height: 1.2;
  147. }
  148. #dokuwiki__aside > .pad {
  149. overflow: hidden;
  150. word-wrap: break-word;
  151. }
  152. /* make sidebar more condensed */
  153. #dokuwiki__aside h1 { margin-bottom: .222em; }
  154. #dokuwiki__aside h2 { margin-bottom: .333em; }
  155. #dokuwiki__aside h3 { margin-bottom: .444em; }
  156. #dokuwiki__aside h4 { margin-bottom: .5em; }
  157. #dokuwiki__aside h5 { margin-bottom: .5714em; }
  158. #dokuwiki__aside p, #dokuwiki__aside ul, #dokuwiki__aside ol, #dokuwiki__aside dl,
  159. #dokuwiki__aside pre, #dokuwiki__aside table, #dokuwiki__aside fieldset,
  160. #dokuwiki__aside hr, #dokuwiki__aside blockquote, #dokuwiki__aside address {
  161. margin-bottom: .7em;
  162. }
  163. #dokuwiki__aside ul, #dokuwiki__aside ol {
  164. padding-left: 0;
  165. }
  166. #dokuwiki__aside li ul, #dokuwiki__aside li ol {
  167. margin-bottom: 0;
  168. }
  169. /* content
  170. ********************************************************************/
  171. .dokuwiki .page {
  172. word-wrap: break-word;
  173. }
  174. #mediamanager__page h2,
  175. #mediamanager__page h3 {
  176. font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  177. color: __text__;
  178. }
  179. /*____________ misc ____________*/
  180. /* license note in footer and under edit window */
  181. .dokuwiki div.license {
  182. font-size: 93.75%;
  183. }
  184. #IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
  185. #IE7 .dokuwiki input.button, #IE7 .dokuwiki button {
  186. line-height: 1.4;
  187. }
  188. /* to style button-like div in _fileuploader.css to look like other buttons,
  189. please add '.qq-upload-button' to the according styles (which don't really exist in this template) */
  190. .qq-upload-button {
  191. border: 1px solid __border__;
  192. background-color: __background_alt__;
  193. padding: 0.125em 0.4em;
  194. }
  195. /*____________ JS popup ____________*/
  196. .JSpopup {
  197. background-color: __background__;
  198. color: __text__;
  199. border: 1px solid __border__;
  200. line-height: 1.2;
  201. padding: 0 .2em;
  202. }
  203. .JSpopup ul,
  204. .JSpopup ol {
  205. padding-left: 0;
  206. }
  207. /* footer
  208. ********************************************************************/
  209. .dokuwiki .wrapper {
  210. margin-bottom: 2.8em;
  211. }
  212. #IE6 .dokuwiki .wrapper {
  213. margin-bottom: 1.4em;
  214. }
  215. #dokuwiki__footer {
  216. margin-bottom: 1em;
  217. }
  218. #IE6 #dokuwiki__footer,
  219. #IE7 #dokuwiki__footer {
  220. height: 1%;
  221. }
  222. #dokuwiki__footer .doc {
  223. float: left;
  224. }
  225. #dokuwiki__footer .top {
  226. float: right;
  227. }
  228. #dokuwiki__footer .license {
  229. clear: both;
  230. }
  231. #dokuwiki__footer .license img {
  232. margin: 0 .5em 0 0;
  233. float: none;
  234. }