diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 11:49:13 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 11:49:13 +0000 |
commit | 73b8aec31b8f4baa1157747ab3e3e45239d05143 (patch) | |
tree | 107a0439714399553749b099b5ff6a4bcdc8b028 /extras/source/misc_config | |
parent | 99fa8b541415c8ebd3fce5ff0a115d426bff13d2 (diff) |
INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED
2004/10/22 09:38:42 tv 1.1.2.1: language independent files for form wizard
Diffstat (limited to 'extras/source/misc_config')
-rwxr-xr-x | extras/source/misc_config/wizard/form/styles/ibg.css | 79 | ||||
-rwxr-xr-x | extras/source/misc_config/wizard/form/styles/ice.css | 79 |
2 files changed, 158 insertions, 0 deletions
diff --git a/extras/source/misc_config/wizard/form/styles/ibg.css b/extras/source/misc_config/wizard/form/styles/ibg.css new file mode 100755 index 000000000000..22837ee476f7 --- /dev/null +++ b/extras/source/misc_config/wizard/form/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/form/styles/ice.css b/extras/source/misc_config/wizard/form/styles/ice.css new file mode 100755 index 000000000000..719aa3cbae67 --- /dev/null +++ b/extras/source/misc_config/wizard/form/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; +} |