List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 25 2008 10:23am
Subject:svn commit - mysqldoc@docsrva: r11375 - trunk/xsl.d
View as plain text  
Author: mcbrown
Date: 2008-07-25 10:23:36 +0200 (Fri, 25 Jul 2008)
New Revision: 11375

Log:
Fixing some issues with the size and color of <command> elements



Modified:
   trunk/xsl.d/mysql-html.css


Modified: trunk/xsl.d/mysql-html.css
===================================================================
--- trunk/xsl.d/mysql-html.css	2008-07-25 08:06:54 UTC (rev 11374)
+++ trunk/xsl.d/mysql-html.css	2008-07-25 08:23:36 UTC (rev 11375)
Changed blocks: 5, Lines Added: 37, Lines Deleted: 10; 1992 bytes

@@ -13,19 +13,19 @@
 
 div.book A:Link, div.chapter A:Link, div.section A:Link
 {
- text-decoration: underline;
- color: blue;
- }
+  text-decoration: underline;
+  color: blue;
+}
 
 div.book A:Visited, div.chapter A:Visited, div.section A:Visited
 {
- text-decoration: underline;
- color: rgb(1,90,132);
- }
+  text-decoration: underline;
+  color: rgb(1,90,132);
+}
 
 div.toc A.tocdetail
 {
-text-decoration: none;
+  text-decoration: none;
 }
 
 /* Default font for all headers */

@@ -48,6 +48,30 @@
 {
   font-family: Helvetica, Arial, sans-serif;
 }
+
+div.part h1 strong.command,
+
+div.chapter h1 strong.command, div.section h1 strong.command,
+
+div.chapter h2 strong.command, div.section h2 strong.command,
+
+div.chapter h3 strong.command, div.section h3 strong.command,
+
+div.chapter h4 strong.command, div.section h4 strong.command,
+
+div.chapter h5 strong.command, div.section h5 strong.command,
+
+div.chapter h6 strong.command, div.section h6 strong.command,
+
+div.chapter p.title strong.command
+{
+  color: #990000;
+  background-color:white;
+  font-weight: normal;
+  font-family: monospace, fixed;
+  font-size:125%;
+}
+
 /* Inline code (literal/option/command) */
 
 div.chapter code,div.section code

@@ -357,9 +381,11 @@
 
 span.section a span strong.command
 {
-  color: black;
-  background-color:white;
+  color: #990000;
+  background-color: white;
   text-decoration: underline;
+  font-weight: normal;
+  font-size: 110%;
 }
 /* Formatting for <literal> elements within headers */
 

@@ -435,6 +461,7 @@
 {
   font-family: monospace;
   font-weight: bold;
+  font-size: 110%;
 }
 /* Set inline code elements in titles within TOC */
 

@@ -483,7 +510,7 @@
 strong.command
 {
   font-family:monospace, fixed;
-  font-size:90%;
+  font-size:100%;
   color: #990000;
   background-color:white;
   font-weight: normal;


Thread
svn commit - mysqldoc@docsrva: r11375 - trunk/xsl.dmcbrown25 Jul