You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/25 09:38:43 UTC

svn commit: r291385 - /incubator/roller/branches/roller_2.0/web/theme/sun/colors.css

Author: agilliland
Date: Sun Sep 25 00:38:39 2005
New Revision: 291385

URL: http://svn.apache.org/viewcvs?rev=291385&view=rev
Log:
updated colors.


Modified:
    incubator/roller/branches/roller_2.0/web/theme/sun/colors.css

Modified: incubator/roller/branches/roller_2.0/web/theme/sun/colors.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/sun/colors.css?rev=291385&r1=291384&r2=291385&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/sun/colors.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/sun/colors.css Sun Sep 25 00:38:39 2005
@@ -1,4 +1,3 @@
-
 /* SUN : Customizable colors and images */
 
 /* ------------------------------------------------------------------------ */
@@ -13,8 +12,7 @@
     color: #666666;
 }
 .bannerStatusBox {
-    background: #ccdae3;
-    border-top: 2px black solid;
+    background: #dde6ec;
     color: #666666;
 }
 #footer {
@@ -31,9 +29,12 @@
     color: black;
 }
 p.subtitle {
-    color: #505050;
+    color: #000000;
     font-size: 120%;
 }
+.subtitle span {
+    color: #52829c;
+}
 a {
 	color: #35556B;
 }
@@ -83,11 +84,8 @@
 .entryDescription {
     color: black;
 }
-div.yourWeblogBox {
-   border-top: 1px grey solid;
-}
-td.actions {
-    background: #e9e9e9;
+.yourWeblogBox {
+   border-top: 1px solid grey;
 }
 input.searchButton {
     color: white;
@@ -119,9 +117,11 @@
 
 td.menuTabSelected {
     background: url("menutab-sel.gif");
+    /* background-color: #52829c; */
 }
 td.menuTabUnselected {
     background: url("menutab-unsel.gif");
+    /* background-color: #bdbdbd; */
 }
 .menuItemTable {
     background-color: #52829c;
@@ -148,3 +148,11 @@
     text-decoration: none;
 }
 
+/* for main menu page */
+
+span.mm_weblog_name {
+    color: #707277;
+}
+td.mm_table_actions {
+    background: #fff4d4;
+}
\ No newline at end of file