[BACK]Return to mandoc.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.css between version 1.4 and 1.9

version 1.4, 2017/01/19 14:29:53 version 1.9, 2017/01/20 21:37:56
Line 40  td.foot-date { width: 50%; }
Line 40  td.foot-date { width: 50%; }
 td.foot-os {    width: 50%;  td.foot-os {    width: 50%;
                 text-align: right; }                  text-align: right; }
   
   /* Sections and paragraphs. */
   
 h1              { margin-bottom: 1ex; font-size: 110% }  div.manual-text {
 div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */                  margin-left: 5ex; }
 h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  h1.Sh {         margin-top: 2ex;
                   margin-bottom: 1ex;
                   margin-left: -4ex;
                   font-size: 110%; }
   h2.Ss {         margin-top: 2ex;
                   margin-bottom: 1ex;
                   margin-left: -2ex;
                   font-size: 105%; }
   div.Pp {        margin: 1ex 0ex; }
   a.Sx { }
   a.Xr { }
   
 p               { } /* Paragraph: Pp, Lp. */  /* Displays and lists. */
 blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */  
 div.section     { margin-bottom: 2ex; margin-left: 5ex; } /* Sections (Sh, SH). */  div.Bd { }
 div.subsection  { } /* Sub-sections (Ss, SS). */  div.D1 {        margin-left: 5ex; }
   
   ul.Bl-bullet {  list-style-type: disc;
                   padding-left: 1em; }
   li.It-bullet { }
   ul.Bl-dash {    list-style-type: none;
                   padding-left: 0em; }
   li.It-dash:before {
                   content: "\2014  "; }
   ul.Bl-item {    list-style-type: none;
                   padding-left: 0em; }
   li.It-item { }
   
   ol.Bl-enum {    padding-left: 2em; }
   li.It-enum { }
   
   dl.Bl-diag { }
   dt.It-diag { }
   dd.It-diag { }
   b.It-diag {     font-style: normal; }
   dl.Bl-hang { }
   dt.It-hang { }
   dd.It-hang { }
   dl.Bl-inset { }
   dt.It-inset { }
   dd.It-inset { }
   dl.Bl-ohang { }
   dt.It-ohang { }
   dd.It-ohang {   margin-left: 0ex; }
   dl.Bl-tag { }
   dt.It-tag { }
   dd.It-tag { }
   
   table.Bl-column { }
   tr.It-column { }
   td.It-column { }
   
   span.Rs { }
   span.RsA { }
   i.RsB {         font-weight: normal; }
   span.RsC { }
   span.RsD { }
   i.RsI {         font-weight: normal; }
   i.RsJ {         font-weight: normal; }
   span.RsN { }
   span.RsO { }
   span.RsP { }
   span.RsQ { }
   span.RsR { }
   span.RsT {      text-decoration: underline; }
   a.RsU { }
   span.RsV { }
   
   /* Fonts. */
   
   .Li {           font-style: normal;
                   font-weight: normal;
                   font-family: monospace; }
   
   
 table.synopsis  { } /* SYNOPSIS section table. */  table.synopsis  { } /* SYNOPSIS section table. */
 div.spacer      { margin: 1em 0; }  
   
 /* General font modes. */  /* General font modes. */
   
