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