Add more error checking in auth
[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 }
13
14 .pizzapie {
15         width: 25%;
16         font-family: sans-serif;
17         font-size: 12pt;
18         float: right;
19         margin-left: 16pt;
20         clear: both;
21 }
22
23 .pizzapie td {
24         padding: 8pt;
25         text-align: center;
26 }
27
28 .statistics {
29       font-family: sans-serif;
30 }
31
32 .statistics td {
33       padding-right: 16pt;
34 }
35
36 .bitstructure {
37         font-family: sans-serif;
38         font-size: 10pt;
39         border-collapse: collapse;
40         float: right;
41         clear: both;
42         margin: 0 0 16pt 16pt;
43 }
44
45 .bitstructure td {
46         border: 2px solid black;
47 }
48
49 .bitstructure .B32 {
50         height: 128px;
51 }
52
53 .bitstructure .B8 {
54         height: 64px;
55 }
56
57 .bitstructure .B4 {
58         height: 32px;
59 }
60
61 .bitstructure .B2 {
62         height: 16px;
63 }
64
65 .magic {
66         display: none;
67 }
68
69 .magic + .magic {
70         display: inline;
71 }