=================================================================== RCS file: /cvs/mandoc/Attic/index.css,v retrieving revision 1.8 retrieving revision 1.10 diff -u -p -r1.8 -r1.10 --- mandoc/Attic/index.css 2010/12/20 13:57:49 1.8 +++ mandoc/Attic/index.css 2011/05/14 23:44:01 1.10 @@ -1,48 +1,43 @@ -body { color: #333333; - font-size: 0.93em; - font-family: Times, sans-serif; } +html { min-width: 40em; + margin-top: 2em; + margin-left: auto; + margin-right: auto; + width: 80%; } -table.frame { max-width: 800px; - padding-right: 2em; - padding-left: 1em; } +body { text-align: justify; + font-family: Helvetica,Arial,sans-serif; + line-height: 120%; + font-size: small; } -table { padding-left: 40px; } +p,ul,table { margin-left: 3em; } -p { padding-left: 40px; - text-align: justify; } +p.head, p.foot { margin-left: 0.0em; margin-right: 0.0em; } -h1 { font-weight: bold; - font-size: small; - font-family: Verdana, Tahoma, Arial, sans-serif; } +p.news { margin-left: 2.0em; } -h2 { font-weight: bold; - font-size: small; - padding-left: 20px; - margin-bottom: 0px; - font-family: Verdana, Tahoma, Arial, sans-serif; } +li { margin: 0.25em; } -span.nm { font-weight: bold; } +h1 { font-size: 110%; } +h2 { font-size: 105%; margin-left: 1.5em } +p.head { margin-bottom: 1.75em; + border-bottom: 1px solid #dddddd; + padding-bottom: 0.2em; } + +p.foot { border-top: 1px solid #dddddd; + color: #666666; + padding-top: 0.2em; + margin-top: 1.75em; } + +span.nm { color: green; } + span.file { font-style: italic; } -span.attn { color: #000000; font-weight: bold; } +span.attn { 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; }