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

Annotation of mandoc/mdocml.css, Revision 1.5

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

CVSweb