You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/07/26 16:18:58 UTC

cvs commit: jakarta-avalon/src/documentation/skins/avalon-tigris/css site.css

leosimons    2002/07/26 07:18:58

  Modified:    src/documentation/skins/avalon-tigris/xslt/html
                        site2xhtml.xsl
               src/documentation/skins/avalon-tigris/css site.css
  Log:
  fixed a few problems with this skin. Replaced breadcrumbs with a flat menu, made the left bar mostly white once more, tweaked the CSS a little.
  
  Revision  Changes    Path
  1.6       +17 -7     jakarta-avalon/src/documentation/skins/avalon-tigris/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/skins/avalon-tigris/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- site2xhtml.xsl	14 Jul 2002 13:40:14 -0000	1.5
  +++ site2xhtml.xsl	26 Jul 2002 14:18:58 -0000	1.6
  @@ -16,7 +16,7 @@
               </title>
            </head>
   
  -         <body marginwidth="0" marginheight="0" class="composite">
  +         <body marginwidth="0" marginheight="0" class="composite" bgcolor="white">
   <!-- TOP IMAGE -->
               <div id="banner">
                  <table border="0" cellspacing="0" cellpadding="8" width="100%">
  @@ -35,12 +35,22 @@
   
   <!-- end header -->
   <!-- breadcrumb trail (javascript-generated) -->
  -            <div id="breadcrumbs">
  -              <script type="text/javascript" language="JavaScript" src="skin/breadcrumbs.js"></script>
  -              <!-- optimized version crumb:
  -                <script type="text/javascript" language="JavaScript" src="skin/breadcrumbs-optimized.js"></script>
  -               -->
  -            </div>
  +            <!-- don't do breadcrumbs for now as they apparantly break the skin in some browsers -->
  +            <table id="breadcrumbs" border="0" cellspacing="0" cellpadding="0" width="100%">
  +                        <td>
  +            <a href="http://jakarta.apache.org/">Jakarta Main</a> |
  +            <a href="http://jakarta.apache.org/avalon">Avalon Main</a> |
  +            <a href="../">Up</a>
  +                        </td>
  +                        <td align="right" style="text-align: right">
  +            <a href="http://jakarta.apache.org/avalon/framework/">Framework</a> |
  +            <a href="http://jakarta.apache.org/avalon/excalibur/">Excalibur</a> |
  +            <a href="http://jakarta.apache.org/avalon/cornerstone/">Cornerstone</a> |
  +            <a href="http://jakarta.apache.org/avalon/phoenix/">Phoenix</a> |
  +            <a href="http://jakarta.apache.org/avalon/apps/">Apps</a> |
  +            <a href="http://jakarta.apache.org/avalon/logkit/">Logkit</a>
  +                        </td>
  +            </table>
   
   <!-- end breadcrumb trail -->
   
  
  
  
  1.3       +5 -9      jakarta-avalon/src/documentation/skins/avalon-tigris/css/site.css
  
  Index: site.css
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/skins/avalon-tigris/css/site.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site.css	14 Jul 2002 11:26:42 -0000	1.2
  +++ site.css	26 Jul 2002 14:18:58 -0000	1.3
  @@ -28,21 +28,17 @@
   /* make the whole column grey */
   #navcolumn {
    width: 150px;
  - background: none;
  - border-top: none;
  - border-right: none;
  - border-bottom: none;
    }
   
   #leftcol {
    width: 150px;
  - background: #eee;
  - border-top: 1px solid #fff;
  - border-right: 1px solid #aaa;
  - border-bottom: 1px solid #aaa;
   }
   
   /* breadcrumbs */
  +#breadcrumbs
  +{
  +	font-weight: bold;
  +}
   .breadcrumbTrail
   {
   	padding-left: 5px;
  @@ -53,4 +49,4 @@
   }
   .crumbSeparator
   {
  -}
  \ No newline at end of file
  +}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>