|
Author: jleroux
Date: Fri Dec 17 13:58:42 2010 New Revision: 1050385 URL: http://svn.apache.org/viewvc?rev=1050385&view=rev Log: A patch from BJ Freeman "Update Docbook files and give a nice look to doc" (https://issues.apache.org/jira/browse/OFBIZ-4052) - OFBIZ-4052 Updates all the docbook.css in themes. Remove tags from the <body> JLR: + Revert r1044062+1044053 (was: Deactivates temporarily the online help. It's currently not working and slowing down too much the demo server) Actually it was not the real reason (UtilIO.java was) Modified: ofbiz/trunk/applications/content/template/docbook/html/docbook.xsl ofbiz/trunk/themes/bizznesstime/includes/header.ftl ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css ofbiz/trunk/themes/bluelight/includes/header.ftl ofbiz/trunk/themes/bluelight/webapp/bluelight/docbook.css ofbiz/trunk/themes/droppingcrumbs/includes/header.ftl ofbiz/trunk/themes/flatgrey/includes/header.ftl ofbiz/trunk/themes/flatgrey/webapp/flatgrey/docbook.css ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css Modified: ofbiz/trunk/applications/content/template/docbook/html/docbook.xsl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/docbook/html/docbook.xsl?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/applications/content/template/docbook/html/docbook.xsl (original) +++ ofbiz/trunk/applications/content/template/docbook/html/docbook.xsl Fri Dec 17 13:58:42 2010 @@ -115,11 +115,13 @@ </xsl:template> <xsl:template name="body.attributes"> +<!-- use the docbook.css <xsl:attribute name="bgcolor">white</xsl:attribute> <xsl:attribute name="text">black</xsl:attribute> <xsl:attribute name="link">#0000FF</xsl:attribute> <xsl:attribute name="vlink">#840084</xsl:attribute> <xsl:attribute name="alink">#0000FF</xsl:attribute> + --> <xsl:if test="starts-with($writing.mode, 'rl')"> <xsl:attribute name="dir">rtl</xsl:attribute> </xsl:if> Modified: ofbiz/trunk/themes/bizznesstime/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/includes/header.ftl?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/includes/header.ftl (original) +++ ofbiz/trunk/themes/bizznesstime/includes/header.ftl Fri Dec 17 13:58:42 2010 @@ -129,7 +129,7 @@ under the License. <span><a href="<@ofbizUrl>logout</@ofbizUrl>">${uiLabelMap.CommonLogout}</a></span> <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists> <#include "component://common/webcommon/includes/helplink.ftl" /> - <!--span><a href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);">${uiLabelMap.CommonHelp}</a></span--> + <span><a href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);">${uiLabelMap.CommonHelp}</a></span> </#if> <#if layoutSettings.middleTopMessage1?has_content && layoutSettings.middleTopMessage1 != " "> <span id="last-system-msg"> Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/docbook.css Fri Dec 17 13:58:42 2010 @@ -21,6 +21,8 @@ body {background:transparent url(/images font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.75em; line-height:1.5em;padding:50px 0 0; + bgcolor: #ffffcc; + } a:hover { @@ -35,3 +37,322 @@ a { color:#555; text-decoration:underline; } + + + +div.abstract +{ + border: solid 2px; + padding-left: 10pt; + padding-right: 10pt; + background-color: #ffffcc; +} +pre.screen +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} +pre.programlisting +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} + +h1 +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +h1.title +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +.title a { + color: #fffffc; + text-decoration: none; +} + +.title a:active { + color: #ffffff; + text-decoration: none; +} + +.title a:visited { + color: #ffffff; + text-decoration: none; +} + +h2 +{ + color: #ffffff ; + font-style: italic; + background-color: #a0a0d0; + border: solid 3px #606090; + padding: 1px +} + +table.important +{ + font-style:italic; + border: solid 2px #ff0000; + width: 70%; + margin-left: 15%; +} +table.caution +{ + font-style:italic; + border: ridge 2px #ffff00; + width: 70%; + margin-left: 15%; +} + +table.note +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} +table.tip +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} + +table.warning +{ + font-style:italic; + font-weight: bold; + border: ridge 4px #ff0000; + + width: 70%; + margin-left: 15%; +} + +div.variablelist { + font-family: sans-serif; + font-style: normal; + font-weight: normal; + padding-left: 20px; +} + +.varlistentry { + font-weight: bold; + margin-top: 10px; + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + +/* + * see http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html + * for an explanation of the following few commands. + * they are really too complicated to explain here in all depth. ;-) +*/ + +p { + font-size: 12px; +} + +/*a{} +body p { + font-size: x-small; + voice-family: "\"}\""; + voice-family: inherit; + font-size: small; +} + +html>body p { + font-size: small; +} +*/ + +/* add an external-link icon to absolute links */ +a[href^="http:"] { + background: url(images/remote.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="http:"]:hover { + background: url(images/remote_a.gif) right center no-repeat; +} + +/* add a note icon to footnote links */ +a[href^="#ftn"] { + background: url(images/qbullet-note.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="#ftn"]:hover { + background: url(images/qbullet-note_a.gif) right center no-repeat; +} + +/* ...and a back icon to the backlinks in the footnotes themselves */ +a[name^="ftn"] { + background: url(images/scrollup.gif) right center no-repeat; + padding-right: 12px; +} + +a[name^="ftn"]:hover { + background: url(images/scrollup_a.gif) right center no-repeat; +} + +/* add a download icon to .gz links */ +a[href$=".gz"],a[href$=".tar"],a[href$=".zip"] { + background: url(images/disk.gif) right center no-repeat; + padding-right: 12px; +} + + +/* add an acrobat reader icon to pdf links */ +a[href$=".pdf"] { + background: url(images/acrobat.gif) right center no-repeat; + padding-right: 12px; +} + +a[href$=".pdf"]:hover { + background: url(images/acrobat_a.gif) right center no-repeat; +} + +/* add a word icon to rtf links */ +a[href$=".rtf"] { + background: url(images/word.gif) right center no-repeat; + padding-right: 12px; +} + + +/* ...but not to absolute links in this domain... */ +a[href^="http://www.karakas-online.de"] { + background: transparent; + padding-right: 0px; +} + +a[href^="http://www.karakas-online.de"]:hover { + background: transparent; +} + +/* ...or to the translation links on each page */ +div.translatelink > a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.translatelink > a[href^="http:"]:hover { + background: transparent; +} + +/* ...or to any images */ +div.imagelink a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.imagelink a[href^="http:"]:hover { + background: transparent; +} + + +p.c2 { + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + + +div.navfooter { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.nukefooter { + color: #000000; + background-color: #b0e0e6; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.navheader { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-bottom: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.sect1,div.sect2,div.sect3 { + margin-left: 20px; +} + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} + +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + +ul { + list-style: url("images/tux-bullet.png") disc; + } + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + Modified: ofbiz/trunk/themes/bluelight/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/includes/header.ftl?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/bluelight/includes/header.ftl (original) +++ ofbiz/trunk/themes/bluelight/includes/header.ftl Fri Dec 17 13:58:42 2010 @@ -164,7 +164,7 @@ under the License. </#if> <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists> <#include "component://common/webcommon/includes/helplink.ftl" /> - <!--li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li--> + <li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li> </#if> <#if userLogin?exists> <#if (userPreferences.COMPACT_HEADER)?default("N") == "Y"> Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/docbook.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/docbook.css?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/bluelight/webapp/bluelight/docbook.css (original) +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/docbook.css Fri Dec 17 13:58:42 2010 @@ -22,6 +22,8 @@ body {background:transparent url(/images font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.75em; line-height:1.5em;padding:50px 0 0; + bgcolor: #ffffcc; + } a:hover { @@ -36,3 +38,322 @@ a { color:#555; text-decoration:underline; } + + + +div.abstract +{ + border: solid 2px; + padding-left: 10pt; + padding-right: 10pt; + background-color: #ffffcc; +} +pre.screen +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} +pre.programlisting +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} + +h1 +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +h1.title +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +.title a { + color: #fffffc; + text-decoration: none; +} + +.title a:active { + color: #ffffff; + text-decoration: none; +} + +.title a:visited { + color: #ffffff; + text-decoration: none; +} + +h2 +{ + color: #ffffff ; + font-style: italic; + background-color: #a0a0d0; + border: solid 3px #606090; + padding: 1px +} + +table.important +{ + font-style:italic; + border: solid 2px #ff0000; + width: 70%; + margin-left: 15%; +} +table.caution +{ + font-style:italic; + border: ridge 2px #ffff00; + width: 70%; + margin-left: 15%; +} + +table.note +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} +table.tip +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} + +table.warning +{ + font-style:italic; + font-weight: bold; + border: ridge 4px #ff0000; + + width: 70%; + margin-left: 15%; +} + +div.variablelist { + font-family: sans-serif; + font-style: normal; + font-weight: normal; + padding-left: 20px; +} + +.varlistentry { + font-weight: bold; + margin-top: 10px; + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + +/* + * see http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html + * for an explanation of the following few commands. + * they are really too complicated to explain here in all depth. ;-) +*/ + +p { + font-size: 12px; +} + +/*a{} +body p { + font-size: x-small; + voice-family: "\"}\""; + voice-family: inherit; + font-size: small; +} + +html>body p { + font-size: small; +} +*/ + +/* add an external-link icon to absolute links */ +a[href^="http:"] { + background: url(images/remote.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="http:"]:hover { + background: url(images/remote_a.gif) right center no-repeat; +} + +/* add a note icon to footnote links */ +a[href^="#ftn"] { + background: url(images/qbullet-note.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="#ftn"]:hover { + background: url(images/qbullet-note_a.gif) right center no-repeat; +} + +/* ...and a back icon to the backlinks in the footnotes themselves */ +a[name^="ftn"] { + background: url(images/scrollup.gif) right center no-repeat; + padding-right: 12px; +} + +a[name^="ftn"]:hover { + background: url(images/scrollup_a.gif) right center no-repeat; +} + +/* add a download icon to .gz links */ +a[href$=".gz"],a[href$=".tar"],a[href$=".zip"] { + background: url(images/disk.gif) right center no-repeat; + padding-right: 12px; +} + + +/* add an acrobat reader icon to pdf links */ +a[href$=".pdf"] { + background: url(images/acrobat.gif) right center no-repeat; + padding-right: 12px; +} + +a[href$=".pdf"]:hover { + background: url(images/acrobat_a.gif) right center no-repeat; +} + +/* add a word icon to rtf links */ +a[href$=".rtf"] { + background: url(images/word.gif) right center no-repeat; + padding-right: 12px; +} + + +/* ...but not to absolute links in this domain... */ +a[href^="http://www.karakas-online.de"] { + background: transparent; + padding-right: 0px; +} + +a[href^="http://www.karakas-online.de"]:hover { + background: transparent; +} + +/* ...or to the translation links on each page */ +div.translatelink > a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.translatelink > a[href^="http:"]:hover { + background: transparent; +} + +/* ...or to any images */ +div.imagelink a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.imagelink a[href^="http:"]:hover { + background: transparent; +} + + +p.c2 { + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + + +div.navfooter { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.nukefooter { + color: #000000; + background-color: #b0e0e6; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.navheader { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-bottom: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.sect1,div.sect2,div.sect3 { + margin-left: 20px; +} + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} + +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + +ul { + list-style: url("images/tux-bullet.png") disc; + } + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + Modified: ofbiz/trunk/themes/droppingcrumbs/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/includes/header.ftl?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/droppingcrumbs/includes/header.ftl (original) +++ ofbiz/trunk/themes/droppingcrumbs/includes/header.ftl Fri Dec 17 13:58:42 2010 @@ -154,7 +154,7 @@ under the License. </#if> <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists> <#include "component://common/webcommon/includes/helplink.ftl" /> - <!--li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li--> + <li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li> </#if> <#if userLogin?exists> <#if (userPreferences.COMPACT_HEADER)?default("N") == "Y"> Modified: ofbiz/trunk/themes/flatgrey/includes/header.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/includes/header.ftl?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/includes/header.ftl (original) +++ ofbiz/trunk/themes/flatgrey/includes/header.ftl Fri Dec 17 13:58:42 2010 @@ -185,7 +185,7 @@ under the License. </#if> <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists> <#include "component://common/webcommon/includes/helplink.ftl" /> - <!--li><a <#if pageAvail?has_content>class="alert"</#if> href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);">${uiLabelMap.CommonHelp}</a></li--> + <li><a <#if pageAvail?has_content>class="alert"</#if> href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);">${uiLabelMap.CommonHelp}</a></li> </#if> <li class="control-area"> </li> Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/docbook.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/docbook.css?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/docbook.css (original) +++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/docbook.css Fri Dec 17 13:58:42 2010 @@ -17,25 +17,343 @@ KIND, either express or implied. See th specific language governing permissions and limitations under the License. ***********************************************/ -h1, h2, h3, h4, h5, h6 { -color:#000099; -} - body {background:transparent url(/images/ofbiz_logo.gif) no-repeat scroll left top; color: #000; - font-family:verdana,arial,sans-serif; - padding:50px 0 0; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size:.75em; + line-height:1.5em;padding:50px 0 0; + bgcolor: #ffffcc; + } -a:hover, a:active { +a:hover { + color:#111111; text-decoration:underline; } a:visited { - color:purple; - font-weight:bold; + color:#000; + text-decoration:underline; } a { - color:#000099; - text-decoration:none; - font-weight:bold; + color:#555; + text-decoration:underline; +} + + + +div.abstract +{ + border: solid 2px; + padding-left: 10pt; + padding-right: 10pt; + background-color: #ffffcc; +} +pre.screen +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} +pre.programlisting +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} + +h1 +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +h1.title +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +.title a { + color: #fffffc; + text-decoration: none; +} + +.title a:active { + color: #ffffff; + text-decoration: none; +} + +.title a:visited { + color: #ffffff; + text-decoration: none; +} + +h2 +{ + color: #ffffff ; + font-style: italic; + background-color: #a0a0d0; + border: solid 3px #606090; + padding: 1px +} + +table.important +{ + font-style:italic; + border: solid 2px #ff0000; + width: 70%; + margin-left: 15%; +} +table.caution +{ + font-style:italic; + border: ridge 2px #ffff00; + width: 70%; + margin-left: 15%; +} + +table.note +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} +table.tip +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} + +table.warning +{ + font-style:italic; + font-weight: bold; + border: ridge 4px #ff0000; + + width: 70%; + margin-left: 15%; +} + +div.variablelist { + font-family: sans-serif; + font-style: normal; + font-weight: normal; + padding-left: 20px; +} + +.varlistentry { + font-weight: bold; + margin-top: 10px; + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + +/* + * see http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html + * for an explanation of the following few commands. + * they are really too complicated to explain here in all depth. ;-) +*/ + +p { + font-size: 12px; +} + +/*a{} +body p { + font-size: x-small; + voice-family: "\"}\""; + voice-family: inherit; + font-size: small; +} + +html>body p { + font-size: small; +} +*/ + +/* add an external-link icon to absolute links */ +a[href^="http:"] { + background: url(images/remote.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="http:"]:hover { + background: url(images/remote_a.gif) right center no-repeat; +} + +/* add a note icon to footnote links */ +a[href^="#ftn"] { + background: url(images/qbullet-note.gif) right center no-repeat; + padding-right: 12px; } + +a[href^="#ftn"]:hover { + background: url(images/qbullet-note_a.gif) right center no-repeat; +} + +/* ...and a back icon to the backlinks in the footnotes themselves */ +a[name^="ftn"] { + background: url(images/scrollup.gif) right center no-repeat; + padding-right: 12px; +} + +a[name^="ftn"]:hover { + background: url(images/scrollup_a.gif) right center no-repeat; +} + +/* add a download icon to .gz links */ +a[href$=".gz"],a[href$=".tar"],a[href$=".zip"] { + background: url(images/disk.gif) right center no-repeat; + padding-right: 12px; +} + + +/* add an acrobat reader icon to pdf links */ +a[href$=".pdf"] { + background: url(images/acrobat.gif) right center no-repeat; + padding-right: 12px; +} + +a[href$=".pdf"]:hover { + background: url(images/acrobat_a.gif) right center no-repeat; +} + +/* add a word icon to rtf links */ +a[href$=".rtf"] { + background: url(images/word.gif) right center no-repeat; + padding-right: 12px; +} + + +/* ...but not to absolute links in this domain... */ +a[href^="http://www.karakas-online.de"] { + background: transparent; + padding-right: 0px; +} + +a[href^="http://www.karakas-online.de"]:hover { + background: transparent; +} + +/* ...or to the translation links on each page */ +div.translatelink > a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.translatelink > a[href^="http:"]:hover { + background: transparent; +} + +/* ...or to any images */ +div.imagelink a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.imagelink a[href^="http:"]:hover { + background: transparent; +} + + +p.c2 { + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + + +div.navfooter { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.nukefooter { + color: #000000; + background-color: #b0e0e6; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.navheader { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-bottom: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.sect1,div.sect2,div.sect3 { + margin-left: 20px; +} + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} + +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + +ul { + list-style: url("images/tux-bullet.png") disc; + } + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + Modified: ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original) +++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Fri Dec 17 13:58:42 2010 @@ -74,7 +74,7 @@ under the License. <#if userLogin?exists> <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists> <#include "component://common/webcommon/includes/helplink.ftl" /> - <!--li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li--> + <li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li> </#if> <li><a href="<@ofbizUrl>logout</@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li> <li><a href="<@ofbizUrl>ListVisualThemes</@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li> Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css?rev=1050385&r1=1050384&r2=1050385&view=diff ============================================================================== --- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css (original) +++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css Fri Dec 17 13:58:42 2010 @@ -22,6 +22,8 @@ body {background:transparent url(/images font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.75em; line-height:1.5em;padding:50px 0 0; + bgcolor: #ffffcc; + } a:hover { @@ -36,3 +38,322 @@ a { color:#555; text-decoration:underline; } + + + +div.abstract +{ + border: solid 2px; + padding-left: 10pt; + padding-right: 10pt; + background-color: #ffffcc; +} +pre.screen +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} +pre.programlisting +{ + font-family:monospace; + white-space: pre; + width: 100%; + background-color: #ffffcc; + border:solid; + color: #000000; + border-color: #009999; + border-left: solid #009999 2px; + border-right: solid #009999 2px; + border-top: solid #009999 2px; + border-bottom: solid #009999 2px; + + padding-left: 15pt; +} + +h1 +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +h1.title +{ + color: #ffffff; + border: solid 3px #a0a0d0; + background-color: #606090; + font-variant: small-caps; + width: 100%; +} + +.title a { + color: #fffffc; + text-decoration: none; +} + +.title a:active { + color: #ffffff; + text-decoration: none; +} + +.title a:visited { + color: #ffffff; + text-decoration: none; +} + +h2 +{ + color: #ffffff ; + font-style: italic; + background-color: #a0a0d0; + border: solid 3px #606090; + padding: 1px +} + +table.important +{ + font-style:italic; + border: solid 2px #ff0000; + width: 70%; + margin-left: 15%; +} +table.caution +{ + font-style:italic; + border: ridge 2px #ffff00; + width: 70%; + margin-left: 15%; +} + +table.note +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} +table.tip +{ + font-style:italic; + border: solid 1px #000000; + width: 70%; + margin-left: 15%; +} + +table.warning +{ + font-style:italic; + font-weight: bold; + border: ridge 4px #ff0000; + + width: 70%; + margin-left: 15%; +} + +div.variablelist { + font-family: sans-serif; + font-style: normal; + font-weight: normal; + padding-left: 20px; +} + +.varlistentry { + font-weight: bold; + margin-top: 10px; + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + +/* + * see http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html + * for an explanation of the following few commands. + * they are really too complicated to explain here in all depth. ;-) +*/ + +p { + font-size: 12px; +} + +/*a{} +body p { + font-size: x-small; + voice-family: "\"}\""; + voice-family: inherit; + font-size: small; +} + +html>body p { + font-size: small; +} +*/ + +/* add an external-link icon to absolute links */ +a[href^="http:"] { + background: url(images/remote.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="http:"]:hover { + background: url(images/remote_a.gif) right center no-repeat; +} + +/* add a note icon to footnote links */ +a[href^="#ftn"] { + background: url(images/qbullet-note.gif) right center no-repeat; + padding-right: 12px; +} + +a[href^="#ftn"]:hover { + background: url(images/qbullet-note_a.gif) right center no-repeat; +} + +/* ...and a back icon to the backlinks in the footnotes themselves */ +a[name^="ftn"] { + background: url(images/scrollup.gif) right center no-repeat; + padding-right: 12px; +} + +a[name^="ftn"]:hover { + background: url(images/scrollup_a.gif) right center no-repeat; +} + +/* add a download icon to .gz links */ +a[href$=".gz"],a[href$=".tar"],a[href$=".zip"] { + background: url(images/disk.gif) right center no-repeat; + padding-right: 12px; +} + + +/* add an acrobat reader icon to pdf links */ +a[href$=".pdf"] { + background: url(images/acrobat.gif) right center no-repeat; + padding-right: 12px; +} + +a[href$=".pdf"]:hover { + background: url(images/acrobat_a.gif) right center no-repeat; +} + +/* add a word icon to rtf links */ +a[href$=".rtf"] { + background: url(images/word.gif) right center no-repeat; + padding-right: 12px; +} + + +/* ...but not to absolute links in this domain... */ +a[href^="http://www.karakas-online.de"] { + background: transparent; + padding-right: 0px; +} + +a[href^="http://www.karakas-online.de"]:hover { + background: transparent; +} + +/* ...or to the translation links on each page */ +div.translatelink > a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.translatelink > a[href^="http:"]:hover { + background: transparent; +} + +/* ...or to any images */ +div.imagelink a[href^="http:"] { + background: transparent; + padding-right: 0px; +} + +div.imagelink a[href^="http:"]:hover { + background: transparent; +} + + +p.c2 { + color: #ffffff ; + background-color: #a0a0d0; + border: solid 1px #606090; + padding: 1px +} + + +div.navfooter { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.nukefooter { + color: #000000; + background-color: #b0e0e6; + padding: 5px; + margin-top: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.navheader { + color: #000000; + background-color: #efeff8; + padding: 5px; + margin-bottom: 10px; + width: 100%; + border: thin solid #a0a0d0; +} + +div.sect1,div.sect2,div.sect3 { + margin-left: 20px; +} + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} + +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + +ul { + list-style: url("images/tux-bullet.png") disc; + } + +div.example,div.toc { + border: thin dotted #70aae5; + padding-left: 10px; + padding-right: 10px; + color: #000000; + background-color: #eff8f8; +} +div.toc { + margin-left: 20px; + margin-right: 20px; + width: 95%; +} + |
| Free forum by Nabble | Edit this page |
