]> andersk Git - sql-web.git/blobdiff - mitsql.css
jbarnold: contact.php
[sql-web.git] / mitsql.css
index b19423f0c57221a145a3682ac599784cb2e1fc54..721c5be49a4331e818c282213a15a664e0a0f1a5 100644 (file)
@@ -8,8 +8,6 @@ body {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
-}
-#body {
        padding: 5px 2px 2px 2px;
 }
 #content0 {
@@ -84,17 +82,37 @@ td p {
        padding-left: 10px;
        border-left: 1px solid black;
 }
-div.err {
+div.msg {
        margin: 0px 20px 20px 20px;
        background-color: #ccc;
-       border: 1px dashed black;
+       border: 1px solid black;
+       font-weight: bold;
+       position: relative;
 }
-div.err li {
+div.msg li {
+       list-style-type: square;
+}
+div.err {
        color: maroon;
+       margin: 0px 20px 20px 20px;
+       background-color: #ccc;
+       border: 1px dashed black;
        font-variant: small-caps;
        font-weight: bold;
+}
+div.err li {
        list-style-type: square;
 }
 pre {
        font-size: 10px;
-}
\ No newline at end of file
+}
+table.bargraph {
+       border: 1px solid #ccc;
+}
+table.bargraph td.bar {
+       height: 18px;
+       background-color: #888;
+}
+table.bargraph td.fill {
+       background-color: #bbb;
+}
This page took 0.060185 seconds and 4 git commands to generate.