summaryrefslogtreecommitdiff
path: root/doc/css_market/zack.css
blob: 5a0521d54bce1e700c8531f7f27c4b2dfe7d97d6 (plain)
  1. /* local.css stylesheet to be used with ikiwiki
  2. *
  3. * Copyright: (C) 2006 Stefano Zacchiroli <zack@debian.org>
  4. * License: GNU General Public License version 2 or above.
  5. *
  6. * TODO
  7. * - plone-like actions in the toplevel bar, but remember: resist the
  8. * temptation of making them floating to the right: the breadcrumb trail can
  9. * grow indefinitely
  10. * - blog form aligned to the right, keeping the RSS logo to the left
  11. * - some rendering for the tags (a la 'xhtml' logo of plone? ...)
  12. * - some rendering for backlinks
  13. * - some rendering for posting dates
  14. */
  15. body {
  16. font-family: sans-serif;
  17. font-size: medium;
  18. }
  19. h1, h2, h3, h4 {
  20. font-weight: normal;
  21. }
  22. h1 { font-size: 140%; }
  23. h2 { font-size: 120%; }
  24. h3 { font-size: 110%; }
  25. h4 { font-size: 105% }
  26. a { text-decoration: none; }
  27. a:hover { text-decoration: underline; }
  28. .flow {
  29. float: right;
  30. margin-left: 10px;
  31. margin-bottom: 10px;
  32. text-align: center;
  33. }
  34. .attrib-caption {
  35. font-size: xx-small;
  36. font-style: italic;
  37. }
  38. input {
  39. border: solid 1px;
  40. border-color: #aaa;
  41. }
  42. .header { font-weight: normal; }
  43. .selflink { text-decoration: underline; }
  44. .pageheader .actions ul,
  45. #sitemeta {
  46. border-top: solid 1px;
  47. border-bottom: solid 1px;
  48. font-size: small;
  49. border-color: #aaa;
  50. background: #eee;
  51. }
  52. .actions ul {
  53. padding: 1px;
  54. margin-top: 5px;
  55. }
  56. #sitemeta {
  57. padding: 0;
  58. margin-bottom: 5px;
  59. }
  60. #backlinks,
  61. .tags {
  62. margin-top: 0;
  63. margin-bottom: 0;
  64. }
  65. #pageinfo {
  66. border: none;
  67. }
  68. #searchform div:before {
  69. font-size: small;
  70. content: "search:";
  71. }
  72. #searchform input {
  73. border-top: none;
  74. border-bottom: none;
  75. vertical-align: bottom;
  76. margin-right: 7px;
  77. }
  78. #sidebar {
  79. border: solid;
  80. border-width: 1px;
  81. padding: 0;
  82. margin-top: 15px;
  83. border: 1px solid;
  84. border-color: #aaa;
  85. background: #eee;
  86. width: 16ex;
  87. }
  88. #sidebar ul {
  89. margin: 0;
  90. padding-left: 1em;
  91. list-style-type: none;
  92. }
  93. #sidebar ul ul {
  94. padding-left: 1.5em;
  95. font-size: 90%;
  96. }
  97. #pageinfo,
  98. #footer {
  99. margin: 0;
  100. }
  101. #pageinfo {
  102. font-size: small;
  103. }
  104. .pagecopyright,
  105. .pagelicense,
  106. .pagedate {
  107. margin: 0;
  108. display: inline;
  109. }
  110. #backlinks {
  111. margin-top: 5px;
  112. margin-bottom: 10px;
  113. font-size: larger;
  114. }
  115. .validation {
  116. display: inline;
  117. float: right;
  118. }
  119. .pagecloud {
  120. margin-left: 5px;
  121. }
  122. table.identikit tr th {
  123. text-align: right;
  124. vertical-align: top;
  125. }
  126. table.identikit tr th:after {
  127. content: ":";
  128. }
  129. table.identikit tr td {
  130. text-align: left;
  131. vertical-align: top;
  132. }
  133. .doi_logo , .doi_logo a {
  134. background: #3965bd;
  135. color: white !important;
  136. font-size: 80%;
  137. text-decoration: none;
  138. font-family: times;
  139. font-weight: bold;
  140. padding: 0px 1px 0px 2px;
  141. }
  142. #comments {
  143. margin-top: 5ex;
  144. border-top: solid 1px;
  145. border-color: #aaa;
  146. font-size: small;
  147. }
  148. #comments #feedlink {
  149. text-align: right;
  150. }
  151. #comments #feedlink:before {
  152. content: "comment feeds: ";
  153. }
  154. .addcomment {
  155. padding: 5px;
  156. font-style: italic;
  157. }
  158. .comment {
  159. border: none;
  160. background-color: #eee;
  161. margin: 5px;
  162. margin-top: 10px;
  163. }
  164. .comment-subject {
  165. font-style: normal;
  166. }
  167. .comment-header {
  168. border-top: solid 1px;
  169. border-color: #aaa;
  170. text-align: right;
  171. font-style: normal;
  172. }