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:57:22 UTC

svn commit: r233191 - in /incubator/roller/branches/roller_2.0/web/theme: ./ blue/ tan/

Author: snoopdave
Date: Wed Aug 17 08:52:44 2005
New Revision: 233191

URL: http://svn.apache.org/viewcvs?rev=233191&view=rev
Log:
Example theme that uses blue colors

Added:
    incubator/roller/branches/roller_2.0/web/theme/blue/
    incubator/roller/branches/roller_2.0/web/theme/blue/colors.css
    incubator/roller/branches/roller_2.0/web/theme/blue/menutab-sel.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/menutab-unsel.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/two-banner.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/two-bigbadge-shadow.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/two-bigbadge.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/two-sidebarfade.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/two-smallbadge.png   (with props)
    incubator/roller/branches/roller_2.0/web/theme/blue/two-togglegrey.png   (with props)
Modified:
    incubator/roller/branches/roller_2.0/web/theme/tan/colors.css
    incubator/roller/branches/roller_2.0/web/theme/tiles-head.jsp

Added: 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=233191&view=auto
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/blue/colors.css (added)
+++ incubator/roller/branches/roller_2.0/web/theme/blue/colors.css Wed Aug 17 08:52:44 2005
@@ -0,0 +1,101 @@
+
+/* 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: #00038a;
+    color: white;
+}
+.statusBox a {
+    color: white;
+}
+.statusBox a:link {
+    color: white;
+}
+.statusBox a:visited {
+    color: white;
+}
+h1 {
+    color: #00038a;
+}
+h2 {
+    color: #00038a;
+}
+h3 {
+    color: #00038a;
+}
+a:link {
+    color: #00038a;
+}
+a:visited {
+    color: #00038a;
+}
+table.rollertable th, table.rollertable th {
+    background: #00038a;
+}
+table.rollertable td, table.rollertable tbody td {
+    border: 1px solid #00038a;
+}
+a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
+   color: black;
+}
+div.centerTitle {
+    background: #9192b0;
+}
+div.control {
+    background: #9192b0; 
+}
+div.controlToggle {
+    background: url("two-togglegrey.png") repeat-x top; 
+}
+div.entryTitleBox {
+   background: #9192b0; 
+   color: white; 
+}
+div.entryBox {
+   border: 1px #9192b0 solid;
+}
+div.entryBoxPinned {
+   background: #e5e5e5; 
+}
+a.entryTitle, a:active.entryTitle, a:visited.entryTitle {
+   color: #00038a; 
+   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: #00038a;
+    color: white;
+}
+td.menuTabSelected a:link, td.menuTabSelected a:visited, td.menuTabSelected a:hover, td.menuTabSelected a:active {
+    color: white;
+}
+td.menuTabUnselected a:link, td.menuTabUnselected a:visited, td.menuTabUnselected a:hover, td.menuTabUnselected a:active {
+    color: white;
+}
+a.menuItemSelected:link, a.menuItemSelected:visited, a.menuItemSelected:hover, a.menuItemSelected:active {
+    color: white;
+}
+a.menuItemUnselected:link, a.menuItemUnselected:visited, a.menuItemUnselected:hover, a.menuItemUnselected:active {
+    color: white;
+}
+
+

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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=233191&r1=233190&r2=233191&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 Wed Aug 17 08:52:44 2005
@@ -85,6 +85,7 @@
 }
 .menuItemTable {
     background-color: #c6ab74;
+    color: white;
 }
 td.menuTabSelected a:link, td.menuTabSelected a:visited, td.menuTabSelected a:hover, td.menuTabSelected a:active {
     color: black;

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=233191&r1=233190&r2=233191&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:52:44 2005
@@ -1,11 +1,14 @@
 <%@ include file="/taglibs.jsp" %>
 
 <script type="text/javascript"
-    src="<%= request.getContextPath() %>/theme/scripts/roller.js"></script>    
+    src="<%= request.getContextPath() %>/theme/scripts/roller.js"></script> 
+   
 <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"