summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-23 15:36:32 +0400
committerAndrew Dolgov <[email protected]>2013-01-23 15:36:32 +0400
commit96f0a3e79d7c01831472b1e58b2a7646fbb7deff (patch)
tree011b3dbda2e61f511a0a49d2a022901838d1fe0f /themes
parentfd535b317cc55bf5f7e279f6bfcef514fcaafea5 (diff)
remove themes/
Diffstat (limited to 'themes')
-rw-r--r--themes/triple-pane/theme.css10
-rw-r--r--themes/triple-pane/theme.ini5
-rw-r--r--themes/triple-pane/theme.js16
3 files changed, 0 insertions, 31 deletions
diff --git a/themes/triple-pane/theme.css b/themes/triple-pane/theme.css
deleted file mode 100644
index 9367dc4c1..000000000
--- a/themes/triple-pane/theme.css
+++ /dev/null
@@ -1,10 +0,0 @@
-#content-insert {
- border-left-width : 1px;
- border-bottom-width : 0px;
-}
-
-#headlines-frame {
- border-right-width : 1px;
-}
-
-
diff --git a/themes/triple-pane/theme.ini b/themes/triple-pane/theme.ini
deleted file mode 100644
index a544c061a..000000000
--- a/themes/triple-pane/theme.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[theme]
-name=Widescreen
-author=seeker
-version=1.1
-options=
diff --git a/themes/triple-pane/theme.js b/themes/triple-pane/theme.js
deleted file mode 100644
index ff3506b08..000000000
--- a/themes/triple-pane/theme.js
+++ /dev/null
@@ -1,16 +0,0 @@
-function themeBeforeLayout() {
- if ($("content-insert")) {
- $("headlines-wrap-inner").setAttribute("design", 'sidebar');
- $("content-insert").setAttribute("region", "trailing");
- $("content-insert").setStyle({
- width: '50%',
- height: 'auto'});
- }
-}
-
-function themeAfterLayout() {
- $("headlines-toolbar").setStyle({
- 'border-width': '1px 1px 0px 0px',
- 'border-color': '#88b0f0',
- });
-}