You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/03 17:43:38 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/css default.css

andreas     2003/06/03 08:43:37

  Modified:    src/webapp/lenya/xslt/util publication.xsl welcome.xsl
                        page2xhtml.xsl
               src/webapp/lenya/xslt/publishing screen.xsl
               src/webapp/lenya/content introduction.xml
               src/webapp/lenya/xslt/ac login.xsl
               src/webapp sitemap.xmap
               src/webapp/lenya/resources/css default.css
  Added:       src/webapp/lenya/resources/images project-logo.png
                        project-logo-small.png
  Log:
  - adding new CMS screen handling
  - adding CSS, project logos
  
  Revision  Changes    Path
  1.7       +32 -48    cocoon-lenya/src/webapp/lenya/xslt/util/publication.xsl
  
  Index: publication.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/util/publication.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- publication.xsl	20 May 2003 17:25:01 -0000	1.6
  +++ publication.xsl	3 Jun 2003 15:43:37 -0000	1.7
  @@ -1,7 +1,10 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
  -                xmlns:lenya="http://lenya.org/2003/publication"
  +<xsl:stylesheet
  +    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
  +    xmlns:lenya="http://lenya.org/2003/publication"
  +    xmlns="http://www.w3.org/1999/xhtml"
  +    xmlns:page="http://www.lenya.org/2003/cms-page"
   >
   
   <xsl:template match="/">
  @@ -9,56 +12,37 @@
   </xsl:template>
   
   <xsl:template match="lenya:publication">
  -<html>
  -<head>
  -  <title>Lenya CMS Publication: <xsl:value-of select="lenya:name"/></title>
  -  <link rel="stylesheet" type="text/css" href="/lenya/lenya/css/default.css" />
  -</head>
  -<body>
  -<table>
  -<tr>
  -<td valign="top">
  -This&#160;Publication
  -<br />
  -&#160;&#160;&#160;<a href="authoring/">Login&#160;as&#160;Editor</a>
  -<br />
  -&#160;&#160;&#160;Document&#160;Types
  -<br />
  -&#160;&#160;&#160;Collection&#160;Types
  -<br />
  -&#160;&#160;&#160;<a href="#lenya:tests">Use&#160;Cases/Tests</a>
  -<br />
  -&#160;&#160;&#160;Features
  -<br />
  -<a href="../index.html">Other&#160;Publications</a>
  -<br />
  -<a href="../docs-new/index.html">New&#160;Documentation</a>
  -<br />
  -<a href="../docs/index.html">Deprecated&#160;Documentation</a>
  -</td>
  -
  -<td>&#160;</td>
  -
  -<td valign="top">
  -  <h3>Publication</h3>
  -  <h1><xsl:value-of select="lenya:name"/></h1>
  -  
  +<page:page>
  +  <page:title>Lenya CMS Publication: <xsl:value-of select="lenya:name"/></page:title>
  +  <page:body>
  +
  +<div class="lenya-sidebar">
  +<div class="lenya-sidebar-heading">This&#160;Publication</div>
  +<ul>
  +  <li><a href="authoring/">Login&#160;as&#160;Editor</a></li>
  +  <li>Document&#160;Types</li>
  +  <li>Collection&#160;Types</li>
  +  <li><a href="#lenya:tests">Use&#160;Cases/Tests</a></li>
  +  <li>Features</li>
  +</ul>
  +<div class="lenya-publication-item"><a href="../index.html">Other&#160;Publications</a></div>
  +<div class="lenya-publication-item"><a href="../docs-new/index.html">New&#160;Documentation</a></div>
  +<div class="lenya-publication-item"><a href="../docs/index.html">Deprecated&#160;Documentation</a></div>
  +</div>
  +
  +<div class="lenya-frontpage">
  +<h2>About</h2>
  +<h3><xsl:value-of select="lenya:name"/></h3>
   <p>
     <xsl:copy-of select="lenya:description"/>
  -</p>
  -
  -<p>
  +  <br/><br/>
     <xsl:apply-templates select="lenya:readme"/>
   </p>
  +<xsl:apply-templates select="lenya:tests"/>
  +</div>
   
  -<p>
  -  <xsl:apply-templates select="lenya:tests"/>
  -</p>
  -</td>
  -</tr>
  -</table>
  -</body>
  -</html>
  +</page:body>
  +</page:page>
   </xsl:template>
   
   <xsl:template match="lenya:readme">
  @@ -67,7 +51,7 @@
   
   <xsl:template match="lenya:tests">
   <a name="lenya:tests" />
  -<h3>Tests</h3>
  +<h2>Tests</h2>
   <ol>
     <xsl:apply-templates select="lenya:test"/>
   </ol>
  
  
  
  1.7       +28 -19    cocoon-lenya/src/webapp/lenya/xslt/util/welcome.xsl
  
  Index: welcome.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/util/welcome.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- welcome.xsl	19 May 2003 08:01:55 -0000	1.6
  +++ welcome.xsl	3 Jun 2003 15:43:37 -0000	1.7
  @@ -3,26 +3,26 @@
   <xsl:stylesheet version="1.0"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       xmlns:lenya="http://lenya.org/2003/publication"
  +    xmlns="http://www.w3.org/1999/xhtml"
       xmlns:xhtml="http://www.w3.org/1999/xhtml"
  +    xmlns:page="http://www.lenya.org/2003/cms-page"
       >
   
  -<xsl:template match="/">
  -<html>
  -<head>
  -  <title>Lenya - Content Management System</title>
  -  <link rel="stylesheet" type="text/css" href="/lenya/lenya/css/default.css" />
  -</head>
  -<body>
  -  <h1>Lenya - Content Management System</h1>
  -  
  -  <xsl:apply-templates select="/lenya:lenya/lenya:publications"/>
  -  <xsl:copy-of select="/lenya:lenya/xhtml:xhtml/xhtml:body"/>
  -</body>
  -</html>
  +<xsl:template match="lenya:lenya">
  +  <page:page>
  +    
  +  <page:title>Apache Lenya - Content Management System</page:title>
  +  <page:body>
  +    <xsl:apply-templates select="xhtml:div[@class = 'lenya-frontpage']"/>
  +    <xsl:apply-templates select="lenya:publications"/>
  +  </page:body>
  +  </page:page>
   </xsl:template>
   
   <xsl:template match="lenya:publications">
  -<h2>Publications</h2>
  +<div class="lenya-sidebar">
  +<!--<div class="lenya-padding">-->
  +<div class="lenya-sidebar-heading">Publications</div>
   <!--
   <p>
   We are working on a catalog of sample publications. The idea is that an
  @@ -30,11 +30,13 @@
   efficiently its own publication. The <a href="docs/tutorial/index.html">tutorial</a> describes how to do that.
   </p>
   -->
  -<ol>
   <xsl:for-each select="lenya:publication">
     <xsl:choose>
       <xsl:when test="lenya:XPSEXCEPTION">
  -      <li><font color="red">Exception:</font> (publication id = <xsl:value-of select="@pid"/>) <xsl:value-of select="lenya:XPSEXCEPTION"/></li>
  +      <div class="lenya-publication-item">
  +        <font color="red">Exception:</font>
  +        (publication id = <xsl:value-of select="@pid"/>) <xsl:value-of select="lenya:XPSEXCEPTION"/>
  +      </div>
       </xsl:when>
       <xsl:otherwise>
         <xsl:choose>
  @@ -42,14 +44,21 @@
             <!-- do not list this publication. Might be a "template" publication -->
           </xsl:when>
           <xsl:otherwise>
  -          <li><a href="{@pid}/introduction.html">
  -          <xsl:apply-templates select="lenya:publication/lenya:name"/></a></li>
  +          <div class="lenya-publication-item">
  +            <a href="{@pid}/introduction.html">
  +            <xsl:apply-templates select="lenya:publication/lenya:name"/></a>
  +          </div>
           </xsl:otherwise>
         </xsl:choose>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:for-each>
  -</ol>
  +<!--</div>-->
  +</div>
  +</xsl:template>
  +
  +<xsl:template match="@*|node()">
  +  <xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy>
   </xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.2       +47 -2     cocoon-lenya/src/webapp/lenya/xslt/util/page2xhtml.xsl
  
  Index: page2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/util/page2xhtml.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page2xhtml.xsl	13 May 2003 15:42:34 -0000	1.1
  +++ page2xhtml.xsl	3 Jun 2003 15:43:37 -0000	1.2
  @@ -11,6 +11,7 @@
   <xsl:stylesheet version="1.0"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       xmlns="http://www.w3.org/1999/xhtml"
  +    xmlns:xhtml="http://www.w3.org/1999/xhtml"
       xmlns:page="http://www.lenya.org/2003/cms-page"
       >
   
  @@ -24,10 +25,54 @@
           href="{$context-prefix}/lenya/css/default.css" title="default css"/>
       </head>
       <body>
  -      <h1><xsl:value-of select="page:title"/></h1>
  -      <xsl:copy-of select="page:body/*"/>
  +    
  +      <table width="100%" border="0" cellpadding="10" cellspacing="0">
  +        <tr>
  +          <td class="lenya-header">
  +            <h1><xsl:value-of select="page:title"/></h1>
  +          </td>
  +          <td class="lenya-project-logo">
  +            <img src="{$context-prefix}/lenya/images/project-logo-small.png"/>
  +          </td>
  +        </tr>
  +      </table>
  +      <div class="lenya-page-subtitle">
  +        Open Source Content Management System
  +      </div>
  +      <table class="lenya-body" border="0" cellpadding="0" cellspacing="0">
  +        <tr>
  +          <xsl:variable name="main-div" select="page:body/xhtml:div[@class != 'lenya-sidebar']"/>
  +          <xsl:choose>
  +            <xsl:when test="$main-div">
  +              <td class="{$main-div/@class}">
  +                <xsl:copy-of select="$main-div/node()"/>
  +              </td>
  +            </xsl:when>
  +            <xsl:otherwise>
  +              <td class="lenya-content">
  +                <xsl:copy-of select="page:body/node()[local-name() != 'div'][not(@class = 'lenya-sidebar')]"/>
  +              </td>
  +            </xsl:otherwise>
  +          </xsl:choose>
  +          <td class="lenya-sidebar">
  +            <xsl:copy-of select="//xhtml:div[@class = 'lenya-sidebar']/node()"/>
  +          </td>
  +        </tr>
  +      </table>
  +<!--    
  +      <div>
  +        
  +      </div>
  +      <div class="lenya-header">
  +        
  +      </div>
  +      <div class="lenya-body">
  +        <xsl:copy-of select="page:body/*"/>
  +      </div>
  +-->      
       </body>
     </html>
   </xsl:template>
  +
   
   </xsl:stylesheet> 
  
  
  
  1.4       +2 -0      cocoon-lenya/src/webapp/lenya/xslt/publishing/screen.xsl
  
  Index: screen.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/publishing/screen.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- screen.xsl	16 May 2003 18:34:54 -0000	1.3
  +++ screen.xsl	3 Jun 2003 15:43:37 -0000	1.4
  @@ -12,6 +12,7 @@
   <xsl:output version="1.0" indent="yes" encoding="ISO-8859-1"/>
   
   <xsl:param name="action" select="'publish'"/>
  +<xsl:param name="lenya.event"/>
   
   <xsl:variable name="separator" select="','"/>
   
  @@ -29,6 +30,7 @@
         <p>
           <form action="">
           
  +        <input type="hidden" name="lenya.event" value="{$lenya.event}"/>
           <input type="hidden" name="lenya.usecase" value="publish"/>
           <input type="hidden" name="lenya.step" value="publish"/>
           <input type="hidden" name="task-id" value="{$task-id}"/>
  
  
  
  1.6       +4 -8      cocoon-lenya/src/webapp/lenya/content/introduction.xml
  
  Index: introduction.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/content/introduction.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- introduction.xml	13 Mar 2003 14:18:25 -0000	1.5
  +++ introduction.xml	3 Jun 2003 15:43:37 -0000	1.6
  @@ -1,9 +1,7 @@
   <?xml version="1.0"?>
   
  -<xhtml xmlns="http://www.w3.org/1999/xhtml">
  -<body>
  -<a name="preamble" />
  -<h2>Preamble</h2>
  +<div xmlns="http://www.w3.org/1999/xhtml" class="lenya-frontpage">
  +<h2><a name="preamble" />Preamble</h2>
   <p>
   Lenya CMS is the refactored version of XPS (Extensible Publishing System).
   XPS is currently used by Switzerland's most famous newspaper Neue Z&#252;rcher Zeitung
  @@ -14,8 +12,7 @@
   should have become a killer CMS (at least for newspapers), but we made two crucial mistakes: Bad Documentation and a bad installer. We hopefully do a better job this time.
   </p>
   
  -<a name="introduction" />
  -<h2>Introduction</h2>
  +<h2><a name="introduction" />Introduction</h2>
   <p>
   Lenya CMS is an <a href="http://www.opensource.org">Open-Source</a>
   Content Management and Publishing System written in 100% pure Java. It
  @@ -51,5 +48,4 @@
   You are very welcome to participate in the <a href="http://www.lenya.org">Lenya CMS project</a>.
   Thank you very much for your suggestions and contributions.
   </p>
  -</body>
  -</xhtml>
  +</div>
  \ No newline at end of file
  
  
  
  1.8       +10 -13    cocoon-lenya/src/webapp/lenya/xslt/ac/login.xsl
  
  Index: login.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/ac/login.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- login.xsl	13 May 2003 22:25:24 -0000	1.7
  +++ login.xsl	3 Jun 2003 15:43:37 -0000	1.8
  @@ -1,8 +1,10 @@
   <?xml version="1.0"?>
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:session="http://www.apache.org/xsp/session/2.0">
  -
  -<xsl:import href="../util/page-util.xsl"/>
  +<xsl:stylesheet version="1.0"
  +    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  +    xmlns:session="http://www.apache.org/xsp/session/2.0"
  +    xmlns:page="http://www.lenya.org/2003/cms-page"
  +    >
   
   <xsl:output version="1.0" indent="yes" encoding="ISO-8859-1"/>
   
  @@ -17,14 +19,9 @@
   </xsl:template>
   
   <xsl:template match="page">
  -  <html>
  -   <head>
  -    <title><xsl:value-of select="$publication_name"/> - <xsl:call-template name="html-title"/></title>
  -    <xsl:call-template name="include-css">
  -      <xsl:with-param name="context-prefix" select="concat(body/login/context, $prefix)"/>
  -    </xsl:call-template>
  -    </head>
  -    <body bgcolor="#ffffff">
  +<page:page>
  +  <page:title><xsl:value-of select="$publication_name"/> - <xsl:call-template name="html-title"/></page:title>
  +  <page:body>
        <h1><xsl:value-of select="$publication_name"/></h1>
   
        <xsl:apply-templates select="body"/>
  @@ -34,8 +31,8 @@
          <xsl:value-of select="$copyright"/>
        </font>
        </p>
  -    </body>
  -  </html>
  +  </page:body>
  +</page:page>
   </xsl:template>
   
   <xsl:template name="html-title">
  
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/images/project-logo.png
  
  	<<Binary file>>
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/images/project-logo-small.png
  
  	<<Binary file>>
  
  
  1.88      +19 -9     cocoon-lenya/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/sitemap.xmap,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- sitemap.xmap	1 Jun 2003 23:03:33 -0000	1.87
  +++ sitemap.xmap	3 Jun 2003 15:43:37 -0000	1.88
  @@ -510,13 +510,22 @@
         | pipelines, only that they are not accessible from outside.
         | Hence I will explain what's inside below for pipelines.
         +-->
  - <map:resources>
  -   <map:resource name="navigation">
  -     <map:generate src="lenya/pubs/{pub_id}/content/live/sitetree.xml" />
  -     <map:transform src="lenya/xslt/util/sitetree2navigation.xsl">
  -       <map:parameter name="nav_id" value="{nav_id}"/>
  -     </map:transform>
  -   </map:resource>
  +  <map:resources>
  +
  +    <map:resource name="navigation">
  +      <map:generate src="lenya/pubs/{pub_id}/content/live/sitetree.xml" />
  +      <map:transform src="lenya/xslt/util/sitetree2navigation.xsl">
  +        <map:parameter name="nav_id" value="{nav_id}"/>
  +      </map:transform>
  +    </map:resource>
  +   
  +    <map:resource name="style-cms-page">
  +      <map:transform src="lenya/xslt/util/page2xhtml.xsl">
  +        <map:parameter name="context-prefix" value="{request:contextPath}"/>
  +      </map:transform>
  +      <map:serialize/>
  +    </map:resource>
  +   
    </map:resources>
   
   <!-- ========================== Action sets ================================ -->
  @@ -602,7 +611,7 @@
             <map:part src="lenya/content/introduction.xml"/>
           </map:aggregate>
           <map:transform src="lenya/xslt/util/welcome.xsl"/>
  -        <map:serialize type="html"/>
  +        <map:call resource="style-cms-page"/>
         </map:match>
       </map:pipeline>
   
  @@ -771,8 +780,9 @@
         <map:match pattern="*/introduction.html">
           <map:generate src="lenya/pubs/{1}/publication.xml" />
           <map:transform src="lenya/xslt/util/publication.xsl"/>
  -        <map:serialize type="html" />
  +        <map:call resource="style-cms-page"/>
         </map:match>
  +
         <!-- Navigation -->
         <map:match pattern="*/navigation_id*.xml">
           <map:call resource="navigation">
  
  
  
  1.4       +207 -41   cocoon-lenya/src/webapp/lenya/resources/css/default.css
  
  Index: default.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/default.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.css	13 May 2003 17:26:06 -0000	1.3
  +++ default.css	3 Jun 2003 15:43:37 -0000	1.4
  @@ -2,77 +2,243 @@
   @import url(antlog.css);
   
   body {
  -  margin: 20pt;
  +    margin: 0px;
  +    padding: 0px;
   }
   
   h1 {
  -  font-family: Verdana, sans-serif;
  -  font-size: 150%;
  -  color: Navy;
  -  border-bottom: 1px solid #909090;
  +    font-family: Verdana, sans-serif;
  +    font-size: 150%;
  +    padding: 0px;
  +    margin: 0px;
   }
   
   p {
  -  font-family: Verdana, sans-serif;
  -  font-size: small;
  +    font-family: Verdana, sans-serif;
  +    font-size: small;
   }
   
   li {
  -  font-family: Verdana, sans-serif;
  -  font-size: small;
  +    font-family: Verdana, sans-serif;
  +    font-size: small;
   }
   
   td {
  -  font-family: Verdana, sans-serif;
  -  font-size: small;
  +    font-family: Verdana, sans-serif;
  +    font-size: small;
   }
   
   .menu {
  -  font-family: Verdana, sans-serif;
  -  color: Navy;
  -  font-size: small;
  -  padding-left: 8pt;
  -  padding-top: 3pt;
  -  padding-bottom: 3pt;
  -  padding-right: 8pt;
  -  background-color: #E0E0E0
  +    font-family: Verdana, sans-serif;
  +    color: Navy;
  +    font-size: small;
  +    padding-left: 8pt;
  +    padding-top: 3pt;
  +    padding-bottom: 3pt;
  +    padding-right: 8pt;
  +    background-color: #E0E0E0
   }
   
   th {
  -  font-family: Verdana, sans-serif;
  -  font-size: small;
  -  padding: 3pt;
  -  background-color: #E0E0E0;
  -  color: Navy;
  -  text-align: left;
  +    font-family: Verdana, sans-serif;
  +    font-size: small;
  +    padding: 3pt;
  +    background-color: #E0E0E0;
  +    color: Navy;
  +    text-align: left;
   }
   
   table.scheduler-job {
   }
   
   table.scheduler-job th {
  -  font-family: Verdana, sans-serif;
  -  font-size: small;
  -  font-weight: normal;
  -  padding: 3px 10px;
  -
  -  border-top: solid 1px #C0C0C0;
  -  background-color: #909090;
  -  border-bottom: solid 1px #606060;
  +    font-family: Verdana, sans-serif;
  +    font-size: small;
  +    font-weight: normal;
  +    padding: 3px 10px;
  +
  +    border-top: solid 1px #C0C0C0;
  +    background-color: #909090;
  +    border-bottom: solid 1px #606060;
   
  -  color: Black;
  -  text-align: left;
  +    color: Black;
  +    text-align: left;
   }
   
   table.scheduler-job td {
  -  border-top: solid 1px #E0E0E0;
  -  background-color: #C0C0C0;
  -  border-bottom: solid 1px #909090;
  -  padding: 3px 10px;
  +    border-top: solid 1px #E0E0E0;
  +    background-color: #C0C0C0;
  +    border-bottom: solid 1px #909090;
  +    padding: 3px 10px;
   }
   
   table.scheduler-job td.scheduler-empty {
  -  background-color: White;
  -  border: 0;
  +    background-color: White;
  +    border: 0;
   }
  +
  +.lenya-header {
  +    vertical-align: bottom;
  +    padding-left: 200px;
  +    background-color: White;
  +    border-bottom: solid 1px #B1B1B1;
  +}
  +
  +.lenya-header td {
  +}
  +
  +.lenya-body {
  +    width: 100%;
  +    height: 100%;
  +    background-color: #F5F4E9;
  +}
  +
  +.lenya-project-logo {
  +    vertical-align: bottom;
  +    text-align: right;
  +    border-bottom: solid 1px #B1B1B1;
  +}
  +
  +td.lenya-content {
  +    background-color: White;
  +    padding: 30px;
  +}
  +
  +td.lenya-sidebar {
  +    border-left: solid 1px #B1B1B1;
  +}
  +
  +td.lenya-frontpage {
  +    background-color: #F5F4E9;
  +/*    padding: 0px; */
  +    padding: 30px;
  +}
  +
  +.lenya-publication-item {
  +/*    padding: 0px 0px 20px 0px; */
  +}
  +
  +.lenya-page-title {
  +    font-size: 130%;
  +    font-weight: bold;
  +}
  +
  +.lenya-page-subtitle {
  +    background-color: #E5F5F8;
  +    border-bottom: solid 1px #B1B1B1;
  +    font-size: 70%;
  +    font-weight: bold;
  +    text-align: right;
  +    padding: 5px;
  +}
  +
  +.lenya-publication-item {
  +/*
  +    background-color: #DDDCCF;
  +    background-color: #DDDCCF;
  +    border-top: solid 1px #B1B1B1;
  +*/
  +    padding: 0px 10px;
  +    margin: 20px 0px;
  +    border-bottom: solid 1px #DDDCCF;
  +}
  +
  +.lenya-sidebar a {
  +    text-decoration: none;
  +}
  +
  +.lenya-sidebar ul {
  +    margin: 10px 0px;
  +    padding: 10px 0px 10px 20px;
  +    list-style: none;
  +}
  +
  +.lenya-sidebar li {
  +    padding: 0px;
  +    margin: 3px 0px;
  +    border-bottom: solid 1px #DDDCCF;
  +}
  +
  +.lenya-sidebar-heading {
  +    font-weight: bold;
  +/*
  +    letter-spacing: -2;
  +    font-stretch: condensed;
  +*/
  +    font-size: 150%;
  +    color: White;
  +    background-color: #DDDCCF;
  +    padding: 0px 10px 5px 10px;
  +}
  +
  +
  +/*.lenya-content h2 {*/
  +/*
  +    background-color: #DDDCCF;
  +    color: white;
  +    background-color: #F5F4E9;
  +    border-top: solid 1px #DDDCCF;
  +    border-right: solid 1px #DDDCCF;
  +*/
  +/*
  +    border-bottom: solid 5px #DDDCCF;
  +    margin: 0px;
  +    margin-top: 20px;
  +    padding-left: 50px;
  +}
  +
  +.lenya-content p {
  +    margin: 10px 20px 10px 50px;
  +    padding: 5px 0px;
  +}
  +*/
  +
  +
  +/*
  +.lenya-frontpage h2 {
  +    float: left;
  +    text-align: right;
  +    width: 200px;
  +    margin: 30px 0px 0px 0px;
  +    padding: 0px;
  +
  +    background-color: #DDDCCF;
  +    color: White;
  +*/
  +
  +/*
  +    border-top: solid 1px #B1B1B1;
  +    border-bottom: solid 1px #B1B1B1;
  +    border-top: solid 30px White;
  +    border-bottom: solid 1px #B1B1B1;
  +
  +    background-color: #F5F4E9;
  +    border-top: solid 1px #DDDCCF;
  +    border-right: solid 1px #DDDCCF;
  +    border-bottom: solid 1px #DDDCCF;
  +*/
  +}
  +
  +/*
  +.lenya-frontpage p {
  +    padding: 30px 30px 0px 10px;
  +    margin: 0px 0px 0px 200px;
  +    background-color: White;
  +    border-left: solid 1px #B1B1B1;
  +}
  +
  +.lenya-frontpage ol {
  +    padding: 30px 30px 0px 50px;
  +    margin: 0px 0px 0px 200px;
  +    background-color: White;
  +    border-left: solid 1px #B1B1B1;
  +}
  +
  +.lenya-frontpage h3 {
  +    padding: 10px 30px 10px 20px;
  +    margin: 0px 0px 0px 200px;
  +    background-color: White;
  +    border-left: solid 1px #B1B1B1;
  +}
  +*/
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org