From: Michael M Slusarz Date: Sun, 21 Nov 2010 21:01:40 +0000 (-0700) Subject: Remove non-existant/unused themes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe28077025ddd8318a92f54b257d00f30cbd56a0;p=horde.git Remove non-existant/unused themes --- diff --git a/horde/themes/mobile/screen.css b/horde/themes/mobile/screen.css deleted file mode 100644 index c3ed156f8..000000000 --- a/horde/themes/mobile/screen.css +++ /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 index e848042af..000000000 --- a/imp/themes/cherry/screen.css +++ /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 index ae271fc8f..000000000 --- a/imp/themes/sun/screen.css +++ /dev/null @@ -1,6 +0,0 @@ -.unseen { - background-color: #eecc00; -} -.answered { - background-color: #ffddaa; -}