You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/10/23 12:19:57 UTC

cvs commit: xml-forrest/src/core/context/skins/krysalis-site/css page.css

nicolaken    2003/10/23 03:19:57

  Modified:    src/core/context/skins/krysalis-site/xslt/html
                        document2html.xsl
               src/core/context/skins/krysalis-site/css page.css
  Log:
  Minor fix for krysalis skin to make it use the unique border color
  definition also in rounded borders.
  
  Add commented out Forrest colors for krysalis skin.
  
  Revision  Changes    Path
  1.3       +3 -3      xml-forrest/src/core/context/skins/krysalis-site/xslt/html/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/skins/krysalis-site/xslt/html/document2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2html.xsl	21 Oct 2003 17:21:34 -0000	1.2
  +++ document2html.xsl	23 Oct 2003 10:19:57 -0000	1.3
  @@ -132,9 +132,9 @@
                 <td></td>
               </tr>
               <tr>
  -              <td class="bottom-left-thick"></td>
  +              <td class="border bottom-left-thick"></td>
                 <td class="border"></td>
  -              <td class="bottom-right-thick"></td>
  +              <td class="border bottom-right-thick"></td>
               </tr>
   
             </tbody>            
  
  
  
  1.2       +33 -11    xml-forrest/src/core/context/skins/krysalis-site/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/skins/krysalis-site/css/page.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page.css	20 Oct 2003 16:29:06 -0000	1.1
  +++ page.css	23 Oct 2003 10:19:57 -0000	1.2
  @@ -221,7 +221,7 @@
   	height : 9px;
   }
   
  -/* ==================== main colors ============================ */
  +/* ==================== main block colors ============================ */
   
    body           { background-color: #FFFFFF;  color:#000000;}   
   .header         { background-color: #FFFFFF;}   
  @@ -231,22 +231,47 @@
   .footer         { background-color: #a5b6c6;}   
   .tab.selected   { background-color: #a5b6c6;}
   .tab.unselected { background-color: #F7F7F7;}
  -.menu .menupagetitle     { background-color:#CFDCED; border-color: #a5b6c6;}
  -.menu .menupageitemgroup { background-color:#FFFFFF; border-color: #a5b6c6;}
  -.menu                    { border-color: #a5b6c6;}
   
  -/* ==================== other colors ============================ */
  +/* ==================== main text colors ============================ */
   
  -.highlight { background-color: yellow;  } 
  -.datenote  { color: #F7F7F7;}
   a:link    { color: #0F3660; }
   a:visited { color: #000044; }
   a:active  { color: #800000; }
   a:hover   { border: 0px solid #a5b6c6; background: #CFDCED; }
  +.menu .menupagetitle     { background-color:#CFDCED; border-color: #a5b6c6;}
  +.menu .menupageitemgroup { background-color:#FFFFFF; border-color: #a5b6c6;}
  +.menu                    { border-color: #a5b6c6;}
   .menu a         { color: #000000; }
   .menu a:visited { color: #000000; }
   .menu a:active  { color: #000000;  }
   .menu a:hover   { color: #000000;  }
  +
  +/* ==================== original Forrest colors ============================ */
  +/*
  + body           { background-color: #FFFFFF;  color:#000000;}   
  +.header         { background-color: #294563;}   
  +.border         { background-color: #4a6d8c;}   
  +.subborder      { background-color: #cedfef;}
  +.dialog         { background-color: #4a6d8c;}    
  +.footer         { background-color: #cedfef;}   
  +.tab.selected   { background-color: #4a6d8c;}
  +.tab.unselected { background-color: #b5c7e7;}
  +a:link    { color: #0F3660; }
  +a:visited { color: #000044; }
  +a:active  { color: #800000; }
  +a:hover   { border: 0px solid #a5b6c6; background: #CFDCED; }
  +.menu .menupagetitle     { background-color:#CFDCED; border-color: #4a6d8c;}
  +.menu .menupageitemgroup { background-color:#FFFFFF; border-color: #4a6d8c;}
  +.menu                    { border-color: #4a6d8c;}
  +.menu a         { color: #ffffff; }
  +.menu a:visited { color: #ffffff; }
  +.menu a:active  { color: #ffffff;  }
  +.menu a:hover   { color: #000000;  }
  +*/
  +/* ==================== other colors ============================ */
  +
  +.highlight { background-color: yellow;  } 
  +.datenote  { color: #F7F7F7;}
   table .title { background-color: #FFFFFF; }
   .content .ForrestTable         { color: #ffffff; background-color: #7099C5;}
   .content .ForrestTable caption { color: black; }
  @@ -255,10 +280,7 @@
   .note  { border-color: #069;}
   .code  { border-color: #CFDCED;}
   .dtdTag { color: #990000; }
  -.bottom-left  { background-color: #a5b6c6;}
  -.bottom-right {	background-color: #a5b6c6;}
  -.bottom-left-thick {background-color: #a5b6c6;}
  -.bottom-right-thick {background-color: #a5b6c6;}
  +
   
   /* ==================== print ============================ */