summaryrefslogtreecommitdiff
path: root/extras/source/misc_config
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-27 08:37:52 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-27 08:37:52 +0000
commitf0a5bb7397951e4f910b68ac0890167f6e031e79 (patch)
treea4450f80c5053727c86804ab9b37338bc4d805fa /extras/source/misc_config
parent23defb74c6357a80aa965e2d13f25d1e60f7b7ee (diff)
INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED
2004/11/17 09:21:37 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/pc_old.css91
1 files changed, 91 insertions, 0 deletions
diff --git a/extras/source/misc_config/wizard/web/styles/pc_old.css b/extras/source/misc_config/wizard/web/styles/pc_old.css
new file mode 100644
index 000000000000..a56e7a621633
--- /dev/null
+++ b/extras/source/misc_config/wizard/web/styles/pc_old.css
@@ -0,0 +1,91 @@
+.doctitle {
+ font-family: "Courier New", Courier, mono;
+ font-size: 14px;
+ color: #00CC00;
+ font-weight: bold;
+}
+.docdescription {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ font-style: italic;
+ color: #00CC00;
+}
+.docauthor {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ font-style: italic;
+ color: #00CC00;
+}
+.doccreationdate {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ color: #99CC00;
+}
+.doclastchangeddate {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ color: #FF0000;
+}
+.docfilename {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ color: #00CC00;
+}
+.docfileformatinfo {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ font-style: italic;
+ color: #00CC00;
+}
+.docnumberofpages {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ color: #00CC00;
+}
+.docsizeinkb {
+ font-family: "Courier New", Courier, mono;
+ font-size: 12px;
+ color: #00CC00;
+}
+body {
+ background-color: #000000;
+ background-image: url(images/background.gif);
+}
+.toctitle {
+ font-family: "Courier New", Courier, mono;
+ font-size: 20px;
+ font-style: normal;
+ font-weight: bold;
+ color: #00CC00;
+ background-color: #222222;
+}
+.tcolor {
+ background-color: #000000;
+ border-top-width: mittel;
+ border-right-width: mittel;
+ border-bottom-width: mittel;
+ border-left-width: mittel;
+ border-top-style: doppelt;
+ border-right-style: doppelt;
+ border-bottom-style: doppelt;
+ border-left-style: doppelt;
+ border-top-color: #333333;
+ border-right-color: #000000;
+ border-bottom-color: #000000;
+ border-left-color: #999999;
+}
+.ccolor {
+ background-color: #222222;
+}
+a:link {
+ font-family: "Courier New", Courier, mono;
+ color: #00FF33;
+}
+a:visited {
+ font-family: "Courier New", Courier, mono;
+ color: #00CC33;
+}
+a:active {
+ font-family: "Courier New", Courier, mono;
+ color: #CC0000;
+}