summaryrefslogtreecommitdiff
path: root/themes/triple-pane/theme.css
blob: 4a188a57f4260ac750ca33001d33d081ef67e30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
div.headlines_normal {
	position : absolute;
	border-width : 1px 1px 0px 0px;
	right : 400px;
	overflow : hidden;
	bottom : 0px;
	height : auto;
}

#content-frame {
	width : 400px;
	right : 0px;
	top : 0px;
	left : auto;
	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 {
	text-align : left;
	color : gray;
	float : none;
}

div.postHeader div.postDateRTL {
	text-align : left;
	color : gray;
	float : none;
}

span.headlineInnerTitle {
	display : none;
}

#resize-grabber {
	height : 100%;
	width : 5px;
	border-width : 0px 1px 0px 0px;
	cursor : move;
	text-align : center;
	float : left;
	background : url("images/resize_vert.png") top left;
}

#content-insert {
	position : absolute;
	left : 6px;
	right : 0px;
	bottom : 0px;
	top : 0px; 

}


/*#footer, #prefFooter {
        display : none;
}

#header, #prefHeader {
        display : none;
}


#prefContent {
        bottom : 0px;
} */