summaryrefslogtreecommitdiff
path: root/test/user-template/user/config/wizard/form/styles/beige.css
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-12-14 12:28:43 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-12-14 12:46:28 +0000
commit165fe63a544b2afb82bd8d576d2e5ef556255462 (patch)
tree8eccde81e7395c53a446efe2b7d4c4c53a7dd1e1 /test/user-template/user/config/wizard/form/styles/beige.css
parent309f56174aca6adca879f70958892492361dac6e (diff)
shrink the unit test template directory to save some duplication
Diffstat (limited to 'test/user-template/user/config/wizard/form/styles/beige.css')
-rw-r--r--test/user-template/user/config/wizard/form/styles/beige.css79
1 files changed, 0 insertions, 79 deletions
diff --git a/test/user-template/user/config/wizard/form/styles/beige.css b/test/user-template/user/config/wizard/form/styles/beige.css
deleted file mode 100644
index a1a2c4d29eba..000000000000
--- a/test/user-template/user/config/wizard/form/styles/beige.css
+++ /dev/null
@@ -1,79 +0,0 @@
-.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: #FFCC99;
- 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: #FFCC99;
-}
-.tcolor {
- background-color: #FF9933;
-}
-.ccolor {
- background-color: #FFCC99;
-}
-a:link {
- font-family: "Times New Roman", Times, serif;
- color: #003399;
-}
-a:visited {
- font-family: "Times New Roman", Times, serif;
- color: #0099FF;
-}
-a:active {
- font-family: "Times New Roman", Times, serif;
- color: #FF0000;
-}