From: wisberg Date: Thu, 5 May 2005 21:52:00 +0000 (+0000) Subject: .css stylesheet parameter for xml-html, used in faq. Did not retrofit devguide ... X-Git-Tag: PRE_ANDY~370 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0adb46004a8e099ce9466405e2c6955e427ed866;p=aspectj.git .css stylesheet parameter for xml-html, used in faq. Did not retrofit devguide - unsure about relation to dsl file. Should remove aspectj-docs.css reference in the docbook stylesheets to avoid fork. --- diff --git a/docs/build.xml b/docs/build.xml index 9dff6c836..069484884 100644 --- a/docs/build.xml +++ b/docs/build.xml @@ -78,8 +78,9 @@ /> + + @@ -461,7 +463,8 @@ xsl-source-file # xsl transform to apply (use chunk.xsl.source by default) xml-target-dir # target directory for output (used as xsl param base.dir) xml-target-file # full path to output file in xml-source-dir, ignored when chunking - xml-html-copy # copy files to target (defaults to *.gif,*.png" + xml-html-copy # copy files to target (defaults to *.gif,*.png) + xml-html-stylesheet # style sheet to use (defaults to ${xml-html-stylesheet})" > @@ -482,6 +485,7 @@ + diff --git a/docs/dist/doc/aspectj-faq.css b/docs/dist/doc/aspectj-faq.css new file mode 100644 index 000000000..d627302f3 --- /dev/null +++ b/docs/dist/doc/aspectj-faq.css @@ -0,0 +1,88 @@ +body { + font-family: "Lucida Grande", "Trebuchet MS", sans-serif; + line-height: 1.1em; + } + +h2 { + font-size: 130%; + font-weight: bold ; + line-height: 16px; + color: #FFFFFF; + background-color: #0080C0; + padding: 5px; +} + +h3 { + font-size: 110%; + font-weight: bold ; + line-height: 14px; + color: #FFFFFF; + background-color: orange; + padding: 5px; +} + +tt { + font-size: 100%; + color: #0080C0; + } + +tt tt { + font-size: 100%; + } + +.programlisting { + padding-top: 5px; + border: 2px solid #ccc; + background: #eee; + font-size: 120%; + color: #111199; + + } + +.term { + color: #111199; + } + +.variablelist dd { + margin-left: 18px; + padding-left: 20px; + background: url(dd_arrow.gif) no-repeat 0 2px; + } + +.toc dt { + font-size: 110%; + padding-bottom: 0px; + margin-bottom: 5px; + } + +.toc dl dd dt { + font-size: 100%; + } + +.toc dt { + font-size: 100% + margin-bottom: 0; + } + +.informaltable table { + margin-left: 5%; + } + +.informaltable th { + background-color: orange; + padding: 1px; + } + +ul li { + line-height: 1.2em; + } + +.keyword { + font-weight: bold; + color: purple; + } + + .question { + color: #3333CC; + border-top: 1px solid silver; + } \ No newline at end of file diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index e6332d637..b571f79fd 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -3,8 +3,7 @@ - +