[Checkins] SVN: z3ext.layout/tags/2.0.6/ release tag

Nikolay Kim fafhrd at datacom.kz
Wed Mar 11 05:53:37 EDT 2009


Log message for revision 97832:
  release tag

Changed:
  A   z3ext.layout/tags/2.0.6/
  D   z3ext.layout/tags/2.0.6/CHANGES.txt
  A   z3ext.layout/tags/2.0.6/CHANGES.txt
  U   z3ext.layout/tags/2.0.6/setup.py
  D   z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css
  A   z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css

-=-
Deleted: z3ext.layout/tags/2.0.6/CHANGES.txt
===================================================================
--- z3ext.layout/trunk/CHANGES.txt	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.layout/tags/2.0.6/CHANGES.txt	2009-03-11 09:53:36 UTC (rev 97832)
@@ -1,266 +0,0 @@
-=======
-CHANGES
-=======
-
-
-2.0.6 (Unreleased)
-------------------
-
-- Fixed discriminator for z3ext:pagelet directive
-
-
-2.0.5 (2009-01-26)
-------------------
-
-- Update styles
-
-
-2.0.4 (2009-01-22)
-------------------
-
-- Pass permission to class required attributes
-
-
-2.0.3 (2009-01-20)
-------------------
-
-- Use __parent__ for layout quering
-
-
-2.0.2 (2009-01-08)
-------------------
-
-- Register layout for (view, for, layer), instead of view and for separatly
-
-
-2.0.1 (2008-12-25)
-------------------
-
-- Pagelet should implement provided interfaces
-
-
-2.0.0 (2008-12-22)
-------------------
-
-- Pagelet without name is not allowed
-
-- Added 'type' attribute to 'z3ext:pagelet'
-
-- Added 'z3ext:pageletType' directive for registering new pagelet types
-
-- multiple params is allowed for 'for' attribute
-
-- Removed pagelet 'manager' attribute
-
-- 'pagelet' tales expression and 'pagelet' view checks additional context IPageletContext
-  if exists use it as adapter parameter
-
-
-1.7.3 (2008-12-18)
-------------------
-
-- Use IPagelet instead of IPageTemplate for pagelet rendering
-
-
-1.7.2 (2008-12-17)
-------------------
-
-- Update default styles
-
-
-1.7.1 (2008-12-15)
-------------------
-
-- Check if context provides interface in @@pagelet view and pagelet: tales expresion
-
-
-1.7.0 (2008-12-11)
-------------------
-
-- Added `manager` attribute to z3ext:pagelet directive
-  this allow use getMultiAdapter((content, request, manager1, manager2, ...), IPagelet)
-
-- Use 'provides' schema for converting kwargs in z3ext:pagelet directive
-
-
-1.6.0 (2008-11-27)
-------------------
-
-- Added 'uid' attribute to z3ext:layout directive.
-  Send ILayoutCreatedEvent event only if layout has uid
-
-
-1.5.9 (2008-11-24)
-------------------
-
-- Fixed python2.4 compatibility
-
-
-1.5.7 (2008-11-17)
-------------------
-
-- Update css styles
-
-
-1.5.6 (2008-11-06)
-------------------
-
-- Register nameless pagelet only if provided interface is not
-inherited from IBrowserPublisher
-
-
-1.5.5 (2008-11-05)
-------------------
-
-- Add IPagelet interface to pagelet provides
-
-
-1.5.4 (2008-10-30)
-------------------
-
-- Added 'pagelet' tales expression (same as @@pagelet)
-
-- Update css styles
-
-
-1.5.3 (2008-10-16)
-------------------
-
-- Update css styles
-
-
-1.5.2 (2008-10-15)
-------------------
-
-- Render IPagelet adapter for @@pagelet view
-
-
-1.5.1 (2008-10-14)
-------------------
-
-- Fixed missing NotFount in @@pagelet 
-
-- Log errors in @@pagelet
-
-- Default css styles
-
-
-1.5.0 (2008-10-06)
-------------------
-
-- Added @@pagelet browser view for fast access pagelets
-
-
-1.4.6 (2008-10-03)
-------------------
-
-- Fixed bug with multple nameless pagelet
-
-
-1.4.5 (2008-08-18)
-------------------
-
-- `name` attribute is optional for <z3ext:pagelet/> directive
-
-
-1.4.4 (2008-07-22)
-------------------
-
-- Fix IPagelet adapter for content
-
-
-1.4.3 (2008-05-22)
-------------------
-
-- Added LayoutNotFound exception
-
-
-1.4.2 (2008-05-14)
-------------------
-
-- Remove unused interfaces
-
-- Tests updated
-
-
-1.4.1 (2008-04-23)
-------------------
-
-- Use newer version of z3ext.autoinclude
-
-
-1.4 (2008-03-21)
-----------------
-
-- Added z3ext:pagelet directive
-
-- Code cleanup
-
-- Moved to svn.zope.org
-
-
-1.3.2 (2008-03-06)
-------------------
-
-- Removed context layouts
-
-
-1.3.1 (2008-02-21)
-------------------
-
-- Code cleanup
-
-- Remove code related to zope.formlib
-
-
-1.3.0 (2008-02-20)
-------------------
-
-- Removed code related to z3c.form
-
-
-1.2.1 (2008-02-18)
-------------------
-
-- Added 'redirect' method to IBrowserPagelet, this is usefull
-  when we need redirect during 'update' method and we don't 
-  need render pagelet at all.
-
-- Added adapter to IPagelet for (context, request),
-  this adapter gets browser:defaultView for context and if it IPagelet return it
-
-
-1.2.0 (2008-02-13)
-------------------
-
-- Remove all code related to persistent templates
-
-
-1.1.2 (2008-02-12)
-------------------
-
-- Added 'title' and 'description' fields layout directive
-
-- check ILayoutTemplateTAL for ISite
-
-
-1.1.0 (2008-02-08)
-------------------
-
-- Added compatibility with z3c.template layouts
-
-- Added ILayoutTemplateTAL interface, other packages
-  can define adapter to this interface and change layout template
-  TAL program (layout customization)
-
-
-1.0.1 (2008-02-02)
-------------------
-
-- Added required dependencies
-
-
-1.0.0 (2008-01-15)
-------------------
-
-- Initial release

