=================================================================== RCS file: /cvs/mandoc/Attic/index.css,v retrieving revision 1.1 retrieving revision 1.8 diff -u -p -r1.1 -r1.8 --- mandoc/Attic/index.css 2009/09/21 13:06:13 1.1 +++ mandoc/Attic/index.css 2010/12/20 13:57:49 1.8 @@ -1,9 +1,10 @@ body { color: #333333; - font-size: smaller; - font-family: Verdana, Tahoma, Arial, sans-serif; } + font-size: 0.93em; + font-family: Times, sans-serif; } table.frame { max-width: 800px; - padding-left: 10px; } + padding-right: 2em; + padding-left: 1em; } table { padding-left: 40px; } @@ -20,25 +21,28 @@ h2 { font-weight: bold; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } -div.clhead { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; } +span.nm { font-weight: bold; } -div.clbody { margin-left: 2px; } +span.file { font-style: italic; } -ul.clbody { margin-top: 4px; } - -span.rev { color: #808080; } - -span.nm { color: #000000; font-weight: bold; } - span.attn { color: #000000; font-weight: bold; } -div.head { border-bottom: 1px dotted #cccccc; +span.flag { font-weight: bold; } + +div.head { border-bottom: 1px solid #dddddd; padding-bottom: 5px; text-align: right; } -div.foot { border-top: 1px dotted #cccccc; +div.foot { border-top: 1px solid #dddddd; padding-top: 5px; font-size: smaller; text-align: right; } -a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; } +a.external { background: transparent url(external.png) center right no-repeat; + padding-right: 12px; } + +span.date { color: #000000; } + +div.news { margin-bottom: 2em; } + +div.news ul { margin-left: 4em; }