scons: Compatibility with Scons development version string
[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 link: #111188;
7 }
8
9 h1 {
10 font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
11 font-weight: bold;
12 color: black;
13 }
14
15 h2 {
16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
17 font-weight: bold;
18 color: black;
19 }
20
21 code {
22 font-family: monospace;
23 font-size: 10pt;
24 color: black;
25 }
26
27
28 pre {
29 /*font-family: monospace;*/
30 font-size: 10pt;
31 /*color: black;*/
32 background-color: #eee;
33 margin-left: 2em;
34 padding: .5em;
35 }
36
37 iframe {
38 width: 19em;
39 height: 80em;
40 border: none;
41 float: left;
42 }
43
44 .content {
45 position: absolute;
46 left: 20em;
47 right: 10px;
48 overflow: hidden
49 }
50
51 .header {
52 background: black url('gears.png') 15px no-repeat;
53 margin:0;
54 padding: 5px;
55 clear:both;
56 }
57
58 .header h1 {
59 background: url('gears.png') right no-repeat;
60 color: white;
61 font: x-large sans-serif;
62 text-align: center;
63 height: 50px;
64 margin: 0;
65 padding-top: 30px;
66 }