themes/iphone/style.css
changeset 77 e5f1f45ea7e2
parent 72 b8730fcd64a9
--- a/themes/iphone/style.css	Fri Jun 12 13:48:22 2009 -0400
+++ b/themes/iphone/style.css	Fri Jun 12 13:49:22 2009 -0400
@@ -29,14 +29,18 @@
   background-color: #697092;
 }
 
-tr.row1 td {
+tr.row1 td, td.row1 {
   background-color: #394062;
 }
 
-tr.row2 td {
+tr.row2 td, td.row2 {
   background-color: #202050;
 }
 
+tr.row3 td, td.row3 {
+  background-color: #293052;
+}
+
 tr.current td {
   background-color: #495072;
   color: #ffff00;
@@ -113,6 +117,12 @@
   padding: 5px;
 }
 
+div#offlinemode {
+  position: absolute;
+  top: 4px;
+  right: 4px;
+}
+
 /* Position slider (playhead) */
 
 div#playhead {
@@ -161,3 +171,60 @@
 div.poweredby a {
   color: #57608a;
 }
+
+p.success, p.error {
+  text-align: center;
+  font-weight: bold;
+}
+
+p.success {
+  color: #23a600;
+}
+
+p.error {
+  color: #c71700;
+}
+
+a.backlink {
+  display: block;
+  max-width: 135px;
+  color: #2c425d;
+  background-color: #bcd2ed;
+  padding: 5px;
+  margin: 10px 0 5px 0;
+  text-decoration: none;
+}
+
+a.backlink:active {
+  color: #4c627d;
+  background-color: #dcf2ff;
+}
+
+a.backlink.inline {
+  max-width: none;
+  background-color: #7c92ad;
+  margin: 5px 10px;
+}
+
+a.backlink.inline:hover {
+  background-color: #9cb2cd;
+}
+
+span.clearer {
+  display: block;
+  clear: both;
+}
+
+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;
+}
+