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/08/17 17:33:23 UTC

svn commit: r233186 - in /incubator/roller/branches/roller_2.0/web/theme: ./ images/ images/grey/ tan/

Author: snoopdave
Date: Wed Aug 17 08:33:03 2005
New Revision: 233186

URL: http://svn.apache.org/viewcvs?rev=233186&view=rev
Log:
Made UI color-scheme 'pluggable' via colors.css

Added:
    incubator/roller/branches/roller_2.0/web/theme/tan/
    incubator/roller/branches/roller_2.0/web/theme/tan/colors.css
    incubator/roller/branches/roller_2.0/web/theme/tan/menutab-sel.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/menutab-unsel.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge-shadow.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/two-sidebarfade.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/two-smallbadge.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/tan/two-togglegrey.png   (with props)
Removed:
    incubator/roller/branches/roller_2.0/web/theme/images/grey/
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-sel.png
    incubator/roller/branches/roller_2.0/web/theme/images/menutab-unsel.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-banner.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-bigbadge-shadow.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-bigbadge.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-bigbadge2.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-bottomgrey.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-sidebarfade.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-sidefade.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-smallbadge.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-titlebargrey.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-togglegrey.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-topfade.png
    incubator/roller/branches/roller_2.0/web/theme/images/two-topgrey.png
Modified:
    incubator/roller/branches/roller_2.0/web/theme/menu.css
    incubator/roller/branches/roller_2.0/web/theme/roller.css
    incubator/roller/branches/roller_2.0/web/theme/status.jsp
    incubator/roller/branches/roller_2.0/web/theme/tiles-head.jsp

Modified: incubator/roller/branches/roller_2.0/web/theme/menu.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/menu.css?rev=233186&r1=233185&r2=233186&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/menu.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/menu.css Wed Aug 17 08:33:03 2005
@@ -18,21 +18,21 @@
 /* style selected and unselected menu links*/
 
 td.menuTabSelected a:link, td.menuTabSelected a:visited, td.menuTabSelected a:hover, td.menuTabSelected a:active {
-    color: black;
+    /* CUSTOMIZABLE color: black; */
     text-decoration: none;
     font-weight: bold;
 }
 td.menuTabUnselected a:link, td.menuTabUnselected a:visited, td.menuTabUnselected a:hover, td.menuTabUnselected a:active {
-    color: black;
+    /* CUSTOMIZABLE color: black; */
     text-decoration: none;
 }
 a.menuItemSelected:link, a.menuItemSelected:visited, a.menuItemSelected:hover, a.menuItemSelected:active {
-    color: black;
+    /* CUSTOMIZABLE color: black; */
     text-decoration: none;
     font-weight: bold;
 }
 a.menuItemUnselected:link, a.menuItemUnselected:visited, a.menuItemUnselected:hover, a.menuItemUnselected:active {
-    color: black;
+    /* CUSTOMIZABLE color: black; */
     text-decoration: none;
 }
 
