]> git.wh0rd.org - tt-rss.git/blob - themes/triple-pane/theme.css
fix triple-pane theme
[tt-rss.git] / themes / triple-pane / theme.css
1 #content-insert {
2 border-left-width : 1px;
3 border-bottom-width : 0px;
4 }
5
6 #headlines-frame {
7 border-right-width : 1px;
8 }
9
10 /* div.headlines_normal {
11 position : absolute;
12 border-width : 1px 1px 0px 0px;
13 right : 400px;
14 overflow : hidden;
15 bottom : 0px;
16 height : auto;
17 }
18
19 #content-frame {
20 width : 400px;
21 right : 0px;
22 top : 0px;
23 left : auto;
24 border-width : 0px 0px 0px 1px;
25 bottom : 0px;
26 }
27
28 #feeds-frame, #dispSwitch {
29 padding-top : 30px;
30 }
31
32 #feeds-holder {
33 top : 0px;
34 border-width : 0px 1px 0px 0px;
35 }
36
37 #toolbar {
38 top : 3px;
39 }
40
41 #headlines-frame {
42 top : 30px;
43 }
44
45 div.postHeader div.postDate {
46 text-align : left;
47 color : gray;
48 float : none;
49 }
50
51 div.postHeader div.postDateRTL {
52 text-align : left;
53 color : gray;
54 float : none;
55 }
56
57 span.headlineInnerTitle {
58 display : none;
59 }
60
61 #resize-grabber {
62 height : 100%;
63 width : 5px;
64 border-width : 0px 1px 0px 0px;
65 cursor : move;
66 text-align : center;
67 float : left;
68 background : url("images/resize_vert.png") top left;
69 }
70
71 #content-insert {
72 position : absolute;
73 left : 6px;
74 right : 0px;
75 bottom : 0px;
76 top : 0px;
77
78 } */
79
80
81 /*#footer, #prefFooter {
82 display : none;
83 }
84
85 #header, #prefHeader {
86 display : none;
87 }
88
89
90 #prefContent {
91 bottom : 0px;
92 } */