summaryrefslogtreecommitdiff
path: root/docs/mesa.css
blob: bf3cec5728ab94ca8842a8ff6a8377bff29c1708 (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
/* 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;
}

figure {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #ccc;
}

figure pre {
	margin: 0;
}

figure figcaption {
	padding-top: 0.5em;
}

.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;
}