From c35779ed0fca346d7d8aac25ad032ebe167b6cd6 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 23 Sep 2006 04:09:18 +0000 Subject: [PATCH 1/1] web commit by RecaiOktas: Add stylesheet. --- doc/css_market/kirkambar.mdwn | 142 ++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 doc/css_market/kirkambar.mdwn diff --git a/doc/css_market/kirkambar.mdwn b/doc/css_market/kirkambar.mdwn new file mode 100644 index 000000000..795941d67 --- /dev/null +++ b/doc/css_market/kirkambar.mdwn @@ -0,0 +1,142 @@ + /* + * IkiWiki `local.css` stylesheet following the Gitweb theme. + * + * Copyright © 2006 Recai Oktaş + * + * Licensed under the GNU General Public License, version 2. + * See the file `http://www.gnu.org/copyleft/gpl.txt`. + * + */ + + + /* + * ----------------------------------------------------------------------------- + * Generic style elements. + * ----------------------------------------------------------------------------- + */ + + body { + font-family: "Trebuchet MS", + "Luxi Sans", + "Bitstream Vera Sans", + "Tahoma", + "Verdana", + "Arial", + "Helvetica", + sans-serif; + padding: 1em; + margin: 0; + font-size: 100.01%; + line-height: 1.5em; + color: black; + background-color: white; + } + + pre, tt, code { + font-family: "Bitstream Vera Sans Mono", + "Luxi Mono", + "Courier New", + "Courier", + monospace; + } + + pre, tt, code, tr.changeinfo, #blogform { + color: inherit; + background-color: #f6f6f0; + } + + pre { + margin: 0px 96px 0px 48px; + padding: 12px 0px 12px 0px; + } + + h1, h2, h3, h4, h5, h6, dl, dt { + font-weight: bold; + background-color: inherit; + color: #c00040 !important; + } + + h1, h2, h3, h4, h5, h6 { + letter-spacing: .04em; + } + + + /* + * ----------------------------------------------------------------------------- + * Headers, footers. + * ----------------------------------------------------------------------------- + */ + + .header, #footer, .changeheader { + color: black !important; + background-color: #d9d8d1; + } + + .header, #footer { + height: 1.8em; + padding: 6px 6px; + border: 1px solid #aaa; + margin-bottom: 4px; + display: block; + } + + .header { + font-size: 120.01%; + font-weight: normal; + letter-spacing: .11em; + } + + span.header { + background-image: none !important; + text-align: right; + } + + .header { /* Optional header logo (right aligned). */ + background-image: url(/* ENTER HEADER LOGO PATH */); + background-repeat: no-repeat; + background-position: 99%; + } + + #footer { /* Optional footer logo (right aligned). */ + background-image: url(/* ENTER FOOTER LOGO PATH */); + background-repeat: no-repeat; + background-position: 99%; + } + + + /* + * ----------------------------------------------------------------------------- + * Specials. + * ----------------------------------------------------------------------------- + */ + + #searchform { + position: absolute; + top: 25px; + right: 90px; + } + + + td.changetime { + font-style: italic; + } + + td.changelog { + font-style: normal; + font-size: x-small; + font-weight: bold; + } + + /* + * Attribution `div` for IkiWiki. Use something like as follows: + *
+ * This site is maintained using Joey Hess's + * + * IkiWiki + * . + *
+ */ + #attribution img { + border: 1px solid black; + padding: 2px; + } \ No newline at end of file -- 2.44.0