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.

339 lines
6.9 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
  1. /**
  2. * This file provides the main design styles.
  3. *
  4. * @author Anika Henke <anika@selfthinker.org>
  5. * @author Andreas Gohr <andi@splitbrain.org>
  6. */
  7. /* header
  8. ********************************************************************/
  9. #dokuwiki__header {
  10. margin: 1em 0 0;
  11. }
  12. #IE7 #dokuwiki__header {
  13. margin-top: 2em;
  14. }
  15. #dokuwiki__header .headings {
  16. margin-bottom: 2.1em;
  17. }
  18. #dokuwiki__header h1 {
  19. margin-bottom: 0;
  20. font-size: 1.5em;
  21. }
  22. #dokuwiki__header h1 a {
  23. text-decoration: none;
  24. color: #00c;
  25. background-color: inherit;
  26. }
  27. #dokuwiki__header p.claim {
  28. margin-bottom: 0;
  29. }
  30. #dokuwiki__header h2 {
  31. margin-bottom: 0;
  32. font-size: 1.125em;
  33. }
  34. #dokuwiki__header .tools {
  35. margin-bottom: 2.1em;
  36. }
  37. #dokuwiki__header .tools ul {
  38. margin-bottom: 0;
  39. }
  40. #dokuwiki__header .tools ul li {
  41. display: inline;
  42. }
  43. #dokuwiki__header form.search {
  44. margin: .5em 0 0;
  45. display: block;
  46. }
  47. #dokuwiki__header form.search #qsearch__in {
  48. width: 12em;
  49. margin-right: .5em;
  50. }
  51. #dokuwiki__header div.breadcrumbs {
  52. margin-bottom: .3em;
  53. }
  54. #dokuwiki__header div.breadcrumbs a {
  55. color: __existing__;
  56. background-color: inherit;
  57. }
  58. /* tools
  59. ********************************************************************/
  60. /* make wiki links look the same as tool links in tool bars */
  61. #dokuwiki__usertools a.wikilink1,
  62. #dokuwiki__pagetools a.wikilink1,
  63. #dokuwiki__usertools a.wikilink2,
  64. #dokuwiki__pagetools a.wikilink2 {
  65. color: #00c;
  66. border-bottom-width: 0;
  67. }
  68. #dokuwiki__usertools a.wikilink2:hover,
  69. #dokuwiki__pagetools a.wikilink2:hover,
  70. #dokuwiki__usertools a.wikilink2:active,
  71. #dokuwiki__pagetools a.wikilink2:active,
  72. #dokuwiki__usertools a.wikilink2:focus,
  73. #dokuwiki__pagetools a.wikilink2:focus {
  74. text-decoration: underline;
  75. }
  76. /* highlight selected tool */
  77. .mode_admin a.action.admin,
  78. .mode_profile a.action.profile,
  79. .mode_recent a.action.recent,
  80. .mode_index a.action.index,
  81. .mode_revisions a.action.revs,
  82. .mode_backlink a.action.backlink {
  83. font-weight: bold;
  84. }
  85. /*____________ user tools ____________*/
  86. #dokuwiki__usertools {
  87. position: absolute;
  88. top: 0;
  89. right: 0;
  90. border-bottom: 1px solid __border__;
  91. background-color: __background_alt__;
  92. width: 100%;
  93. }
  94. #dokuwiki__usertools ul,
  95. #dokuwiki__pagetools ul {
  96. /* imitate #dokuwiki__site */
  97. margin: 0 auto;
  98. max-width: 64em;
  99. padding: 0 1em;
  100. }
  101. #IE6 #dokuwiki__usertools ul {
  102. width: 100%;
  103. }
  104. #dokuwiki__usertools ul li.user {
  105. float: left;
  106. margin-left: 0;
  107. }
  108. /*____________ page tools ____________*/
  109. #dokuwiki__pagetools {
  110. position: fixed;
  111. bottom: 0;
  112. left: 0;
  113. border-top: 1px solid __border__;
  114. background-color: __background_alt__;
  115. width: 100%;
  116. z-index: 10;
  117. }
  118. #IE6 #dokuwiki__content {
  119. margin-bottom: 1.4em;
  120. }
  121. #dokuwiki__pagetools ul li {
  122. display: inline;
  123. margin: 0 1.5em 0 0;
  124. }
  125. #dokuwiki__pagetools ul li a.action.top {
  126. float: right;
  127. }
  128. #IE6 #dokuwiki__pagetools ul,
  129. #IE7 #dokuwiki__pagetools ul {
  130. position: relative;
  131. }
  132. #IE6 #dokuwiki__pagetools ul li a.action.top,
  133. #IE7 #dokuwiki__pagetools ul li a.action.top {
  134. position: absolute;
  135. top: 0;
  136. right: 0;
  137. }
  138. /* sidebar
  139. ********************************************************************/
  140. #dokuwiki__aside {
  141. padding-top: .4em;
  142. line-height: 1.2;
  143. }
  144. /* make sidebar more condensed */
  145. #dokuwiki__aside h1 { margin-bottom: .222em; }
  146. #dokuwiki__aside h2 { margin-bottom: .333em; }
  147. #dokuwiki__aside h3 { margin-bottom: .444em; }
  148. #dokuwiki__aside h4 { margin-bottom: .5em; }
  149. #dokuwiki__aside h5 { margin-bottom: .5714em; }
  150. #dokuwiki__aside p, #dokuwiki__aside ul, #dokuwiki__aside ol, #dokuwiki__aside dl,
  151. #dokuwiki__aside pre, #dokuwiki__aside table, #dokuwiki__aside fieldset,
  152. #dokuwiki__aside hr, #dokuwiki__aside blockquote, #dokuwiki__aside address {
  153. margin-bottom: .7em;
  154. }
  155. #dokuwiki__aside ul, #dokuwiki__aside ol {
  156. padding-left: 0;
  157. }
  158. #dokuwiki__aside li ul, #dokuwiki__aside li ol {
  159. margin-bottom: 0;
  160. }
  161. /* content
  162. ********************************************************************/
  163. .dokuwiki .page {
  164. }
  165. /*____________ section indenting ____________
  166. .dokuwiki h1 {margin-left: 0;}
  167. .dokuwiki h2 {margin-left: 20px;}
  168. .dokuwiki h3 {margin-left: 40px;}
  169. .dokuwiki h4 {margin-left: 60px;}
  170. .dokuwiki h5 {margin-left: 80px;}
  171. .dokuwiki div.level1 {margin-left: 0;}
  172. .dokuwiki div.level2 {margin-left: 20px;}
  173. .dokuwiki div.level3 {margin-left: 40px;}
  174. .dokuwiki div.level4 {margin-left: 60px;}
  175. .dokuwiki div.level5 {margin-left: 80px;}
  176. */
  177. /*____________ images ____________*/
  178. /* embedded images (styles are already partly set in lib/styles/style.css) */
  179. .dokuwiki img.media { }
  180. .dokuwiki img.medialeft { margin: .5em 1.5em .5em 0; }
  181. .dokuwiki img.mediaright { margin: .5em 0 .5em 1.5em; }
  182. .dokuwiki img.mediacenter { margin: .5em auto; }
  183. /*____________ tables ____________*/
  184. .dokuwiki table.inline {
  185. min-width: 50%;
  186. }
  187. .dokuwiki table.inline th,
  188. .dokuwiki table.inline td {
  189. border: 1px solid __text_alt__;
  190. }
  191. .dokuwiki table.inline th {
  192. color: inherit;
  193. background-color: __background_neu__;
  194. }
  195. .dokuwiki table.inline td {
  196. }
  197. .dokuwiki table.inline tr:hover td {
  198. background-color: __background_alt__;
  199. }
  200. .dokuwiki table.inline tr:hover th {
  201. background-color: __border__;
  202. }
  203. /*____________ code ____________*/
  204. .dokuwiki pre,
  205. .dokuwiki tt,
  206. .dokuwiki code,
  207. .dokuwiki samp,
  208. .dokuwiki kbd {
  209. background-color: __background_alt__;
  210. color: inherit;
  211. }
  212. .dokuwiki pre {
  213. border: 1px solid __border__;
  214. padding: 0 .2em;
  215. }
  216. /* for code in <file> */
  217. .dokuwiki pre.file {
  218. }
  219. /* filenames for downloadable file and code blocks */
  220. .dokuwiki dl.code,
  221. .dokuwiki dl.file {
  222. }
  223. .dokuwiki dl.code dt,
  224. .dokuwiki dl.file dt {
  225. background-color: __background_alt__;
  226. border: solid __border__;
  227. border-width: 1px 1px 0;
  228. color: inherit;
  229. display: inline;
  230. padding: 0 .5em;
  231. margin-left: 1em;
  232. }
  233. .dokuwiki dl.code dt a,
  234. .dokuwiki dl.file dt a {
  235. }
  236. .dokuwiki dl.code dd,
  237. .dokuwiki dl.file dd {
  238. margin: 0;
  239. }
  240. /*____________ misc ____________*/
  241. /* license note in footer and under edit window */
  242. .dokuwiki div.license {
  243. font-size: 90%;
  244. }
  245. #IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
  246. #IE7 .dokuwiki input.button, #IE7 .dokuwiki button {
  247. line-height: 1.4;
  248. }
  249. /*____________ JS popup ____________*/
  250. .JSpopup {
  251. background-color: __background__;
  252. color: __text__;
  253. border: 1px solid __border__;
  254. line-height: 1.2;
  255. padding: 0 .2em;
  256. }
  257. .JSpopup ul,
  258. .JSpopup ol {
  259. padding-left: 0;
  260. }
  261. /* footer
  262. ********************************************************************/
  263. .dokuwiki .wrapper {
  264. margin-bottom: 2.8em;
  265. }
  266. #IE6 .dokuwiki .wrapper {
  267. margin-bottom: 1.4em;
  268. }
  269. #dokuwiki__footer {
  270. margin-bottom: 1em;
  271. }
  272. #IE6 #dokuwiki__footer,
  273. #IE7 #dokuwiki__footer {
  274. height: 1%;
  275. }
  276. #dokuwiki__footer .doc {
  277. float: left;
  278. }
  279. #dokuwiki__footer .top {
  280. float: right;
  281. }
  282. #dokuwiki__footer .license {
  283. clear: both;
  284. }
  285. #dokuwiki__footer .license img {
  286. margin: 0 .5em 0 0;
  287. float: none;
  288. }