mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
[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 pre {
24 font-size: 10pt;
25 background-color: #eee;
26 margin-left: 2em;
27 padding: .5em;
28 }
29
30 iframe {
31 width: 19em;
32 height: 80em;
33 border: none;
34 float: left;
35 }
36
37 .content {
38 position: absolute;
39 left: 20em;
40 right: 10px;
41 overflow: hidden;
42 }
43
44 .header {
45 background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
46 padding: 1.75rem;
47 text-align: center;
48 color: white;
49 font: x-large sans-serif;
50 }