]> andersk Git - sql-web.git/blobdiff - mitsql.css
user interaction moved to proc.lib.php
[sql-web.git] / mitsql.css
index 7b627046b68f4f5d696df4736d5efd2b2c5ad48a..721c5be49a4331e818c282213a15a664e0a0f1a5 100644 (file)
@@ -1,16 +1,79 @@
-<style>
+body {
+       margin: 1px;
+       font: 12pt verdana, arial, helvetica, sans-serif;
+       background-color: #bbb;
+}
+#body {
+       position: relative;
+       width: 640px;
+       margin-left: auto;
+       margin-right: auto;
+       padding: 5px 2px 2px 2px;
+}
+#content0 {
+       position: relative;
+       padding: 5px 0 5px 0;
+}
+#sitename {
+       font-size: 24pt;
+       font-weight: bold;
+}
+#contact {
+       position: absolute;
+       right: 0;
+       font-size: 10pt;
+       margin-top: 20px;
+}
+#content1 {
+       background-color: #aaa;
+       border: 1px outset #aaa;
+       padding: 3px;
+       font-size: 9pt;
+       text-align: right;
+}
+#content2 {
+       padding: 10px;
+       background-color: #aaa;
+       border: 1px inset #999;
+       font-size: 9pt;
+       text-align: left;
+       display: block;
+       padding-bottom: auto;
+}
+#content3 {
+       background-color: #aaa;
+       padding: 3px;
+       font-size: 7pt;
+       text-align: right;
+       border: 1px outset #999;
+       font-style: italic;
+}
+a, a:link, a:visited, a:active {
+       color: maroon;
+       text-decoration: none;
+}
+a:hover {
+       color: white;
+       text-decoration: none;
+       border-bottom: 1px dashed #aaa;
+}
+form {
+       margin: 0;
+       display: inline;
+}
 p {
        font-family: Verdana;
        font-size: 10pt;
+       text-indent: 25px;
+}
+h2 {
+       margin-top: 0;
 }
 input {
        font-family: Verdana;
        font-size: 9pt;
        border: 1px solid black;
 }
-address {
-       font-size: 10pt;
-}
 table,tr,td {
        padding: 0;
 }
@@ -19,18 +82,37 @@ td p {
        padding-left: 10px;
        border-left: 1px solid black;
 }
-.header1,.header2 {
-       font-style: italic;
-       font-size: 9pt;
-       border-bottom: 1px solid black;
+div.msg {
+       margin: 0px 20px 20px 20px;
+       background-color: #ccc;
+       border: 1px solid black;
+       font-weight: bold;
+       position: relative;
 }
-p.err {
-       color: red;
-       font-style: italic;
+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;
 }
-h2,h4 {
-       margin-top: 0;
-       display: inline;
+div.err li {
+       list-style-type: square;
+}
+pre {
+       font-size: 10px;
+}
+table.bargraph {
+       border: 1px solid #ccc;
+}
+table.bargraph td.bar {
+       height: 18px;
+       background-color: #888;
+}
+table.bargraph td.fill {
+       background-color: #bbb;
 }
-</style>
\ No newline at end of file
This page took 0.037771 seconds and 4 git commands to generate.