summaryrefslogtreecommitdiff
path: root/doc/css_market/zack.css
blob: dbc2e5c445b3293723ab4bcc9a87bfa14f0d29b2 (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;
  17. width: 760px;
  18. margin-left: 20px;
  19. }
  20. div#content {
  21. font-size: 11pt;
  22. }
  23. .header span {
  24. font-size: 14pt;
  25. font-weight: normal;
  26. }
  27. div.actions ul {
  28. font-size: 10pt;
  29. }
  30. h1 {
  31. font-weight: normal;
  32. font-size: 17pt;
  33. }
  34. h2 {
  35. font-weight: normal;
  36. font-size: 16pt;
  37. }
  38. h3 {
  39. font-weight: normal;
  40. font-size: 15pt;
  41. }
  42. h4 {
  43. font-weight: normal;
  44. font-size: 14pt;
  45. }
  46. h5 {
  47. font-weight: normal;
  48. font-size: 13pt;
  49. }
  50. h6 {
  51. font-weight: normal;
  52. font-size: 12pt;
  53. }
  54. div.inlinepage > span.header > a {
  55. float: right;
  56. display: block;
  57. font-size: 11pt;
  58. font-weight: normal;
  59. margin: 0;
  60. padding: 0;
  61. }
  62. div.inlinepage > span.header > a:before {
  63. content: "permalink: ";
  64. font-size: smaller;
  65. text-decoration: none;
  66. font-style: italic;
  67. }
  68. div.inlinepage {
  69. margin-bottom: 10px;
  70. }
  71. div.inlinepage h1 {
  72. font-weight: normal;
  73. font-size: 14pt;
  74. margin: 0;
  75. }
  76. div.inlinepage h2 {
  77. font-weight: normal;
  78. font-size: 13pt;
  79. margin: 0;
  80. }
  81. div.inlinepage h3 {
  82. font-weight: normal;
  83. font-size: 12pt;
  84. margin: 0;
  85. }
  86. div.inlinepage h4 {
  87. font-weight: normal;
  88. font-size: 11pt;
  89. margin: 0;
  90. }
  91. div.inlinepage h5 {
  92. font-weight: normal;
  93. font-size: 11pt;
  94. margin: 0;
  95. }
  96. div.inlinepage h6 {
  97. font-weight: normal;
  98. font-size: 11pt;
  99. margin: 0;
  100. }
  101. div#blogform {
  102. padding: 0px 5px;
  103. margin-bottom: 10px;
  104. }
  105. pre {
  106. width: 90%;
  107. font-size: 10pt;
  108. font-family: monospace;
  109. background: #e1e1e1;
  110. margin-left: 4%;
  111. padding-top: 5px;
  112. padding-bottom: 5px;
  113. }
  114. .pagecloud {
  115. width: 25%;
  116. border-top: 1px solid #aaa;
  117. border-bottom: 1px solid #aaa;
  118. background: #eee;
  119. color: black !important;
  120. }
  121. .pagecloud a {
  122. text-decoration: none;
  123. }