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

Annotation of mandoc/mdocml.css, Revision 1.1

1.1     ! kristaps    1:        body
        !             2:        {
        !             3:                margin: 0px;
        !             4:                font-family: Tahoma, sans-serif;
        !             5:                font-size: small;
        !             6:        }
        !             7:
        !             8:        div.mdoc
        !             9:        {
        !            10:                width: 600px;
        !            11:        }
        !            12:
        !            13:        div.block-Sh
        !            14:        {
        !            15:                margin-bottom: 20px;
        !            16:        }
        !            17:
        !            18:        div.head-Sh
        !            19:        {
        !            20:                font-weight: bold;
        !            21:                font-size: larger;
        !            22:        }
        !            23:
        !            24:        div.head-Ss
        !            25:        {
        !            26:                font-weight: bold;
        !            27:                margin-top: 10px;
        !            28:                text-align: justify;
        !            29:        }
        !            30:
        !            31:        div.body-Sh
        !            32:        {
        !            33:                margin-left: 20px;
        !            34:                margin-top: 10px;
        !            35:                text-align: justify;
        !            36:        }
        !            37:
        !            38:        span.inline-Nd:before
        !            39:        {
        !            40:                content: ' - ';
        !            41:        }
        !            42:
        !            43:        span.inline-Fl:before
        !            44:        {
        !            45:                content: '-';
        !            46:        }
        !            47:
        !            48:        span.inline-Fl
        !            49:        {
        !            50:                font-weight: bolder;
        !            51:        }
        !            52:
        !            53:        span.inline-Ar
        !            54:        {
        !            55:                text-decoration: underline;
        !            56:        }
        !            57:
        !            58:        span.inline-Pa
        !            59:        {
        !            60:                text-decoration: underline;
        !            61:        }
        !            62:
        !            63:        span.inline-Op:before
        !            64:        {
        !            65:                content: '[';
        !            66:        }
        !            67:
        !            68:        span.inline-Op:after
        !            69:        {
        !            70:                content: ']';
        !            71:        }
        !            72:
        !            73:        div.block-Bl
        !            74:        {
        !            75:                margin-top: 10px;
        !            76:                margin-left: 20px;
        !            77:        }
        !            78:
        !            79:        div.inline-Pp
        !            80:        {
        !            81:                margin-bottom: 10px;
        !            82:        }
        !            83:
        !            84:        span.inline-D1
        !            85:        {
        !            86:                margin-left: 20px;
        !            87:        }
        !            88:
        !            89:        span.inline-Qq:before   { content: '``'; }
        !            90:        span.inline-Qq:after    { content: '\'\''; }
        !            91:        span.inline-Sq:before   { content: '`'; }
        !            92:        span.inline-Sq:after    { content: '\''; }

CVSweb