summaryrefslogtreecommitdiff
path: root/doc/css_market/02_template.css.wiki
blob: 2c577973630bf1ae43c7040376e8a08fd352c9e2 (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. /* This stylesheet is based on the 1024px template by Andreas Viklund:
  4. 1024px - An open source xhtml/css website template by Andreas Viklund -
  5. http://andreasviklund.com . Free to use in any way and for any purpose as
  6. long as the proper cr
  7. edits are given to the original designer.
  8. Version: 1.0, March 29, 2006
  9. modifications for ikiwiki by Martin Wuertele <web@wuertele.net>
  10. */
  11. /******** General tags ********/
  12. body{
  13. padding:0;
  14. margin:0;
  15. border:none;
  16. font-family:georgia, arial;
  17. font-size:12px;
  18. background:url(images/bg.png) repeat-x top #4B546B;
  19. /*background:#4B546B;*/
  20. color:#000000;
  21. }
  22. #pagestyle{
  23. width:80%;
  24. padding-top:5px;
  25. padding-bottom:5px;
  26. padding-left:5px;
  27. padding-right:5px;
  28. margin:0 auto;
  29. border:none;
  30. background-color:#FFFFFF;
  31. }
  32. #pagehead{
  33. background:url(images/header.png) no-repeat center #808080;
  34. height:203px;
  35. }
  36. a{
  37. margin:0;
  38. padding:0;
  39. border-bottom:1px #8994AF dotted;
  40. border-top:none;
  41. border-left:none;
  42. border-right:none;
  43. background-color:transparent;
  44. color:#000000;
  45. display:inline;
  46. color:#8994AF;
  47. text-decoration:none;
  48. }
  49. a:hover{
  50. margin:0;
  51. padding:0;
  52. border-bottom:1px #4B556A dotted;
  53. border-top:none;
  54. border-left:none;
  55. border-right:none;
  56. background-color:transparent;
  57. color:#000000;
  58. display:inline;
  59. color:#4B556A;
  60. text-decoration:none;
  61. }
  62. a img{
  63. border:0;
  64. }
  65. p{
  66. margin:0 0 18px 10px;
  67. }
  68. pre{
  69. margin:0 0 18px 10px;
  70. }
  71. ul,ol,dl{
  72. }
  73. ul ul,ol ol{
  74. margin:4px 0 4px 35px;
  75. }
  76. h1{
  77. font-family:georgia, arial;
  78. font-size:16px;
  79. color:#4A5368;
  80. text-transform:uppercase;
  81. font-weight:bold;
  82. padding:0;
  83. margin-top:0;
  84. margin-bottom:5px;
  85. margin-left:auto;
  86. margin-right:auto;
  87. }
  88. h2{
  89. font-family:georgia, arial;
  90. font-size:14px;
  91. color:#4A5368;
  92. text-transform:uppercase;
  93. font-weight:bold;
  94. padding:0;
  95. margin-top:0;
  96. margin-bottom:5px;
  97. margin-left:auto;
  98. margin-right:auto;
  99. }
  100. h3{
  101. font-family:georgia, arial;
  102. font-size:12px;
  103. color:#4A5368;
  104. text-transform:uppercase;
  105. font-weight:bold;
  106. padding:0;
  107. margin-top:0;
  108. margin-bottom:5px;
  109. margin-left:auto;
  110. margin-right:auto;
  111. }
  112. blockquote{
  113. }
  114. #pageheader{
  115. }
  116. #afront {
  117. }
  118. .header{
  119. width:auto;
  120. border:none;
  121. padding-top:1px;
  122. padding-bottom:10px;
  123. padding-left:5px;
  124. padding-right:5px;
  125. text-align:left;
  126. margin:0;
  127. height:20px;
  128. line-height:20px;
  129. font-family:georgia, arial;
  130. font-size:12px;
  131. color:#808080;
  132. }
  133. .actions {
  134. border-bottom: none;
  135. }
  136. #backlinks{
  137. width:auto;
  138. border:none;
  139. padding-top:0;
  140. padding-bottom:1px;
  141. padding-left:5px;
  142. padding-right:5px;
  143. text-align:right;
  144. margin:0;
  145. height:20px;
  146. line-height:20px;
  147. font-family:georgia, arial;
  148. font-size:12px;
  149. color:#808080;
  150. }
  151. div.tags {
  152. border: none;
  153. }
  154. #content{
  155. }
  156. #contentalt{
  157. }
  158. #pageinfo {
  159. border: none;
  160. }
  161. .inlinepage {
  162. border:none;
  163. padding:5px 10px;
  164. margin:0
  165. }
  166. .inlinepage .header {
  167. font-family:georgia, arial;
  168. font-size:16px;
  169. color:#4A5368;
  170. text-transform:uppercase;
  171. font-weight:bold;
  172. padding:0;
  173. margin-top:0;
  174. margin-bottom:5px;
  175. margin-left:auto;
  176. margin-right:auto;
  177. }
  178. #tags {
  179. border: none;
  180. }
  181. /******** Content variations ********/
  182. .feedbutton {
  183. color:#ffffff;
  184. font-size:0.9em;
  185. background-color:#4088b8;
  186. border:1px solid #c8c8c8;
  187. line-height:1.3em;
  188. padding: 0px 0.5em 0px 0.5em;
  189. }
  190. /*.feedbutton:hover {
  191. color: #4088b8 !important;
  192. background: #ffffff;
  193. }*/
  194. /******** sidebar ********/
  195. #sidebar{
  196. float:right;
  197. width:175px;
  198. background-color:#FFFFFF;
  199. border:1px #808080 solid;
  200. padding:5px 10px;
  201. margin:0;
  202. height:100%
  203. }
  204. #sidebar ul{
  205. list-style:none;
  206. }
  207. #sidebar li{
  208. list-style:none;
  209. }
  210. #sidebar li a{
  211. }
  212. #sidebar ul ul{
  213. }
  214. #sidebar ul ul li a{
  215. }
  216. #sidebar h1{
  217. font-family:georgia, arial;
  218. font-size:16px;
  219. color:#4A5368;
  220. text-transform:uppercase;
  221. font-weight:bold;
  222. padding:0;
  223. margin-top:0;
  224. margin-bottom:5px;
  225. margin-left:auto;
  226. margin-right:auto;
  227. }
  228. #sidebar h2{
  229. margin:3px 0px 8px 0px;
  230. }
  231. /******** Footer ********/
  232. #footer{
  233. clear:both;
  234. text-align:right;
  235. color:#808080;
  236. border-top:1px #808080 solid;
  237. margin:0 auto;
  238. padding:8px 0;
  239. }
  240. .pagedate{
  241. text-size:small;
  242. text-align:right;
  243. margin:0;
  244. font-family:georgia, arial;
  245. font-size:10px;
  246. color:#808080;
  247. padding:8px 0;
  248. }