Copied: z3ext.layout/tags/2.0.6/CHANGES.txt (from rev 97823, z3ext.layout/trunk/CHANGES.txt)
===================================================================
--- z3ext.layout/tags/2.0.6/CHANGES.txt	                        (rev 0)
+++ z3ext.layout/tags/2.0.6/CHANGES.txt	2009-03-11 09:53:36 UTC (rev 97832)
@@ -0,0 +1,270 @@
+=======
+CHANGES
+=======
+
+
+2.0.6 (2009-03-11)
+------------------
+
+- Fixed discriminator for z3ext:pagelet directive
+
+- Allow use 'layout' pagelet type as template for layout
+
+- Update styles
+
+
+2.0.5 (2009-01-26)
+------------------
+
+- Update styles
+
+
+2.0.4 (2009-01-22)
+------------------
+
+- Pass permission to class required attributes
+
+
+2.0.3 (2009-01-20)
+------------------
+
+- Use __parent__ for layout quering
+
+
+2.0.2 (2009-01-08)
+------------------
+
+- Register layout for (view, for, layer), instead of view and for separatly
+
+
+2.0.1 (2008-12-25)
+------------------
+
+- Pagelet should implement provided interfaces
+
+
+2.0.0 (2008-12-22)
+------------------
+
+- Pagelet without name is not allowed
+
+- Added 'type' attribute to 'z3ext:pagelet'
+
+- Added 'z3ext:pageletType' directive for registering new pagelet types
+
+- multiple params is allowed for 'for' attribute
+
+- Removed pagelet 'manager' attribute
+
+- 'pagelet' tales expression and 'pagelet' view checks additional context IPageletContext
+  if exists use it as adapter parameter
+
+
+1.7.3 (2008-12-18)
+------------------
+
+- Use IPagelet instead of IPageTemplate for pagelet rendering
+
+
+1.7.2 (2008-12-17)
+------------------
+
+- Update default styles
+
+
+1.7.1 (2008-12-15)
+------------------
+
+- Check if context provides interface in @@pagelet view and pagelet: tales expresion
+
+
+1.7.0 (2008-12-11)
+------------------
+
+- Added `manager` attribute to z3ext:pagelet directive
+  this allow use getMultiAdapter((content, request, manager1, manager2, ...), IPagelet)
+
+- Use 'provides' schema for converting kwargs in z3ext:pagelet directive
+
+
+1.6.0 (2008-11-27)
+------------------
+
+- Added 'uid' attribute to z3ext:layout directive.
+  Send ILayoutCreatedEvent event only if layout has uid
+
+
+1.5.9 (2008-11-24)
+------------------
+
+- Fixed python2.4 compatibility
+
+
+1.5.7 (2008-11-17)
+------------------
+
+- Update css styles
+
+
+1.5.6 (2008-11-06)
+------------------
+
+- Register nameless pagelet only if provided interface is not
+inherited from IBrowserPublisher
+
+
+1.5.5 (2008-11-05)
+------------------
+
+- Add IPagelet interface to pagelet provides
+
+
+1.5.4 (2008-10-30)
+------------------
+
+- Added 'pagelet' tales expression (same as @@pagelet)
+
+- Update css styles
+
+
+1.5.3 (2008-10-16)
+------------------
+
+- Update css styles
+
+
+1.5.2 (2008-10-15)
+------------------
+
+- Render IPagelet adapter for @@pagelet view
+
+
+1.5.1 (2008-10-14)
+------------------
+
+- Fixed missing NotFount in @@pagelet 
+
+- Log errors in @@pagelet
+
+- Default css styles
+
+
+1.5.0 (2008-10-06)
+------------------
+
+- Added @@pagelet browser view for fast access pagelets
+
+
+1.4.6 (2008-10-03)
+------------------
+
+- Fixed bug with multple nameless pagelet
+
+
+1.4.5 (2008-08-18)
+------------------
+
+- `name` attribute is optional for <z3ext:pagelet/> directive
+
+
+1.4.4 (2008-07-22)
+------------------
+
+- Fix IPagelet adapter for content
+
+
+1.4.3 (2008-05-22)
+------------------
+
+- Added LayoutNotFound exception
+
+
+1.4.2 (2008-05-14)
+------------------
+
+- Remove unused interfaces
+
+- Tests updated
+
+
+1.4.1 (2008-04-23)
+------------------
+
+- Use newer version of z3ext.autoinclude
+
+
+1.4 (2008-03-21)
+----------------
+
+- Added z3ext:pagelet directive
+
+- Code cleanup
+
+- Moved to svn.zope.org
+
+
+1.3.2 (2008-03-06)
+------------------
+
+- Removed context layouts
+
+
+1.3.1 (2008-02-21)
+------------------
+
+- Code cleanup
+
+- Remove code related to zope.formlib
+
+
+1.3.0 (2008-02-20)
+------------------
+
+- Removed code related to z3c.form
+
+
+1.2.1 (2008-02-18)
+------------------
+
+- Added 'redirect' method to IBrowserPagelet, this is usefull
+  when we need redirect during 'update' method and we don't 
+  need render pagelet at all.
+
+- Added adapter to IPagelet for (context, request),
+  this adapter gets browser:defaultView for context and if it IPagelet return it
+
+
+1.2.0 (2008-02-13)
+------------------
+
+- Remove all code related to persistent templates
+
+
+1.1.2 (2008-02-12)
+------------------
+
+- Added 'title' and 'description' fields layout directive
+
+- check ILayoutTemplateTAL for ISite
+
+
+1.1.0 (2008-02-08)
+------------------
+
+- Added compatibility with z3c.template layouts
+
+- Added ILayoutTemplateTAL interface, other packages
+  can define adapter to this interface and change layout template
+  TAL program (layout customization)
+
+
+1.0.1 (2008-02-02)
+------------------
+
+- Added required dependencies
+
+
+1.0.0 (2008-01-15)
+------------------
+
+- Initial release

