]> git.wh0rd.org - tt-rss.git/blob - themes/threecolumns/theme.css
query themes from filesystem; obsolete ttrss_themes
[tt-rss.git] / themes / threecolumns / theme.css
1 div.headlines_normal {
2 position : absolute;
3 border-width : 1px 0px 0px 0px;
4 border-style : solid;
5 border-color : #88b0f0;
6 left : 260px;
7 height : auto;
8 top : 85px;
9 right : 35%;
10 bottom : 40px;
11 overflow : hidden;
12 font-size : small;
13 border-collapse : collapse;
14 }
15
16 div.headlines_cdm {
17 position : absolute;
18 border-width : 1px 0px 1px 0px;
19 border-style : solid;
20 border-color : #88b0f0;
21 left : 260px;
22 bottom : 40px;
23 top : 85px;
24 width : 300px;
25 overflow : auto;
26 font-size : small;
27 border-collapse : collapse;
28 }
29
30 table.headlinesSubToolbar {
31 height : 25px;
32 }
33
34 div.postReply {
35 background : white;
36 }
37
38 #headlinesInnerContainer {
39 overflow : auto;
40 position : absolute;
41 top : 25px;
42 height : auto;
43 bottom : 0px;
44 left : 0px;
45 right : 0px;
46 }
47
48 #content-frame {
49 position : absolute;
50 border-width : 1px 0px 1px 1px;
51 border-style : solid;
52 border-color : #88b0f0;
53 overflow : auto;
54 top : 85px;
55 left : 65%;
56 bottom : 40px;
57 right : 0px;
58 border-collapse : collapse;
59 }
60