aboutsummaryrefslogtreecommitdiff
path: root/doc/css_market/kirkambar.css
blob: e756a1260202130931e75f11989c934f9360021c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/*
 * IkiWiki `local.css` stylesheet following the Gitweb theme.
 *
 * Copyright © 2006  Recai Oktaş <roktasATdebian.org>
 *
 * 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:
 *		<div id="attribution">
 *		    This site is maintained using Joey Hess's
 *		    <a href="http://ikiwiki.info/">
 *		        <img src="ikiwiki.png" title="IkiWiki" alt="IkiWiki" />
 *		    </a>.
 *		</div>
 */ 	
#attribution img {
	border: 1px solid black;
	padding: 2px;
}