[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_ updated colors and some images according to updated colors information from Oliver and new logo from zope.de

Denis Mishunov spliter at is.lg.ua
Sun Feb 3 11:43:11 EST 2008


Log message for revision 83454:
  updated colors and some images according to updated colors information from Oliver and new logo from zope.de

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/dark_grey_horizontal.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_default.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/light_grey_horizontal.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/logo.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/orange_horizontal.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/search_button_bg.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/dark_grey_horizontal.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/feature_default.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/light_grey_horizontal.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/logo.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/orange_horizontal.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/search_button_bg.png
===================================================================
(Binary files differ)

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props	2008-02-03 14:16:41 UTC (rev 83453)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/base_properties.props	2008-02-03 16:43:11 UTC (rev 83454)
@@ -6,49 +6,42 @@
 
 fontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
 fontBaseSize:string=75%
-fontColor:string=#3c3c3c
+fontColor:string=#333
 fontSmallSize:string=90%
 
 backgroundColor:string=White
 
-linkColor:string=#58cd00
-linkActiveColor:string=#ea6135
-linkVisitedColor:string=#58cd00
+linkColor:string=#86c81b
+linkActiveColor:string=#ff4e08
+linkVisitedColor:string=#86c81b
 
 borderWidth:string=1px
 borderStyle:string=solid
 borderStyleAnnotations:string=dashed
 
-globalBorderColor:string=#d6d6d6
-globalBackgroundColor:string=#f8f8f8
-globalFontColor:string=#3c3c3c
+globalBorderColor:string=#d3d3d3
+globalBackgroundColor:string=#f9f9f9
+globalFontColor:string=#333
 
 headingFontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
 
-contentViewBorderColor:string=#d6d6d6
-contentViewBackgroundColor:string=#f8f8f8
-contentViewFontColor:string=#3c3c3c
+contentViewBorderColor:string=#d3d3d3
+contentViewBackgroundColor:string=#f9f9f9
+contentViewFontColor:string=#333
 
-inputFontColor:string=#3c3c3c
+inputFontColor:string=#333
 
 textTransform:string=normal
 
-evenRowBackgroundColor:string=#f8f8f8 
+evenRowBackgroundColor:string=#f9f9f9 
 oddRowBackgroundColor:string=transparent
 
-notifyBorderColor:string=#ffa500
-notifyBackgroundColor:string=#ffce7b
+notifyBorderColor:string=#ff4e08
+notifyBackgroundColor:string=#ff672b
 
 discreetColor:string=#76797c
 helpBackgroundColor:string=#ffffe1
 
 portalMinWidth:string=70em
 columnOneWidth:string=16em
-columnTwoWidth:string=32em
-
-orangeLinkColor:string=#ff4300
-orangeBackgroundColor:string=#f73f1d
-orangeBorderColor:string=#f85b30
-orangeLightBorderColor:string=#ffcdc8
-
-greenColor:string=#9dc445
+columnTwoWidth:string=32em
\ No newline at end of file

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 14:16:41 UTC (rev 83453)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 16:43:11 UTC (rev 83454)
@@ -13,8 +13,8 @@
     font-size: 120%;
 }
 #content a:hover {
-/*    color:&dtml-orangeLinkColor;;*/
-    color: #3b80c1;
+/*    color:&dtml-linkActiveColor;;*/
+    color: #2375bb;
 }
 #searchGadget {
 /*    min-height: 21px;*/
@@ -94,11 +94,11 @@
 }
 
 .state-private {
-    color: &dtml-orangeLinkColor; !important;
+    color: &dtml-linkActiveColor; !important;
 }
 
 li.formTab a.selected {
-    color: &dtml-orangeLinkColor;;
+    color: &dtml-linkActiveColor;;
 }
 
 /* footer styles */

Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-03 14:16:41 UTC (rev 83453)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-03 16:43:11 UTC (rev 83454)
@@ -406,7 +406,7 @@
 .documentActions a {
     border: none !important;
     text-decoration: none;
-    color: &dtml-orangeLinkColor;;
+    color: &dtml-linkActiveColor;;
 }
 
 /* Status messages */
@@ -499,7 +499,7 @@
     padding: 0 1em 0 1em;
     margin: 0 0 1em 1em;
     font-weight: bold;
-    color: &dtml-orangeLinkColor;;
+    color: &dtml-linkActiveColor;;
     float: right;
     width: 35%;
     clear: right;
@@ -508,7 +508,7 @@
 }
 .callout {
     font-weight: bold;
-    color: &dtml-orangeLinkColor;;
+    color: &dtml-linkActiveColor;;
     padding: 0px 1em;
 }
 
@@ -555,8 +555,8 @@
     margin: 1em 0em 1em 0em;
 }
 table.orangePortlet {
-    border-bottom-color: &dtml-orangeLightBorderColor;;
-    border-left-color: &dtml-orangeLightBorderColor;;    
+    border-bottom-color: &dtml-notifyBorderColor;;
+    border-left-color: &dtml-notifyBorderColor;;    
     font-size: 1em;
 }
 table.listing th,
@@ -572,10 +572,10 @@
     text-transform: &dtml-textTransform;;
 }
 table.orangePortlet th {
-    background: &dtml-orangeBackgroundColor; url('&dtml-portal_url;/orange_horizontal.png') bottom left repeat-x;
-    border-top-color: &dtml-orangeLightBorderColor;;
-    border-bottom-color: &dtml-orangeLightBorderColor;; 
-    border-right-color: &dtml-orangeLightBorderColor;;    
+    background: &dtml-notifyBackgroundColor; url('&dtml-portal_url;/orange_horizontal.png') bottom left repeat-x;
+    border-top-color: &dtml-notifyBorderColor;;
+    border-bottom-color: &dtml-notifyBorderColor;; 
+    border-right-color: &dtml-notifyBorderColor;;    
     color: #fff;
     padding: 0 1em;
     line-height:2.2em;
@@ -596,10 +596,10 @@
     padding: 0.25em 0.5em;
 }
 table.orangePortlet td {
-    border-right-color: &dtml-orangeLightBorderColor;;
+    border-right-color: &dtml-notifyBorderColor;;
 }
 table.orangePortlet td a {
-    color: &dtml-orangeLinkColor;;
+    color: &dtml-linkActiveColor;;
 }
 table.listing a:hover {
     text-decoration: underline;



More information about the Checkins mailing list