fix zoom style not properly applying
This commit is contained in:
parent
029005c49b
commit
a0fa61a2c3
1 changed files with 15 additions and 15 deletions
30
css/zoom.css
30
css/zoom.css
|
@ -1,4 +1,4 @@
|
||||||
body {
|
body#ttrssZoom {
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
padding : 20px;
|
padding : 20px;
|
||||||
|
@ -6,20 +6,20 @@ body {
|
||||||
background : #f5f5f5;
|
background : #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader div.postFeedTitle {
|
body#ttrssZoom div.postHeader div.postFeedTitle {
|
||||||
float : left;
|
float : left;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
padding-left : 0px;
|
padding-left : 0px;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader a.postComments {
|
body#ttrssZoom div.postHeader a.postComments {
|
||||||
text-align : right;
|
text-align : right;
|
||||||
padding-left : 0px;
|
padding-left : 0px;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader div.postDate {
|
body#ttrssZoom div.postHeader div.postDate {
|
||||||
float : none;
|
float : none;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
padding-left : 0px;
|
padding-left : 0px;
|
||||||
|
@ -27,24 +27,24 @@ div.postHeader div.postDate {
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader div.postTags {
|
body#ttrssZoom div.postHeader div.postTags {
|
||||||
color : #777;
|
color : #777;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader div.postTitle {
|
body#ttrssZoom div.postHeader div.postTitle {
|
||||||
white-space : normal;
|
white-space : normal;
|
||||||
font-size : 16px;
|
font-size : 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent p {
|
body#ttrssZoom div.postContent p {
|
||||||
max-width : 650px;
|
max-width : 650px;
|
||||||
-webkit-hyphens: auto;
|
-webkit-hyphens: auto;
|
||||||
-moz-hyphens: auto;
|
-moz-hyphens: auto;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postHeader {
|
body#ttrssZoom div.postHeader {
|
||||||
margin : 10px;
|
margin : 10px;
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
|
@ -52,22 +52,22 @@ div.postHeader {
|
||||||
background : white;
|
background : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postReply {
|
body#ttrssZoom div.postReply {
|
||||||
border : 1px solid #ddd;
|
border : 1px solid #ddd;
|
||||||
background : white;
|
background : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer {
|
body#ttrssZoom div.footer {
|
||||||
margin-top : 1em;
|
margin-top : 1em;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent img {
|
body#ttrssZoom div.postContent img {
|
||||||
max-width : 650px;
|
max-width : 630px;
|
||||||
height : auto;
|
height : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent blockquote {
|
body#ttrssZoom div.postContent blockquote {
|
||||||
margin : 5px 0px 5px 0px;
|
margin : 5px 0px 5px 0px;
|
||||||
color : #555;
|
color : #555;
|
||||||
padding-left : 10px;
|
padding-left : 10px;
|
||||||
|
@ -76,13 +76,13 @@ div.postContent blockquote {
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent code {
|
body#ttrssZoom div.postContent code {
|
||||||
color : #009900;
|
color : #009900;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postContent pre {
|
body#ttrssZoom div.postContent pre {
|
||||||
margin : 5px 0px 5px 0px;
|
margin : 5px 0px 5px 0px;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
color : #555;
|
color : #555;
|
||||||
|
|
Loading…
Reference in a new issue