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`.
13 * -----------------------------------------------------------------------------
14 * Generic style elements.
15 * -----------------------------------------------------------------------------
19 font-family: "Trebuchet MS",
21 "Bitstream Vera Sans",
32 background-color: white;
36 font-family: "Bitstream Vera Sans Mono",
43 pre, tt, code, tr.changeinfo, #blogform {
45 background-color: #f6f6f0;
49 margin: 0px 96px 0px 48px;
50 padding: 12px 0px 12px 0px;
53 h1, h2, h3, h4, h5, h6, dl, dt {
55 background-color: inherit;
56 color: #c00040 !important;
59 h1, h2, h3, h4, h5, h6 {
60 letter-spacing: .04em;
65 * -----------------------------------------------------------------------------
67 * -----------------------------------------------------------------------------
70 .header, #footer, .changeheader {
71 color: black !important;
72 background-color: #d9d8d1;
78 border: 1px solid #aaa;
86 letter-spacing: .11em;
90 background-image: none !important;
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 * -----------------------------------------------------------------------------
110 * -----------------------------------------------------------------------------
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" />
140 border: 1px solid black;