]> granicus.if.org Git - docbook-dsssl/commitdiff
Move CSS and PNG source files out of doc dir and into.. doc source
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 10 Jul 2007 07:24:23 +0000 (07:24 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 10 Jul 2007 07:24:23 +0000 (07:24 +0000)
dir. Also, make slides chunks go into slides/fo and slides/html
doc subdirs.

xsl/docsrcx/page.png [new file with mode: 0644]
xsl/docsrcx/reference.css [new file with mode: 0644]
xsl/docsrcx/reference.xml

diff --git a/xsl/docsrcx/page.png b/xsl/docsrcx/page.png
new file mode 100644 (file)
index 0000000..9c15d88
Binary files /dev/null and b/xsl/docsrcx/page.png differ
diff --git a/xsl/docsrcx/reference.css b/xsl/docsrcx/reference.css
new file mode 100644 (file)
index 0000000..653e0ff
--- /dev/null
@@ -0,0 +1,43 @@
+/* reference.css, a stylesheet for reference documentation */
+
+div.legalnotice { font-size: 80%; }
+
+div.note {
+  border-left: solid #d5dee3 20px;
+  border-right: solid #d5dee3 20px;
+  margin-left: 5%;
+  margin-right: 10%;
+  padding: 5px;
+}
+
+div.informalexample        { background-color: #d5dee3;
+                             border-top-width: 2px;
+                             border-top-style: double;
+                             border-top-color: #d3d3d3;
+                             border-bottom-width: 2px;
+                             border-bottom-style: double;
+                             border-bottom-color: #d3d3d3;
+                             padding: 4px;
+                             margin: 0em;
+                             margin-left: 2em;
+                           }
+
+pre.programlisting         { whitespace: pre;
+                             font-family: monospace;
+                             background-color: #d5dee3;
+                             border-top-width: 1px;
+                             border-top-style: single;
+                             border-top-color: #d3d3d3;
+                             border-bottom-width: 1px;
+                             border-bottom-style: single;
+                             border-bottom-color: #d3d3d3;
+                             padding: 4px;
+                             margin: 0em;
+                           }
+
+div.informalexample pre    { whitespace: pre;
+                             font-family: monospace;
+                             border-top-width: 0px;
+                             border-bottom-width: 0px;
+                             padding: 0px;
+                           }
index 3b5b63b834abf423c78e8a148f082f37884b8153..266d146e90ca7ff76b83bb83ae1f224e6e1a306e 100644 (file)
@@ -8,7 +8,7 @@
   xml:base="../docsrc/"
   >
   <title>DocBook XSL Stylesheets: Reference Documentation</title>
-  <info><releaseinfo role="meta">$Id$ </releaseinfo>
+  <info><releaseinfo role="meta">$Id: reference.dbk 6970 2007-07-08 20:15:09Z xmldoc $ </releaseinfo>
     <xi:include href="./authors.xml"/>
     <xi:include href="./copyright.xml" xpointer="xpointer(//*[local-name() = 'copyright'])"/>
     <xi:include href="./license.xml"/>
@@ -93,7 +93,7 @@
       <xi:include href="../roundtrip/param.xml" xpointer="xpointer(/book/reference)" />
     </part>
     <part xml:id="slides-html">
-      <?dbhtml dir="slides-html"?>
+      <?dbhtml dir="slides/html"?>
       <xi:include href="../slides/html/param.xml" xpointer="xpointer(/book/bookinfo/title)" />
       <partintro xml:id="slideshtmlintro">
         <xi:include href="../slides/html/param.xml"
       <xi:include href="../slides/html/param.xml" xpointer="xpointer(/book/reference)" />
     </part>
     <part xml:id="slides-fo">
-      <?dbhtml dir="slides-fo"?>
+      <?dbhtml dir="slides/fo"?>
       <xi:include href="../slides/fo/param.xml" xpointer="xpointer(/book/bookinfo/title)" />
       <partintro xml:id="slidesfointro">
         <xi:include href="../slides/fo/param.xml"