summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 09:22:01 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 09:22:01 +0100
commit203610630a5c2d077cbfb1d69e89c1e60d8b074e (patch)
treef10bd478f2fb38607f4c2d368c23403feaa41693 /themes
parentde0800a9712ce296724e557e05763d9cf1e93846 (diff)
add 3pane theme
Diffstat (limited to 'themes')
-rw-r--r--themes/3pane/images/ttrss_logo.pngbin0 -> 6234 bytes
-rw-r--r--themes/3pane/theme.css29
2 files changed, 29 insertions, 0 deletions
diff --git a/themes/3pane/images/ttrss_logo.png b/themes/3pane/images/ttrss_logo.png
new file mode 100644
index 000000000..2cedc35ed
--- /dev/null
+++ b/themes/3pane/images/ttrss_logo.png
Binary files differ
diff --git a/themes/3pane/theme.css b/themes/3pane/theme.css
new file mode 100644
index 000000000..0f2cada93
--- /dev/null
+++ b/themes/3pane/theme.css
@@ -0,0 +1,29 @@
+div.headlines_normal {
+ position : absolute;
+ border-width : 1px 1px 0px 0px;
+ right : 400px;
+ overflow : hidden;
+ bottom : 40px;
+ height : auto;
+}
+
+#content-frame {
+ width : 400px;
+ right : 0px;
+ top : 85px;
+ left : auto;
+}
+
+div.postHeader div.postDate {
+ text-align : left;
+ color : gray;
+ float : none;
+}
+
+div.postHeader div.postDateRTL {
+ text-align : left;
+ color : gray;
+ float : none;
+}
+
+