6fdc38f9432f10831720597d06a5edec5ba346ea
[mesa.git] / docs / mesa.css
1 /* Mesa CSS */
2 body {
3 background-color: #ffffff;
4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
5 color: black;
6 }
7
8 h1 {
9 font-size: 24px;
10 font-weight: bold;
11 }
12
13 h2 {
14 font-size: 18px;
15 font-weight: bold;
16 }
17
18 code {
19 font-family: monospace;
20 font-size: 10pt;
21 }
22
23
24 pre {
25 font-size: 10pt;
26 background-color: #eee;
27 margin-left: 2em;
28 padding: .5em;
29 }
30
31 iframe {
32 width: 19em;
33 height: 80em;
34 border: none;
35 float: left;
36 }
37
38 .content {
39 position: absolute;
40 left: 20em;
41 right: 10px;
42 overflow: hidden;
43 }
44
45 .header {
46 background: black url('gears.png') 15px no-repeat;
47 margin:0;
48 padding: 5px;
49 clear:both;
50 }
51
52 .header h1 {
53 background: url('gears.png') right no-repeat;
54 color: white;
55 font: x-large sans-serif;
56 text-align: center;
57 height: 50px;
58 margin: 0;
59 padding-top: 30px;
60 }