Modified: z3ext.layout/tags/2.0.6/setup.py
===================================================================
--- z3ext.layout/trunk/setup.py	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.layout/tags/2.0.6/setup.py	2009-03-11 09:53:36 UTC (rev 97832)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='2.0.6dev'
+version='2.0.6'
 
 
 setup(name='z3ext.layout',

Deleted: z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css
===================================================================
--- z3ext.layout/trunk/src/z3ext/layout/styles.css	2009-03-11 02:16:33 UTC (rev 97820)
+++ z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css	2009-03-11 09:53:36 UTC (rev 97832)
@@ -1,356 +0,0 @@
-/* zrt-cssregistry: */
-
- at media all {
-
-  .z-page, .page {
-    padding: 1.5em;
-    border: borderWidth borderStyle globalBorderColor;
-    background-color: globalBackgroundColor;
-    font-size: 100%;
-  }
-
-  .z-page h1 {
-    padding-top: 0;
-  }
-
-  .z-page h4 {
-    border-bottom: borderWidth borderStyle globalBorderColor;
-  }
-
-  .z-page legend {
-    background-color: transparent;
-  }
-
-  .z-page-description,
-  .pageDescription {
-    color: discreetColor;
-    font-size: fontSmallSize;
-    font-weight: normal;
-    margin-bottom: 1.5em;
-  }
-
-  .z-frame, .z-topframe,
-  .frame, .topframe {
-    padding: 1em;
-    margin-top: 1em;
-    background: contentBackgroundColor;
-    border: borderWidth borderStyle globalExtraBorderColor;
-  }
-
-  .z-topframe, .topframe {
-    margin-top: 0em;
-  }
-
-  .z-frame h4 {
-    border-bottom: borderWidth borderStyle globalExtraBorderColor;
-    font-weight: normal;
-  }
-
-  #z-portal {
-    background-color: contentBackgroundColor;
-  }
-
-  #z-portal-workspace {
-    /*margin: 2em 1.5em 1.5em 1.5em;*/
-  }
-
-  #z-portal-workspace {
-    font-size: 110%;
-    background: contentBackgroundColor;
-  }
-  
-  #z-portal-workspace h1 {
-    font-size: 120%;
-    font-weight: bold;
-  }
-  
-  #z-portal-workspace h2 {
-    font-size: 110%;
-  }
-  
-  #z-portal-workspace h3 {
-    font-size: 100%;
-  }
-  
-  #z-portal-workspace h5,
-  #z-portal-workspace h6 {
-    color: discreetColor;
-  }
-
-  ul.z-listing,
-  ul.z-hlisting {
-    margin: 0;
-    list-style: none;
-    list-style-image: none;
-    list-style-type: none;
-  }
-
-  ul.z-listing li,
-  ul.z-hlisting li {
-    clear: both;
-    list-style: none;
-    list-style-image: none;
-    border: 1px solid transparent;
-  }
-
-  ul.z-hlisting {
-    display: block;
-    position: relative;
-    vertical-align: top;
-  }
-
-  ul.z-hlisting li {
-    display: inline;
-    padding-right: 1em;
-  }
-
-  ul.z-hlisting div.z-listing-item {
-    display: inline;
-  }
-
-  ul.z-listing li .z-listing-icon,
-  ul.z-hlisting li .z-listing-icon {
-    float: left;
-    padding-top: 8px;
-    padding-right: 0.5em;
-  }
-
-  ul.z-listing li a,
-  ul.z-hlisting li a,
-  ul.z-listing li .z-listing-details a,
-  ul.z-hlisting li .z-listing-details a {
-    color: linkColor;
-    border: 0;
-    border-bottom: 1px dotted discreetColor;
-    text-decoration: none;
-  }
-
-  ul.z-listing li a:visited,
-  ul.z-listing li .z-listing-details a:visited,
-  ul.z-hlisting li a:visited,
-  ul.z-hlisting li .z-listing-details a:visited {
-    color: linkColor;
-    background-color: transparent;
-  }
-  
-  ul.z-listing li a:active,
-  ul.z-listing li .z-listing-details a:active,
-  ul.z-hlisting li a:active,
-  ul.z-hlisting li .z-listing-details a:active {
-    color: linkColor;
-    background-color: transparent;
-  }
-  
-  ul.z-listing li span,
-  ul.z-hlisting li span {
-    border: 0;
-    border-bottom: 1px dotted discreetColor;
-  }
-  
-  ul.z-listing li .z-listing-details span a,
-  ul.z-hlisting li .z-listing-details span a {
-    border-bottom: 0px;
-  }
-  
-  ul.z-listing li label,
-  ul.z-hlisting li label {
-    font-weight: bold;
-    border-bottom: borderWidth dotted discreetColor;
-  }
-
-  ul.z-listing li .z-listing-details div,
-  ul.z-hlisting li .z-listing-details div {
-    color: discreetColor;
-    font-size: fontSmallSize;
-  }
-  
-  ul.z-listing li ul.z-listing,
-  ul.z-hlisting li ul.z-listing {
-    margin-left: 1.5em;
-    font-size: 110%;
-  }
-  
-  ul.z-listing li .z-listing-details div span,
-  ul.z-hlisting li .z-listing-details div span {
-    color: discreetColor;
-    font-size: fontSmallSize;
-    border: 0;
-  }
-
-  ul.z-listing .z-listing-selected,
-  ul.z-hlisting .z-listing-selected {
-    background: globalBackgroundColor;
-    border: borderWidth borderStyle globalBorderColor;
-    padding: 0.2em;
-  }
-
-  ul.z-listing img.z-listing-selected,
-  ul.z-hlisting img.z-listing-selected {
-    padding: 0.5em;
-  }  
-
-  table.z-listing {
-    border-collapse: collapse;
-    border-left: borderWidth borderStyle globalBorderColor;
-    border-bottom: borderWidth borderStyle globalBorderColor;
-  }
-
-  table.z-listing tr {
-    vertical-align: middle;
-  }
-
-  table.z-listing th {
-    background: globalBackgroundColor;
-    border-top: borderWidth borderStyle globalBorderColor;
-    border-bottom: borderWidth borderStyle globalBorderColor;
-    border-right: borderWidth borderStyle globalBorderColor;
-    font-weight: normal;
-    padding: 0.25em 1em;
-    text-transform: textTransform;
-    text-align: center;
-  }
-
-  table.z-listing .top {
-    border-left: borderWidth borderStyle backgroundColor;
-    border-top: borderWidth borderStyle backgroundColor ! important;
-    border-right: borderWidth borderStyle backgroundColor ! important;
-    text-align: right ! important;
-    padding: 0em 0em 1em 0em;
-  }
-
-  table.z-listing td {
-    border-right: borderWidth borderStyle globalBorderColor;
-    padding: 0.25em 1em;
-    vertical-align: middle;
-  }
-
-  table.z-listing a {
-    text-decoration: none;
-  }
-
-  table.z-listing a:hover {
-    text-decoration: underline;
-  }
-
-  table.z-listing img {
-    vertical-align: middle;
-  }
-
-  .z-level1 {
-    padding-left: 0.8em;
-  }
-  
-  .z-level2 {
-    padding-left: 1.6em;
-  }
-  
-  .z-level3 {
-    padding-left: 2.4em;
-  }
-  
-  .z-level4 {
-    padding-left: 3.2em;
-  }
-
-  .even {
-    background-color: evenRowBackgroundColor;
-  }
-  
-  .odd {
-    background-color: oddRowBackgroundColor;
-  }
-  
-  .visualHighlight {
-    background-color: evenRowBackgroundColor;
-  }
-  
-  .discreet {
-    color: discreetColor;
-    font-size: fontSmallSize;
-    font-weight: normal;
-  }
-  
-  .discreet a { 
-    color: discreetColor;
-    text-decoration: underline;
-  }
-  
-  .discreet a:hover {
-    text-decoration: none;
-  }
-  
-  .visualClear {
-    display: block;
-    clear: both;
-  }
-
-  .hiddenStructure {
-    display: block;
-    background: transparent;
-    background-image: none; /* safari bug */
-    border: none;
-    height: 1px;
-    overflow: hidden;
-    padding: 0;
-    margin: -1px 0 0 -1px;
-    width: 1px;
-  }
-  
-  .hiddenLabel {
-    display: block;
-    background: transparent;
-    background-image: none; /* safari bug */
-    border: none;
-    height: 1px;
-    overflow: hidden;
-    padding: 0;
-    margin: -1px 0 0 -1px;
-    width: 1px;
-  }
-  
-  .wide {
-    width: 100%;
-  }
-  
-  .nowrap {
-    white-space: nowrap;
-  }
-  
-  .strong {
-    font-weight: bold;
-  }
-  
-  .small { 
-    font-size: fontSmallSize;
-  }
-  
-  td.error {
-    width: auto !important;
-  }
-  
-  .center {
-    text-align: center;
-  }
-  
-  .warning {
-    color: notifyBorderColor;
-    font-weight: bold;
-  }
-  
-  .spacer { 
-    padding-top: 1.5em;
-    padding-bottom: 1.5em;
-  }
-  
-  .u {
-    border-bottom: borderWidth borderStyle globalBorderColor;
-  }
-  
-}
-
- at media print {
-  .z-page-description,
-  .pageDescription {
-    font-weight: normal;
-  }
-}

