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

Annotation of mandoc/mandoc.css, Revision 1.10

1.10    ! schwarze    1: /* $Id: mandoc.css,v 1.9 2017/01/20 21:37:56 schwarze Exp $ */
1.1       schwarze    2: /*
1.3       schwarze    3:  * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
1.1       schwarze    4:  */
                      5:
1.3       schwarze    6: /* Global defaults. */
                      7:
                      8: html {         max-width: 100ex; }
                      9: body {         font-family: Helvetica,Arial,sans-serif; }
1.4       schwarze   10: table {                width: 100%;
                     11:                margin-top: 0ex;
                     12:                margin-bottom: 0ex; }
                     13: td {           vertical-align: top; }
1.3       schwarze   14:
                     15: /* Search form and search results. */
                     16:
                     17: fieldset {     border: thin solid silver;
                     18:                border-radius: 1em;
                     19:                text-align: center; }
                     20: input[name=expr] {
                     21:                width: 25%; }
                     22:
                     23: div.results {  margin-top: 1em;
                     24:                margin-left: 2em;
                     25:                font-size: smaller; }
                     26:
1.4       schwarze   27: /* Header and footer lines. */
                     28:
                     29: table.head {   border-bottom: 1px dotted #808080;
                     30:                margin-bottom: 1em;
                     31:                font-size: smaller; }
                     32: td.head-vol {  text-align: center; }
                     33: td.head-rtitle {
                     34:                text-align: right; }
                     35:
                     36: table.foot {   border-top: 1px dotted #808080;
                     37:                margin-top: 1em;
                     38:                font-size: smaller; }
                     39: td.foot-date { width: 50%; }
                     40: td.foot-os {   width: 50%;
                     41:                text-align: right; }
                     42:
1.5       schwarze   43: /* Sections and paragraphs. */
                     44:
                     45: div.manual-text {
                     46:                margin-left: 5ex; }
                     47: h1.Sh {                margin-top: 2ex;
                     48:                margin-bottom: 1ex;
                     49:                margin-left: -4ex;
                     50:                font-size: 110%; }
                     51: h2.Ss {                margin-top: 2ex;
                     52:                margin-bottom: 1ex;
                     53:                margin-left: -2ex;
                     54:                font-size: 105%; }
                     55: div.Pp {       margin: 1ex 0ex; }
1.6       schwarze   56: a.Sx { }
                     57: a.Xr { }
1.3       schwarze   58:
1.7       schwarze   59: /* Displays and lists. */
                     60:
                     61: div.Bd { }
                     62: div.D1 {       margin-left: 5ex; }
                     63:
1.8       schwarze   64: ul.Bl-bullet { list-style-type: disc;
                     65:                padding-left: 1em; }
                     66: li.It-bullet { }
                     67: ul.Bl-dash {   list-style-type: none;
                     68:                padding-left: 0em; }
                     69: li.It-dash:before {
                     70:                content: "\2014  "; }
                     71: ul.Bl-item {   list-style-type: none;
                     72:                padding-left: 0em; }
                     73: li.It-item { }
                     74:
                     75: ol.Bl-enum {   padding-left: 2em; }
                     76: li.It-enum { }
                     77:
                     78: dl.Bl-diag { }
                     79: dt.It-diag { }
                     80: dd.It-diag { }
                     81: b.It-diag {    font-style: normal; }
                     82: dl.Bl-hang { }
                     83: dt.It-hang { }
                     84: dd.It-hang { }
                     85: dl.Bl-inset { }
                     86: dt.It-inset { }
                     87: dd.It-inset { }
                     88: dl.Bl-ohang { }
                     89: dt.It-ohang { }
                     90: dd.It-ohang {  margin-left: 0ex; }
                     91: dl.Bl-tag { }
                     92: dt.It-tag { }
                     93: dd.It-tag { }
                     94:
                     95: table.Bl-column { }
                     96: tr.It-column { }
                     97: td.It-column { }
                     98:
1.9       schwarze   99: span.Rs        { }
                    100: span.RsA { }
                    101: i.RsB {                font-weight: normal; }
                    102: span.RsC { }
                    103: span.RsD { }
                    104: i.RsI {                font-weight: normal; }
                    105: i.RsJ {                font-weight: normal; }
                    106: span.RsN { }
                    107: span.RsO { }
                    108: span.RsP { }
                    109: span.RsQ { }
                    110: span.RsR { }
                    111: span.RsT {     text-decoration: underline; }
                    112: a.RsU { }
                    113: span.RsV { }
                    114:
1.10    ! schwarze  115: /* Semantic markup for command line utilities. */
        !           116:
        !           117: table.Nm { }
        !           118: b.Nm {         font-style: normal; }
        !           119: b.Fl {         font-style: normal; }
        !           120: b.Cm {         font-style: normal; }
        !           121: i.Ar {         font-weight: normal; }
        !           122: span.Op { }
        !           123: b.Ic {         font-style: normal; }
        !           124: code.Ev {      font-style: normal;
        !           125:                font-weight: normal;
        !           126:                font-family: monospace; }
        !           127: i.Pa {         font-weight: normal; }
        !           128:
        !           129: /* Semantic markup for function libraries. */
        !           130:
        !           131: span.Lb { }
        !           132: b.In {         font-style: normal; }
        !           133: a.In { }
        !           134: b.Fd {         font-style: normal; }
        !           135: i.Ft {         font-weight: normal; }
        !           136: b.Fn {         font-style: normal; }
        !           137: i.Fa {         font-weight: normal; }
        !           138: i.Vt {         font-weight: normal; }
        !           139: i.Va {         font-weight: normal; }
        !           140: code.Dv {      font-style: normal;
        !           141:                font-weight: normal;
        !           142:                font-family: monospace; }
        !           143: code.Er {      font-style: normal;
        !           144:                font-weight: normal;
        !           145:                font-family: monospace; }
        !           146:
        !           147: /* Various semantic markup. */
        !           148:
        !           149: span.An { }
        !           150: a.Lk { }
        !           151: a.Mt { }
        !           152: b.Cd {         font-style: normal; }
        !           153: i.Ad {         font-weight: normal; }
        !           154: b.Ms {         font-style: normal; }
        !           155:
1.7       schwarze  156: /* Fonts. */
                    157:
                    158: .Li {          font-style: normal;
                    159:                font-weight: normal;
                    160:                font-family: monospace; }
                    161:
1.4       schwarze  162:
1.1       schwarze  163: /* General font modes. */
                    164:
                    165: i              { } /* Italic: BI, IB, I, (implicit). */
                    166: .emph          { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
                    167: b              { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
                    168: .symb          { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
                    169: small          { } /* Small: SB, SM. */
                    170:
                    171: /* Context-specific modes. */
                    172:
                    173: span.desc      { } /* Nd.  After em-dash. */
                    174: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
                    175: b.utility      { font-style: normal; } /* Name of utility (Ex). */
                    176: b.var          { font-style: normal; } /* Variables (Rv). */
                    177:
                    178: /* Equation modes.  See eqn(7). */
                    179:
                    180: span.eqn       { }
                    181:
                    182: /* Table modes.  See tbl(7). */
                    183:
                    184: table.tbl      { }

CVSweb