]> git.wh0rd.org - tt-rss.git/blobdiff - themes/triple-pane/theme.css
enable triple-pane theme; fix theme system not working
[tt-rss.git] / themes / triple-pane / theme.css
index 584e9bab973153580782767fb9afb00f7ae76bc5..593ff955ae586e8059a6d66a7980a1e71df016c4 100644 (file)
@@ -1,18 +1,45 @@
-div.headlines_normal {
+#content-insert {
+       border-left-width : 1px;
+       border-bottom-width : 0px;
+}
+
+#headlines-frame {
+       border-right-width : 1px;
+}
+
+/* div.headlines_normal {
        position : absolute;
        border-width : 1px 1px 0px 0px;
        right : 400px;
        overflow : hidden;
-       bottom : 40px;
+       bottom : 0px;
        height : auto;
 }
 
 #content-frame {
        width : 400px;
        right : 0px;
-       top : 85px;
+       top : 0px;
        left : auto;
-       border-width : 1px 0px 0px 1px;
+       border-width : 0px 0px 0px 1px;
+       bottom : 0px;
+}
+
+#feeds-frame, #dispSwitch {
+       padding-top : 30px;
+}
+
+#feeds-holder {
+       top : 0px;
+       border-width : 0px 1px 0px 0px;
+}
+
+#toolbar {
+       top : 3px;
+}
+
+#headlines-frame {
+       top : 30px;
 }
 
 div.postHeader div.postDate {
@@ -48,4 +75,18 @@ span.headlineInnerTitle {
        bottom : 0px;
        top : 0px; 
 
+} */
+
+
+/*#footer, #prefFooter {
+        display : none;
+}
+
+#header, #prefHeader {
+        display : none;
 }
+
+
+#prefContent {
+        bottom : 0px;
+} */