[interchange-docs] xmldocs - docelic modified docbook/xmldocs.css

docs at icdevgroup.org docs at icdevgroup.org
Sat Jun 17 13:06:10 EDT 2006


User:      docelic
Date:      2006-06-17 17:06:09 GMT
Modified:  docbook  xmldocs.css
Log:
* Make xmldocs HTML pages suitable for printing. Some of our decorations
  included white text on non-white background, but this made it very hard
  to read when printed.

  For print and projection media, I now turned those titles to black and
  made sure it doesn't overlap with the background color.

Revision  Changes    Path
1.25      +49 -0     xmldocs/docbook/xmldocs.css


rev 1.25, prev_rev 1.24
Index: xmldocs.css
===================================================================
RCS file: /var/cvs/xmldocs/docbook/xmldocs.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- xmldocs.css	28 Mar 2006 14:46:27 -0000	1.24
+++ xmldocs.css	17 Jun 2006 17:06:09 -0000	1.25
@@ -383,3 +383,52 @@
 	color: #000;
 	font-weight: bold;
 }
+
+
+/* AUGMENTING DEFINITIONS FOR PRINTING AND PROJECTION */
+
+ at media print, projection {
+
+	.titlepage h1 {
+		color: #000;
+	}
+
+	.refentry .refnamediv h2 {
+		color: #000;
+	}
+
+	.refentry .refnamediv p {
+		color: #000;
+	}
+
+	.abstract p.title {
+		color: #000;
+	}
+
+	.titlepage h2.title {
+		color: #000;
+	}
+
+	.filename {
+		border: dashed 1px #000;
+	}
+
+	.varname {
+		color: #000;
+	}
+
+	.pragma {
+		color: #000;
+	}
+
+	.function {
+		border: dashed 1px #000;
+	}
+
+	thead {
+		color: #000; 
+		background-color: gray;
+	} 
+
+}
+








More information about the docs mailing list