diff options
author | link <link@localhost> | 2001-07-28 22:32:31 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-28 22:32:31 +0000 |
commit | 41e756d4dbf026dbd055860729d752bf002836f8 (patch) | |
tree | b06b58b30489d47f9f1f3c9ac12320983ae09b40 | |
parent | 8c0e30932c5ab4477b4eab02c862a5bf6eee75cb (diff) | |
download | markup-validator-41e756d4dbf026dbd055860729d752bf002836f8.zip markup-validator-41e756d4dbf026dbd055860729d752bf002836f8.tar.gz markup-validator-41e756d4dbf026dbd055860729d752bf002836f8.tar.bz2 |
Tweak indentation and workaound for MSIE:mac CSS bug.
-rw-r--r-- | htdocs/base.css | 83 |
1 files changed, 36 insertions, 47 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index ac74607..4213528 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,37 +4,28 @@ Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.9 2001-07-27 14:53:15 link Exp $ + $Id: base.css,v 1.10 2001-07-28 22:32:31 link Exp $ */ body { - color: black; - background: white; - font-size: 1em; - font-weight: normal; - word-spacing: normal; - letter-spacing: normal; - text-transform: none; - font-family: Verdana, Myriad Web, Syntax, sans-serif; + color: black; + background: white; + font-size: 1em; + font-weight: normal; + word-spacing: normal; + letter-spacing: normal; + text-transform: none; + font-family: Verdana, Myriad Web, Syntax, sans-serif; } a {color: #0000ee} a:visited {color: #551a8b} a:hover {color: #ee0000} -h1 img#logo {vertical-align: middle} - -pre { - font-family: monospace -} - -a:link img, a:visited img { - border-style: none -} +pre {font-family: monospace} -a img { - color: white; /* The only way to hide the border in NS 4.x */ -} +a:link img, a:visited img {border-style: none} +a img {color: white} /* The only way to hide the border in NS 4.x */ ul.toc { list-style: disc; @@ -42,8 +33,8 @@ ul.toc { } ol li { - width: 75ex; - padding: .1em; + width: 75ex; + padding: .1em; } div.issue { @@ -52,45 +43,42 @@ div.issue { margin-right: 5%; } -.hideme { display: none } +.hideme {display: none} -dt a {color: black} +dt a {color: black} /* These are usually targets and not links */ h1 a {color: black} /* These are usually targets and not links */ h2 a {color: black} /* These are usually targets and not links */ h3 a {color: black} /* These are usually targets and not links */ address img {float: right} address { - padding-top: 1em; - margin-top: 3em; - border-top-style: solid; - border-top-color: black; + padding-top: 1em; + margin-top: 3em; + border-top-style: solid; + border-top-color: black; } +p.navbar a {text-decoration: none} p.navbar { - float: right; - margin-left: 2em; + float: right; + text-align: right; } table th { - text-align: right; - vertical-align: top; + text-align: right; + vertical-align: top; } -div.stb { - clear: both; -} +div.stb {clear: both} .intro { - max-width: 75ex; - margin-left: 2em; - text-align: justify; + width: 65ex; + margin-left: 2em; + text-align: justify; } - - /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ -H1 { +h1 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 2em; @@ -102,7 +90,7 @@ H1 { text-transform: none; } -H2 { +h2 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.75em; @@ -114,7 +102,7 @@ H2 { text-transform: none; } -H3 { +h3 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.58em; @@ -126,7 +114,7 @@ H3 { text-transform: none; } -H4 { +h4 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.33em; @@ -138,7 +126,7 @@ H4 { text-transform: none; } -H5, DT { +h5, dt { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.17em; @@ -150,7 +138,7 @@ H5, DT { text-transform: none; } -H6 { +h6 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1em; @@ -162,3 +150,4 @@ H6 { text-transform: none; } +)
\ No newline at end of file |