]> git.wh0rd.org - tt-rss.git/blob - themes/triple-pane/theme.css
584e9bab973153580782767fb9afb00f7ae76bc5
[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 : 40px;
7 height : auto;
8 }
9
10 #content-frame {
11 width : 400px;
12 right : 0px;
13 top : 85px;
14 left : auto;
15 border-width : 1px 0px 0px 1px;
16 }
17
18 div.postHeader div.postDate {
19 text-align : left;
20 color : gray;
21 float : none;
22 }
23
24 div.postHeader div.postDateRTL {
25 text-align : left;
26 color : gray;
27 float : none;
28 }
29
30 span.headlineInnerTitle {
31 display : none;
32 }
33
34 #resize-grabber {
35 height : 100%;
36 width : 5px;
37 border-width : 0px 1px 0px 0px;
38 cursor : move;
39 text-align : center;
40 float : left;
41 background : url("images/resize_vert.png") top left;
42 }
43
44 #content-insert {
45 position : absolute;
46 left : 6px;
47 right : 0px;
48 bottom : 0px;
49 top : 0px;
50
51 }