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

Annotation of mandoc/index.css, Revision 1.10

1.9       kristaps    1: html           { min-width: 40em;
1.10    ! kristaps    2:                  margin-top: 2em;
        !             3:                  margin-left: auto;
        !             4:                  margin-right: auto;
        !             5:                  width: 80%; }
1.9       kristaps    6:
1.10    ! kristaps    7: body           { text-align: justify;
        !             8:                  font-family: Helvetica,Arial,sans-serif;
        !             9:                  line-height: 120%;
        !            10:                  font-size: small; }
1.9       kristaps   11:
1.10    ! kristaps   12: p,ul,table     { margin-left: 3em; }
1.9       kristaps   13:
1.10    ! kristaps   14: p.head, p.foot { margin-left: 0.0em; margin-right: 0.0em; }
1.9       kristaps   15:
1.10    ! kristaps   16: p.news         { margin-left: 2.0em; }
1.9       kristaps   17:
1.10    ! kristaps   18: li             { margin: 0.25em; }
1.9       kristaps   19:
1.10    ! kristaps   20: h1             { font-size: 110%; }
        !            21: h2             { font-size: 105%; margin-left: 1.5em }
        !            22:
        !            23: p.head         { margin-bottom: 1.75em;
        !            24:                  border-bottom: 1px solid #dddddd;
1.9       kristaps   25:                  padding-bottom: 0.2em; }
1.1       kristaps   26:
1.9       kristaps   27: p.foot         { border-top: 1px solid #dddddd;
1.10    ! kristaps   28:                  color: #666666;
1.9       kristaps   29:                  padding-top: 0.2em;
1.10    ! kristaps   30:                  margin-top: 1.75em; }
1.1       kristaps   31:
1.10    ! kristaps   32: span.nm                { color: green; }
1.1       kristaps   33:
1.8       kristaps   34: span.file      { font-style: italic; }
                     35:
1.10    ! kristaps   36: span.attn      { font-weight: bold; }
1.1       kristaps   37:
1.3       kristaps   38: span.flag      { font-weight: bold; }
                     39:
1.9       kristaps   40: a              { text-decoration: none; }
1.1       kristaps   41:
1.4       kristaps   42: a.external     { background: transparent url(external.png) center right no-repeat;
                     43:                  padding-right: 12px; }

CVSweb