Author: nicolaken Date: Tue Dec 14 03:06:39 2004 New Revision: 111809 URL: http://svn.apache.org/viewcvs?view=rev&rev=111809 Log: Render the new site. Added: incubator/public/branches/move2html4forrest/site-publish/skin/basic.css incubator/public/branches/move2html4forrest/site-publish/skin/images/header_white_line.gif (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-l-15-1body-2menu-3menu.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-r-15-1body-2menu-3menu.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-15-1body-2menu-3menu.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/note.txt (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/print.css incubator/public/branches/move2html4forrest/site-publish/skin/profile.css (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/profile.css.xslt (contents, props changed) incubator/public/branches/move2html4forrest/site-publish/skin/screen.css Removed: incubator/public/branches/move2html4forrest/site-publish/skin/forrest.css incubator/public/branches/move2html4forrest/site-publish/skin/images/doc.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/favicon.ico incubator/public/branches/move2html4forrest/site-publish/skin/images/menu-left.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/menu-right.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/search-left.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/search-right.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/singlepage.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/tab-left.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/tab-right.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/tabSel-left.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/tabSel-right.gif incubator/public/branches/move2html4forrest/site-publish/skin/page.css Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter_open.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/current.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/label.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/page.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/pdfdoc.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/printer.gif incubator/public/branches/move2html4forrest/site-publish/skin/images/xmldoc.gif incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl
Added: incubator/public/branches/move2html4forrest/site-publish/skin/basic.css Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/basic.css?view=auto&rev=111809 ============================================================================== --- (empty file) +++ incubator/public/branches/move2html4forrest/site-publish/skin/basic.css Tue Dec 14 03:06:39 2004 @@ -0,0 +1,143 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +/** + * General + */ + +img { border: 0; } + +#content table { + border: 0; + width: 100%; +} +#content th, +#content td { + margin: 0; + padding: 0; + vertical-align: top; +} + +.clearboth { + clear: both; +} + +.frame { + border: solid black 1px; + margin: 1em 3em; +} + +.frame .label { + background: #369; + color: white; + font-weight: bold; + padding: 5px 10px; +} +.frame .content { + padding: 5px 10px; + background: #F0F0FF; + color: black; + line-height: 120%; + font-size: 90%; +} +.warning .label { + background: #C00; + color: white; +} +.warning .content { + background: #FFF0F0; + color: black; +} +.fixme .label { + background: #C6C600; +} + +/** + * Typography + */ + +body { + font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif; + font-size: 100%; +} + +#content { + font-family: Georgia, Palatino, Times, serif; + font-size: 95%; +} +#tabs { + font-size: 70%; +} +#menu { + font-size: 80%; +} +#footer { + font-size: 70%; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; + font-weight: bold; + margin-top: 1em; + margin-bottom: .5em; +} + +h1 { + margin-top: 0; + margin-bottom: 1em; + font-size: 1.4em; +} +#content h1 { + font-size: 160%; + margin-bottom: .5em; +} +#menu h1 { + margin: 0; + padding: 10px; + background: #336699; + color: white; +} +h2 { font-size: 120%; } +h3 { font-size: 100%; } +h4 { font-size: 90%; } +h5 { font-size: 80%; } +h6 { font-size: 75%; } + +p { + line-height: 120%; + text-align: left; + margin-top: .5em; + margin-bottom: 1em; +} + +#content li, +#content th, +#content td { + line-height: 110%; + margin-top: .1em; + margin-bottom: .1em; +} + +#content .attribution { + text-align: right; + font-style: italic; + font-size: 85%; + margin-top: 1em; +} + +.codefrag { + font-family: "Courier New", Courier, monospace; + font-size: 110%; +} \ No newline at end of file Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/forrest.css Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/forrest.css?view=auto&rev=111808 ============================================================================== Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter.gif&r2=111809 ============================================================================== Binary files. No diff available. Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter_open.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter_open.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter_open.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/chapter_open.gif&r2=111809 ============================================================================== Binary files. No diff available. Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/current.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/current.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/current.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/current.gif&r2=111809 ============================================================================== Binary files. No diff available. Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/doc.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/doc.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/favicon.ico Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/favicon.ico?view=auto&rev=111808 ============================================================================== Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/header_white_line.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/header_white_line.gif?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/label.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/label.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/label.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/label.gif&r2=111809 ============================================================================== Binary files. No diff available. Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/menu-left.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/menu-left.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/menu-right.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/menu-right.gif?view=auto&rev=111808 ============================================================================== Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/page.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/page.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/page.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/page.gif&r2=111809 ============================================================================== Binary files. No diff available. Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/pdfdoc.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/pdfdoc.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/pdfdoc.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/pdfdoc.gif&r2=111809 ============================================================================== Binary files. No diff available. Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/printer.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/printer.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/printer.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/printer.gif&r2=111809 ============================================================================== Binary files. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-l-15-1body-2menu-3menu.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-l-15-1body-2menu-3menu.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-r-15-1body-2menu-3menu.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-r-15-1body-2menu-3menu.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-15-1body-2menu-3menu.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-15-1body-2menu-3menu.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png?view=auto&rev=111809 ============================================================================== Binary file. No diff available. Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/search-left.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/search-left.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/search-right.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/search-right.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/singlepage.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/singlepage.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/tab-left.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/tab-left.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/tab-right.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/tab-right.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/tabSel-left.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/tabSel-left.gif?view=auto&rev=111808 ============================================================================== Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/images/tabSel-right.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/tabSel-right.gif?view=auto&rev=111808 ============================================================================== Modified: incubator/public/branches/move2html4forrest/site-publish/skin/images/xmldoc.gif Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/images/xmldoc.gif?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/images/xmldoc.gif&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/images/xmldoc.gif&r2=111809 ============================================================================== Binary files. No diff available. Added: incubator/public/branches/move2html4forrest/site-publish/skin/note.txt Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/note.txt?view=auto&rev=111809 ============================================================================== --- (empty file) +++ incubator/public/branches/move2html4forrest/site-publish/skin/note.txt Tue Dec 14 03:06:39 2004 @@ -0,0 +1,50 @@ +Notes for developer: + +--Legend------------------- +TODO -> blocker +DONE -> blocker +ToDo -> enhancement bug +done -> enhancement bug + +--Issues------------------- +- the corner images should be rendered through svg with the header color. +-> DONE +-> ToDo: get rid of the images and use only divs! + +- the menu points should be displayed "better". +-> DONE +-- Use the krysalis-site menu approach for the overall menu display. +-> DONE +-- Use the old lenya innermenu approch to further enhance the menu . +-> DONE + +- the content area needs some attention. +-> DONE +-- introduce the heading scheme from krysalis (<headings type="clean|box|underlined"/>) +-> DONE +-> ToDo: make box with round corners +-> done: make underlined with variable border height +-> ToDo: make underline with bottom round corner +-- introduce the toc for each html-page +-> DONE +-- introduce the external-link-images. +-> DONE + +- the publish note should be where now only a border is. +Like <div id="published"/> +-> DONE +, but make it configurable. +-> DONE +- footer needs some attention +-> DONE +-- the footer do not have the color profile! Enable it! +-> DONE +-- the footer should as well contain a feedback link. +See http://issues.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=71 +-> DONE + +- introduce credits alternativ location +-> DONE + +- border for published / breadtrail / menu /tab divs +-> ToDo \ No newline at end of file Deleted: /incubator/public/branches/move2html4forrest/site-publish/skin/page.css Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/page.css?view=auto&rev=111808 ============================================================================== Added: incubator/public/branches/move2html4forrest/site-publish/skin/print.css Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/print.css?view=auto&rev=111809 ============================================================================== --- (empty file) +++ incubator/public/branches/move2html4forrest/site-publish/skin/print.css Tue Dec 14 03:06:39 2004 @@ -0,0 +1,53 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +body { + font-family: Georgia, Palatino, serif; + font-size: 12pt; + background: white; +} + +#tabs, +#menu, +#content .toc { + display: none; +} + +#content { + width: auto; + padding: 0; + float: none !important; + color: black; + background: transparent; +} + +a:link, a:visited { + color: #336699; + background: transparent; + text-decoration: underline; +} + +#top .logo { + padding: 0; + margin: 0 0 2em 0; +} + +#footer { + margin-top: 4em; +} + +acronym { + border: 0; +} \ No newline at end of file Added: incubator/public/branches/move2html4forrest/site-publish/skin/profile.css Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/profile.css?view=auto&rev=111809 ============================================================================== --- (empty file) +++ incubator/public/branches/move2html4forrest/site-publish/skin/profile.css Tue Dec 14 03:06:39 2004 @@ -0,0 +1,152 @@ + + +/* ==================== aural ============================ */ + [EMAIL PROTECTED] aural { + h1, h2, h3, h4, h5, h6 { voice-family: paul, male; stress: 20; richness: 90 } + h1 { pitch: x-low; pitch-range: 90 } + h2 { pitch: x-low; pitch-range: 80 } + h3 { pitch: low; pitch-range: 70 } + h4 { pitch: medium; pitch-range: 60 } + h5 { pitch: medium; pitch-range: 50 } + h6 { pitch: medium; pitch-range: 40 } + li, dt, dd { pitch: medium; richness: 60 } + dt { stress: 80 } + pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 } + em { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + strong { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + dfn { pitch: high; pitch-range: 60; stress: 60 } + s, strike { richness: 0 } + i { pitch: medium; pitch-range: 60; stress: 60; richness: 50 } + b { pitch: medium; pitch-range: 60; stress: 90; richness: 90 } + u { richness: 0 } + + :link { voice-family: harry, male } + :visited { voice-family: betty, female } + :active { voice-family: betty, female; pitch-range: 80; pitch: x-high } +} + +a.external { + padding: 0 20px 0px 0px; + display:inline; + background-repeat: no-repeat; + background-position: center right; + background-image: url(images/external-link.gif); +} + + + p.quote { + margin-left: 2em; + padding: .5em; + background-color: #f0f0f0; + font-family: monospace; + } + +#top { background-color: #294563;} + +#top .header .current { background-color: #4a6d8c;} +#top .header .current a:link { color: #0F3660; } +#top .header .current a:visited { color: #0F3660; } +#top .header .current a:hover { color: #000066; } + +#tabs li { background-color: #b5c7e7 ;} +#tabs li a:link { color: #0F3660; } +#tabs li a:visited { color: #0F3660; } +#tabs li a:hover { color: #000066; } + +#level2tabs { background-color: #4a6d8c ;} +#level2tabs a:link { color: #0F3660; } +#level2tabs a:visited { color: #0F3660; } +#level2tabs a:hover { color: #000066; } + +.heading { background-color: #294563;} + +.boxed { background-color: #4a6d8c;} +.underlined_5 {border-bottom: solid 5px #4a6d8c;} +.underlined_10 {border-bottom: solid 10px #4a6d8c;} +table caption { +background-color: #4a6d8c; +color: #000000; +} + +#publishedStrip { +color: #0F3660; +background: #cedfef; +} + +#menu .menupagetitle { background-color: #4a6d8c} + +#menu { border-color: #294563;} +#menu .menupagetitle { border-color: #294563;} +#menu .menupageitemgroup { border-color: #294563;} + +#menu { background-color: #4a6d8c;} +#menu { color: #cedfef;} +#menu a:link { color: #ffffff;} +#menu a:visited { color: #ffffff;} +#menu a:hover { +background-color: #4a6d8c; +color: #ffcf00;} + +#menu .menupagetitle { color: #000000;} +#menu .menupageitemgroup { +background-color: #4a6d8c; +} +#menu .menupageitem { +color: #000000; +} +#menu .menupageitem a:link { color: #0000ff;} +#menu .menupageitem a:visited { color: #0000ff;} +#menu .menupageitem a:hover { +background-color: #4a6d8c; +color: #0000ff; +} + +body{ +background-color: #ffffff; +color: #000000; +} +a:link { color:#0F3660} +a:visited { color:#009999} +a:hover { color:#000066} + + +.ForrestTable { background-color: #7099C5;} + +.ForrestTable td { background-color: #f0f0ff;} + +.highlight { background-color: #ffff00;} + +.fixme { border-color: #cc6600;} + +.note { border-color: #006699;} + +.warning { border-color: #990000;} + +.code { border-color: #CFDCED;} + +#footer { background-color: #cedfef;} + +#feedback { +color: #FFFFFF; +background: #4C6C8F; +text-align: center; +} +#feedback #feedbackto { +color: #FFFFFF; +} + +#publishedStrip { +color: #FFFFFF; +background: #4C6C8F; +} + +#menu h1 { +color: #000000; +background-color: #cfdced; +} + +#top .searchbox { +background-color: #E5E4D9 ; +color: #000000; +} Added: incubator/public/branches/move2html4forrest/site-publish/skin/profile.css.xslt Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/profile.css.xslt?view=auto&rev=111809 ============================================================================== --- (empty file) +++ incubator/public/branches/move2html4forrest/site-publish/skin/profile.css.xslt Tue Dec 14 03:06:39 2004 @@ -0,0 +1,207 @@ +<?xml version="1.0"?> +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + + <xsl:import href="../../common/css/forrest.css.xslt"/> + + <!-- This is not used by Forrest but makes it possible to debug the + stylesheet in standalone editors --> + <xsl:output method = "text" omit-xml-declaration="yes" /> + +<!-- ==================== main block colors ============================ --> + +<xsl:template match="[EMAIL PROTECTED]'header']"> +#top { background-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'tab-selected']"> +#top .header .current { background-color: <xsl:value-of select="@value"/>;} +#top .header .current a:link { color: <xsl:value-of select="@link"/>; } +#top .header .current a:visited { color: <xsl:value-of select="@vlink"/>; } +#top .header .current a:hover { color: <xsl:value-of select="@hlink"/>; } +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'tab-unselected']"> +#tabs li { background-color: <xsl:value-of select="@value"/> ;} +#tabs li a:link { color: <xsl:value-of select="@link"/>; } +#tabs li a:visited { color: <xsl:value-of select="@vlink"/>; } +#tabs li a:hover { color: <xsl:value-of select="@hlink"/>; } +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'subtab-selected']"> +#level2tabs { background-color: <xsl:value-of select="@value"/> ;} +#level2tabs a:link { color: <xsl:value-of select="@link"/>; } +#level2tabs a:visited { color: <xsl:value-of select="@vlink"/>; } +#level2tabs a:hover { color: <xsl:value-of select="@hlink"/>; } +</xsl:template> + +<!--xsl:template match="[EMAIL PROTECTED]'subtab-unselected']"> +.level2tabstrip { background-color: <xsl:value-of select="@value"/>;} +.datenote { background-color: <xsl:value-of select="@value"/>;} +.level2tabstrip.unselected a:link { color: <xsl:value-of select="@link"/>; } +.level2tabstrip.unselected a:visited { color: <xsl:value-of select="@vlink"/>; } +.level2tabstrip.unselected a:hover { color: <xsl:value-of select="@hlink"/>; } +</xsl:template--> + +<xsl:template match="[EMAIL PROTECTED]'heading']"> +.heading { background-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'subheading']"> +.boxed { background-color: <xsl:value-of select="@value"/>;} +.underlined_5 {border-bottom: solid 5px <xsl:value-of select="@value"/>;} +.underlined_10 {border-bottom: solid 10px <xsl:value-of select="@value"/>;} +table caption { +background-color: <xsl:value-of select="@value"/>; +color: <xsl:value-of select="@font"/>; +} +</xsl:template> +<xsl:template match="[EMAIL PROTECTED]'feedback']"> +#feedback { +color: <xsl:value-of select="@font"/>; +background: <xsl:value-of select="@value"/>; +text-align: <xsl:value-of select="@align"/>; +} +#feedback #feedbackto { +color: <xsl:value-of select="@font"/>; +} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'breadtrail']"> +#main .breadtrail { +background: <xsl:value-of select="@value"/>; +color: <xsl:value-of select="@font"/>; +} +#main .breadtrail a:link { color: <xsl:value-of select="@link"/>; } +#main .breadtrail a:visited { color: <xsl:value-of select="@vlink"/>; } +#main .breadtrail a:hover { color: <xsl:value-of select="@hlink"/>; } +#top .breadtrail { +background: <xsl:value-of select="@value"/>; +color: <xsl:value-of select="@font"/>; +} +#top .breadtrail a:link { color: <xsl:value-of select="@link"/>; } +#top .breadtrail a:visited { color: <xsl:value-of select="@vlink"/>; } +#top .breadtrail a:hover { color: <xsl:value-of select="@hlink"/>; } +</xsl:template> +<!--Fix for other (old) profiles--> +<xsl:template match="[EMAIL PROTECTED]'navstrip']"> +#publishedStrip { +color: <xsl:value-of select="@font"/>; +background: <xsl:value-of select="@value"/>; +} +</xsl:template> +<!--has to go after the nav-strip (no 'navstrip')--> +<xsl:template match="[EMAIL PROTECTED]'published']"> +#publishedStrip { +color: <xsl:value-of select="@font"/>; +background: <xsl:value-of select="@value"/>; +} +</xsl:template> +<xsl:template match="[EMAIL PROTECTED]'toolbox']"> +#menu .menupagetitle { background-color: <xsl:value-of select="@value"/>} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'border']"> +#menu { border-color: <xsl:value-of select="@value"/>;} +#menu .menupagetitle { border-color: <xsl:value-of select="@value"/>;} +#menu .menupageitemgroup { border-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'menu']"> +#menu { background-color: <xsl:value-of select="@value"/>;} +#menu { color: <xsl:value-of select="@font"/>;} +#menu a:link { color: <xsl:value-of select="@link"/>;} +#menu a:visited { color: <xsl:value-of select="@vlink"/>;} +#menu a:hover { +background-color: <xsl:value-of select="@value"/>; +color: <xsl:value-of select="@hlink"/>;} +</xsl:template> +<xsl:template match="[EMAIL PROTECTED]'dialog']"> +#menu .menupagetitle { color: <xsl:value-of select="@font"/>;} +#menu .menupageitemgroup { +background-color: <xsl:value-of select="@value"/>; +} +#menu .menupageitem { +color: <xsl:value-of select="@font"/>; +} +#menu .menupageitem a:link { color: <xsl:value-of select="@link"/>;} +#menu .menupageitem a:visited { color: <xsl:value-of select="@vlink"/>;} +#menu .menupageitem a:hover { +background-color: <xsl:value-of select="@value"/>; +color: <xsl:value-of select="@hlink"/>; +} +</xsl:template> +<xsl:template match="[EMAIL PROTECTED]'menuheading']"> +#menu h1 { +color: <xsl:value-of select="@font"/>; +background-color: <xsl:value-of select="@value"/>; +} +</xsl:template> +<xsl:template match="[EMAIL PROTECTED]'searchbox']"> +#top .searchbox { +background-color: <xsl:value-of select="@value"/> ; +color: <xsl:value-of select="@font"/>; +} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'body']"> +body{ +background-color: <xsl:value-of select="@value"/>; +color: <xsl:value-of select="@font"/>; +} +a:link { color:<xsl:value-of select="@link"/>} +a:visited { color:<xsl:value-of select="@vlink"/>} +a:hover { color:<xsl:value-of select="@hlink"/>} + +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'footer']"> +#footer { background-color: <xsl:value-of select="@value"/>;} +</xsl:template> + + +<!-- ==================== other colors ============================ --> +<xsl:template match="[EMAIL PROTECTED]'highlight']"> +.highlight { background-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'fixme']"> +.fixme { border-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'note']"> +.note { border-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'warning']"> +.warning { border-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'code']"> +.code { border-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'table']"> +.ForrestTable { background-color: <xsl:value-of select="@value"/>;} +</xsl:template> + +<xsl:template match="[EMAIL PROTECTED]'table-cell']"> +.ForrestTable td { background-color: <xsl:value-of select="@value"/>;} +</xsl:template> + + +</xsl:stylesheet> Added: incubator/public/branches/move2html4forrest/site-publish/skin/screen.css Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/screen.css?view=auto&rev=111809 ============================================================================== --- (empty file) +++ incubator/public/branches/move2html4forrest/site-publish/skin/screen.css Tue Dec 14 03:06:39 2004 @@ -0,0 +1,512 @@ +/* +* Copyright 2002-2004 The Apache Software Foundation +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +body { margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; } + +h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; } +h2 { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;} +h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; } +.h3 { margin: 22px 0px 3px 0px; } +h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } +.h4 { margin: 18px 0px 0px 0px; } +h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; } +h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } + +/** +* table +*/ +table .title { background-color: #000000; } +.ForrestTable { + color: #ffffff; + background-color: #7099C5; + width: 100%; + font-size : 100%; + empty-cells: show; +} +table caption { + padding-left: 5px; + color: white; + text-align: left; + font-weight: bold; + background-color: #000000; +} +.ForrestTable td { + color: black; + background-color: #f0f0ff; +} +.ForrestTable th { text-align: center; } +/** + * Page Header + */ + +#top { + position: relative; + float: left; + width: 100%; + background: #294563; /* if you want a background in the header, put it here */ +} + +#top .breadtrail { + background: #CFDCED; + color: black; + border-bottom: solid 1px white; + padding: 3px 10px; + font-size: 75%; +} +#top .breadtrail a { color: black; } + +#top .header { + float: left; + width: 100%; + background: url("images/header_white_line.gif") repeat-x bottom; +} + +#top .grouplogo { + padding: 7px 0 10px 10px; + float: left; + text-align: left; +} +#top .projectlogo { + padding: 7px 0 10px 10px; + float: left; + width: 33%; + text-align: right; +} +#top .projectlogoA1 { + padding: 7px 0 10px 10px; + float: right; +} +html>body #top .searchbox { + bottom: 0px; +} +#top .searchbox { + position: absolute; + right: 10px; + height: 42px; + font-size: 70%; + white-space: nowrap; + text-align: right; + color: white; + background-color: #000000; + z-index:0; + background-image: url(images/rc-t-l-5-1header-2searchbox-3searchbox.png); + background-repeat: no-repeat; + background-position: top left; + bottom: -1px; /* compensate for IE rendering issue */ +} + +#top .searchbox form { + padding: 5px 10px; + margin: 0; +} +#top .searchbox p { + padding: 0 0 2px 0; + margin: 0; +} +#top .searchbox input { + font-size: 100%; +} + +#tabs { + clear: both; + padding-left: 10px; + margin: 0; + list-style: none; +} +/* background: #CFDCED url("images/tab-right.gif") no-repeat right top;*/ +#tabs li { + float: left; + background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png); + background-repeat: no-repeat; + background-position: top right; + background-color: #000000; + margin: 0 3px 0 0; + padding: 0; +} + +/*background: url("images/tab-left.gif") no-repeat left top;*/ +#tabs li a { + float: left; + display: block; + font-family: verdana, arial, sans-serif; + text-decoration: none; + color: black; + white-space: nowrap; + background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png); + background-repeat: no-repeat; + background-position: top left; + padding: 5px 15px 4px; + width: .1em; /* IE/Win fix */ +} + +#tabs > li a { width: auto; } /* Rest of IE/Win fix */ + +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +#tabs a { float: none; } +/* End IE5-Mac hack */ + +#top .header .current { + background-color: #4C6C8F; + background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top right; +} +#top .header .current a { + font-weight: bold; + padding-bottom: 5px; + color: white; + background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top left; +} +#publishedStrip { + padding-right: 10px; + padding-left: 20px; + padding-top: 3px; + padding-bottom:3px; + color: #ffffff; + font-size : 60%; + font-weight: bold; + background-color: #4C6C8F; + text-align:right; +} + +#level2tabs { +margin: 0; +float:left; +position:relative; +} + +/* +* border-top: solid #4C6C8F 15px; +*/ +#main { + position: relative; + background: white; + clear:both; +} +#main .breadtrail { + clear:both; + position: relative; + background: #CFDCED; + color: black; + border-bottom: solid 1px black; + border-top: solid 1px black; + padding: 0px 180px; + font-size: 75%; + z-index:10; +} +/** +* Round corner +*/ +#roundtop { + background-image: url(images/rc-t-r-15-1body-2menu-3menu.png); + background-repeat: no-repeat; + background-position: top right; +} + +#roundbottom { + background-image: url(images/rc-b-r-15-1body-2menu-3menu.png); + background-repeat: no-repeat; + background-position: top right; +} + +img.corner { + width: 15px; + height: 15px; + border: none; + display: block !important; +} + +.roundtopsmall { + background-image: url(images/rc-t-r-5-1header-2searchbox-3searchbox.png); + background-repeat: no-repeat; + background-position: top right; +} + +#roundbottomsmall { + background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png); + background-repeat: no-repeat; + background-position: top right; +} + +img.cornersmall { + width: 5px; + height: 5px; + border: none; + display: block !important; +} +/** + * Side menu + */ +#menu a { font-weight: normal;} +#menu a:visited { font-weight: normal; } +#menu a:active { font-weight: normal; } +#menu a:hover { font-weight: normal; } + +#menuarea { width:10em;} +#menu { + position: relative; + float: left; + width: 160px; + padding-top: 0px; + top:-18px; + left:10px; + z-index: 20; + background-color: #f90; + font-size : 70%; +} + +.menutitle { + cursor:pointer; + padding: 3px 12px; + margin-left: 10px; + background-image: url('images/chapter.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : bold; +} + +#menu .menuitemgroup { + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + +#menu .selectedmenuitemgroup{ + margin: 0px 0px 6px 8px; + padding: 0px; + font-weight : bold; } + +#menu .menuitem { + padding: 0px 0px 2px 12px; + background-image: url('images/page.gif'); + background-repeat: no-repeat; + background-position: center left; + font-weight : normal; + margin-left: 10px; +} + +#menu .menupage { + margin: 5px 0px 5px 10px; + padding: 0px 3px 0px 12px; + background-image: url('images/current.gif'); + background-repeat: no-repeat; + background-position: top left; + font-style : normal; +} +#menu .menupagetitle { + padding: 0px 0px 0px 6px; + font-style : normal; + border-style: solid; + border-width: 1px; + margin-right: 10px; +} +#menu .menupageitemgroup { + padding: 3px 0px 4px 6px; + font-style : normal; + border-bottom: 1px solid ; + border-left: 1px solid ; + border-right: 1px solid ; + margin-right: 10px; +} +#menu .menupageitem { + font-style : normal; + font-weight : normal; + border-width: 0px; + font-size : 90%; +} +#menu #credit { + text-align: center; +} + +#content { + padding: 20px 20px 20px 180px; + margin: 0; + font : small Verdana, Helvetica, sans-serif; + font-size : 80%; +} + +#content ul { + margin: 0; + padding: 0 25px; +} +#content li { + padding: 0 5px; +} +#feedback { + color: black; + background: #CFDCED; + text-align:center; + margin-top: 5px; +} +#feedback #feedbackto { + font-size: 90%; + color: black; +} +#footer { + clear: both; + position: relative; /* IE bugfix (http://www.dracos.co.uk/web/css/ie6floatbug/) */ + width: 100%; + background: #CFDCED; + border-top: solid 1px #4C6C8F; + color: black; +} +#footer .copyright { + position: relative; /* IE bugfix cont'd */ + padding: 5px; + margin: 0; + width: 45%; +} +#footer .lastmodified { + position: relative; /* IE bugfix cont'd */ + float: right; + width: 45%; + padding: 5px; + margin: 0; + text-align: right; +} +#footer a { color: white; } + +#footer #logos { + text-align: left; +} + + +/** + * Misc Styles + */ + +acronym { cursor: help; } +.boxed { background-color: #a5b6c6;} +.underlined_5 {border-bottom: solid 5px #4C6C8F;} +.underlined_10 {border-bottom: solid 10px #4C6C8F;} +/* ==================== snail trail ============================ */ + +.trail { + position: relative; /* IE bugfix cont'd */ + font-size: 70%; + text-align: right; + float: right; + margin: -10px 5px 0px 5px; + padding: 0; +} + +#minitoc-area { + border-top: solid 1px #4C6C8F; + border-bottom: solid 1px #4C6C8F; + margin-bottom: 15px; + margin-left: 15px; + margin-right: 10%; + padding-bottom: 5px; + padding-top: 5px; +} +.minitoc { + list-style-image: url('images/current.gif'); + font-weight: normal; +} +li p { + margin: 0; + padding: 0; +} + +.pdflink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.pdflink br { + margin-top: -10px; + padding-left: 1px; +} +.pdflink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.pdflink img { + display: block; + height: 16px; + width: 16px; +} +.xmllink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.xmllink br { + margin-top: -10px; + padding-left: 1px; +} +.xmllink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.xmllink img { + display: block; + height: 16px; + width: 16px; +} +.podlink { + position: relative; /* IE bugfix cont'd */ + float: right; + margin: 0px 5px; + padding: 0; +} +.podlink br { + margin-top: -10px; + padding-left: 1px; +} +.podlink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} + +.podlink img { + display: block; + height: 16px; + width: 16px; +} + +.printlink { + float: right; +} +.printlink br { + margin-top: -10px; + padding-left: 1px; +} +.printlink a { + display: block; + font-size: 70%; + text-align: center; + margin: 0; + padding: 0; +} +.printlink img { + display: block; + height: 16px; + width: 16px; +} \ No newline at end of file Modified: incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl Url: http://svn.apache.org/viewcvs/incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl?view=diff&rev=111809&p1=incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl&r1=111808&p2=incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl&r2=111809 ============================================================================== --- incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl (original) +++ incubator/public/branches/move2html4forrest/site-publish/skin/skinconf.xsl Tue Dec 14 03:06:39 2004 @@ -17,197 +17,117 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="skinconfig"> - <xsl:copy> - <xsl:if test="not(disable-print-link)"> - <disable-print-link>true</disable-print-link> - </xsl:if> - <xsl:if test="not(disable-pdf-link)"> - <disable-pdf-link>true</disable-pdf-link> - </xsl:if> - <xsl:if test="not(disable-pod-link)"> - <disable-pod-link>true</disable-pod-link> - </xsl:if> - <xsl:if test="not(disable-xml-link)"> - <disable-xml-link>true</disable-xml-link> - </xsl:if> - <xsl:if test="not(disable-external-link-image)"> - <disable-external-link-image>false</disable-external-link-image> - </xsl:if> - <xsl:if test="not(disable-compliance-links)"> - <disable-compliance-links>false</disable-compliance-links> - </xsl:if> - <xsl:if test="not(obfuscate-mail-links)"> - <obfuscate-mail-links>true</obfuscate-mail-links> - </xsl:if> - <xsl:if test="not(obfuscate-mail-value)"> - <obfuscate-mail-value>.at.</obfuscate-mail-value> - </xsl:if> - <xsl:if test="not(disable-font-script)"> - <disable-font-script>true</disable-font-script> - </xsl:if> - <!-- - <xsl:if test="not(project-name)"> - <project-name>MyProject</project-name> - </xsl:if> - <xsl:if test="not(project-description)"> - <project-description>MyProject Description</project-description> - </xsl:if> - <xsl:if test="not(project-url)"> - <project-url>http://myproj.mygroup.org/</project-url> - </xsl:if> - <xsl:if test="not(project-logo)"> - <project-logo>images/project.png</project-logo> - </xsl:if> - <xsl:if test="not(group-name)"> - <group-name>MyGroup</group-name> - </xsl:if> - <xsl:if test="not(group-description)"> - <group-description>MyGroup Description</group-description> - </xsl:if> - <xsl:if test="not(group-url)"> - <group-url>http://mygroup.org</group-url> - </xsl:if> - <xsl:if test="not(group-logo)"> - <group-logo>images/group.png</group-logo> - </xsl:if> - <xsl:if test="not(host-url)"> - <host-url/> - </xsl:if> - <xsl:if test="not(host-logo)"> - <host-logo/> - </xsl:if> - <xsl:if test="not(year)"> - <year>2004</year> - </xsl:if> - <xsl:if test="not(vendor)"> - <vendor>The Acme Software Foundation.</vendor> - </xsl:if> - --> - <xsl:if test="not(trail)"> - <trail> - <link1 name="" href=""/> - <link2 name="" href=""/> - <link3 name="" href=""/> - </trail> - - </xsl:if> - <xsl:if test="not(trail)"> - <toc level="2" location="page"/> - </xsl:if> - - <xsl:if test="not(pdf/show-external-urls)"> - <pdf><show-external-urls>true</show-external-urls></pdf> - </xsl:if> - -<!-- <xsl:if test="not(colors)"> <colors> - <color name="header" value="#294563"/> - - <color name="tab-selected" value="#4a6d8c"/> - <color name="tab-unselected" value="#b5c7e7"/> - <color name="subtab-selected" value="#4a6d8c"/> - <color name="subtab-unselected" value="#4a6d8c"/> +<!-- Lenya --> + <color name="header" value="#ffffff"/> - <color name="heading" value="#294563"/> - <color name="subheading" value="#4a6d8c"/> - - <color name="navstrip" value="#cedfef"/> - <color name="toolbox" value="#294563"/> + <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/> + <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/> + <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/> + <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/> + + <color name="heading" value="#E5E4D9"/> + <color name="subheading" value="#E5E4D9"/> + <color name="published" value="#4C6C8F" font="#FFFFFF"/> + <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/> + <color name="navstrip" value="#E5E4D9" font="#000000"/> + + <color name="toolbox" value="#CFDCED" font="#000000"/> + + <color name="border" value="#999999"/> + <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" /> + <color name="menuheading" value="#cfdced" font="#000000" /> + <color name="searchbox" value="#E5E4D9" font="#000000"/> - <color name="menu" value="#4a6d8c"/> - <color name="dialog" value="#4a6d8c"/> - - <color name="body" value="#ffffff"/> + <color name="dialog" value="#E5E4D9" font="#000000"/> + <color name="body" value="#ffffff" /> - <color name="table" value="#7099C5"/> - <color name="table-cell" value="#f0f0ff"/> + <color name="table" value="#ccc"/> + <color name="table-cell" value="#ffffff"/> <color name="highlight" value="#ffff00"/> - <color name="fixme" value="#c60"/> - <color name="note" value="#069"/> - - <color name="warning" value="#900"/> - <color name="code" value="#CFDCED"/> + <color name="fixme" value="#cc6600"/> + <color name="note" value="#006699"/> + <color name="warning" value="#990000"/> + <color name="code" value="#003366"/> - <color name="footer" value="#cedfef"/> + <color name="footer" value="#E5E4D9"/> </colors> </xsl:if> ---> - - <xsl:if test="not(extra-css)"> - <extra-css> - </extra-css> - </xsl:if> - <xsl:if test="not(credits)"> - <credits> - <credit> - <name>Built with Apache Forrest</name> - <url>http://forrest.apache.org/</url> - <image>images/built-with-forrest-button.png</image> - <width>88</width> - <height>31</height> - </credit> - <!-- A credit with @role='pdf' will have its name and url displayed in the - PDF page's footer. --> - </credits> - </xsl:if> + <xsl:copy> <xsl:copy-of select="@*"/> - <xsl:copy-of select="node()"/> - <!-- <xsl:copy-of select="node()[not(name(.)='colors')]"/> - <xsl:apply-templates select="colors"/>--> + <xsl:apply-templates select="colors"/> </xsl:copy> </xsl:template> -<!-- + <xsl:template match="colors"> - <colors> + <xsl:copy> + <xsl:copy-of select="@*"/> + <xsl:copy-of select="node()[name(.)='color']"/> + <xsl:if test="not([EMAIL PROTECTED]'header'])"> - <color name="header" value="#294563"/> + <color name="header" value="#FFFFFF"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'tab-selected'])"> - <color name="tab-selected" value="#4a6d8c"/> + <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'tab-unselected'])"> - <color name="tab-unselected" value="#b5c7e7"/> - </xsl:if> + <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/> + </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'subtab-selected'])"> - <color name="subtab-selected" value="#4a6d8c"/> + <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'subtab-unselected'])"> - <color name="subtab-unselected" value="#4a6d8c"/> + <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'heading'])"> - <color name="heading" value="#294563"/> + <color name="heading" value="#E5E4D9"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'subheading'])"> - <color name="subheading" value="#4a6d8c"/> - </xsl:if> + <color name="subheading" value="#E5E4D9"/> + </xsl:if> + <xsl:if test="not([EMAIL PROTECTED]'published'])"> + <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/> + </xsl:if> + <xsl:if test="not([EMAIL PROTECTED]'published'])"> + <color name="published" value="#4C6C8F" font="#FFFFFF"/> + </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'navstrip'])"> - <color name="navstrip" value="#cedfef"/> + <color name="navstrip" value="#E5E4D9" font="#000000"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'toolbox'])"> - <color name="toolbox" value="#294563"/> + <color name="toolbox" value="#CFDCED" font="#000000"/> </xsl:if> + <xsl:if test="not([EMAIL PROTECTED]'border'])"> + <color name="border" value="#999999"/> + </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'menu'])"> - <color name="menu" value="#4a6d8c"/> - </xsl:if> + <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" /> + </xsl:if> + <xsl:if test="not([EMAIL PROTECTED]'menuheading'])"> + <color name="menuheading" value="#cfdced" font="#000000" /> + </xsl:if> + <xsl:if test="not([EMAIL PROTECTED]'searchbox'])"> + <color name="searchbox" value="#E5E4D9" font="#000000"/> + </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'dialog'])"> - <color name="dialog" value="#4a6d8c"/> + <color name="dialog" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'body'])"> - <color name="body" value="#ffffff"/> + <color name="body" value="#ffffff" /> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'table'])"> - <color name="table" value="#7099C5"/> + <color name="table" value="#ccc"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'table-cell'])"> - <color name="table-cell" value="#f0f0ff"/> + <color name="table-cell" value="#ffffff"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'highlight'])"> - <color name="highlight" value="#yellow"/> + <color name="highlight" value="#ffff00"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'fixme'])"> <color name="fixme" value="#c60"/> @@ -219,18 +139,14 @@ <color name="warning" value="#900"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'code'])"> - <color name="code" value="#CFDCED"/> + <color name="code" value="#a5b6c6"/> </xsl:if> <xsl:if test="not([EMAIL PROTECTED]'footer'])"> - <color name="footer" value="#cedfef"/> + <color name="footer" value="#E5E4D9"/> </xsl:if> - - <xsl:copy> - <xsl:copy-of select="@*"/> - <xsl:copy-of select="node()[name(.)='color']"/> + </xsl:copy> - </colors> </xsl:template> ---> + </xsl:stylesheet> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
