Made a large number of mostly cosmetic fixes after a detailed
[selectricity] / public / stylesheets / vb.css
index e6940698d22a755868476fb5624bb5ef7827b1d4..0a9f362d53e45cef2d9371c8bf8316f6feac14cb 100644 (file)
@@ -14,8 +14,9 @@ h1, h2, h3, h4 {
     text-shadow: #999999 0.2em 0.2em 3px;
 
 }
+
 a:link { font-weight: bold; color: #BD7589; text-decoration: underline; } 
-a:visited { color: #BD7589; text-decoration: underline; }
+a:visited { font-weight: bold; color: #BD7589; text-decoration: underline; }
 a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
 a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
 
@@ -67,8 +68,8 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
 
 #top h3 { font-size: 30px; }
 #links { text-align : right; }
-#links a { color: #FFF; }
-#links a:visited { font-weight: bold; }
+#links a { color: #FFF; font-weight: bold; }
+#links a:visited { color: #FFF; font-weight: bold; }
 
 .ListLine0 {
        background:  #e0f8f8;
@@ -112,8 +113,8 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
 .mainresultbox {
     width: 100%;
     padding: 7px;
-    margin-right: 10px;
-    margin-bottom: 10px;
+    margin-right: 30px;
+    margin-bottom: 30px;
     border-style: dotted;
     border-width: 1px;
 }
@@ -131,4 +132,8 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
     border-width: 1px;
 }
 
+.clearbox {
+   clear: both;
+   margin: 30px;
+}
 

Benjamin Mako Hill || Want to submit a patch?