twl         01/11/20 10:52:11

  Modified:    monostyle/resources style.css
               monostyle/stylesheets document2html.xsl
  Log:
  Fix selected nav style
  Fix missing table in content table causing interior tables to mess up
  Partially fix location selector
  
  Revision  Changes    Path
  1.2       +1 -0      xml-site/monostyle/resources/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/xml-site/monostyle/resources/style.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- style.css 2001/11/19 23:18:44     1.1
  +++ style.css 2001/11/20 18:52:11     1.2
  @@ -9,6 +9,7 @@
   A                                    { font-family: 
arial,helvetica,sans-serif; color: #000000; }
   A:hover                              { font-family: 
arial,helvetica,sans-serif; color: #cc003a; }
   A.nav                                { font-family: 
arial,helvetica,sans-serif; font-size: smaller; color: #c4dbec; 
text-decoration: none; }
  +.navsel  { font-family: arial,helvetica,sans-serif; font-size: smaller; 
color: #000000; }
   A.nav:hover                  { font-family: arial,helvetica,sans-serif; 
font-size: smaller; text-decoration: underline; color: #cc003a; }
   A.navpath                    { font-family: arial,helvetica,sans-serif; 
font-size: smaller; color: #003366; text-decoration: none; }
   A.navpath:hover              { font-family: arial,helvetica,sans-serif; 
font-size: smaller; text-decoration: underline; color: #cc003a; }
  
  
  
  1.2       +5 -3      xml-site/monostyle/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-site/monostyle/stylesheets/document2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document2html.xsl 2001/11/19 23:18:45     1.1
  +++ document2html.xsl 2001/11/20 18:52:11     1.2
  @@ -35,7 +35,7 @@
      <td bgcolor="#264460"><img alt="deco" src="resources/dot.gif" width="2" 
height="2" border="0"/></td>
      <td rowspan="2" bgcolor="#101c27">&#160;</td>
      <!-- TITLE START -->
  -   <td rowspan="2" valign="bottom" bgcolor="#101c27"><span 
class="title"><xsl:value-of select="document/header/title"/></span></td>
  +   <td rowspan="2" valign="bottom" bgcolor="#101c27"><span 
class="title"><xsl:value-of select="document/header/title"/>&#160;</span></td>
      <!-- TITLE START -->
      <!-- LINKS START -->
      <td rowspan="2" align="right" valign="bottom" bgcolor="#101c27"><a 
class="nav" href="http://www.apache.org";>www.apache.org</a>&#160;&#160;&#160;<a 
class="nav" href="http://www.w3c.org";>www.w3c.org</a></td>
  @@ -54,7 +54,7 @@
      <td colspan="4">&#160;</td>
      <td rowspan="2">&#160;</td>
      <!-- NAVIGATION LEVEL START -->
  -   <td rowspan="2" colspan="3"><a class="navpath" 
href="index.html">xml.apache.org</a><span class="path"> > news</span></td>
  +   <td rowspan="2" colspan="3"><a class="navpath" 
href="index.html">xml.apache.org</a><span class="path"> > <xsl:value-of 
select="$id"/></span></td>
      <!-- NAVIGATION LEVEL END -->
     </tr>
     <tr>
  @@ -77,7 +77,9 @@
         <table width="100%" cellspacing="0" cellpadding="0" border="0">
           <!-- CONTENT ROW -->
           <tr>
  +         <td>
   <xsl:apply-templates/>
  +         </td>
           </tr>
           <!-- END CONTENT ROW -->
           <!-- FOOTER ROW -->
  @@ -261,7 +263,7 @@
    <xsl:template match="document|faqs|changes|group">
       <tr><td><xsl:if test="@id=$id"><img alt="pointer"
       src="resources/sel.gif" width="7" height="7"
  -    border="0"/></xsl:if></td><td><xsl:if test="@id=$id"><div class="nav">
  +    border="0"/></xsl:if></td><td><xsl:if test="@id=$id"><div class="navsel">
         <xsl:value-of select="@label"/>
   </div>
       </xsl:if>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to