[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/ - added new type of tables to kupu.xml

Denis Mishunov denis.mishunoff at gmail.com
Tue Feb 5 13:16:23 EST 2008


Log message for revision 83551:
  - added new type of tables to kupu.xml
  - updated styles for orange tables

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_custom_images/orange_horizontal.png
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml	2008-02-05 18:07:01 UTC (rev 83550)
+++ zopeorg.theme/trunk/zopeorg/theme/profiles/default/kupu.xml	2008-02-05 18:16:22 UTC (rev 83551)
@@ -7,6 +7,7 @@
     <table>listing|Fancy listing</table>
     <table>grid listing|Fancy grid listing</table>
     <table>vertical listing|Fancy vertical listing</table>
+    <table>orangeListing listing|Orange listing</table>    
     <style>Heading|h2</style>
     <style>Subheading|h3</style>
     <style>Literal|pre</style>

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_styles/public.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-05 18:07:01 UTC (rev 83550)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/public.css.dtml	2008-02-05 18:16:22 UTC (rev 83551)
@@ -558,10 +558,9 @@
     font-size: &dtml-fontSmallSize;;
     margin: 1em 0em 1em 0em;
 }
-table.orangePortlet {
+table.orangeListing {
     border-bottom-color: &dtml-notifyBorderColor;;
     border-left-color: &dtml-notifyBorderColor;;    
-    font-size: 1em;
 }
 table.listing th,
 .stx table th {
@@ -581,7 +580,7 @@
     line-height: 1.7em;
     font-size: 1em;
 }
-table.orangePortlet th {
+table.orangeListing th {
     background: &dtml-notifyBackgroundColor; url('&dtml-portal_url;/orange_horizontal.png') bottom left repeat-x;
     line-height: 2em;    
     font-size: 1.1em;    
@@ -606,10 +605,10 @@
     border-right: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
     padding: 1em;
 }
-table.orangePortlet td {
+table.orangeListing td {
     border-right-color: &dtml-notifyBorderColor;;
 }
-table.orangePortlet td a {
+table.orangeListing td a {
     color: &dtml-linkActiveColor;;
 }
 table.listing a:hover {



More information about the Checkins mailing list