Remove /unsubscribe from htaccess config
[blerg.git] / www / css / doc.css
1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2  * BSD-style license.  Please see the COPYING file for details.
3  */
4 body {
5         font: 14pt serif;
6         margin: 16pt;
7 }
8
9 h1, h2, h3, h4, h5 {
10         font-family: sans-serif;
11         clear: both;
12         margin-bottom: 0.5em;
13 }
14
15 h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
16         margin-top: 0.5em;
17 }
18
19 pre {
20         background-color: #090909;
21         color: #F7F7F7;
22         padding: 0.5em;
23 }
24
25 .pizzapie {
26         width: 25%;
27         font-family: sans-serif;
28         font-size: 12pt;
29         float: right;
30         margin-left: 16pt;
31         clear: both;
32 }
33
34 .pizzapie td {
35         padding: 8pt;
36         text-align: center;
37 }
38
39 .statistics {
40       font-family: sans-serif;
41 }
42
43 .statistics td {
44       padding-right: 16pt;
45 }
46
47 .bitstructure {
48         font-family: sans-serif;
49         font-size: 10pt;
50         border-collapse: collapse;
51         float: right;
52         clear: both;
53         margin: 0 0 16pt 16pt;
54 }
55
56 .bitstructure td {
57         border: 2px solid black;
58 }
59
60 .bitstructure .B32 {
61         height: 128px;
62 }
63
64 .bitstructure .B8 {
65         height: 64px;
66 }
67
68 .bitstructure .B4 {
69         height: 32px;
70 }
71
72 .bitstructure .B2 {
73         height: 16px;
74 }
75
76 .feature {
77         font-family: sans-serif;
78         font-size: 12pt;
79         color: #707010;
80         font-weight: bold;
81 }
82
83 h3 + .feature {
84         margin-top: -10px;
85 }
86
87 .magic {
88         display: none;
89 }
90
91 .magic + .magic {
92         display: inline;
93 }