[docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Mon Jul 26 11:06:00 EDT 2004


User:      docelic
Date:      2004-07-26 15:06:00 GMT
Modified:  docbook  xmldocs.css
Modified:  guides   iccattut.xml
Log:
- docbook/xmldocs.css:
  Added (nice I hope) definitions for refsects and articles

- guides/iccattut.xml:
  Sorted the authors list starting with most recent (the same sort order
	as for copyrights).

Revision  Changes    Path
1.6       +116 -13   xmldocs/docbook/xmldocs.css


rev 1.6, prev_rev 1.5
Index: xmldocs.css
===================================================================
RCS file: /var/cvs/xmldocs/docbook/xmldocs.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xmldocs.css	25 Jul 2004 10:28:54 -0000	1.5
+++ xmldocs.css	26 Jul 2004 15:06:00 -0000	1.6
@@ -11,13 +11,13 @@
 
 /*
   Reference set:
-  .reference .titlepage . . <h1> </h1> / / . / <hr> /
-  .reference .toc <p> <b> </b> </p> <dl> <dt> </dt>
-  .reference .refentry .titlepage . / . / / .refnamediv <h2> </h2> <p> </p> /
-    .reference .refsect1 <h2> </h2> /
+  .reference .titlepage . . <h1/> / / . / <hr> /
+  .reference .toc <p> <b> </b> </p> <dl> <dt/>
+  .reference .refentry .titlepage . / . / / .refnamediv <h2/> <p/> /
+    .reference .refsect1 <h2/> /
 */
 
-.reference .titlepage h1 {
+.reference .titlepage h1, .article .titlepage h1 {
 	background-color: #208cbd; /* #6CA6C8; */
 	margin: 0;
 	margin-bottom: 20px;
@@ -29,20 +29,20 @@
 .reference hr {
 	margin: 0;
 	padding: 2px 4px 2px 4px;
-    height: 4px;
+	height: 4px;
 	border: 0;
-    border-top: 1px dashed #208cbd;
-    border-bottom: 1px solid #208cbd;
+	border-top: 1px dashed #208cbd;
+	border-bottom: 1px solid #208cbd;
 	visibility: hidden;
 }
 
-.reference .toc {
+.reference .toc, .article .toc {
 	margin: 0;
 	margin-bottom: 40px;
 	border: 1px dashed #CEE7F6;
 }
 
-.reference .toc p {
+.reference .toc p, .article .toc p {
 	margin: 0;
 	padding: 0;
 	background-color: #6CA6C8;
@@ -51,11 +51,11 @@
 	color: #FFF;
 }
 
-.reference .toc dl {
+.reference .toc dl, .article .toc dl {
 	padding: 2px 4px 2px 4px;
 }
 
-.reference .refentry .refnamediv h2 {
+.refentry .refnamediv h2 {
 	margin: 0;
 	padding: 0;
 	background-color: #FFF;
@@ -66,7 +66,7 @@
 	visibility: hidden;
 }
 
-.reference .refentry .refnamediv p {
+.refentry .refnamediv p {
 	margin: 0;
 	padding: 0;
 	background-color: #6CA6C8;
@@ -76,6 +76,108 @@
 	font-weight: bold;
 }
 
+
+/*
+	Chunked reference (individual refentry):
+	.navheader <tr> <th> </th> </tr> <hr> /
+	.refentry .titlepage . / . / / .refnamediv <h2 Name/> <p/> /
+	  .refsect1 <h2/> <pre|p/ class=sectname>
+*/
+
+.navheader {
+	padding: 2px 4px 2px 4px;
+	border: 0;
+	margin: 0;
+	font-size: 0;
+	height: 0;
+	visibility: hidden;
+}
+
+
+/*
+	Unchunked guide:
+	.article .titlepage . . <h1 title=/> / .
+	  .authorgroup
+		.author <h3 author> .firstname / .surname / .email / / /
+		/
+		. .copyright / /
+		.abstract p.title b/ / p / /
+		.toc p b/ / dl dt .sect1
+		  dd dl dt ...
+		.sect1 .titlepage . . h2.title / / . / /
+		  .sect2 .titlepage . . h3.title / / . / / <p/>
+*/
+
+.article .authorgroup {
+	margin: 0;
+	margin-bottom: 40px;
+	border: 1px dashed #CEE7F6;
+	padding: 2px 4px 8px 4px;
+}
+
+.article .abstract {
+	margin: 0;
+	margin-bottom: 40px;
+	border: 1px dashed #CEE7F6;
+	border-bottom: none;
+}
+
+.article .abstract p.title {
+	margin: 0;
+	padding: 0;
+	background-color: #6CA6C8;
+	border-bottom: 1px dashed #FFF;
+	padding: 1px 4px 1px 4px;
+	color: #FFF;
+}
+
+.article .abstract p {
+	padding: 1px 4px 1px 4px;
+}
+
+.article .sect1 .titlepage h2.title {
+	margin: 0;
+	padding: 0;
+	background-color: #6CA6C8;
+	border: 1px dashed #FFF;
+	padding: 4px 4px 4px 4px;
+	color: #FFF;
+	font-weight: bold;
+	margin-bottom: 20px;
+}
+
+.article .sect2 .titlepage h3.title {
+	margin: 0;
+	padding: 0;
+	background-color: #CEE7F6;
+	border: 1px dashed #FFF;
+	padding: 4px 4px 4px 4px;
+	color: #000;
+	font-weight: bold;
+}
+
+.article .footnotes hr {
+	margin: 0;
+	padding: 2px 4px 2px 4px;
+	width: 100%;
+	border: 0;
+	border-top: 1px dashed #208cbd;
+	border-bottom: 1px solid #208cbd;
+}
+
+.article hr {
+	margin: 0 0 10px 0;
+	padding: 2px 4px 2px 4px;
+	width: 100%;
+	border: 0;
+	border-top: 1px dashed #208cbd;
+	border-bottom: 1px solid #208cbd;
+	visibility: hidden;
+}
+
+
+/* W3C icons */
+
 .w3c {
 	margin: 0;
 	padding: 8px 4px 8px 4px;
@@ -89,3 +191,4 @@
 .w3c .w3cimg {
 	border: 0;
 }
+



1.5       +7 -5      xmldocs/guides/iccattut.xml


rev 1.5, prev_rev 1.4
Index: iccattut.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/iccattut.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iccattut.xml	23 Jul 2004 22:42:23 -0000	1.4
+++ iccattut.xml	26 Jul 2004 15:06:00 -0000	1.5
@@ -7,7 +7,7 @@
 <article id='iccattut'>
 
 <articleinfo>
-	<title>Interchange Documentation: the Catalog Building Tutorial</title>
+	<title>Interchange Guides: the Catalog Building Tutorial</title>
 	<titleabbrev>iccattut</titleabbrev>
 	<edition>version xml2.0pre</edition>
 
@@ -21,14 +21,16 @@
 	</copyright>
 
 	<authorgroup>
-		<author><firstname>Sonny</firstname><surname>Cook</surname></author>
+		<author>
+			<firstname>Davor</firstname><surname>Ocelic</surname>
+			<email>docelic at icdevgroup.org</email>
+		</author>
 		<author>
 			<firstname>Jon</firstname><surname>Jensen</surname>
 			<email>jon at endpoint.com</email>
 		</author>
-		<author>
-			<firstname>Davor</firstname><surname>Ocelic</surname>
-			<email>docelic at icdevgroup.org</email>
+		<author><firstname>Sonny</firstname><surname>Cook</surname>
+			<email>sonny at endpoint.com</email>
 		</author>
 	</authorgroup>
 








More information about the docs mailing list