Line 59  i  { } /* Italic: BI, IB, I, (implicit). */
Line 128  i  { } /* Italic: BI, IB, I, (implicit). */
 b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */  b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
 .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */  .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
 small           { } /* Small: SB, SM. */  small           { } /* Small: SB, SM. */
 .lit            { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */  
   
 /* Block modes. */  
   
 .display        { } /* Top of all Bd, D1, Dl. */  
 .list           { } /* Top of all Bl. */  
   
 /* Context-specific modes. */  /* Context-specific modes. */
   
 i.addr          { font-weight: normal; } /* Address (Ad). */  i.addr          { font-weight: normal; } /* Address (Ad). */
Line 75  b.cmd  { font-style: normal; } /* Command (Cm). */
Line 138  b.cmd  { font-style: normal; } /* Command (Cm). */
 b.config        { font-style: normal; } /* Config statement (Cd). */  b.config        { font-style: normal; } /* Config statement (Cd). */
 span.define     { } /* Defines (Dv). */  span.define     { } /* Defines (Dv). */
 span.desc       { } /* Nd.  After em-dash. */  span.desc       { } /* Nd.  After em-dash. */
 b.diag          { font-style: normal; } /* Diagnostic (Bl -diag). */  
 span.env        { } /* Environment variables (Ev). */  span.env        { } /* Environment variables (Ev). */
 span.errno      { } /* Error string (Er). */  span.errno      { } /* Error string (Er). */
 i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */  i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */
Line 85  b.fname  { font-style: normal; } /* Function name (Fa,
Line 147  b.fname  { font-style: normal; } /* Function name (Fa,
 i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */  i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */
 b.includes      { font-style: normal; } /* Header includes (In). */  b.includes      { font-style: normal; } /* Header includes (In). */
 span.lib        { } /* Library (Lb). */  span.lib        { } /* Library (Lb). */
 i.link-sec      { font-weight: normal; } /* Section links (Sx). */  
 b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */  b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */
 b.name          { font-style: normal; } /* Name of utility (Nm). */  b.name          { font-style: normal; } /* Name of utility (Nm). */
 span.opt        { } /* Options (Op, Oo/Oc). */  span.opt        { } /* Options (Op, Oo/Oc). */
 span.ref        { } /* Citations (Rs). */  
 span.ref-auth   { } /* Reference author (%A). */  
 i.ref-book      { font-weight: normal; } /* Reference book (%B). */  
 span.ref-city   { } /* Reference city (%C). */  
 span.ref-date   { } /* Reference date (%D). */  
 i.ref-issue     { font-weight: normal; } /* Reference issuer/publisher (%I). */  
 i.ref-jrnl      { font-weight: normal; } /* Reference journal (%J). */  
 span.ref-num    { } /* Reference number (%N). */  
 span.ref-opt    { } /* Reference optionals (%O). */  
 span.ref-page   { } /* Reference page (%P). */  
 span.ref-corp   { } /* Reference corporate/foreign author (%Q). */  
 span.ref-rep    { } /* Reference report (%R). */  
 span.ref-title  { text-decoration: underline; } /* Reference title (%T). */  
 span.ref-vol    { } /* Reference volume (%V). */  
 span.type       { font-style: italic; font-weight: normal; } /* Variable types (Vt). */  span.type       { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
 span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */  span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
 b.utility       { font-style: normal; } /* Name of utility (Ex). */  b.utility       { font-style: normal; } /* Name of utility (Ex). */
Line 111  b.var  { font-style: normal; } /* Variables (Rv). */
Line 158  b.var  { font-style: normal; } /* Variables (Rv). */
 a.link-ext      { } /* Off-site link (Lk). */  a.link-ext      { } /* Off-site link (Lk). */
 a.link-includes { } /* Include-file link (In). */  a.link-includes { } /* Include-file link (In). */
 a.link-mail     { } /* Mailto links (Mt). */  a.link-mail     { } /* Mailto links (Mt). */
 a.link-man      { } /* Manual links (Xr). */  
 a.link-ref      { } /* Reference section links (%Q). */  
 a.link-sec      { } /* Section links (Sx). */  
   
 /* Formatting for lists.  See mdoc(7). */  
   
 dl.list-diag    { }  
 dt.list-diag    { }  
 dd.list-diag    { }  
   
 dl.list-hang    { }  
 dt.list-hang    { }  
 dd.list-hang    { }  
   
 dl.list-inset   { }  
 dt.list-inset   { }  
 dd.list-inset   { }  
   
 dl.list-ohang   { }  
 dt.list-ohang   { }  
 dd.list-ohang   { margin-left: 0ex; }  
   
 dl.list-tag     { }  
 dt.list-tag     { }  
 dd.list-tag     { }  
   
 table.list-col  { }  
 tr.list-col     { }  
 td.list-col     { }  
   
 ul.list-bul     { list-style-type: disc; padding-left: 1em; }  
 li.list-bul     { }  
   
 ul.list-dash    { list-style-type: none; padding-left: 0em; }  
 li.list-dash:before { content: "\2014  "; }  
   
 ul.list-hyph    { list-style-type: none; padding-left: 0em; }  
 li.list-hyph:before { content: "\2013  "; }  
   
 ul.list-item    { list-style-type: none; padding-left: 0em; }  
 li.list-item    { }  
   
 ol.list-enum    { padding-left: 2em; }  
 li.list-enum    { }  
   
 /* Equation modes.  See eqn(7). */  /* Equation modes.  See eqn(7). */
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.9

CVSweb