committed css changes from courtland fixing some headerbar wonkiness
[selectricity] / public / stylesheets / common.css
index 9bc6264e406780788ecaf6f262ae275aad6f2dca..01cd7c052e53363d8dffd1468d9fbc4511deb55a 100644 (file)
@@ -28,24 +28,29 @@ table, caption, tbody, tfoot, thead, tr, th, td {
        vertical-align: baseline;
 }
 
+body {
+       font-size: 11px;
+       font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+       border-collapse: separate;
+       border-spacing: 0;
+}
 
-#body {
-       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
-       color: white;
-       font-size: 12px;
+caption, th, td {
        text-align: left;
-       line-height: 1.5em;
+       font-weight: normal;
 }
 
-#body a {
-       text-decoration: underline;
-       color: inherit;
-       display: inline;
-       opacity: 0.8;
+blockquote:before, blockquote:after,
+q:before, q:after {
+       content: "";
 }
 
-#body a:hover {
-       opacity: .5;
+blockquote, q {
+       quotes: "" "";
 }
 
 strong, h2, h3 {
@@ -57,21 +62,49 @@ h2, h3 {
     margin-bottom: 0.5em !important;
 }
 
+#page-wrapper {
+       width: 960px;
+       margin: 0 auto 0 auto;
+}
+
+.clear-div {
+       clear: both;
+}
+
 
 /* footer */
 
 #footer {
        font-size: 11px;
-       font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-top: 40px;
        text-align: center;
 }
 
 #footer a {
        text-decoration: none;
-       color: #dc0d13;
 }
 
 #footer a:hover {
        text-decoration: underline;
 }
+
+/* flash notices */
+
+#notice {
+    background: #FFFBB3; 
+    border: 1px black solid;
+       text-align: center;
+       font-weight: bold;
+       padding: 5px 5px 5px 15px;
+    width: 250px;
+}
+
+#notice {
+    background: #FFFBB3; 
+    border: 1px black solid;
+       text-align: center;
+       font-weight: bold;
+       padding: 5px 5px 5px 15px;
+    width: 250px;
+}

Benjamin Mako Hill || Want to submit a patch?