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.

260 lines
5.1 KiB

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 1.4em;
  11. }
  12. #dokuwiki__header .headings {
  13. margin-bottom: .7em;
  14. }
  15. #dokuwiki__header h1 {
  16. margin-bottom: .2em;
  17. font-size: 1.5em;
  18. }
  19. #dokuwiki__header h1 a {
  20. text-decoration: none;
  21. color: #00c;
  22. background-color: inherit;
  23. }
  24. #dokuwiki__header p.claim {
  25. margin-bottom: 0;
  26. }
  27. #dokuwiki__header h2 {
  28. margin-bottom: 0;
  29. font-size: 1.125em;
  30. }
  31. #dokuwiki__header .tools {
  32. margin-bottom: .7em;
  33. }
  34. #dokuwiki__header .tools #dokuwiki__usertools {
  35. position: absolute;
  36. top: 0;
  37. right: 0;
  38. border-bottom: 1px solid __border__;
  39. background-color: __background_alt__;
  40. width: 100%;
  41. }
  42. #dokuwiki__header .tools #dokuwiki__usertools ul {
  43. /* imitate #dokuwiki__site */
  44. margin: 0 auto;
  45. max-width: 64em;
  46. padding: 0 1em;
  47. }
  48. #dokuwiki__header .tools ul {
  49. margin-bottom: 0;
  50. }
  51. #dokuwiki__header .tools ul li {
  52. display: inline;
  53. }
  54. #dokuwiki__header form.search {
  55. margin: .5em 0 .2em;
  56. display: block;
  57. }
  58. form.search #qsearch__in {
  59. width: 12em;
  60. margin-right: .5em;
  61. }
  62. #dokuwiki__header div.breadcrumbs {
  63. }
  64. div.breadcrumbs a {
  65. color: __existing__;
  66. background-color: inherit;
  67. }
  68. /* nav
  69. ********************************************************************/
  70. #dokuwiki__aside h1 { }
  71. #dokuwiki__aside h2 { }
  72. #dokuwiki__aside h3 { }
  73. #dokuwiki__aside h4 { }
  74. #dokuwiki__aside h5 { }
  75. #dokuwiki__aside ul,
  76. #dokuwiki__aside ol {
  77. padding-left: 0;
  78. }
  79. /* page tools
  80. ********************************************************************/
  81. #dokuwiki__pagetools {
  82. position: fixed;
  83. bottom: 0;
  84. left: 0;
  85. border-top: 1px solid __border__;
  86. background-color: __background_alt__;
  87. width: 100%;
  88. }
  89. #dokuwiki__pagetools ul {
  90. /* imitate #dokuwiki__site */
  91. margin: 0 auto;
  92. max-width: 64em;
  93. padding: 0 1em;
  94. }
  95. #dokuwiki__pagetools li {
  96. display: inline;
  97. margin: 0 1.5em 0 0;
  98. }
  99. /* content
  100. ********************************************************************/
  101. /*
  102. .dokuwiki .page {
  103. -webkit-border-image: 1em -webkit-gradient(linear, left top, right top, from(#cccccc), to(#ffffff));
  104. padding: 1em;
  105. background: -moz-linear-gradient(100% 100% 180deg, #cccccc, #ffffff 1em);
  106. background: -webkit-gradient(linear, left top, right top, from(#cccccc), to(#ffffff));
  107. }
  108. */
  109. /*____________ section indenting ____________
  110. .dokuwiki h1 {margin-left: 0;}
  111. .dokuwiki h2 {margin-left: 20px;}
  112. .dokuwiki h3 {margin-left: 40px;}
  113. .dokuwiki h4 {margin-left: 60px;}
  114. .dokuwiki h5 {margin-left: 80px;}
  115. .dokuwiki div.level1 {margin-left: 0;}
  116. .dokuwiki div.level2 {margin-left: 20px;}
  117. .dokuwiki div.level3 {margin-left: 40px;}
  118. .dokuwiki div.level4 {margin-left: 60px;}
  119. .dokuwiki div.level5 {margin-left: 80px;}
  120. */
  121. /*____________ images ____________*/
  122. /* embedded images (styles are already partly set in lib/styles/style.css) */
  123. .dokuwiki img.media { }
  124. .dokuwiki img.medialeft { margin: .5em 1.5em .5em 0; }
  125. .dokuwiki img.mediaright { margin: .5em 0 .5em 1.5em; }
  126. .dokuwiki img.mediacenter { margin: .5em auto; }
  127. /*____________ tables ____________*/
  128. .dokuwiki table.inline {
  129. min-width: 50%;
  130. }
  131. .dokuwiki table.inline th,
  132. .dokuwiki table.inline td {
  133. border: 1px solid __text_alt__;
  134. }
  135. .dokuwiki table.inline th {
  136. color: inherit;
  137. background-color: __background_neu__;
  138. }
  139. .dokuwiki table.inline td {
  140. }
  141. .dokuwiki table.inline tr:hover td {
  142. background-color: __background_alt__;
  143. }
  144. .dokuwiki table.inline tr:hover th {
  145. background-color: __border__;
  146. }
  147. /*____________ code ____________*/
  148. .dokuwiki pre,
  149. .dokuwiki tt,
  150. .dokuwiki code,
  151. .dokuwiki samp,
  152. .dokuwiki kbd {
  153. background-color: __background_alt__;
  154. color: inherit;
  155. }
  156. .dokuwiki pre {
  157. border: 1px solid __border__;
  158. }
  159. /* for code in <file> */
  160. .dokuwiki pre.file {
  161. }
  162. /* filenames for downloadable file and code blocks */
  163. .dokuwiki dl.code,
  164. .dokuwiki dl.file {
  165. }
  166. .dokuwiki dl.code dt,
  167. .dokuwiki dl.file dt {
  168. background-color: __background_alt__;
  169. border: solid __border__;
  170. border-width: 1px 1px 0;
  171. color: inherit;
  172. display: inline;
  173. padding: 0 .5em;
  174. margin-left: 1em;
  175. }
  176. .dokuwiki dl.code dt a,
  177. .dokuwiki dl.file dt a {
  178. }
  179. .dokuwiki dl.code dd,
  180. .dokuwiki dl.file dd {
  181. margin: 0;
  182. }
  183. /*____________ misc ____________*/
  184. /* license note in footer and under edit window */
  185. .dokuwiki div.license {
  186. font-size: 90%;
  187. }
  188. /* any link to current page */
  189. .dokuwiki span.curid a {
  190. color: __text_neu__;
  191. }
  192. /*____________ JS popup ____________*/
  193. .JSpopup {
  194. background-color: __background__;
  195. color: __text__;
  196. border: 1px solid __border__;
  197. line-height: 1.2;
  198. }
  199. .JSpopup ul,
  200. .JSpopup ol {
  201. padding-left: 0;
  202. }
  203. /* footer
  204. ********************************************************************/
  205. .dokuwiki .wrapper {
  206. margin-bottom: 2.8em;
  207. }
  208. #dokuwiki__footer {
  209. margin-bottom: 1em;
  210. }
  211. #dokuwiki__footer .doc {
  212. float: left;
  213. }
  214. #dokuwiki__footer .top {
  215. float: right;
  216. }
  217. #dokuwiki__footer .license {
  218. clear: both;
  219. }