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

Annotation of mandoc/mdocml.css, Revision 1.4

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: ']'; }
        !            30:        span.inline-Em          { font-style: italic; }
        !            31:        span.inline-Op:before   { content: '['; }
        !            32:        span.inline-Op:after    { content: ']'; }
        !            33:        span.inline-Qq:before   { content: '\"'; }
        !            34:        span.inline-Qq:after    { content: '\"'; }
        !            35:        span.inline-Bq:before   { content: '['; }
        !            36:        span.inline-Bq:after    { content: ']'; }
        !            37:        span.inline-Dq:before   { content: '\201c'; }
        !            38:        span.inline-Dq:after    { content: '\201d'; }
        !            39:        span.inline-Pq:before   { content: '('; }
        !            40:        span.inline-Pq:after    { content: ')'; }
        !            41:        span.inline-Ql:before   { content: '\2018'; }
        !            42:        span.inline-Ql:after    { content: '\2019'; }
1.2       kristaps   43:        span.inline-Sq:before   { content: '\2018'; }
                     44:        span.inline-Sq:after    { content: '\2019'; }

CVSweb