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.

248 lines
4.7 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
  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. #dokuwiki__header .headings {
  14. margin-bottom: 2.1em;
  15. }
  16. #dokuwiki__header h1 {
  17. margin-bottom: 0;
  18. font-size: 1.5em;
  19. }
  20. #dokuwiki__header h1 a {
  21. text-decoration: none;
  22. color: #00c;
  23. background-color: inherit;
  24. }
  25. #dokuwiki__header p.claim {
  26. margin-bottom: 0;
  27. }
  28. #dokuwiki__header h2 {
  29. margin-bottom: 0;
  30. font-size: 1.125em;
  31. }
  32. #dokuwiki__header .tools {
  33. margin-bottom: 2.1em;
  34. }
  35. #dokuwiki__header .tools ul {
  36. margin-bottom: 0;
  37. }
  38. #dokuwiki__header .tools ul li {
  39. display: inline;
  40. }
  41. #dokuwiki__header form.search {
  42. margin: .5em 0 0;
  43. display: block;
  44. }
  45. #dokuwiki__header form.search #qsearch__in {
  46. width: 12em;
  47. margin-right: .5em;
  48. }
  49. [dir=rtl] #dokuwiki__header form.search #qsearch__in {
  50. margin-right: 0;
  51. margin-left: .5em;
  52. }
  53. #dokuwiki__header div.breadcrumbs {
  54. margin-bottom: .3em;
  55. }
  56. #dokuwiki__header div.breadcrumbs a {
  57. color: __existing__;
  58. background-color: inherit;
  59. }
  60. /* tools
  61. ********************************************************************/
  62. /* make wiki links look the same as tool links in tool bars */
  63. #dokuwiki__usertools a.wikilink1,
  64. #dokuwiki__pagetools a.wikilink1,
  65. #dokuwiki__usertools a.wikilink2,
  66. #dokuwiki__pagetools a.wikilink2 {
  67. color: #00c;
  68. border-bottom-width: 0;
  69. }
  70. #dokuwiki__usertools a.wikilink2:hover,
  71. #dokuwiki__pagetools a.wikilink2:hover,
  72. #dokuwiki__usertools a.wikilink2:active,
  73. #dokuwiki__pagetools a.wikilink2:active,
  74. #dokuwiki__usertools a.wikilink2:focus,
  75. #dokuwiki__pagetools a.wikilink2:focus {
  76. text-decoration: underline;
  77. }
  78. /* highlight selected tool */
  79. .mode_admin a.action.admin,
  80. .mode_login a.action.login,
  81. .mode_register a.action.register,
  82. .mode_profile a.action.profile,
  83. .mode_recent a.action.recent,
  84. .mode_index a.action.index,
  85. .mode_media a.action.media,
  86. .mode_revisions a.action.revs,
  87. .mode_backlink a.action.backlink,
  88. .mode_subscribe a.action.subscribe {
  89. font-weight: bold;
  90. }
  91. /*____________ user tools ____________*/
  92. #dokuwiki__usertools {
  93. position: absolute;
  94. top: 0;
  95. right: 0;
  96. border-bottom: 1px solid __border__;
  97. background-color: __background_alt__;
  98. width: 100%;
  99. }
  100. #dokuwiki__usertools ul,
  101. #dokuwiki__pagetools ul {
  102. /* imitate #dokuwiki__site */
  103. margin: 0 auto;
  104. max-width: __site_width__;
  105. padding: 0 1em;
  106. }
  107. #dokuwiki__usertools ul li.user {
  108. float: left;
  109. margin-left: 0;
  110. }
  111. [dir=rtl] #dokuwiki__usertools ul li.user {
  112. float: right;
  113. margin-right: 0;
  114. }
  115. /*____________ page tools ____________*/
  116. #dokuwiki__pagetools {
  117. position: fixed;
  118. bottom: 0;
  119. left: 0;
  120. border-top: 1px solid __border__;
  121. background-color: __background_alt__;
  122. width: 100%;
  123. z-index: 10;
  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. [dir=rtl] #dokuwiki__pagetools ul li a.action.top {
  133. float: left;
  134. }
  135. /* sidebar
  136. ********************************************************************/
  137. #dokuwiki__aside {
  138. padding-top: .4em;
  139. }
  140. .dokuwiki .aside {
  141. overflow: hidden;
  142. word-wrap: break-word;
  143. line-height: 1.2;
  144. }
  145. /* make sidebar more condensed */
  146. .dokuwiki .aside h1 {
  147. margin-bottom: .222em;
  148. }
  149. .dokuwiki .aside h2 {
  150. margin-bottom: .333em;
  151. }
  152. .dokuwiki .aside h3 {
  153. margin-bottom: .444em;
  154. }
  155. .dokuwiki .aside h4 {
  156. margin-bottom: .5em;
  157. }
  158. .dokuwiki .aside h5 {
  159. margin-bottom: .5714em;
  160. }
  161. .dokuwiki .aside p,
  162. .dokuwiki .aside ul,
  163. .dokuwiki .aside ol,
  164. .dokuwiki .aside dl,
  165. .dokuwiki .aside pre,
  166. .dokuwiki .aside table,
  167. .dokuwiki .aside fieldset,
  168. .dokuwiki .aside hr,
  169. .dokuwiki .aside blockquote,
  170. .dokuwiki .aside address {
  171. margin-bottom: .7em;
  172. }
  173. .dokuwiki .aside ul,
  174. .dokuwiki .aside ol {
  175. padding-left: .5em;
  176. }
  177. [dir=rtl] .dokuwiki .aside ul,
  178. [dir=rtl] .dokuwiki .aside ol {
  179. padding-right: .5em;
  180. }
  181. .dokuwiki .aside li ul,
  182. .dokuwiki .aside li ol {
  183. margin-bottom: 0;
  184. padding: 0;
  185. }
  186. /* content
  187. ********************************************************************/
  188. .dokuwiki .page {
  189. word-wrap: break-word;
  190. }
  191. /* license note in footer and under edit window */
  192. .dokuwiki div.license {
  193. font-size: 93.75%;
  194. }
  195. /* footer
  196. ********************************************************************/
  197. .dokuwiki .wrapper {
  198. margin-bottom: 2.8em;
  199. }
  200. #dokuwiki__footer {
  201. margin-bottom: 1em;
  202. }
  203. #dokuwiki__footer .doc {
  204. float: left;
  205. }
  206. #dokuwiki__footer .top {
  207. float: right;
  208. }
  209. #dokuwiki__footer .license {
  210. clear: both;
  211. }
  212. #dokuwiki__footer .license img {
  213. margin: 0 .5em 0 0;
  214. float: none;
  215. }