Doc updates for version 1.8.4
[fw/altos] / doc / am-fo.xsl
index 2166afd4133171f2f308200397d2e390d5f7c539..605339d402a31bd4ce38a577b9bf3fe3358c69eb 100644 (file)
@@ -33,7 +33,7 @@
 <xsl:param name="body.font.family" select="'Open Sans Light,sans-serif'"/>
 <xsl:param name="title.font.family" select="'Open Sans Light,sans-serif'"/>
 <xsl:param name="monospace.font.family" select="'DejaVu Sans Mono,monospace'"/>
-<xsl:param name="body.font.master">12</xsl:param>
+<xsl:param name="body.font.master">11</xsl:param>
 <xsl:param name="body.font.size">
  <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text>
 </xsl:param>
 </xsl:param>
 
 <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
-<xsl:param name="table.frame.border.color">#0080ff</xsl:param>
+<xsl:param name="table.frame.border.color">#78079a</xsl:param>
 <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
 <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
-<xsl:param name="table.cell.border.color">#0080ff</xsl:param>
+<xsl:param name="table.cell.border.color">#78079a</xsl:param>
 <xsl:param name="table.cell.border.with.css" select="1"/>
 
+<xsl:attribute-set name="component.title.properties">
+  <xsl:attribute name="font-size">
+    <xsl:value-of select="$body.font.master * 1.61051"/>
+    <xsl:text>pt</xsl:text>
+  </xsl:attribute>
+</xsl:attribute-set>
+
+<xsl:attribute-set name="section.title.level1.properties">
+  <xsl:attribute name="font-size">
+    <xsl:value-of select="$body.font.master * 1.4641"/>
+    <xsl:text>pt</xsl:text>
+  </xsl:attribute>
+</xsl:attribute-set>
+
+<xsl:attribute-set name="section.title.level2.properties">
+  <xsl:attribute name="font-size">
+    <xsl:value-of select="$body.font.master * 1.331"/>
+    <xsl:text>pt</xsl:text>
+  </xsl:attribute>
+</xsl:attribute-set>
+
+<xsl:attribute-set name="section.title.level3.properties">
+  <xsl:attribute name="font-size">
+    <xsl:value-of select="$body.font.master * 1.21"/>
+    <xsl:text>pt</xsl:text>
+  </xsl:attribute>
+</xsl:attribute-set>
+
+<xsl:attribute-set name="section.title.level4.properties">
+  <xsl:attribute name="font-size">
+    <xsl:value-of select="$body.font.master * 1.1"/>
+    <xsl:text>pt</xsl:text>
+  </xsl:attribute>
+</xsl:attribute-set>
+
 <xsl:attribute-set name="copyright.title.properties">
-  <xsl:attribute name="font-size">12pt</xsl:attribute>
+  <xsl:attribute name="font-size">11pt</xsl:attribute>
   <xsl:attribute name="font-weight">bold</xsl:attribute>
   <xsl:attribute name="text-align">center</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="revhistory.title.properties">
-  <xsl:attribute name="font-size">12pt</xsl:attribute>
+  <xsl:attribute name="font-size">11pt</xsl:attribute>
   <xsl:attribute name="font-weight">bold</xsl:attribute>
   <xsl:attribute name="text-align">center</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="revhistory.table.properties">
-  <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute>
+  <xsl:attribute name="border">0.5pt solid #78079a</xsl:attribute>
   <xsl:attribute name="width">50%</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="revhistory.table.cell.properties">
-  <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute>
-  <xsl:attribute name="font-size">12pt</xsl:attribute>
+  <xsl:attribute name="border">0.5pt solid #78079a</xsl:attribute>
+  <xsl:attribute name="font-size">11pt</xsl:attribute>
   <xsl:attribute name="padding">2pt</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="monospace.properties">
-  <xsl:attribute name="font-size">9pt</xsl:attribute>
+  <xsl:attribute name="font-size">11pt</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="component.title.properties">
   <xsl:attribute name="font-weight">normal</xsl:attribute>
-  <xsl:attribute name="color">#0080ff</xsl:attribute>
+  <xsl:attribute name="color">#78079a</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="section.title.properties">
   <xsl:attribute name="font-weight">normal</xsl:attribute>
-  <xsl:attribute name="color">#0080ff</xsl:attribute>
+  <xsl:attribute name="color">#78079a</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="admonition.title.properties">
 
 <xsl:attribute-set name="formal.title.properties">
   <xsl:attribute name="font-weight">normal</xsl:attribute>
-  <xsl:attribute name="color">#0080ff</xsl:attribute>
+  <xsl:attribute name="color">#78079a</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties">