summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/base.css101
1 files changed, 100 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index 484b0d4..2147fb9 100644
--- a/htdocs/base.css
+++ b/htdocs/base.css
@@ -1 +1,100 @@
-/* Base Style Sheet for the W3C HTML Validation Service. Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright Author: Terje Bless <link@tss.no> Created: 21 Febuary 2001 Version: $Id: base.css,v 1.1 2001-02-23 09:06:49 link Exp $ Modified: $Date: 2001-02-23 09:06:49 $ */ /* Import the W3C Base Stylesheet */ /* @@ PLEASE get your act together on CSS guys! -link @@ */ @import {url('http://w3.org/StyleSheets/base.css')} body { background: white; color: black; 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} /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ H1 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 2em; font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H2 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.75em; font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H3 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.58em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H4 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.33em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H5, DT { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1.17em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H6 { font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .53; font-size: 1em; font-weight: 700; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } \ No newline at end of file
+/*
+ Base Style Sheet for the W3C HTML Validation Service.
+
+ 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.2 2001-07-16 00:42:39 link Exp $
+*/
+
+/* Import the W3C Base Stylesheet */
+@import {url('http://w3.org/StyleSheets/base.css')}
+
+body {
+ background: white;
+ color: black;
+ 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}
+
+/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
+H1 {
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 2em;
+ font-weight: 500;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ }
+
+H2 {
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.75em;
+ font-weight: 500;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ }
+
+H3 {
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.58em;
+ font-weight: 600;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ }
+
+H4 {
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.33em;
+ font-weight: 600;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ }
+
+H5, DT {
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.17em;
+ font-weight: 600;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ }
+
+H6 {
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1em;
+ font-weight: 700;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ }
+