summaryrefslogtreecommitdiff
path: root/docs/mesa.css
blob: f7f37b2715a37bbcc2dc961a13fe8047b1d86144 (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
/* Mesa CSS */
body {
	background-color: #ffffff;
	font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: black;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

code {
	font-family: monospace;
	font-size: 10pt;
}

pre {
	font-size: 10pt;
	background-color: #eee;
	margin-left: 2em;
	padding: .5em;
}

iframe {
	width: 19em;
	height: 80em;
	border: none;
	float: left;
}

.content {
	position: absolute;
	left: 20em;
	right: 10px;
	overflow: hidden;
}

.header {
	background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
	padding: 1.75rem;
	text-align: center;
	color: white;
	font: x-large sans-serif;
}