]> andersk Git - sql-web.git/blobdiff - mitsql.css
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / mitsql.css
index 721c5be49a4331e818c282213a15a664e0a0f1a5..979deeedf9e4b3994cea04b5e98f13f31b2b2bf6 100644 (file)
@@ -1,80 +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;
-       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 {
@@ -83,7 +22,7 @@ td p {
        border-left: 1px solid black;
 }
 div.msg {
-       margin: 0px 20px 20px 20px;
+       padding: 0px 20px 0px 0px;
        background-color: #ccc;
        border: 1px solid black;
        font-weight: bold;
@@ -94,7 +33,7 @@ div.msg li {
 }
 div.err {
        color: maroon;
-       margin: 0px 20px 20px 20px;
+       padding: 0px 20px 0px 0px;
        background-color: #ccc;
        border: 1px dashed black;
        font-variant: small-caps;
This page took 0.030417 seconds and 4 git commands to generate.