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

Diff for /mandoc/mandoc.css between version 1.7 and 1.22

version 1.7, 2017/01/19 16:56:54 version 1.22, 2017/07/16 18:45:00
Line 7 
Line 7 
   
 html {          max-width: 100ex; }  html {          max-width: 100ex; }
 body {          font-family: Helvetica,Arial,sans-serif; }  body {          font-family: Helvetica,Arial,sans-serif; }
 table {         width: 100%;  table {         margin-top: 0em;
                 margin-top: 0ex;                  margin-bottom: 0em; }
                 margin-bottom: 0ex; }  
 td {            vertical-align: top; }  td {            vertical-align: top; }
   ul, ol, dl {    margin-top: 0em;
                   margin-bottom: 0em; }
   li, dt {        margin-top: 1em; }
   
   a.selflink {    border-bottom: thin dotted;
                   color: inherit;
                   font: inherit;
                   text-decoration: inherit; }
   * {             clear: both }
   
 /* Search form and search results. */  /* Search form and search results. */
   
 fieldset {      border: thin solid silver;  fieldset {      border: thin solid silver;
Line 20  fieldset { border: thin solid silver;
Line 28  fieldset { border: thin solid silver;
 input[name=expr] {  input[name=expr] {
                 width: 25%; }                  width: 25%; }
   
 div.results {   margin-top: 1em;  table.results { margin-top: 1em;
                 margin-left: 2em;                  margin-left: 2em;
                 font-size: smaller; }                  font-size: smaller; }
   
 /* Header and footer lines. */  /* Header and footer lines. */
   
 table.head {    border-bottom: 1px dotted #808080;  table.head {    width: 100%;
                   border-bottom: 1px dotted #808080;
                 margin-bottom: 1em;                  margin-bottom: 1em;
                 font-size: smaller; }                  font-size: smaller; }
 td.head-vol {   text-align: center; }  td.head-vol {   text-align: center; }
 td.head-rtitle {  td.head-rtitle {
                 text-align: right; }                  text-align: right; }
   span.Nd { }
   
 table.foot {    border-top: 1px dotted #808080;  table.foot {    width: 100%;
                   border-top: 1px dotted #808080;
                 margin-top: 1em;                  margin-top: 1em;
                 font-size: smaller; }                  font-size: smaller; }
 td.foot-date {  width: 50%; }  td.foot-os {    text-align: right; }
 td.foot-os {    width: 50%;  
                 text-align: right; }  
   
 /* Sections and paragraphs. */  /* Sections and paragraphs. */
   
Line 61  a.Xr { }
Line 70  a.Xr { }
 div.Bd { }  div.Bd { }
 div.D1 {        margin-left: 5ex; }  div.D1 {        margin-left: 5ex; }
   
 /* Fonts. */  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 { }
   ul.Bl-compact > li {
                   margin-top: 0ex; }
   
 .Li {           font-style: normal;  ol.Bl-enum {    padding-left: 2em; }
                 font-weight: normal;  li.It-enum { }
                 font-family: monospace; }  ol.Bl-compact > li {
                   margin-top: 0ex; }
   
   dl.Bl-diag { }
   dt.It-diag { }
   dd.It-diag {    margin-left: 0ex; }
   b.It-diag {     font-style: normal; }
   dl.Bl-hang { }
   dt.It-hang { }
   dd.It-hang {    margin-left: 10.2ex; }
   dl.Bl-inset { }
   dt.It-inset { }
   dd.It-inset {   margin-left: 0ex; }
   dl.Bl-ohang { }
   dt.It-ohang { }
   dd.It-ohang {   margin-left: 0ex; }
   dl.Bl-tag {     margin-left: 10.2ex; }
   dt.It-tag {     float: left;
                   margin-top: 0ex;
                   margin-left: -10.2ex;
                   padding-right: 2ex;
                   vertical-align: top; }
   dd.It-tag {     clear: right;
                   width: 100%;
                   margin-top: 0ex;
                   margin-left: 0ex;
                   vertical-align: top;
                   overflow: auto; }
   dl.Bl-compact > dt {
                   margin-top: 0ex; }
   
 table.synopsis  { } /* SYNOPSIS section table. */  table.Bl-column { }
   tr.It-column { }
   td.It-column {  margin-top: 1em; }
   table.Bl-compact > tbody > tr > td {
                   margin-top: 0ex; }
   
 /* General font modes. */  cite.Rs {       font-style: normal;
                   font-weight: normal; }
   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 { }
   
 i               { } /* Italic: BI, IB, I, (implicit). */  span.eqn { }
 .emph           { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */  table.tbl { }
 b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */  
 .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */  
 small           { } /* Small: SB, SM. */  
   
 /* Block modes. */  /* Semantic markup for command line utilities. */
   
 .list           { } /* Top of all Bl. */  table.Nm { }
   b.Nm {          font-style: normal; }
   b.Fl {          font-style: normal; }
   b.Cm {          font-style: normal; }
   var.Ar {        font-style: italic;
                   font-weight: normal; }
   span.Op { }
   b.Ic {          font-style: normal; }
   code.Ev {       font-style: normal;
                   font-weight: normal;
                   font-family: monospace; }
   i.Pa {          font-weight: normal; }
   
 /* Context-specific modes. */  /* Semantic markup for function libraries. */
   
 i.addr          { font-weight: normal; } /* Address (Ad). */  span.Lb { }
 i.arg           { font-weight: normal; } /* Command argument (Ar). */  b.In {          font-style: normal; }
 span.author     { } /* Author name (An). */  a.In { }
 b.cmd           { font-style: normal; } /* Command (Cm). */  b.Fd {          font-style: normal; }
 b.config        { font-style: normal; } /* Config statement (Cd). */  var.Ft {        font-style: italic;
 span.define     { } /* Defines (Dv). */                  font-weight: normal; }
 span.desc       { } /* Nd.  After em-dash. */  b.Fn {          font-style: normal; }
 b.diag          { font-style: normal; } /* Diagnostic (Bl -diag). */  var.Fa {        font-style: italic;
 span.env        { } /* Environment variables (Ev). */                  font-weight: normal; }
 span.errno      { } /* Error string (Er). */  var.Vt {        font-style: italic;
 i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */                  font-weight: normal; }
 i.file          { font-weight: normal; } /* File (Pa). */  var.Va {        font-style: italic;
 b.flag          { font-style: normal; } /* Flag (Fl, Cm). */                  font-weight: normal; }
 b.fname         { font-style: normal; } /* Function name (Fa, Fn, Rv). */  code.Dv {       font-style: normal;
 i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */                  font-weight: normal;
 b.includes      { font-style: normal; } /* Header includes (In). */                  font-family: monospace; }
 span.lib        { } /* Library (Lb). */  code.Er {       font-style: normal;
 b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */                  font-weight: normal;
 b.name          { font-style: normal; } /* Name of utility (Nm). */                  font-family: monospace; }
 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.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */  
 b.utility       { font-style: normal; } /* Name of utility (Ex). */  
 b.var           { font-style: normal; } /* Variables (Rv). */  
   
 a.link-ext      { } /* Off-site link (Lk). */  /* Various semantic markup. */
 a.link-includes { } /* Include-file link (In). */  
 a.link-mail     { } /* Mailto links (Mt). */  
 a.link-ref      { } /* Reference section links (%Q). */  
   
 /* Formatting for lists.  See mdoc(7). */  span.An { }
   a.Lk { }
   a.Mt { }
   b.Cd {          font-style: normal; }
   i.Ad {          font-weight: normal; }
   b.Ms {          font-style: normal; }
   span.St { }
   a.Ux { }
   
 dl.list-diag    { }  /* Physical markup. */
 dt.list-diag    { }  
 dd.list-diag    { }  
   
 dl.list-hang    { }  .No {           font-style: normal;
 dt.list-hang    { }                  font-weight: normal; }
 dd.list-hang    { }  .Em {           font-style: italic;
                   font-weight: normal; }
 dl.list-inset   { }  .Sy {           font-style: normal;
 dt.list-inset   { }                  font-weight: bold; }
 dd.list-inset   { }  .Li {           font-style: normal;
                   font-weight: normal;
 dl.list-ohang   { }                  font-family: monospace; }
 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). */  
   
 span.eqn        { }  
   
 /* Table modes.  See tbl(7). */  
   
 table.tbl       { }  

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.22

CVSweb