]> andersk Git - sql-web.git/blobdiff - mitsql.css
Fix CSRF vulnerabilities
[sql-web.git] / mitsql.css
index 37746d3b9742fdbba51e09bafa2dff7eaa78ed0b..979deeedf9e4b3994cea04b5e98f13f31b2b2bf6 100644 (file)
@@ -1,82 +1,19 @@
-body {
-       margin: 1px;
-       font: 12pt verdana, arial, helvetica, sans-serif;
-       background-color: #bbb;
-}
-#body {
-       position: relative;
-       width: 640px;
-       margin-left: auto;
-       margin-right: auto;
-}
-#body {
-       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 {
+#content_wide form {
        margin: 0;
        display: inline;
 }
-p {
-       font-family: Verdana;
+#content_wide p {
        font-size: 10pt;
        text-indent: 25px;
 }
-h2 {
+#content_wide h2 {
        margin-top: 0;
 }
-input {
-       font-family: Verdana;
+#content_wide input {
        font-size: 9pt;
        border: 1px solid black;
 }
-table,tr,td {
+#content_wide table,tr,td {
        padding: 0;
 }
 td p {
@@ -84,14 +21,37 @@ td p {
        padding-left: 10px;
        border-left: 1px solid black;
 }
-div.err {
-       margin: 0px 20px 20px 20px;
+div.msg {
+       padding: 0px 20px 0px 0px;
        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;
+       padding: 0px 20px 0px 0px;
+       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;
+}
+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.033185 seconds and 4 git commands to generate.