You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/23 06:13:52 UTC

svn commit: r291072 - in /incubator/roller/branches/roller_2.0/web/theme: bannerStatus.jsp blue/colors.css images/dash.gif

Author: snoopdave
Date: Thu Sep 22 21:13:44 2005
New Revision: 291072

URL: http://svn.apache.org/viewcvs?rev=291072&view=rev
Log:
UI style/layout tweaks

Added:
    incubator/roller/branches/roller_2.0/web/theme/images/dash.gif   (with props)
Modified:
    incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp
    incubator/roller/branches/roller_2.0/web/theme/blue/colors.css

Modified: incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp?rev=291072&r1=291071&r2=291072&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp Thu Sep 22 21:13:44 2005
@@ -14,7 +14,9 @@
     
         <% if (user != null) { %>
             <fmt:message key="mainPage.loggedInAs" />
-             <b><%= user.getUserName() %></b>
+            <html:link forward="yourProfile">
+               <%= user.getUserName() %>
+            </html:link>
         <% } %>
         
         <c:if test="${!empty model.website}" >

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=291072&r1=291071&r2=291072&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 Thu Sep 22 21:13:44 2005
@@ -10,15 +10,6 @@
 .bannerBox {
     background: url("two-banner.png") repeat-x top;
 }
-.sidebarFade {
-    background: #e3e3e3;
-}
-.sidebarFade_hotblogs {
-    background: #e3e3e3;
-}
-.sidebarFade_search {
-    background: #e3e3e3;
-}
 .bannerStatusBox {
     background: #e3e3e3;
     color: #573dea;
@@ -78,6 +69,9 @@
    background: #e3e3e3; 
    border-bottom: 1px #573dea solid;
 }
+div.entriesBox {
+   background: #e3e3e3;
+}
 a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
    color: #573dea; 
    font-size: medium;
@@ -85,6 +79,30 @@
 }
 div.yourWeblogBox {
    border-top: 1px #573dea solid;
+}
+input.searchButton {
+    color: white;
+    background: #432eb3;
+}
+.sidebarBodyHead {
+    background: #432eb3;
+    color: white;
+}
+.searchSidebarBodyHead h3 {
+    color: black;
+}
+.sidebarBodyHead h3 {
+    color: white;
+}
+.sidebarFade, div.sidebarBody {
+    background: #e3e3e3;
+    color: #666666;
+}
+.searchSidebarHead {
+    background: #e3e3e3;
+}
+.searchSidebarBody {
+    background: #e3e3e3;
 }
 
 /* ------------------------------------------------------------------------ */

Added: incubator/roller/branches/roller_2.0/web/theme/images/dash.gif
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/images/dash.gif?rev=291072&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/images/dash.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream