Author: wyoung
Date: Tue Nov 18 17:04:08 2008
New Revision: 2411

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2411&view=rev
Log:
Added Luxi Sans and Serif to CSS font lists used for HTML refman and
userman so it displays nicely on platforms without the standard Mac
and Windows web fonts, but does have common X.org fonts, such as
Solaris.

Modified:
    trunk/doc/html/refman/refman.css
    trunk/doc/html/userman/tangentsoft.css

Modified: trunk/doc/html/refman/refman.css
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/html/refman/refman.css?rev=2411&r1=2410&r2=2411&view=diff
==============================================================================
--- trunk/doc/html/refman/refman.css (original)
+++ trunk/doc/html/refman/refman.css Tue Nov 18 17:04:08 2008
@@ -32,8 +32,13 @@
 /* Standard markup styles, borrowed from tangentsoft.net */
 body {
   background-color: #FFFFEE;
-  font-family: "Georgia", "New Century Schoolbook", "Times New Roman",
-      "Times", serif;
+  font-family:
+       "Georgia",
+       "Luxi Serif",
+       "New Century Schoolbook",
+       "Times New Roman",
+       "Times",
+       serif;
   margin-left: 30pt; 
   margin-right: 30pt; 
 }
@@ -45,36 +50,35 @@
 
 p { line-height: 140%; }
 
+h1, h2, h3, h4, h5, h6 {
+  color: #501000;
+  font-family:
+       "Verdana",
+       "Luxi Sans",
+       "Helvetica Narrow",
+       "Arial",
+       "Univers",
+       sans-serif;
+  font-weight: bold;
+}
+
 h1 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 20pt;
-  color: #501000;
   margin-left: 0pt;
 }
 h2 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 16pt;
-  font-weight: bold;
-  color: #501000;
   margin-left: -10pt;
 }
 h3 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 14pt;
-  font-weight: bold;
-  color: #501000;
   margin-left: -10pt;
 }
 h4 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
-  font-size: 10pt;
-  font-weight: bold;
-  color: #501000;
+  font-size: 12pt;
   margin-left: -10pt;
 }
 h5 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 10pt;
-  font-weight: bold;
-  color: #501000;
+  margin-left: -10pt;
 }

Modified: trunk/doc/html/userman/tangentsoft.css
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/html/userman/tangentsoft.css?rev=2411&r1=2410&r2=2411&view=diff
==============================================================================
--- trunk/doc/html/userman/tangentsoft.css (original)
+++ trunk/doc/html/userman/tangentsoft.css Tue Nov 18 17:04:08 2008
@@ -1,7 +1,12 @@
 BODY {
   background-color: #FFFFEE;
-  font-family: "Georgia", "New Century Schoolbook", "Times New Roman",
-      "Times", serif;
+  font-family:
+       "Georgia",
+       "Luxi Serif",
+       "New Century Schoolbook",
+       "Times New Roman",
+       "Times",
+       serif;
   margin-left: 30pt; 
   margin-right: 30pt; 
 }
@@ -23,41 +28,39 @@
   color: #DA7417;
 }
 
+H1, H2, H3, H4, H5, H6 {
+  color: #501000;
+  font-family:
+       "Verdana",
+       "Luxi Sans",
+       "Helvetica Narrow",
+       "Arial",
+       "Univers",
+       sans-serif;
+  font-weight: bold;
+}
+
 H1 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 20pt;
-  color: #501000;
 }
 
 H2 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
-  font-size: 16pt;
-  font-weight: bold;
-  color: #501000;
+  font-size: 18pt;
 }
 
 H3 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 14pt;
-  font-weight: bold;
-  color: #501000;
 }
 
 H4 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 10pt;
-  font-weight: bold;
-  color: #501000;
 }
 H4.subtitle {
   margin-left: 20pt;
 }
 
 H5 {
-  font-family: verdana, helvetica narrow, arial, univers, sans-serif;
   font-size: 10pt;
-  font-weight: bold;
-  color: #501000;
   margin-left: 20pt;
 }
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to