Update documentation for perl-lib and install-environment
[blerg.git] / www / css / doc.css
index cfe64b6..1173b95 100644 (file)
@@ -3,6 +3,7 @@
  */
 body {
        font: 14pt serif;
+       margin: 16pt;
 }
 
 h1, h2, h3, h4, h5 {
@@ -10,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;
@@ -31,3 +38,40 @@ h1, h2, h3, h4, h5 {
 .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;
+}