From 363c88946a0fa93a84fc5d7ecc3327bd9fd49ea5 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Sat, 27 Nov 2004 08:35:41 +0000 Subject: INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:46 ih 1.1.2.1: styles for web wizard --- .../source/misc_config/wizard/web/styles/bgr.css | 79 ++++++++++++++++++++++ .../source/misc_config/wizard/web/styles/bgrey.css | 79 ++++++++++++++++++++++ 2 files changed, 158 insertions(+) create mode 100644 extras/source/misc_config/wizard/web/styles/bgr.css create mode 100644 extras/source/misc_config/wizard/web/styles/bgrey.css (limited to 'extras/source/misc_config') diff --git a/extras/source/misc_config/wizard/web/styles/bgr.css b/extras/source/misc_config/wizard/web/styles/bgr.css new file mode 100644 index 000000000000..72a241b0a1cd --- /dev/null +++ b/extras/source/misc_config/wizard/web/styles/bgr.css @@ -0,0 +1,79 @@ +.doctitle { + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + color: #000000; + font-weight: bold; +} +.docdescription { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.docauthor { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.doccreationdate { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + color: #000066; +} +.doclastchangeddate { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + color: #990000; +} +.docfilename { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + color: #000066; +} +.docfileformatinfo { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.docnumberofpages { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + color: #000000; +} +.docsizeinkb { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + color: #000000; +} +body { + background-color: #660033; + background-image: url(images/background.gif); +} +.toctitle { + font-family: Arial, Helvetica, sans-serif; + font-size: 20px; + font-style: normal; + font-weight: bold; + color: #FFFFFF; + background-color: #006699; +} +.tcolor { + background-color: #FFFF99; +} +.ccolor { + background-color: #0066CC; +} +a:link { + font-family: Arial, Helvetica, sans-serif; + color: #0033CC; +} +a:visited { + font-family: Arial, Helvetica, sans-serif; + color: #0066FF; +} +a:active { + font-family: Arial, Helvetica, sans-serif; + color: #FF0000; +} diff --git a/extras/source/misc_config/wizard/web/styles/bgrey.css b/extras/source/misc_config/wizard/web/styles/bgrey.css new file mode 100644 index 000000000000..6f92425f1e92 --- /dev/null +++ b/extras/source/misc_config/wizard/web/styles/bgrey.css @@ -0,0 +1,79 @@ +.doctitle { + font-family: "Times New Roman", Times, serif; + font-size: 14px; + color: #FFFFFF; + font-weight: bold; +} +.docdescription { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #FFFFFF; +} +.docauthor { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #FFFFFF; +} +.doccreationdate { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #FFFFFF; +} +.doclastchangeddate { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #FFCC00; +} +.docfilename { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #FFFFFF; +} +.docfileformatinfo { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #FFFFFF; +} +.docnumberofpages { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #FFFFFF; +} +.docsizeinkb { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #FFFFFF; +} +body { + background-color: #000000; + background-image: url(images/background.gif); +} +.toctitle { + font-family: "Times New Roman", Times, serif; + font-size: 20px; + font-style: normal; + font-weight: bold; + color: #FFFFFF; + background-color: #555555; +} +.tcolor { + background-color: #333333; +} +.ccolor { + background-color: #555555; +} +a:link { + font-family: Arial, Helvetica, sans-serif; + color: #CCCC00; +} +a:visited { + font-family: Arial, Helvetica, sans-serif; + color: #CCCC99; +} +a:active { + font-family: Arial, Helvetica, sans-serif; + color: #FF0000; +} -- cgit v1.2.3