summaryrefslogtreecommitdiff
path: root/extras/source/misc_config
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-27 08:37:23 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-27 08:37:23 +0000
commit0deefa84e79ff4a2c0d018ca04510bb29fdc3faf (patch)
tree6f339a81e997a755931c7eb112ec54fcfceb152d /extras/source/misc_config
parentc535c0e374547ef9e52aff94deb088a4f25bcf2c (diff)
INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED
2004/11/17 09:21:41 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/ibg.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/ice.css79
2 files changed, 158 insertions, 0 deletions
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;
+}