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

Annotation of mandoc/mdocml.css, Revision 1.8

1.2       kristaps    1:        body                    { margin: 10px;
                      2:                                  font-family: Tahoma, sans-serif;
                      3:                                  font-size: small; }
1.8     ! kristaps    4:        h1                      { font-size: small; }
1.7       kristaps    5:        h2                      { font-size: small; }
1.2       kristaps    6:        div.mdoc                { width: 600px; }
                      7:        div.block-Sh            { margin-bottom: 20px; }
                      8:        div.head-Ss             { font-weight: bold;
                      9:                                  margin-top: 10px;
                     10:                                  text-align: justify; }
                     11:        div.body-Sh             { margin-left: 20px;
                     12:                                  margin-top: 10px;
                     13:                                  text-align: justify; }
1.8     ! kristaps   14:        table.header-table      { margin-bottom: 10px; }
        !            15:        td.header-section       { text-transform: uppercase; }
1.2       kristaps   16:        span.inline-Nd:before   { content: ' \2014 '; }
                     17:        span.inline-Fl:before   { content: '-'; }
                     18:        span.inline-Fl          { font-weight: bolder; }
1.6       kristaps   19:        span.inline-Cm          { font-weight: bolder; }
                     20:        span.inline-Cd          { font-weight: bolder; }
1.3       kristaps   21:        span.inline-Nm          { font-weight: bolder; }
1.7       kristaps   22:        span.inline-An          { text-decoration: underline; }
1.2       kristaps   23:        span.inline-Ar          { text-decoration: underline; }
                     24:        span.inline-Pa          { text-decoration: underline; }
                     25:        div.block-Bl            { margin-top: 10px;
                     26:                                  margin-left: 20px; }
                     27:        div.inline-Pp           { margin-bottom: 10px; }
1.4       kristaps   28:        span.inline-Sy          { font-weight: bolder; }
                     29:        span.inline-Tn          { font-variant: small-caps; }
1.2       kristaps   30:        span.inline-D1          { margin-left: 20px; }
1.4       kristaps   31:        span.head-Fo            { font-weight: bolder; }
                     32:        span.body-Fo:before     { content: '('; }
                     33:        span.body-Fo:after      { content: ')'; }
                     34:        span.body-Oo:before     { content: '['; }
                     35:        span.body-Oo:after      { content: ']'; }
1.5       kristaps   36:        span.inline-Va          { text-decoration: underline; }
                     37:        span.inline-Vt          { text-decoration: underline; }
1.4       kristaps   38:        span.inline-Em          { font-style: italic; }
1.6       kristaps   39:        span.inline-Ft          { text-decoration: underline; }
                     40:        span.inline-Fd          { font-weight: bolder; }
                     41:        span.inline-Ic          { font-weight: bolder; }
1.4       kristaps   42:        span.inline-Op:before   { content: '['; }
                     43:        span.inline-Op:after    { content: ']'; }
                     44:        span.inline-Qq:before   { content: '\"'; }
                     45:        span.inline-Qq:after    { content: '\"'; }
1.5       kristaps   46:        span.inline-Aq:before   { content: '\3c'; }
                     47:        span.inline-Aq:after    { content: '\3e'; }
1.4       kristaps   48:        span.inline-Bq:before   { content: '['; }
                     49:        span.inline-Bq:after    { content: ']'; }
                     50:        span.inline-Dq:before   { content: '\201c'; }
                     51:        span.inline-Dq:after    { content: '\201d'; }
                     52:        span.inline-Pq:before   { content: '('; }
                     53:        span.inline-Pq:after    { content: ')'; }
                     54:        span.inline-Ql:before   { content: '\2018'; }
                     55:        span.inline-Ql:after    { content: '\2019'; }
1.2       kristaps   56:        span.inline-Sq:before   { content: '\2018'; }
                     57:        span.inline-Sq:after    { content: '\2019'; }

CVSweb