Author: artdaw
Date: 2008-08-06 06:37:47 -0400 (Wed, 06 Aug 2008)
New Revision: 9936
Modified:
trunk/docs/cdkguide/en/src/main/resources/css/html.css
trunk/docs/cdkguide/en/src/main/resources/script/toggle.js
trunk/docs/cdkguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl
trunk/docs/faq/en/src/main/resources/css/html.css
trunk/docs/faq/en/src/main/resources/script/toggle.js
Log:
https://jira.jboss.org/jira/browse/RF-4065 - banner was added to CDK Guide, FAQ
Modified: trunk/docs/cdkguide/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/cdkguide/en/src/main/resources/css/html.css 2008-08-06 10:37:08 UTC (rev
9935)
+++ trunk/docs/cdkguide/en/src/main/resources/css/html.css 2008-08-06 10:37:47 UTC (rev
9936)
@@ -7,9 +7,17 @@
cursor:pointer;
}
+.toc dl dt span.chapter{
+ margin: 0px 0px 0px 20px;
+ padding: 0px;
+}
+
body {
-background-image:url(../images/community/bkg_gradient.gif);
-background-repeat:repeat-x;
+background-image:url(../images/richfaces_label2.png);
+background-repeat:no-repeat;
+background-attachment:fixed;
+background-position:top left;
+z-index:1;
color:#333333;
font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
font-size:12px;
@@ -19,23 +27,51 @@
text-align:center;
}
-
+div#overlay{
+background-image:url(../images/community/bkg_gradient.gif);
+background-repeat:repeat-x;
+width:100%;
+height:100%;
+position:absolute;
+top:0px;
+left:0px;
+z-index:-1;
+}
div.book, div.chapter, div.section{
width:1000px;
margin:0 auto;
text-align:justify;
+ font-weight: 100;
+}
+
+div.abstract {
+font-size:10px;
}
+.docnav li.previous strong, .docnav li.next strong {
+ width: 200px;
+ height:22px;
+}
+
+.docnav a:hover {
+ cursor:pointer;
+}
+th, td {
+ border: 1px solid #AAAAAA;
+}
#title, ul.docnav{
margin:0 auto;
width:1000px;
-
+ margin-left:0px;
}
/* Center all images and Figure/Table titles */
div.mediaobject img {margin:left;}
-p.title {text-align:left;}
+p.title {
+ text-align:left;
+ font-size: 11px;
+}
.css_normal {
line-height:0px;
Modified: trunk/docs/cdkguide/en/src/main/resources/script/toggle.js
===================================================================
--- trunk/docs/cdkguide/en/src/main/resources/script/toggle.js 2008-08-06 10:37:08 UTC
(rev 9935)
+++ trunk/docs/cdkguide/en/src/main/resources/script/toggle.js 2008-08-06 10:37:47 UTC
(rev 9936)
@@ -1,3 +1,5 @@
+document.write('<div id="overlay"> </div>');
+
function dbToggle(node, expandText, collapseText) {
var dt = node.parentNode;
if (dt.nodeName.toLowerCase() == 'dt') {
Modified:
trunk/docs/cdkguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl
===================================================================
---
trunk/docs/cdkguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl 2008-08-06
10:37:08 UTC (rev 9935)
+++
trunk/docs/cdkguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl 2008-08-06
10:37:47 UTC (rev 9936)
@@ -8,7 +8,7 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
- <!--xsl:import href="collapsing-navigation.xsl"/-->
+ <xsl:import href="collapsing-navigation.xsl"/>
<xsl:param name="html.stylesheet"
select="'css/html.css'"/>
<xsl:param name="generate.toc" select="'book
toc'"/>
Modified: trunk/docs/faq/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/faq/en/src/main/resources/css/html.css 2008-08-06 10:37:08 UTC (rev 9935)
+++ trunk/docs/faq/en/src/main/resources/css/html.css 2008-08-06 10:37:47 UTC (rev 9936)
@@ -6,26 +6,73 @@
color:#6699CC;
cursor:pointer;
}
+
+.toc dl dt span.chapter{
+ margin: 0px 0px 0px 20px;
+ padding: 0px;
+}
+
body {
-background-image:url(../images/community/bkg_gradient.gif);
-background-repeat:repeat-x;
+background-image:url(../images/richfaces_label2.png);
+background-repeat:no-repeat;
+background-attachment:fixed;
+background-position:top left;
+z-index:1;
color:#333333;
font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
font-size:12px;
line-height:150%;
-margin:0pt auto;
-max-width:80em;
+max-width:1000px;
padding:0em 2em;
-text-align:justify;
+text-align:center;
}
+div#overlay{
+background-image:url(../images/community/bkg_gradient.gif);
+background-repeat:repeat-x;
+width:100%;
+height:100%;
+position:absolute;
+top:0px;
+left:0px;
+z-index:-1;
+}
+div.book, div.chapter, div.section{
+ width:1000px;
+ margin:0 auto;
+ text-align:justify;
+ font-weight: 100;
+}
+
+div.abstract {
+font-size:10px;
+}
+
+.docnav li.previous strong, .docnav li.next strong {
+ width: 200px;
+ height:22px;
+}
+
+.docnav a:hover {
+ cursor:pointer;
+}
+th, td {
+ border: 1px solid #AAAAAA;
+}
+#title, ul.docnav{
+ margin:0 auto;
+ width:1000px;
+ margin-left:0px;
+}
+
/* Center all images and Figure/Table titles */
-div.mediaobject img {margin:auto;}
+div.mediaobject img {margin:left;}
-p.title {text-align:center;}
+p.title {
+ text-align:left;
+ font-size: 11px;
+}
-pre.CSS {line-height:8px;}
-
.css_normal {
line-height:0px;
color:#000000;
@@ -71,8 +118,34 @@
.css_string {
color:#2A00FF;
}
-code {
+code.code{
color:#000000;
-font-size:12px;
-font-family:courier;
+font-size:14px;
+font-family:monospace;
+}
+a.new {
+background:transparent url(../images/new.png) no-repeat scroll right top;
+padding-right:70px;
+}
+a.updated {
+background:transparent url(../images/updated.png) no-repeat scroll right top;
+padding-right:70px;
+}
+.tbi {color: #aaaaaa;}
+.tbi p {color: #333333;}
+
+div.note, div.tip, div.important{
+ height:100%;
+}
+
+pre.JAVA {
+line-height:10px;
+!line-height:15px;
+}
+pre.CSS {
+line-height:10px;
+!line-height:15px;
+}
+div.table-contents table{
+ font-size:12px;
}
\ No newline at end of file
Modified: trunk/docs/faq/en/src/main/resources/script/toggle.js
===================================================================
--- trunk/docs/faq/en/src/main/resources/script/toggle.js 2008-08-06 10:37:08 UTC (rev
9935)
+++ trunk/docs/faq/en/src/main/resources/script/toggle.js 2008-08-06 10:37:47 UTC (rev
9936)
@@ -1,3 +1,5 @@
+document.write('<div id="overlay"> </div>');
+
function dbToggle(node, expandText, collapseText) {
var dt = node.parentNode;
if (dt.nodeName.toLowerCase() == 'dt') {