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

Annotation of mandoc/index.css, Revision 1.11

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.11    ! kristaps   14: p.head,
        !            15: p.subhead,
        !            16: p.foot         { margin-left: 0.0em; margin-right: 0.0em; }
1.9       kristaps   17:
1.10      kristaps   18: p.news         { margin-left: 2.0em; }
1.9       kristaps   19:
1.10      kristaps   20: li             { margin: 0.25em; }
1.9       kristaps   21:
1.10      kristaps   22: h1             { font-size: 110%; }
                     23: h2             { font-size: 105%; margin-left: 1.5em }
                     24:
1.11    ! kristaps   25: p.head         { margin-bottom: 0.5em;
1.10      kristaps   26:                  border-bottom: 1px solid #dddddd;
1.9       kristaps   27:                  padding-bottom: 0.2em; }
1.11    ! kristaps   28:
        !            29: p.subhead      { margin-top: 0em;
        !            30:                  margin-bottom: 1.75em; }
1.1       kristaps   31:
1.9       kristaps   32: p.foot         { border-top: 1px solid #dddddd;
1.10      kristaps   33:                  color: #666666;
1.9       kristaps   34:                  padding-top: 0.2em;
1.10      kristaps   35:                  margin-top: 1.75em; }
1.1       kristaps   36:
1.10      kristaps   37: span.nm                { color: green; }
1.1       kristaps   38:
1.8       kristaps   39: span.file      { font-style: italic; }
                     40:
1.10      kristaps   41: span.attn      { font-weight: bold; }
1.1       kristaps   42:
1.3       kristaps   43: span.flag      { font-weight: bold; }
                     44:
1.9       kristaps   45: a              { text-decoration: none; }
1.1       kristaps   46:
1.4       kristaps   47: a.external     { background: transparent url(external.png) center right no-repeat;
                     48:                  padding-right: 12px; }

CVSweb