From 203610630a5c2d077cbfb1d69e89c1e60d8b074e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Oct 2007 09:22:01 +0100 Subject: add 3pane theme --- themes/3pane/images/ttrss_logo.png | Bin 0 -> 6234 bytes themes/3pane/theme.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 themes/3pane/images/ttrss_logo.png create mode 100644 themes/3pane/theme.css (limited to 'themes') diff --git a/themes/3pane/images/ttrss_logo.png b/themes/3pane/images/ttrss_logo.png new file mode 100644 index 000000000..2cedc35ed Binary files /dev/null and b/themes/3pane/images/ttrss_logo.png 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; +} + + -- cgit v1.2.3