diff options
author | Clay Leeds <clay@apache.org> | 2004-11-20 15:04:54 +0000 |
---|---|---|
committer | Clay Leeds <clay@apache.org> | 2004-11-20 15:04:54 +0000 |
commit | 52a058b2926c87ef6e9fbd23ec082ae8db22e2ab (patch) | |
tree | a000afb09b23c494f4735943af4b3ad839814855 /src/documentation/skinconf.xml | |
parent | 0e3419c73a38dc4467938eba3a07c5ea5955ff30 (diff) | |
download | xmlgraphics-fop-52a058b2926c87ef6e9fbd23ec082ae8db22e2ab.tar.gz xmlgraphics-fop-52a058b2926c87ef6e9fbd23ec082ae8db22e2ab.zip |
* Modified short description for @alt for project-logo
* added xmlgraphics.a.o to breadcrumb trail
* Uncommented krysalis CSS colors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/skinconf.xml')
-rw-r--r-- | src/documentation/skinconf.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml index 3878cce79..c9c370dcf 100644 --- a/src/documentation/skinconf.xml +++ b/src/documentation/skinconf.xml @@ -66,7 +66,7 @@ which will be used to configure the chosen Forrest skin. <!-- 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 @@ which will be used to configure the chosen Forrest skin. 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 @@ which will be used to configure the chosen Forrest skin. 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 @@ which will be used to configure the chosen Forrest skin. <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 @@ which will be used to configure the chosen Forrest skin. <color name="code" value="#a5b6c6"/> <color name="footer" value="#a5b6c6"/> ---> + <!-- Forrest --> <!-- |