=================================================================== RCS file: /cvs/mandoc/Attic/index.css,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/index.css 2010/12/20 13:57:49 1.8 +++ mandoc/Attic/index.css 2011/04/09 16:43:30 1.9 @@ -1,26 +1,32 @@ +html { min-width: 40em; + max-width: 60em; + width: 60%; + margin-left: 4em; } + body { color: #333333; + text-align: justify; font-size: 0.93em; - font-family: Times, sans-serif; } + font-family: Times, serif; } -table.frame { max-width: 800px; - padding-right: 2em; - padding-left: 1em; } +h1, h2 { font-size: inherit; } -table { padding-left: 40px; } +h1 { margin-left: -3.0em; } -p { padding-left: 40px; - text-align: justify; } +h2 { margin-left: -1.5em; } -h1 { font-weight: bold; - font-size: small; - font-family: Verdana, Tahoma, Arial, sans-serif; } +p.head, p.foot { margin-left: -3.0em; + text-align: right; } -h2 { font-weight: bold; - font-size: small; - padding-left: 20px; - margin-bottom: 0px; - font-family: Verdana, Tahoma, Arial, sans-serif; } +p.head { border-bottom: 1px solid #dddddd; + padding-bottom: 0.2em; } +p.foot { border-top: 1px solid #dddddd; + padding-top: 0.2em; + font-size: smaller; } + +p.news { color: #000000; + margin-left: -0.5em; } + span.nm { font-weight: bold; } span.file { font-style: italic; } @@ -29,20 +35,7 @@ span.attn { color: #000000; font-weight: bold; } span.flag { font-weight: bold; } -div.head { border-bottom: 1px solid #dddddd; - padding-bottom: 5px; - text-align: right; } +a { text-decoration: none; } -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; } - -span.date { color: #000000; } - -div.news { margin-bottom: 2em; } - -div.news ul { margin-left: 4em; }