tetsuya     2003/10/26 03:07:22

  Modified:    src/documentation/skins/ws-site/css tigris.css
               src/documentation/skins/ws-site/xslt/html document2html.xsl
  Log:
  change of some skins
  
  Revision  Changes    Path
  1.2       +35 -0     ws-site/src/documentation/skins/ws-site/css/tigris.css
  
  Index: tigris.css
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/skins/ws-site/css/tigris.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tigris.css        11 Oct 2003 16:56:25 -0000      1.1
  +++ tigris.css        26 Oct 2003 11:07:22 -0000      1.2
  @@ -432,3 +432,38 @@
   body.docs, body.nonav {
    margin: 1em
    }
  +
  +.note, .warning, .fixme {
  +     border-top: 3px solid #900;
  +     border-bottom: 3px solid #900;
  +     background-image: url(images/icon_error_lrg.gif);
  +     background-repeat: no-repeat;
  +     background-position: 0 1.33em;
  +     margin: 1.33em 0;
  +     padding: .33em 0 .67em 36px;
  +     min-height: 32px;
  +}
  +
  +
  +.fixme {
  +     background-image: url(images/icon_warning_lrg.gif);
  +     border-color: #c60;
  +}
  +
  +.note {
  +     background-image: url(images/icon_info_lrg.gif);
  +     border-color: #069;
  +}
  +
  +.label{
  +     font-weight: bold;
  +}
  +
  +
  +.code { background-color: #F7F7F7;
  +        border-color: #CFDCED;
  +        border-style: solid; 
  +        border-width: 1px; 
  +        font-size : 120%;
  +        padding: 1em 1.33em 1em 1.33em;
  +}
  
  
  
  1.2       +4 -7      
ws-site/src/documentation/skins/ws-site/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/ws-site/src/documentation/skins/ws-site/xslt/html/document2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document2html.xsl 11 Oct 2003 16:56:25 -0000      1.1
  +++ document2html.xsl 26 Oct 2003 11:07:22 -0000      1.2
  @@ -121,10 +121,6 @@
       <xsl:apply-imports/>
     </xsl:template>
   
  -  <xsl:template match="note">
  -    <xsl:apply-imports/>
  -  </xsl:template>
  -
     <xsl:template match="source">
       <xsl:apply-imports/>
     </xsl:template>
  @@ -132,10 +128,11 @@
     <xsl:template match="//source/font">
       <font color="[EMAIL PROTECTED]"><xsl:apply-templates/></font>
     </xsl:template>
  -    
  -  <xsl:template match="fixme">
  +
  +  <xsl:template match="fixme | note | warning">
       <xsl:apply-imports/>
     </xsl:template>
  +
   
   <!-- ====================================================================== -->
   <!-- list section -->
  
  
  

Reply via email to