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