From 9813b15b4b9d07fac6c20ab13194c446fd119ee6 Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 13 Feb 2008 18:16:34 +0000 Subject: *** empty log message *** --- DOCS/vt102-ug/vt102-ug-contents.css | 38 ++++++++++++++++++++++++++++++ DOCS/vt102-ug/vt102-ug.css | 46 +++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 DOCS/vt102-ug/vt102-ug-contents.css create mode 100644 DOCS/vt102-ug/vt102-ug.css (limited to 'DOCS') diff --git a/DOCS/vt102-ug/vt102-ug-contents.css b/DOCS/vt102-ug/vt102-ug-contents.css new file mode 100644 index 0000000..576e339 --- /dev/null +++ b/DOCS/vt102-ug/vt102-ug-contents.css @@ -0,0 +1,38 @@ +/* vt102-ug.css */ + +BODY { + background: #fff none; + color: #000; +} +.note { font-style: italic; } +TH { text-align: left; } +H2 { color: #c00; } +.code { color: #090; margin-left: 4em; } +/*H3 { color: #090; }*/ +/* .keyname,CODE { color: #c00; } */ +CODE { color: #c00; } +.keyname { font-weight: bolder; font-style: normal; } +/* .mnemonic { color: #080; } */ +.majortable { background: #ddd none; font-size: smaller; } +.majortable CAPTION { background: #ddd none; font-weight: bolder; text-align: left; border-bottom: thin solid white; } +.spanhead { text-align: center; } +#TB-1,#TC-1 { background: #fcc none; } +#TC-1 { font-size: smaller; } +#TC-1 TH { text-align: right; } +A { text-decoration: none; } +.example { color: #c00; } +#T5-3 UL { margin-top: 0px; margin-bottom: 0px; } +#BOOKTITLE { text-align: center; } +#COVER, .contentslink { text-align: center; } +.proctable { background: #fcc none; } +.proctable TH,.proctable TD { padding: 1em 30px 0.5em 10px; } +.figures TD { font-style: monospace; } +/* Netscape really messes up these rules, so simplify +H1 { color: #c00; text-align: right; line-height: 3em; margin-top: 1em; } +.chapnum { float: right; width: 0.7em; position: relative; top: -0.66em; color: #fcc; font-size: 300%; font-family: "Friz Quadrata", Eras, san-serif; } +*/ +.chapnum { font-size: 2em; color: #fcc; font-family: "Friz Quadrata", Eras, san-serif; } +.footnote { margin-top: 0em; font-size: smaller; } +IMG.button { border: none } +TABLE.figure CAPTION { caption-side: bottom } +DIV.navbot { text-align: right } diff --git a/DOCS/vt102-ug/vt102-ug.css b/DOCS/vt102-ug/vt102-ug.css new file mode 100644 index 0000000..7cdf1be --- /dev/null +++ b/DOCS/vt102-ug/vt102-ug.css @@ -0,0 +1,46 @@ +/* vt102-ug.css */ + +BODY { + background: #fff none; + color: #000; +} +LI { margin-top: 1em; margin-bottom: 1em } +OL OL { margin-top: 1em; margin-bottom: 1em; list-style: lower-alpha; } +.note { font-style: italic; } +TH { text-align: left; } +H2 { color: #c00; } +.code { color: #090; margin-left: 4em; } +/*H3 { color: #090; }*/ +/* .keyname,CODE { color: #c00; } */ +CODE { color: #c00; font-style: normal } +.keyname { font-weight: bolder; font-style: normal; } +/* .mnemonic { color: #080; } */ +.majortable { background: #ddd none; font-size: smaller; } +.majortable CAPTION { background: #ddd none; font-weight: bolder; text-align: left; border-bottom: thin solid white; } +.spanhead { text-align: center; } +#TB-1,#TC-1 { background: #fcc none; } +#TC-1 { font-size: smaller; } +#TC-1 TH { text-align: right; } +A { text-decoration: none; } +.example { color: #c00; } +#T5-3 UL { margin-top: 0px; margin-bottom: 0px; } +#BOOKTITLE { color: #000; text-align: center; } +#COVER, .contentslink { text-align: center; } +.proctable { background: #fcc none; } +.proctable TH,.proctable TD { padding: 1em 30px 0.5em 10px; } +.figures TD { font-style: monospace; } +/* Netscape really messes up these rules, so simplify +H1 { color: #c00; text-align: right; line-height: 3em; margin-top: 1em; } +.chapnum { float: right; width: 0.7em; position: relative; top: -0.66em; color: #fcc; font-size: 300%; font-family: "Friz Quadrata", Eras, san-serif; } +*/ +H1 { color: #c00; } +.chapnum { font-size: 2em; color: #fcc; font-family: "Friz Quadrata", Eras, san-serif; } +.footnote { margin-top: 0em; font-size: smaller; } +.bit { font-size: xx-small } +.c0c,.c1c { text-align: center } +.c0n,.c1n { text-align: right; font-size: xx-small; } +.glc,.grc { text-align: center; } +.gln,.grn { text-align: right; font-size: xx-small; } +IMG.button { border: none } +TABLE.figure CAPTION { caption-side: bottom } +DIV.navbot { text-align: right } -- cgit v1.2.3