@@ -49,12 +49,12 @@
 td.menuTabSelected {
     padding: 0px; 
     margin: 0px;
-    background: url("images/menutab-sel.png");
+    /* CUSTOMIZABLE background: url("images/menutab-sel.png"); */
 }
 td.menuTabUnselected {
     padding: 0px; 
     margin: 0px;
-    background: url("images/menutab-unsel.png");
+    /* CUSTOMIZABLE background: url("images/menutab-unsel.png"); */
 }
 
 /* ----------------------------------------------------------------------
@@ -64,7 +64,7 @@
 .menuItemTable {
     width: 100%;
     height: 27px;
-    background-color: #c6ab74;
+    /* CUSTOMIZABLE background-color: #c6ab74; */
 }
 .menuItemSelected, .menuItemUnselected {
     padding: 0px 1px 0px 1px; /* TRBL */

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=233186&r1=233185&r2=233186&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/roller.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/roller.css Wed Aug 17 08:33:03 2005
@@ -3,24 +3,24 @@
 ====================================================================== */
 
 .bannerBox {
-    background: url("images/two-banner.png") repeat-x top;
+    /* CUSTOMIZABLE background: url("images/two-banner.png") repeat-x top; */
     height: 78px; 
     width: 100%;
 }
 .statusBox {
     height: 25px; 
     width: 100%;
-    background: #ad3431;
+    /* CUSTOMIZABLE background: #ad3431; */
     color: white;
 }
 .statusBox a {
-    color: white;
+    /* CUSTOMIZABLE color: white; */
 }
 .statusBox a:link {
-    color: white;
+    /* CUSTOMIZABLE color: white; */
 }
 .statusBox a:visited {
-    color: white;
+    /* CUSTOMIZABLE color: white; */
 }
 .bannerLeft {
     float: left; 
@@ -33,7 +33,7 @@
 .sidebarfade {
     padding: 0px; 
     width: 100%;
-    background: url("images/two-sidebarfade.png") repeat-x top;
+    /* CUSTOMIZABLE background: url("images/two-sidebarfade.png") repeat-x top; */
 }
 .sidebarfadeBody {
     padding: 0px 5px 0px 5px; 
@@ -63,20 +63,20 @@
 }
 h1 {
     background: transparent;
-    color: #ad3537;
+    /* CUSTOMIZABLE color: #ad3537; */
     font-size: x-large;
     font-weight: bold;
     margin: 10px 0px 5px 0px;
 }
 h2 {
     background: transparent;
-    color: #ad3537;
+    /* CUSTOMIZABLE color: #ad3537; */
     font-size: large;
     font-weight: bold;
 }
 h3 {
     background: transparent;
-    color: #ad3537;
+    /* CUSTOMIZABLE color: #ad3537; */
     font-weight: bold;
 }
 div.sidebarfade h3 {
@@ -98,12 +98,12 @@
 }
 a:link {
     background: transparent;
-    color: #ad3537;
+    /* CUSTOMIZABLE color: #ad3537; */
     text-decoration: underline;
 }
 a:visited {
     background: transparent;
-    color: #ad3537;
+    /* CUSTOMIZABLE color: #ad3537; */
     text-decoration: underline;
 }
 a:hover {
@@ -210,14 +210,13 @@
 }
 table.rollertable th, table.rollertable th {
     border: 1px solid #ccc;
-    background: #c6ab74;
+    /* CUSTOMIZABLE background: #c6ab74; */
 }
 table.rollertable th {
-    font-size: 1.5em;
     color: white;
 }
 table.rollertable td, table.rollertable tbody td {
-    border: 1px solid #c6ab74;
+    /* CUSTOMIZABLE border: 1px solid #c6ab74; */
     vertical-align: top;
 }
 table.rollertable tbody td {
@@ -421,23 +420,23 @@
 div.entryTitleBox {
    padding: 4px;
    margin: 4px 0px 4px 0px;
-   background: #c6ab74;
-   color: white;
+   /* CUSTOMIZABLE background: #c6ab74; */
+   /* CUSTOMIZABLE color: white; */
    font-size: medium;
 }
 div.entryBox {
    padding: 4px;
    margin: 4px 0px 4px 0px;
-   border: 1px #c6ab74 solid;
+   /* CUSTOMIZABLE border: 1px #c6ab74 solid;
 }
 div.entryBoxPinned {
    padding: 4px;
    margin: 4px 0px 4px 0px;
    border: 1px #c0c0c0 solid;
-   background: #e5e5e5;
+   /* CUSTOMIZABLE background: #e5e5e5; */
 }
 a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
-   color: #ad3537;
+   /* CUSTOMIZABLE color: #ad3537; */
    font-size: medium;
    font-weight: bold;
 }
@@ -484,7 +483,7 @@
 }
 div.centerTitle {
     border: 1px solid #ccc;
-    background: #c6ab74;
+    /* CUSTOMIZABLE background: #c6ab74; */
     color: black;
     font-weight: bolder;
     font-size: large;
@@ -492,12 +491,12 @@
 }
 div.control {
     width: 100%; 
-    background: #c6ab74;
+    /* CUSTOMIZABLE background: #c6ab74; */
 }
 div.controlToggle {
     width: 100%; 
     height: 20px;
-    background: url("images/two-togglegrey.png") repeat-x top;
+    /* background: url("images/two-togglegrey.png") repeat-x top; */
 }
 .control input { 
     margin: 5px; 

Modified: incubator/roller/branches/roller_2.0/web/theme/status.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/status.jsp?rev=233186&r1=233185&r2=233186&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/status.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/status.jsp Wed Aug 17 08:33:03 2005
@@ -7,7 +7,10 @@
 boolean allowNewUsers = RollerConfig.getBooleanProperty("users.registration.enabled");
 %>
 <div class="bannerBox">
-   <img src='<c:url value="/theme/images/two-bigbadge-shadow.png" />' style="margin: 15px 0px 0px 15px" />
+   <img src='<c:url value="/theme/tan/two-bigbadge-shadow.png" />' 
+      style="margin: 15px 0px 0px 15px;" />
+   <%-- <img src='<c:url value="/theme/sun/bsclogo.png" />' 
+           style="margin: 0px 0px 0px 0px;" align="left" /> --%>
 </div>
 
 <div class="statusBox">

Added: 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=233186&view=auto
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tan/colors.css (added)
+++ incubator/roller/branches/roller_2.0/web/theme/tan/colors.css Wed Aug 17 08:33:03 2005
@@ -0,0 +1,102 @@
+
+/* Customizable colors and images */
+
+/* ------------------------------------------------------------------------ */
+/* add colors and images to roller.css */
+
+.bannerBox {
+    background: url("two-banner.png") repeat-x top;
+}
+.sidebarfade {
+    background: url("two-sidebarfade.png") repeat-x top;
+}
+.statusBox {
+    background: #ad3431;
+    color: white;
+}
+.statusBox a {
+    color: white;
+}
+.statusBox a:link {
+    color: white;
+}
+.statusBox a:visited {
+    color: white;
+}
+h1 {
+    color: #ad3537;
+}
+h2 {
+    color: #ad3537;
+}
+h3 {
+    background: transparent;
+    color: #ad3537;
+    font-weight: bold;
+}
+a:link {
+    color: #ad3537;
+}
+a:visited {
+    color: #ad3537;
+}
+table.rollertable th, table.rollertable th {
+    background: #c6ab74;
+}
+table.rollertable td, table.rollertable tbody td {
+    border: 1px solid #c6ab74;
+}
+a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
+   color: #ad3537;
+}
+div.centerTitle {
+    background: #c6ab74;
+}
+div.control {
+    background: #c6ab74; 
+}
+div.controlToggle {
+    background: url("two-togglegrey.png") repeat-x top; 
+}
+div.entryTitleBox {
+   background: #c6ab74; 
+   color: white; 
+}
+div.entryBox {
+   border: 1px #c6ab74 solid;
+}
+div.entryBoxPinned {
+   background: #e5e5e5; 
+}
+a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
+   color: #ad3537; 
+   font-size: medium;
+   font-weight: bold;
+}
+
+/* ------------------------------------------------------------------------ */
+/* add colors and iamges to menu.css */
+
+td.menuTabSelected {
+    background: url("menutab-sel.png");
+}
+td.menuTabUnselected {
+    background: url("menutab-unsel.png");
+}
+.menuItemTable {
+    background-color: #c6ab74;
+}
+td.menuTabSelected a:link, td.menuTabSelected a:visited, td.menuTabSelected a:hover, td.menuTabSelected a:active {
+    color: black;
+}
+td.menuTabUnselected a:link, td.menuTabUnselected a:visited, td.menuTabUnselected a:hover, td.menuTabUnselected a:active {
+    color: black;
+}
+a.menuItemSelected:link, a.menuItemSelected:visited, a.menuItemSelected:hover, a.menuItemSelected:active {
+    color: black;
+}
+a.menuItemUnselected:link, a.menuItemUnselected:visited, a.menuItemUnselected:hover, a.menuItemUnselected:active {
+    color: black;
+}
+
+