Copied: z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css (from rev 97823, z3ext.layout/trunk/src/z3ext/layout/styles.css)
===================================================================
--- z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css	                        (rev 0)
+++ z3ext.layout/tags/2.0.6/src/z3ext/layout/styles.css	2009-03-11 09:53:36 UTC (rev 97832)
@@ -0,0 +1,365 @@
+/* zrt-cssregistry: */
+
+ at media all {
+
+  .z-page, .page {
+    padding: 1.5em;
+    border: borderWidth borderStyle globalBorderColor;
+    background-color: globalBackgroundColor;
+    font-size: 100%;
+  }
+
+  .z-page h1 {
+    padding-top: 0;
+  }
+
+  .z-page h4 {
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+
+  .z-page legend {
+    background-color: transparent;
+  }
+
+  .z-page-description,
+  .pageDescription {
+    color: discreetColor;
+    font-size: fontSmallSize;
+    font-weight: normal;
+    margin-bottom: 1.5em;
+  }
+
+  .z-frame, .z-topframe,
+  .frame, .topframe {
+    padding: 1em;
+    margin-top: 1em;
+    background: contentBackgroundColor;
+    border: borderWidth borderStyle globalExtraBorderColor;
+  }
+
+  .z-topframe, .topframe {
+    margin-top: 0em;
+  }
+
+  .z-frame h4 {
+    border-bottom: borderWidth borderStyle globalExtraBorderColor;
+    font-weight: normal;
+  }
+
+  #z-portal {
+    background-color: contentBackgroundColor;
+  }
+
+  #z-portal-workspace {
+    /*margin: 2em 1.5em 1.5em 1.5em;*/
+  }
+
+  #z-portal-workspace {
+    font-size: 110%;
+    background: contentBackgroundColor;
+  }
+  
+  #z-portal-workspace h1 {
+    font-size: 120%;
+    font-weight: bold;
+  }
+  
+  #z-portal-workspace h2 {
+    font-size: 110%;
+  }
+  
+  #z-portal-workspace h3 {
+    font-size: 100%;
+  }
+  
+  #z-portal-workspace h5,
+  #z-portal-workspace h6 {
+    color: discreetColor;
+  }
+
+  ul.z-listing,
+  ul.z-hlisting {
+    margin: 0;
+    list-style: none;
+    list-style-image: none;
+    list-style-type: none;
+  }
+
+  ul.z-listing li,
+  ul.z-hlisting li {
+    clear: both;
+    list-style: none;
+    list-style-image: none;
+  }
+
+  ul.z-hlisting {
+    display: block;
+    position: relative;
+    vertical-align: top;
+  }
+
+  ul.z-hlisting li {
+    display: inline;
+    padding-right: 1em;
+  }
+
+  ul.z-hlisting div.z-listing-item {
+    display: inline;
+  }
+
+  ul.z-listing li .z-listing-icon,
+  ul.z-hlisting li .z-listing-icon {
+    float: left;
+    padding-top: 8px;
+    padding-right: 0.5em;
+    padding-bottom: 0.5em;
+  }
+
+  ul.z-listing li .z-listing-details { 
+    float: left;
+    padding-bottom: 0.5em;
+  }
+
+  ul.z-listing li a,
+  ul.z-hlisting li a,
+  ul.z-listing li .z-listing-details a,
+  ul.z-hlisting li .z-listing-details a {
+    color: linkColor;
+    border: 0;
+    border-bottom: 1px dotted discreetColor;
+    text-decoration: none;
+  }
+
+  ul.z-listing li a:visited,
+  ul.z-listing li .z-listing-details a:visited,
+  ul.z-hlisting li a:visited,
+  ul.z-hlisting li .z-listing-details a:visited {
+    color: linkColor;
+    background-color: transparent;
+  }
+  
+  ul.z-listing li a:active,
+  ul.z-listing li .z-listing-details a:active,
+  ul.z-hlisting li a:active,
+  ul.z-hlisting li .z-listing-details a:active {
+    color: linkColor;
+    background-color: transparent;
+  }
+  
+  ul.z-listing li span,
+  ul.z-hlisting li span {
+    border: 0;
+    border-bottom: 1px dotted discreetColor;
+  }
+  
+  ul.z-listing li .z-listing-details span a,
+  ul.z-hlisting li .z-listing-details span a {
+    border-bottom: 0px;
+  }
+  
+  ul.z-listing li label,
+  ul.z-hlisting li label {
+    font-weight: bold;
+    border-bottom: borderWidth dotted discreetColor;
+  }
+
+  ul.z-listing li .z-listing-details div,
+  ul.z-hlisting li .z-listing-details div {
+    font-size: fontSmallSize;
+  }
+
+  ul.z-listing li .byline,
+  ul.z-hlisting li .byline {
+    color: discreetColor;
+  }
+  
+  ul.z-listing li ul.z-listing,
+  ul.z-hlisting li ul.z-listing {
+    margin-left: 1.5em;
+    font-size: 110%;
+  }
+  
+  ul.z-listing li .z-listing-details div span,
+  ul.z-hlisting li .z-listing-details div span {
+    color: discreetColor;
+    font-size: fontSmallSize;
+    border: 0;
+  }
+
+  ul.z-listing .z-listing-selected,
+  ul.z-hlisting .z-listing-selected {
+    background: globalBackgroundColor;
+    border: borderWidth borderStyle globalBorderColor;
+    padding: 0.2em;
+  }
+
+  ul.z-listing img.z-listing-selected,
+  ul.z-hlisting img.z-listing-selected {
+    padding: 0.5em;
+  }  
+
+  table.z-listing {
+    border-collapse: collapse;
+    border-left: borderWidth borderStyle globalBorderColor;
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+
+  table.z-listing tr {
+    vertical-align: middle;
+  }
+
+  table.z-listing th {
+    background: globalBackgroundColor;
+    border-top: borderWidth borderStyle globalBorderColor;
+    border-bottom: borderWidth borderStyle globalBorderColor;
+    border-right: borderWidth borderStyle globalBorderColor;
+    font-weight: normal;
+    padding: 0.25em 1em;
+    text-transform: textTransform;
+    text-align: center;
+  }
+
+  table.z-listing .top {
+    border-left: borderWidth borderStyle backgroundColor;
+    border-top: borderWidth borderStyle backgroundColor ! important;
+    border-right: borderWidth borderStyle backgroundColor ! important;
+    text-align: right ! important;
+    padding: 0em 0em 1em 0em;
+  }
+
+  table.z-listing td {
+    border-right: borderWidth borderStyle globalBorderColor;
+    padding: 0.25em 1em;
+    vertical-align: middle;
+  }
+
+  table.z-listing a {
+    text-decoration: none;
+  }
+
+  table.z-listing a:hover {
+    text-decoration: underline;
+  }
+
+  table.z-listing img {
+    vertical-align: middle;
+  }
+
+  .z-level1 {
+    padding-left: 0.8em;
+  }
+  
+  .z-level2 {
+    padding-left: 1.6em;
+  }
+  
+  .z-level3 {
+    padding-left: 2.4em;
+  }
+  
+  .z-level4 {
+    padding-left: 3.2em;
+  }
+
+  .even {
+    background-color: evenRowBackgroundColor;
+  }
+  
+  .odd {
+    background-color: oddRowBackgroundColor;
+  }
+  
+  .visualHighlight {
+    background-color: evenRowBackgroundColor;
+  }
+  
+  .discreet {
+    color: discreetColor;
+    font-size: fontSmallSize;
+    font-weight: normal;
+  }
+  
+  .discreet a { 
+    color: discreetColor;
+    text-decoration: underline;
+  }
+  
+  .discreet a:hover {
+    text-decoration: none;
+  }
+  
+  .visualClear {
+    display: block;
+    clear: both;
+  }
+
+  .hiddenStructure {
+    display: block;
+    background: transparent;
+    background-image: none; /* safari bug */
+    border: none;
+    height: 1px;
+    overflow: hidden;
+    padding: 0;
+    margin: -1px 0 0 -1px;
+    width: 1px;
+  }
+  
+  .hiddenLabel {
+    display: block;
+    background: transparent;
+    background-image: none; /* safari bug */
+    border: none;
+    height: 1px;
+    overflow: hidden;
+    padding: 0;
+    margin: -1px 0 0 -1px;
+    width: 1px;
+  }
+  
+  .wide {
+    width: 100%;
+  }
+  
+  .nowrap {
+    white-space: nowrap;
+  }
+  
+  .strong {
+    font-weight: bold;
+  }
+  
+  .small { 
+    font-size: fontSmallSize;
+  }
+  
+  td.error {
+    width: auto !important;
+  }
+  
+  .center {
+    text-align: center;
+  }
+  
+  .warning {
+    color: notifyBorderColor;
+    font-weight: bold;
+  }
+  
+  .spacer { 
+    padding-top: 1.5em;
+    padding-bottom: 1.5em;
+  }
+  
+  .u {
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+  
+}
+
+ at media print {
+  .z-page-description,
+  .pageDescription {
+    font-weight: normal;
+  }
+}



More information about the Checkins mailing list