summaryrefslogtreecommitdiff
path: root/doc/css_market/kirkambar.css
blob: e756a1260202130931e75f11989c934f9360021c (plain)
  1. /*
  2.  * IkiWiki `local.css` stylesheet following the Gitweb theme.
  3. *
  4. * Copyright © 2006 Recai Oktaş <roktasATdebian.org>
  5. *
  6. * Licensed under the GNU General Public License, version 2.
  7. * See the file `http://www.gnu.org/copyleft/gpl.txt`.
  8. *
  9. */
  10. /*
  11. * -----------------------------------------------------------------------------
  12. * Generic style elements.
  13. * -----------------------------------------------------------------------------
  14. */
  15. body {
  16. font-family: "Trebuchet MS",
  17. "Luxi Sans",
  18. "Bitstream Vera Sans",
  19. "Tahoma",
  20. "Verdana",
  21. "Arial",
  22. "Helvetica",
  23. sans-serif;
  24. padding: 1em;
  25. margin: 0;
  26. font-size: 100.01%;
  27. line-height: 1.5em;
  28. color: black;
  29. background-color: white;
  30. }
  31. pre, tt, code {
  32. font-family: "Bitstream Vera Sans Mono",
  33. "Luxi Mono",
  34. "Courier New",
  35. "Courier",
  36. monospace;
  37. }
  38. pre, tt, code, tr.changeinfo, .blogform {
  39. color: inherit;
  40. background-color: #f6f6f0;
  41. }
  42. pre {
  43. margin: 0px 96px 0px 48px;
  44. padding: 12px 0px 12px 0px;
  45. }
  46. h1, h2, h3, h4, h5, h6, dl, dt {
  47. font-weight: bold;
  48. background-color: inherit;
  49. color: #c00040 !important;
  50. }
  51. h1, h2, h3, h4, h5, h6 {
  52. letter-spacing: .04em;
  53. }
  54. /*
  55. * -----------------------------------------------------------------------------
  56. * Headers, footers.
  57. * -----------------------------------------------------------------------------
  58. */
  59. .header, #footer, .changeheader {
  60. color: black !important;
  61. background-color: #d9d8d1;
  62. }
  63. .header, #footer {
  64. height: 1.8em;
  65. padding: 6px 6px;
  66. border: 1px solid #aaa;
  67. margin-bottom: 4px;
  68. display: block;
  69. }
  70. .header {
  71. font-size: 120.01%;
  72. font-weight: normal;
  73. letter-spacing: .11em;
  74. }
  75. span.header {
  76. background-image: none !important;
  77. text-align: right;
  78. }
  79. .header { /* Optional header logo (right aligned). */
  80. background-image: url(/* ENTER HEADER LOGO PATH */);
  81. background-repeat: no-repeat;
  82. background-position: 99%;
  83. }
  84. #footer { /* Optional footer logo (right aligned). */
  85. background-image: url(/* ENTER FOOTER LOGO PATH */);
  86. background-repeat: no-repeat;
  87. background-position: 99%;
  88. }
  89. /*
  90. * -----------------------------------------------------------------------------
  91. * Specials.
  92. * -----------------------------------------------------------------------------
  93. */
  94. #searchform {
  95. position: absolute;
  96. top: 25px;
  97. right: 90px;
  98. }
  99. td.changetime {
  100. font-style: italic;
  101. }
  102. td.changelog {
  103. font-style: normal;
  104. font-size: x-small;
  105. font-weight: bold;
  106. }
  107. /*
  108. * Attribution `div` for IkiWiki. Use something like as follows:
  109. * <div id="attribution">
  110. * This site is maintained using Joey Hess's
  111. * <a href="http://ikiwiki.info/">
  112. * <img src="ikiwiki.png" title="IkiWiki" alt="IkiWiki" />
  113. * </a>.
  114. * </div>
  115. */
  116. #attribution img {
  117. border: 1px solid black;
  118. padding: 2px;
  119. }