Added: incubator/roller/branches/roller_2.0/web/theme/tan/menutab-sel.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/menutab-sel.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/menutab-sel.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/menutab-sel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/menutab-unsel.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/menutab-unsel.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/menutab-unsel.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/menutab-unsel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/two-banner.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge-shadow.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge-shadow.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge-shadow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/two-bigbadge.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/two-sidebarfade.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-sidebarfade.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/two-sidebarfade.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/two-smallbadge.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-smallbadge.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/two-smallbadge.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/branches/roller_2.0/web/theme/tan/two-togglegrey.png
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tan/two-togglegrey.png?rev=233186&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/branches/roller_2.0/web/theme/tan/two-togglegrey.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/roller/branches/roller_2.0/web/theme/tiles-head.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/tiles-head.jsp?rev=233186&r1=233185&r2=233186&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/tiles-head.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/tiles-head.jsp Wed Aug 17 08:33:03 2005
@@ -5,6 +5,8 @@
 <link rel="stylesheet" type="text/css" media="all"
      href="<%= request.getContextPath() %>/theme/roller.css" />
 <link rel="stylesheet" type="text/css" media="all"
+     href="<%= request.getContextPath() %>/theme/tan/colors.css" />
+<link rel="stylesheet" type="text/css" media="all"
      href="<%= request.getContextPath() %>/theme/menu.css" />
 <link rel="stylesheet" type="text/css" media="all"
      href="<%= request.getContextPath() %>/theme/calendar.css" />