X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fdoc.css;h=1173b95d037f1b926a0769e6ab605c930b3b66ea;hb=f1b33c517e6a1396c3bfb8ded250207bfae4e969;hp=ff2636c8be7573fa114cbb83b95e3528fa13abdf;hpb=6ce5fb7ab6e31f76e57639e4d04e32af33e77ee6;p=blerg.git diff --git a/www/css/doc.css b/www/css/doc.css index ff2636c..1173b95 100644 --- a/www/css/doc.css +++ b/www/css/doc.css @@ -1,5 +1,9 @@ +/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a + * BSD-style license. Please see the COPYING file for details. + */ body { font: 14pt serif; + margin: 16pt; } h1, h2, h3, h4, h5 { @@ -7,6 +11,12 @@ h1, h2, h3, h4, h5 { clear: both; } +pre { + background-color: #090909; + color: #F7F7F7; + padding: 0.5em; +} + .pizzapie { width: 25%; font-family: sans-serif; @@ -20,3 +30,48 @@ h1, h2, h3, h4, h5 { padding: 8pt; text-align: center; } + +.statistics { + font-family: sans-serif; +} + +.statistics td { + padding-right: 16pt; +} + +.bitstructure { + font-family: sans-serif; + font-size: 10pt; + border-collapse: collapse; + float: right; + clear: both; + margin: 0 0 16pt 16pt; +} + +.bitstructure td { + border: 2px solid black; +} + +.bitstructure .B32 { + height: 128px; +} + +.bitstructure .B8 { + height: 64px; +} + +.bitstructure .B4 { + height: 32px; +} + +.bitstructure .B2 { + height: 16px; +} + +.magic { + display: none; +} + +.magic + .magic { + display: inline; +}