nir/algebraic: Constant reassociation for bitwise operations too
[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 figure {
38 margin: 0.5em;
39 padding: 0.5em;
40 border: 1px solid #ccc;
41 }
42
43 figure pre {
44 margin: 0;
45 }
46
47 figure figcaption {
48 padding-top: 0.5em;
49 }
50
51 .content {
52 position: absolute;
53 left: 20em;
54 right: 10px;
55 overflow: hidden;
56 }
57
58 .header {
59 background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
60 padding: 1.75rem;
61 text-align: center;
62 color: white;
63 font: x-large sans-serif;
64 }