From 0deefa84e79ff4a2c0d018ca04510bb29fdc3faf Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Sat, 27 Nov 2004 08:37:23 +0000 Subject: INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:21:41 ih 1.1.2.1: styles for web wizard --- .../source/misc_config/wizard/web/styles/ibg.css | 79 ++++++++++++++++++++++ .../source/misc_config/wizard/web/styles/ice.css | 79 ++++++++++++++++++++++ 2 files changed, 158 insertions(+) create mode 100644 extras/source/misc_config/wizard/web/styles/ibg.css create mode 100644 extras/source/misc_config/wizard/web/styles/ice.css (limited to 'extras/source/misc_config') diff --git a/extras/source/misc_config/wizard/web/styles/ibg.css b/extras/source/misc_config/wizard/web/styles/ibg.css new file mode 100644 index 000000000000..22837ee476f7 --- /dev/null +++ b/extras/source/misc_config/wizard/web/styles/ibg.css @@ -0,0 +1,79 @@ +.doctitle { + font-family: "Times New Roman", Times, serif; + font-size: 14px; + color: #000000; + font-weight: bold; +} +.docdescription { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.docauthor { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.doccreationdate { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000066; +} +.doclastchangeddate { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #990000; +} +.docfilename { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000066; +} +.docfileformatinfo { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.docnumberofpages { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000000; +} +.docsizeinkb { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000000; +} +body { + background-color: #999999; + background-image: url(images/background.gif); +} +.toctitle { + font-family: "Times New Roman", Times, serif; + font-size: 20px; + font-style: normal; + font-weight: bold; + color: #000000; + background-color: #99CCCC; +} +.tcolor { + background-color: #DDDDDD; +} +.ccolor { + background-color: #99CCFF; +} +a:link { + font-family: "Times New Roman", Times, serif; + color: #003399; +} +a:visited { + font-family: "Times New Roman", Times, serif; + color: #0066CC; +} +a:active { + font-family: "Times New Roman", Times, serif; + color: #FF9900; +} diff --git a/extras/source/misc_config/wizard/web/styles/ice.css b/extras/source/misc_config/wizard/web/styles/ice.css new file mode 100644 index 000000000000..719aa3cbae67 --- /dev/null +++ b/extras/source/misc_config/wizard/web/styles/ice.css @@ -0,0 +1,79 @@ +.doctitle { + font-family: "Times New Roman", Times, serif; + font-size: 14px; + color: #000000; + font-weight: bold; +} +.docdescription { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.docauthor { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.doccreationdate { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000066; +} +.doclastchangeddate { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #990000; +} +.docfilename { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000066; +} +.docfileformatinfo { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + font-style: italic; + color: #000000; +} +.docnumberofpages { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000000; +} +.docsizeinkb { + font-family: "Times New Roman", Times, serif; + font-size: 12px; + color: #000000; +} +body { + background-color: #999999; + background-image: url(images/background.gif); +} +.toctitle { + font-family: "Times New Roman", Times, serif; + font-size: 20px; + font-style: normal; + font-weight: bold; + color: #000000; + background-color: #EEEEEE; +} +.tcolor { + background-color: #00CCFF; +} +.ccolor { + background-color: #CCCCCC; +} +a:link { + font-family: "Times New Roman", Times, serif; + color: #0033CC; +} +a:visited { + font-family: "Times New Roman", Times, serif; + color: #0066FF; +} +a:active { + font-family: "Times New Roman", Times, serif; + color: #FF0000; +} -- cgit v1.2.3