Added a new site wide design and some other bits and pieces.
[selectricity-live] / public / stylesheets / vb.css
diff --git a/public/stylesheets/vb.css b/public/stylesheets/vb.css
new file mode 100644 (file)
index 0000000..79800a8
--- /dev/null
@@ -0,0 +1,108 @@
+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 #009999;
+    text-shadow: #999999 0.2em 0.2em 3px;
+
+}
+a:link { font-weight: bold; color: #066; text-decoration: underline; } 
+a:visited { color: #066; 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 { margin : 0px;
+       padding : 3px;
+       font-weight: normal;
+       background: #009999;
+       color: #FFFFFF;
+       
+}
+
+#top h3 { font-size: 30px; }
+
+#links { text-align : right;
+         margin-right: 50px; }
+#links a { color: #EAFFD0; }
+#links a:visited { 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; }
+
+#footer a { font-weight: normal; }
+       
+#subtext { 
+       text-align: center;
+       font-size: 12px;
+       font-weight: bold;
+       
+}
+

Benjamin Mako Hill || Want to submit a patch?