Remove non-existant/unused themes
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 21 Nov 2010 21:01:40 +0000 (14:01 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 22 Nov 2010 18:33:20 +0000 (11:33 -0700)
horde/themes/mobile/screen.css [deleted file]
imp/themes/cherry/screen.css [deleted file]
imp/themes/sun/screen.css [deleted file]

diff --git a/horde/themes/mobile/screen.css b/horde/themes/mobile/screen.css
deleted file mode 100644 (file)
index c3ed156..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-body {
-    background: #fff;
-    font-family: Consolas,"Lucida Console","DejaVu Sans Mono",monospace;
-    font-size: 80%;
-}
-div.simdev {
-    width: 150;
-    height: 120;
-    overflow: auto;
-}
-td.top {
-    width: 263;
-    height: 117;
-    background-image: url("graphics/top.jpg");
-}
-td.left {
-    width: 56;
-    height: 120;
-    background-image: url("graphics/left.jpg");
-}
-td.display {
-    width: 150;
-    height: 120;
-    background-image: url("graphics/display.jpg");
-}
-td.right {
-    width: 57;
-    height: 120;
-    background-image: url("graphics/right.jpg");
-}
-td.bottom {
-    width: 263;
-    height: 313;
-    background-image: url("graphics/bottom.jpg");
-}
diff --git a/imp/themes/cherry/screen.css b/imp/themes/cherry/screen.css
deleted file mode 100644 (file)
index e848042..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.important, .flagged {
-    background-color: #FFFFAA;
-}
-.unseen {
-    background-color: #FFCC99;
-}
-.answered {
-    background-color: #DDDDDD;
-}
diff --git a/imp/themes/sun/screen.css b/imp/themes/sun/screen.css
deleted file mode 100644 (file)
index ae271fc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.unseen {
-    background-color: #eecc00;
-}
-.answered {
-    background-color: #ffddaa;
-}