summaryrefslogtreecommitdiff
path: root/themes/3pane
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
commitb97e6e0267758351e24078f621ef313de0c747fb (patch)
tree33a64e7d72f362e1bd7d92a3248dc83cc6fdf6ea /themes/3pane
parentdce46cade3ef1d24a12cf6d27abad5d93de95373 (diff)
reorganize theme support; add some themeable icons; add neon theme
Diffstat (limited to 'themes/3pane')
-rw-r--r--themes/3pane/images/resize_handle_vert.pngbin104 -> 0 bytes
-rw-r--r--themes/3pane/images/resize_vert.pngbin109 -> 0 bytes
-rw-r--r--themes/3pane/images/ttrss_logo.pngbin6234 -> 0 bytes
-rw-r--r--themes/3pane/theme.css51
4 files changed, 0 insertions, 51 deletions
diff --git a/themes/3pane/images/resize_handle_vert.png b/themes/3pane/images/resize_handle_vert.png
deleted file mode 100644
index 18d045159..000000000
--- a/themes/3pane/images/resize_handle_vert.png
+++ /dev/null
Binary files differ
diff --git a/themes/3pane/images/resize_vert.png b/themes/3pane/images/resize_vert.png
deleted file mode 100644
index 763d42b56..000000000
--- a/themes/3pane/images/resize_vert.png
+++ /dev/null
Binary files differ
diff --git a/themes/3pane/images/ttrss_logo.png b/themes/3pane/images/ttrss_logo.png
deleted file mode 100644
index 2cedc35ed..000000000
--- a/themes/3pane/images/ttrss_logo.png
+++ /dev/null
Binary files differ
diff --git a/themes/3pane/theme.css b/themes/3pane/theme.css
deleted file mode 100644
index 584e9bab9..000000000
--- a/themes/3pane/theme.css
+++ /dev/null
@@ -1,51 +0,0 @@
-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;
- border-width : 1px 0px 0px 1px;
-}
-
-div.postHeader div.postDate {
- text-align : left;
- color : gray;
- float : none;
-}
-
-div.postHeader div.postDateRTL {
- text-align : left;
- color : gray;
- float : none;
-}
-
-span.headlineInnerTitle {
- display : none;
-}
-
-#resize-grabber {
- height : 100%;
- width : 5px;
- border-width : 0px 1px 0px 0px;
- cursor : move;
- text-align : center;
- float : left;
- background : url("images/resize_vert.png") top left;
-}
-
-#content-insert {
- position : absolute;
- left : 6px;
- right : 0px;
- bottom : 0px;
- top : 0px;
-
-}