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 10:01:12 UTC

svn commit: r291387 - in /incubator/roller/branches/roller_2.0/web/theme: blue/colors.css roller.css sun/colors.css tan/colors.css

Author: agilliland
Date: Sun Sep 25 01:01:07 2005
New Revision: 291387

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


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

Modified: incubator/roller/branches/roller_2.0/web/theme/blue/colors.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/blue/colors.css?rev=291387&r1=291386&r2=291387&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/blue/colors.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/blue/colors.css Sun Sep 25 01:01:07 2005
@@ -38,6 +38,9 @@
 a:visited {
     color: #573dea;
 }
+.subtitle span {
+    color: #573dea;
+}
 table.rollertable th, table.rollertable th {
     background: #573dea;
 }
@@ -131,4 +134,11 @@
     color: white;
 }
 
+/* for main menu page */
 
+span.mm_weblog_name {
+    color: #707277;
+}
+td.mm_table_actions {
+    background: #fff4d4;
+}

Modified: incubator/roller/branches/roller_2.0/web/theme/roller.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/roller.css?rev=291387&r1=291386&r2=291387&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/roller.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/roller.css Sun Sep 25 01:01:07 2005
@@ -18,6 +18,7 @@
     margin: 5px 0px 15px;
     font-size: 1em;
     font-weight: bold;
+    font-size: 120%;
 }
 p.pagetip {
     margin: 0px 0px 15px 0px;

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=291387&r1=291386&r2=291387&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 01:01:07 2005
@@ -30,7 +30,6 @@
 }
 p.subtitle {
     color: #000000;
-    font-size: 120%;
 }
 .subtitle span {
     color: #52829c;

Modified: incubator/roller/branches/roller_2.0/web/theme/tan/colors.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/colors.css?rev=291387&r1=291386&r2=291387&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tan/colors.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/tan/colors.css Sun Sep 25 01:01:07 2005
@@ -40,6 +40,9 @@
 a:visited {
     color: #ad3537;
 }
+.subtitle span {
+    color: #ad3431;
+}
 table.rollertable th, table.rollertable th {
     background: #c6ab74;
 }
@@ -134,4 +137,11 @@
     color: black;
 }
 
+/* for main menu page */
 
+span.mm_weblog_name {
+    color: #707277;
+}
+td.mm_table_actions {
+    background: #fff4d4;
+}
\ No newline at end of file