rebranded from votingbooth to hyperchad
[selectricity-live] / public / stylesheets / vb.css
diff --git a/public/stylesheets/vb.css b/public/stylesheets/vb.css
deleted file mode 100644 (file)
index 0a9f362..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-body   {       
-       font-size:      1em;
-       font-weight:    normal;
-       word-spacing:   normal;
-       letter-spacing: normal;
-       text-transform: none;
-       font-family:    Myriad Web, Geneva, Arial, Helvetica, sans-serif;
-       font-size-adjust:       .48;
-}      
-p, blockquote, ul, ol, dl, dd, li, dir, menu {}
-
-h1, h2, h3, h4 {
-    border-bottom: 1px solid #BD7589;
-    text-shadow: #999999 0.2em 0.2em 3px;
-
-}
-
-a:link { font-weight: bold; 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; }
-
-#loginbox {
-  padding: 10px;
-  border: 1px solid;
-  width: 400px;
-  text-align: left;
-}
-
-#ErrorExplanation {
-  width: 400px;
-  border: 2px solid 'red';
-  padding: 7px;
-  padding-bottom: 12px;
-  margin-bottom: 20px;
-  background-color: #f0f0f0;
-}
-
-#ErrorExplanation h2 {
-  text-align: left;
-  font-weight: bold;
-  padding: 5px 5px 5px 15px;
-  font-size: 12px;
-  margin: -7px;
-  background-color: #c00;
-  color: #fff;
-}
-
-#ErrorExplanation p {
-  color: #333;
-  margin-bottom: 0;
-  padding: 5px;
-}
-
-#ErrorExplanation ul li {
-  font-size: 12px;
-  list-style: square;
-}
-
-#top { padding-left: 10px;
-       padding-right: 10px;
-       padding-top: 5px;
-       padding-bottom: 5px;
-       font-weight: normal;
-       background: #BD7589;
-       color: #FFFFFF;
-}
-
-#top h3 { font-size: 30px; }
-#links { text-align : right; }
-#links a { color: #FFF; font-weight: bold; }
-#links a:visited { color: #FFF; font-weight: bold; }
-
-.ListLine0 {
-       background:  #e0f8f8;
-       
-}
-.ListLine1 {
-       background: #cccccc;
-       
-}
-
-#main { margin: 30px; }
-
-#notice { background: #FFFBB3; 
-                       text-align: left;
-                       font-weight: bold;
-                       border: 2px dotted 'red';
-                       margin-top: 10px;
-                       margin-left: 50px;
-                       padding: 5px 5px 5px 15px;
-                       width: 85%; }
-
-#footer { text-align: center;
-          font-size: 12px;
-          color: #464646;
-         clear: both;}
-
-#footer a { font-weight: normal; }
-       
-#subtext { 
-       text-align: center;
-       font-size: 12px;
-       font-weight: bold; }
-
-.fieldWithErrors {
-    display: inline;
-}
-.fieldWithErrors input, .fieldWithErrors select {
-    background-color: #ffdfdf;
-}
-
-.mainresultbox {
-    width: 100%;
-    padding: 7px;
-    margin-right: 30px;
-    margin-bottom: 30px;
-    border-style: dotted;
-    border-width: 1px;
-}
-
-.mainresultbox h1 {
-    text-align: center;
-}
-.resultbox {
-    width:47%;
-    float: left;
-    padding: 7px;
-    margin-right: 10px;
-    margin-bottom: 10px;
-    border-style: dotted;
-    border-width: 1px;
-}
-
-.clearbox {
-   clear: both;
-   margin: 30px;
-}
-

Benjamin Mako Hill || Want to submit a patch?