summaryrefslogtreecommitdiff
path: root/doc/style.css
blob: ef0cb9e5710164afb9850a3a16e0997a2ef0e84a (plain)
  1. /* ikiwiki style sheet */
  2. /* Note that instead of modifying this style sheet, you can instead edit
  3. * local.css and use it to override or change settings in this one.
  4. */
  5. .header {
  6. margin: 0;
  7. font-size: 22px;
  8. font-weight: bold;
  9. line-height: 1em;
  10. display: block;
  11. }
  12. .author {
  13. margin: 0;
  14. font-size: 18px;
  15. font-weight: bold;
  16. display: block;
  17. }
  18. .actions ul {
  19. margin: 0;
  20. padding: 6px;
  21. list-style-type: none;
  22. border-bottom: 1px solid #000;
  23. }
  24. .inlinepage .actions ul {
  25. border-bottom: 0;
  26. }
  27. .actions li {
  28. display: inline;
  29. padding: .2em .4em;
  30. }
  31. #backlinks {
  32. margin: 1em 0;
  33. }
  34. .tags {
  35. clear: both;
  36. }
  37. div.tags {
  38. border-top: 1px solid #000;
  39. }
  40. #footer {
  41. margin: 1em 0;
  42. }
  43. #searchform {
  44. display: inline;
  45. float: right;
  46. }
  47. #editcontent {
  48. width: 100%;
  49. }
  50. /* Stuff for the RecentChanges table. */
  51. tr.changeheader {
  52. background: #eee;
  53. color: black !important;
  54. }
  55. tr.changeinfo {
  56. background: #eee;
  57. color: black !important;
  58. }
  59. th.changeheader {
  60. padding: 1px .3em;
  61. }
  62. td.changeinfo {
  63. padding: 1px .3em;
  64. }
  65. td.changetime {
  66. white-space: nowrap;
  67. padding: 1px .3em;
  68. }
  69. td.changelog {
  70. font-style: italic;
  71. }
  72. .pagecloud {
  73. padding: 10px 10px;
  74. border: 1px solid #aaa;
  75. background: #eee;
  76. color: black !important;
  77. }
  78. /* Used for adding a blog page. */
  79. #blogform {
  80. padding: 10px 10px;
  81. border: 1px solid #aaa;
  82. background: #eee;
  83. color: black !important;
  84. }
  85. .inlinepage {
  86. padding: 10px 10px;
  87. border: 1px solid #aaa;
  88. }
  89. .pageinfo {
  90. clear: both;
  91. font-style: italic;
  92. display: block;
  93. }
  94. /* Used for invalid form fields. */
  95. .fb_invalid {
  96. color: red;
  97. background: white !important;
  98. }
  99. /* Used for required form fields. */
  100. .fb_required {
  101. font-weight: bold;
  102. }
  103. /* Orange feed button. */
  104. .feedbutton {
  105. background: #ff6600;
  106. color: white !important;
  107. border-left: 1px solid #cc9966;
  108. border-top: 1px solid #ccaa99;
  109. border-right: 1px solid #993300;
  110. border-bottom: 1px solid #331100;
  111. padding: 0px 0.5em 0px 0.5em;
  112. font-family: sans-serif;
  113. font-weight: bold;
  114. font-size: small;
  115. text-decoration: none;
  116. margin-top: 1em;
  117. }
  118. .feedbutton:hover {
  119. color: white !important;
  120. background: #ff9900;
  121. }
  122. /* Tag cloud. */
  123. .pagecloud {
  124. float: right;
  125. width: 30%;
  126. text-align: center;
  127. }
  128. .smallestPC { font-size: 70%; }
  129. .smallPC { font-size: 85%; }
  130. .normalPC { font-size: 100%; }
  131. .bigPC { font-size: 115%; }
  132. .biggestPC { font-size: 130%; }
  133. #sidebar {
  134. line-height: 3ex;
  135. width: 20ex;
  136. float: right;
  137. margin-left: 40px;
  138. margin-bottom: 40px;
  139. padding: 2ex 2ex;
  140. }
  141. .infobox {
  142. float: right;
  143. margin-left: 2ex;
  144. margin-top: 1ex;
  145. margin-bottom: 1ex;
  146. padding: 1ex 1ex;
  147. border: 1px solid #aaa;
  148. }
  149. .notebox {
  150. float: right;
  151. margin-left: 2ex;
  152. margin-top: 1ex;
  153. margin-bottom: 1ex;
  154. padding: 1ex 1ex;
  155. border: 1px solid #aaa;
  156. width: 25%
  157. }
  158. /* outlines */
  159. li.L1 {
  160. list-style: upper-roman;
  161. }
  162. li.L2 {
  163. list-style: decimal;
  164. }
  165. li.L3 {
  166. list-style: lower-alpha;
  167. }
  168. li.L4 {
  169. list-style: disc;
  170. }
  171. li.L5 {
  172. list-style: square;
  173. }
  174. li.L6 {
  175. list-style: circle;
  176. }
  177. li.L7 {
  178. list-style: lower-roman;
  179. }
  180. li.L8 {
  181. list-style: upper-alpha;
  182. }
  183. hr.poll {
  184. height: 10pt;
  185. color: white !important;
  186. background: #eee;
  187. border: 2px solid black;
  188. }
  189. div.poll {
  190. margin-top: 1ex;
  191. margin-bottom: 1ex;
  192. padding: 1ex 1ex;
  193. border: 1px solid #aaa;
  194. }
  195. input#openid_url {
  196. background: url(wikiicons/openidlogin-bg.gif) no-repeat;
  197. background-color: #fff;
  198. background-position: 0 50%;
  199. color: #000;
  200. padding-left: 18px;
  201. }