summaryrefslogtreecommitdiff
path: root/extras/source/misc_config
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-27 08:36:22 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-27 08:36:22 +0000
commit36ddff3ea9edbc04a9aec4d15f7ad01dccf7eda6 (patch)
tree941c1a248b52aa8b9649218a7e5cca9a010c1f12 /extras/source/misc_config
parentfaaf446a24b954420571d051882bb9ab6129f084 (diff)
INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED
2004/11/17 09:21:44 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/dark.css79
-rw-r--r--extras/source/misc_config/wizard/web/styles/dp.css79
2 files changed, 158 insertions, 0 deletions
diff --git a/extras/source/misc_config/wizard/web/styles/dark.css b/extras/source/misc_config/wizard/web/styles/dark.css
new file mode 100644
index 000000000000..fb10ea73a5e7
--- /dev/null
+++ b/extras/source/misc_config/wizard/web/styles/dark.css
@@ -0,0 +1,79 @@
+.doctitle {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 14px;
+ color: #FFFFFF;
+ font-weight: bold;
+}
+.docdescription {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.docauthor {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.doccreationdate {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.doclastchangeddate {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFCC00;
+}
+.docfilename {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.docfileformatinfo {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.docnumberofpages {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.docsizeinkb {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+body {
+ background-color: #000000;
+ background-image: url(images/background.gif);
+}
+.toctitle {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 20px;
+ font-style: normal;
+ font-weight: bold;
+ color: #FFFFFF;
+ background-color: #333366;
+}
+.tcolor {
+ background-color: #333300;
+}
+.ccolor {
+ background-color: #333366;
+}
+a:link {
+ font-family: "Times New Roman", Times, serif;
+ color: #EEEEEE;
+}
+a:visited {
+ font-family: "Times New Roman", Times, serif;
+ color: #CCCCCC;
+}
+a:active {
+ font-family: "Times New Roman", Times, serif;
+ color: #FFCC00;
+}
diff --git a/extras/source/misc_config/wizard/web/styles/dp.css b/extras/source/misc_config/wizard/web/styles/dp.css
new file mode 100644
index 000000000000..e8a600c1ce6a
--- /dev/null
+++ b/extras/source/misc_config/wizard/web/styles/dp.css
@@ -0,0 +1,79 @@
+.doctitle {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 14px;
+ color: #FFFFFF;
+ font-weight: bold;
+}
+.docdescription {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.docauthor {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.doccreationdate {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.doclastchangeddate {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFCC00;
+}
+.docfilename {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.docfileformatinfo {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ font-style: italic;
+ color: #FFFFFF;
+}
+.docnumberofpages {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+.docsizeinkb {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 12px;
+ color: #FFFFFF;
+}
+body {
+ background-color: #000000;
+ background-image: url(images/background.gif);
+}
+.toctitle {
+ font-family: "Times New Roman", Times, serif;
+ font-size: 20px;
+ font-style: normal;
+ font-weight: bold;
+ color: #FFFFFF;
+ background-color: #333366;
+}
+.tcolor {
+ background-color: #660033;
+}
+.ccolor {
+ background-color: #333333;
+}
+a:link {
+ font-family: "Times New Roman", Times, serif;
+ color: #EEEEEE;
+}
+a:visited {
+ font-family: "Times New Roman", Times, serif;
+ color: #CCCCCC;
+}
+a:active {
+ font-family: "Times New Roman", Times, serif;
+ color: #FFCC00;
+}