diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-11-27 08:35:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-11-27 08:35:21 +0000 |
commit | e4c5b330b4bb1ce12e6e058166c0a201de7a8d2b (patch) | |
tree | 6d6a22a57454e1839169fe76b8fe9017856d82ee /extras/source/misc_config/wizard | |
parent | d00e92766710a1b56c12725176603abefc162561 (diff) |
INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED
2004/11/17 09:21:47 ih 1.1.2.1: styles for web wizard
Diffstat (limited to 'extras/source/misc_config/wizard')
-rw-r--r-- | extras/source/misc_config/wizard/web/styles/beige.css | 79 | ||||
-rw-r--r-- | extras/source/misc_config/wizard/web/styles/bg.css | 79 |
2 files changed, 158 insertions, 0 deletions
diff --git a/extras/source/misc_config/wizard/web/styles/beige.css b/extras/source/misc_config/wizard/web/styles/beige.css new file mode 100644 index 000000000000..a1a2c4d29eba --- /dev/null +++ b/extras/source/misc_config/wizard/web/styles/beige.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: #FFCC99; + 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: #FFCC99; +} +.tcolor { + background-color: #FF9933; +} +.ccolor { + background-color: #FFCC99; +} +a:link { + font-family: "Times New Roman", Times, serif; + color: #003399; +} +a:visited { + font-family: "Times New Roman", Times, serif; + color: #0099FF; +} +a:active { + font-family: "Times New Roman", Times, serif; + color: #FF0000; +} diff --git a/extras/source/misc_config/wizard/web/styles/bg.css b/extras/source/misc_config/wizard/web/styles/bg.css new file mode 100644 index 000000000000..d571a7f0e7a4 --- /dev/null +++ b/extras/source/misc_config/wizard/web/styles/bg.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: #006699; +} +a:link { + font-family: Arial, Helvetica, sans-serif; + color: #0033CC; +} +a:visited { + font-family: Arial, Helvetica, sans-serif; + color: #0099CC; +} +a:active { + font-family: Arial, Helvetica, sans-serif; + color: #FF0000; +} |