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

Annotation of mandoc/index.css, Revision 1.6

1.1       kristaps    1: body           { color: #333333;
                      2:                  font-size: smaller;
                      3:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                      4:
                      5: table.frame    { max-width: 800px;
1.6     ! kristaps    6:                  padding-right: 2em;
        !             7:                  padding-left: 1em; }
1.1       kristaps    8:
                      9: table          { padding-left: 40px; }
                     10:
                     11: p              { padding-left: 40px;
                     12:                  text-align: justify; }
                     13:
                     14: h1             { font-weight: bold;
                     15:                  font-size: small;
                     16:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                     17:
                     18: h2             { font-weight: bold;
                     19:                  font-size: small;
                     20:                  padding-left: 20px;
                     21:                  margin-bottom: 0px;
                     22:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                     23:
1.5       kristaps   24: span.nm                { font-weight: bold; }
1.1       kristaps   25:
                     26: span.attn      { color: #000000; font-weight: bold; }
                     27:
1.3       kristaps   28: span.flag      { font-weight: bold; }
                     29:
1.4       kristaps   30: div.head       { border-bottom: 1px solid #dddddd;
1.1       kristaps   31:                  padding-bottom: 5px;
                     32:                  text-align: right; }
1.4       kristaps   33:
                     34: div.foot       { border-top: 1px solid #dddddd;
1.1       kristaps   35:                  padding-top: 5px;
                     36:                  font-size: smaller;
                     37:                  text-align: right; }
                     38:
1.4       kristaps   39: a.external     { background: transparent url(external.png) center right no-repeat;
                     40:                  padding-right: 12px; }
                     41:
                     42: span.date      { color: #000000; }
1.2       kristaps   43:
1.4       kristaps   44: div.news       { margin-bottom: 2em; }
1.3       kristaps   45:
1.4       kristaps   46: div.news ul    { margin-left: 4em; }

CVSweb