summaryrefslogtreecommitdiff
path: root/css/zoom.css
blob: 166361a70d4809e94ba81625d9535313801201b1 (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
body#ttrssZoom {
	margin-left : auto;
	margin-right : auto;
	padding : 20px;
	max-width : 670px;
	background : #f5f5f5;
}

body#ttrssZoom div.postHeader div.postFeedTitle {
	float : left;
	text-align : right;
	padding-left : 0px;
	font-size : 10px;
}

body#ttrssZoom div.postHeader a.postComments {
	text-align : right;
	padding-left : 0px;
	font-size : 10px;
}

body#ttrssZoom div.postHeader div.postDate {
	float : none;
	text-align : right;
	padding-left : 0px;
	color : #777;
	font-size : 10px;
}

body#ttrssZoom div.postHeader div.postTags {
	color : #777;
	font-size : 10px;
}

body#ttrssZoom div.postHeader div.postTitle {
	white-space : normal;
}

body#ttrssZoom div.postContent p {
	max-width : 650px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

body#ttrssZoom div.postHeader {
	margin : 10px;
	border : 1px solid #eee;
}

body#ttrssZoom div.postReply {
	border : 1px solid #eee;
	background : white;
}

body#ttrssZoom div.postContent {

}

body#ttrssZoom div.footer {
	margin-top : 1em;
	text-align : center;
}

body#ttrssZoom div.postContent img {
	max-width : 650px;
	height : auto;
}