summaryrefslogtreecommitdiff
path: root/extras/source/misc_config
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-27 08:38:47 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-27 08:38:47 +0000
commitef895498c9b8b18d88939faffa7ac12b58d805cc (patch)
tree08b530634aa02c4be5e46201886c5f1387f6b220 /extras/source/misc_config
parent975586fc9dbb2d48b69ecc2ebb5b466fed2b0f4e (diff)
INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED
2004/11/17 09:21:33 ih 1.1.2.1: styles for web wizard
Diffstat (limited to 'extras/source/misc_config')
-rw-r--r--extras/source/misc_config/wizard/web/styles/violet.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/water.css79
2 files changed, 158 insertions, 0 deletions
diff --git a/extras/source/misc_config/wizard/web/styles/violet.css b/extras/source/misc_config/wizard/web/styles/violet.css
new file mode 100644
index 000000000000..4b42d1811fb3
--- /dev/null
+++ b/extras/source/misc_config/wizard/web/styles/violet.css
@@ -0,0 +1,79 @@
+.doctitle {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ color: #FFFFFF;
+ font-weight: bold;
+}
+.docdescription {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.docauthor {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.doccreationdate {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #FFFF00;
+}
+.doclastchangeddate {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #FF0000;
+}
+.docfilename {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.docfileformatinfo {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.docnumberofpages {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.docsizeinkb {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+body {
+ background-color: #CCCCCC;
+ 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: #330033;
+}
+.tcolor {
+ background-color: #330066;
+}
+.ccolor {
+ background-color: #330033;
+}
+a:link {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #FFFF00;
+}
+a:visited {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #0099FF;
+}
+a:active {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #FF0000;
+}
diff --git a/extras/source/misc_config/wizard/web/styles/water.css b/extras/source/misc_config/wizard/web/styles/water.css
new file mode 100644
index 000000000000..f654fbff3455
--- /dev/null
+++ b/extras/source/misc_config/wizard/web/styles/water.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: #CCCCCC;
+ 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: #EEEEEE;
+}
+.ccolor {
+ background-color: #0066CC;
+}
+a:link {
+ font-family: "Times New Roman", Times, serif;
+ color: #0033CC;
+}
+a:visited {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #0066CC;
+}
+a:active {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #CC0000;
+}