From 96f0a3e79d7c01831472b1e58b2a7646fbb7deff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jan 2013 15:36:32 +0400 Subject: remove themes/ --- themes/triple-pane/theme.css | 10 ---------- themes/triple-pane/theme.ini | 5 ----- themes/triple-pane/theme.js | 16 ---------------- 3 files changed, 31 deletions(-) delete mode 100644 themes/triple-pane/theme.css delete mode 100644 themes/triple-pane/theme.ini delete mode 100644 themes/triple-pane/theme.js (limited to 'themes') 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', - }); -} -- cgit v1.2.3