clay 2004/11/20 07:04:54 Modified: src/documentation skinconf.xml Log: * Modified short description for @alt for project-logo * added xmlgraphics.a.o to breadcrumb trail * Uncommented krysalis CSS colors Revision Changes Path 1.9 +13 -7 xml-fop/src/documentation/skinconf.xml Index: skinconf.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/skinconf.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- skinconf.xml 6 Nov 2004 16:57:40 -0000 1.8 +++ skinconf.xml 20 Nov 2004 15:04:54 -0000 1.9 @@ -66,7 +66,7 @@ <!-- mandatory project logo default skin: renders it at the top --> <project-name>FOP</project-name> - <project-description>FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF.</project-description> + <project-description>FOP (Formatting Objects Processor) is the world's first output independent formatter. Output formats currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF.</project-description> <project-url>http://xml.apache.org/fop/</project-url> <project-logo>images/logo.jpg</project-logo> <!-- Alternative static image: @@ -104,10 +104,10 @@ Use location="none" to not display the trail (if the skin supports it). For some skins just set the attributes to blank. --> - <trail> + <trail location="alt"> <link1 name="apache" href="http://www.apache.org/"/> - <link2 name="xmlgraphics.apache" href="http://xmlgraphics.apache.org/"/> - <link3 name="" href=""/> + <link2 name="xml.apache" href="http://xml.apache.org/"/> + <link3 name="xmlgraphics.apache" href="http://xmlgraphics.apache.org/"/> </trail> <!-- Configure the TOC, i.e. the Table of Contents. @@ -150,13 +150,19 @@ background-color: #f0f0f0; font-family: monospace; } + .yes { background-color: #99FF99; } + .no { background-color: #FF9999; } + .partial { background-color: #FFFFCC; } + .category { /*background-color: #CFDCED;*/ + font-size: 1.2em } + </extra-css> <colors> <!-- These values are used for the generated CSS files. --> <!-- Krysalis --> -<!-- + <color name="header" value="#FFFFFF"/> <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/> @@ -166,7 +172,7 @@ <color name="heading" value="#a5b6c6"/> <color name="subheading" value="#CFDCED"/> - + <color name='searchbox' value="#FFFFFF" font="#000000"/> <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/> <color name="toolbox" value="#a5b6c6"/> <color name="border" value="#a5b6c6"/> @@ -185,7 +191,7 @@ <color name="code" value="#a5b6c6"/> <color name="footer" value="#a5b6c6"/> ---> + <!-- Forrest --> <!--
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]