73 lines
1.2 KiB
CSS
73 lines
1.2 KiB
CSS
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-width : 0px 0px 1px 0px;
|
|
border-style : solid;
|
|
border-color #eee;
|
|
background : white;
|
|
}
|
|
|
|
body#ttrssZoom div.postReply {
|
|
border : 1px solid #ddd;
|
|
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;
|
|
}
|
|
|
|
|