themes/grey/style.css
changeset 50 1b4288399b1f
parent 28 c15f6dcc8085
child 72 b8730fcd64a9
--- a/themes/grey/style.css	Tue Sep 23 23:26:15 2008 -0400
+++ b/themes/grey/style.css	Tue Sep 23 23:26:18 2008 -0400
@@ -10,6 +10,9 @@
   background-color: #262626;
   color: #ffffff;
   padding: 0 8px;
+}
+
+body.playlist {
   background-image: url(images/playbar-shadow.gif);
   background-repeat: repeat-x;
 }
@@ -18,6 +21,7 @@
   padding: 1px;
   background-color: #b0b0b0;
   border: 1px solid #000000;
+  color: #c6c6c6;
 }
 
 div.tblholder table {
@@ -28,14 +32,18 @@
   background-color: #505050;
 }
 
-tr.row1 td {
+tr.row1 td, td.row1 {
   background-color: #383838;
 }
 
-tr.row2 td {
+tr.row2 td, td.row2 {
   background-color: #424242;
 }
 
+tr.row3 td, td.row3 {
+  background-color: #3d3d3d;
+}
+
 tr.current td {
   background-color: #303030;
   color: #ffff00;
@@ -144,3 +152,48 @@
 div.poweredby a {
   color: #57608a;
 }
+
+ul#userlist a {
+  color: #ffff00;
+}
+
+p.success, p.error {
+  text-align: center;
+  font-weight: bold;
+}
+
+p.success {
+  color: #23a600;
+}
+
+p.error {
+  color: #c71700;
+}
+
+a.backlink {
+  display: block;
+  width: 150px;
+  color: #a0a0a0;
+  background-color: #404040;
+  padding: 5px;
+  margin: 10px 0 5px 0;
+  text-decoration: none;
+}
+
+a.backlink:hover {
+  color: #c0c0c0;
+  background-color: #505050;
+}
+
+div.greylogo {
+  width: 120px;
+  height: 33px;
+  background-image: url(images/greylogo.png);
+  background-repeat: no-repeat;
+  float: right;
+  margin: 5px 0;
+}
+
+div.clearer {
+  clear: both;
+}