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/03/24 18:59:07 UTC

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

nicolaken    2003/03/24 09:59:07

  Modified:    src/resources/skins/krysalis-site/css page.css
  Log:
        <action dev="NKB" type="add" context="skins">
         On krysalis skin: users can select font size, reworked left-bar inclusion
         of page section titles, made them only one level deep, moved buttons after
         the left navbar, added publish date on top right navbar.
         For both Forrest and krysalis skins, added single background pixel line below
         unselected tabs and made selected tab more prominent.
        </action>
  
  Revision  Changes    Path
  1.6       +4 -0      xml-forrest/src/resources/skins/krysalis-site/css/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/css/page.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- page.css	9 Feb 2003 16:18:50 -0000	1.5
  +++ page.css	24 Mar 2003 17:59:07 -0000	1.6
  @@ -15,6 +15,9 @@
   .menu li { margin: 0px 0px 2px 0px; padding: 0px; list-style-image: url('images/label.gif'); font-weight : bold; }
   .menu ul ul li .sel { list-style-image: url('images/current.gif');   font-style : normal;
                         background-color:#CFDCED; border-color: #a5b6c6; border-style: solid; border-width: 1px;}
  +.menu ul ul li .page { list-style-image: none;   font-style : normal;
  +                      background-color:#ffffff; border-color: #a5b6c6; border-style: solid; border-width: 1px;
  +                      font-size : 90%;}
   .menu ul ul li  { list-style-image: url('images/page.gif'); font-weight : normal; }
   
   table .title { background-color: #FFFFFF; width:100%; border: 0px; }
  @@ -78,6 +81,7 @@
   
   .search { font-size : 70%;  }
   .footnote { font-size : 70%;  }
  +.datenote { font-size : 60%;  color: #F7F7F7;}
   
   input { font-size : 70% }
   submit { font-size : 70%  }