Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 37624 invoked by uid 500); 24 Mar 2003 17:59:08 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 37613 invoked from network); 24 Mar 2003 17:59:07 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 24 Mar 2003 17:59:07 -0000 Received: (qmail 40060 invoked by uid 1464); 24 Mar 2003 17:59:07 -0000 Date: 24 Mar 2003 17:59:07 -0000 Message-ID: <20030324175907.40059.qmail@icarus.apache.org> From: nicolaken@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/skins/krysalis-site/css page.css X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nicolaken 2003/03/24 09:59:07 Modified: src/resources/skins/krysalis-site/css page.css Log: 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. 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% }