summaryrefslogtreecommitdiff
path: root/themes/triple-pane/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/triple-pane/theme.js')
-rw-r--r--themes/triple-pane/theme.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/triple-pane/theme.js b/themes/triple-pane/theme.js
new file mode 100644
index 000000000..088055306
--- /dev/null
+++ b/themes/triple-pane/theme.js
@@ -0,0 +1,14 @@
+function themeBeforeLayout() {
+ $("headlines-wrap-inner").setAttribute("design", 'sidebar');
+ $("content-insert").setAttribute("region", "trailing");
+ $("content-insert").setStyle({
+ width: '50%',
+ height: 'auto'});
+}
+
+function themeAfterLayout() {
+ $("headlines-toolbar").setStyle({
+ 'border-right-width': '1px',
+ 'border-color': '#88b0f0',
+ });
+}