Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / doc / css_market / kirkambar.css
blobe756a1260202130931e75f11989c934f9360021c
1 /*
2 * IkiWiki `local.css` stylesheet following the Gitweb theme.
4 * Copyright © 2006 Recai Oktaş <roktasATdebian.org>
6 * Licensed under the GNU General Public License, version 2.
7 * See the file `http://www.gnu.org/copyleft/gpl.txt`.
9 */
12 /*
13 * -----------------------------------------------------------------------------
14 * Generic style elements.
15 * -----------------------------------------------------------------------------
18 body {
19 font-family: "Trebuchet MS",
20 "Luxi Sans",
21 "Bitstream Vera Sans",
22 "Tahoma",
23 "Verdana",
24 "Arial",
25 "Helvetica",
26 sans-serif;
27 padding: 1em;
28 margin: 0;
29 font-size: 100.01%;
30 line-height: 1.5em;
31 color: black;
32 background-color: white;
35 pre, tt, code {
36 font-family: "Bitstream Vera Sans Mono",
37 "Luxi Mono",
38 "Courier New",
39 "Courier",
40 monospace;
43 pre, tt, code, tr.changeinfo, .blogform {
44 color: inherit;
45 background-color: #f6f6f0;
48 pre {
49 margin: 0px 96px 0px 48px;
50 padding: 12px 0px 12px 0px;
53 h1, h2, h3, h4, h5, h6, dl, dt {
54 font-weight: bold;
55 background-color: inherit;
56 color: #c00040 !important;
59 h1, h2, h3, h4, h5, h6 {
60 letter-spacing: .04em;
64 /*
65 * -----------------------------------------------------------------------------
66 * Headers, footers.
67 * -----------------------------------------------------------------------------
70 .header, #footer, .changeheader {
71 color: black !important;
72 background-color: #d9d8d1;
75 .header, #footer {
76 height: 1.8em;
77 padding: 6px 6px;
78 border: 1px solid #aaa;
79 margin-bottom: 4px;
80 display: block;
83 .header {
84 font-size: 120.01%;
85 font-weight: normal;
86 letter-spacing: .11em;
89 span.header {
90 background-image: none !important;
91 text-align: right;
94 .header { /* Optional header logo (right aligned). */
95 background-image: url(/* ENTER HEADER LOGO PATH */);
96 background-repeat: no-repeat;
97 background-position: 99%;
100 #footer { /* Optional footer logo (right aligned). */
101 background-image: url(/* ENTER FOOTER LOGO PATH */);
102 background-repeat: no-repeat;
103 background-position: 99%;
108 * -----------------------------------------------------------------------------
109 * Specials.
110 * -----------------------------------------------------------------------------
113 #searchform {
114 position: absolute;
115 top: 25px;
116 right: 90px;
120 td.changetime {
121 font-style: italic;
124 td.changelog {
125 font-style: normal;
126 font-size: x-small;
127 font-weight: bold;
131 * Attribution `div` for IkiWiki. Use something like as follows:
132 * <div id="attribution">
133 * This site is maintained using Joey Hess's
134 * <a href="http://ikiwiki.info/">
135 * <img src="ikiwiki.png" title="IkiWiki" alt="IkiWiki" />
136 * </a>.
137 * </div>
139 #attribution img {
140 border: 1px solid black;
141 padding: 2px;