]> git.cameronkatri.com Git - mandoc.git/blobdiff - example.style.css
Fill mode changes don't break next-line scope in all cases,
[mandoc.git] / example.style.css
index b54c0654af95884e13391cee8cddf656e34d6439..90eb4a274f2e4f50b421fdae8e87b6c802bac516 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.52 2014/09/27 09:20:03 kristaps Exp $ */
+/* $Id: example.style.css,v 1.55 2015/02/10 08:05:30 schwarze Exp $ */
 /*
  * This is an example style-sheet provided for mandoc(1) and the -Thtml
  * or -Txhtml output mode.
 /*
  * This is an example style-sheet provided for mandoc(1) and the -Thtml
  * or -Txhtml output mode.
@@ -6,8 +6,8 @@
  * See mdoc(7) and man(7) for macro explanations.
  */
 
  * See mdoc(7) and man(7) for macro explanations.
  */
 
-div.mandoc                     { min-width: 102ex; 
-                                 width: 102ex; 
+div.mandoc                     { min-width: 102ex;
+                                 width: 102ex;
                                  font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */
 div.mandoc h1                  { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */
 div.mandoc h2                  { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
                                  font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */
 div.mandoc h1                  { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */
 div.mandoc h2                  { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
@@ -20,11 +20,14 @@ div.mandoc div.subsection   { } /* Sub-sections (Ss, SS). */
 div.mandoc table.synopsis      { } /* SYNOPSIS section table. */
 div.mandoc table.foot          { } /* Document footer. */
 div.mandoc td.foot-date                { width: 50%; } /* Document footer: date. */
 div.mandoc table.synopsis      { } /* SYNOPSIS section table. */
 div.mandoc table.foot          { } /* Document footer. */
 div.mandoc td.foot-date                { width: 50%; } /* Document footer: date. */
-div.mandoc td.foot-os          { width: 50%; } /* Document footer: OS/source. */
+div.mandoc td.foot-os          { width: 50%;
+                                 text-align: right; } /* Document footer: OS/source. */
 div.mandoc table.head          { } /* Document header. */
 div.mandoc td.head-ltitle      { width: 10%; } /* Document header: left-title. */
 div.mandoc table.head          { } /* Document header. */
 div.mandoc td.head-ltitle      { width: 10%; } /* Document header: left-title. */
-div.mandoc td.head-vol         { width: 80%; } /* Document header: volume. */
-div.mandoc td.head-rtitle      { width: 10%; } /* Document header: right-title. */
+div.mandoc td.head-vol         { width: 80%;
+                                 text-align: center; } /* Document header: volume. */
+div.mandoc td.head-rtitle      { width: 10%;
+                                 text-align: right; } /* Document header: right-title. */
 div.mandoc .display            { } /* All Bd, D1, Dl. */
 div.mandoc .list               { } /* All Bl. */
 div.mandoc i                   { } /* Italic: BI, IB, I, (implicit). */
 div.mandoc .display            { } /* All Bd, D1, Dl. */
 div.mandoc .list               { } /* All Bl. */
 div.mandoc i                   { } /* Italic: BI, IB, I, (implicit). */
@@ -36,7 +39,7 @@ div.mandoc .lit                       { font-style: normal; font-weight: normal; font-family: monosp
 div.mandoc i.addr              { font-weight: normal; } /* Address (Ad). */
 div.mandoc i.arg               { font-weight: normal; } /* Command argument (Ar). */
 div.mandoc span.author         { } /* Author name (An). */
 div.mandoc i.addr              { font-weight: normal; } /* Address (Ad). */
 div.mandoc i.arg               { font-weight: normal; } /* Command argument (Ar). */
 div.mandoc span.author         { } /* Author name (An). */
-div.mandoc b.cmd               { font-style: normal; } /* Command (Cm). */ 
+div.mandoc b.cmd               { font-style: normal; } /* Command (Cm). */
 div.mandoc b.config            { font-style: normal; } /* Config statement (Cd). */
 div.mandoc span.define         { } /* Defines (Dv). */
 div.mandoc span.desc           { } /* Nd.  After em-dash. */
 div.mandoc b.config            { font-style: normal; } /* Config statement (Cd). */
 div.mandoc span.define         { } /* Defines (Dv). */
 div.mandoc span.desc           { } /* Nd.  After em-dash. */
@@ -108,3 +111,4 @@ div.mandoc ol.list-enum             { padding-left: 2em; }
 div.mandoc li.list-enum                { }
 div.mandoc span.eqn            { } /* Equation modes.  See eqn(7). */
 div.mandoc table.tbl           { } /* Table modes.  See tbl(7). */
 div.mandoc li.list-enum                { }
 div.mandoc span.eqn            { } /* Equation modes.  See eqn(7). */
 div.mandoc table.tbl           { } /* Table modes.  See tbl(7). */
+div.mandoc div.spacer          { margin: 1em 0; }