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

Annotation of mandoc/index.css, Revision 1.9

1.9     ! kristaps    1: html           { min-width: 40em;
        !             2:                  max-width: 60em;
        !             3:                  width: 60%;
        !             4:                  margin-left: 4em; }
        !             5:
1.1       kristaps    6: body           { color: #333333;
1.9     ! kristaps    7:                  text-align: justify;
1.7       kristaps    8:                  font-size: 0.93em;
1.9     ! kristaps    9:                  font-family: Times, serif; }
        !            10:
        !            11: h1, h2         { font-size: inherit; }
        !            12:
        !            13: h1             { margin-left: -3.0em; }
        !            14:
        !            15: h2             { margin-left: -1.5em; }
        !            16:
        !            17: p.head, p.foot { margin-left: -3.0em;
        !            18:                  text-align: right; }
        !            19:
        !            20: p.head         { border-bottom: 1px solid #dddddd;
        !            21:                  padding-bottom: 0.2em; }
1.1       kristaps   22:
1.9     ! kristaps   23: p.foot         { border-top: 1px solid #dddddd;
        !            24:                  padding-top: 0.2em;
        !            25:                  font-size: smaller; }
        !            26:
        !            27: p.news         { color: #000000;
        !            28:                  margin-left: -0.5em; }
1.1       kristaps   29:
1.5       kristaps   30: span.nm                { font-weight: bold; }
1.1       kristaps   31:
1.8       kristaps   32: span.file      { font-style: italic; }
                     33:
1.1       kristaps   34: span.attn      { color: #000000; font-weight: bold; }
                     35:
1.3       kristaps   36: span.flag      { font-weight: bold; }
                     37:
1.9     ! kristaps   38: a              { text-decoration: none; }
1.1       kristaps   39:
1.4       kristaps   40: a.external     { background: transparent url(external.png) center right no-repeat;
                     41:                  padding-right: 12px; }

CVSweb