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

Annotation of mandoc/index.css, Revision 1.5

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

CVSweb