mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
css tweaks for utility and exported articles, etc
This commit is contained in:
+15
-6
@@ -215,7 +215,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#headlines-frame.normal {
|
#headlines-frame.normal {
|
||||||
font-size : 13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hl {
|
.hl {
|
||||||
@@ -999,22 +999,31 @@ div.postHeader span.author {
|
|||||||
body#ttrssZoom {
|
body#ttrssZoom {
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
padding : 2em;
|
padding : 20px;
|
||||||
max-width : 800px;
|
max-width : 800px;
|
||||||
background : #f0f0f0;
|
background : #f9fbff;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#ttrssZoom div.postContent p {
|
body#ttrssZoom div.postContent p {
|
||||||
max-width : 650px;
|
max-width : 650px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body#ttrssZoom div.postHeader {
|
||||||
|
margin : 10px;
|
||||||
|
border : 1px solid #ccc;
|
||||||
|
box-shadow : none;
|
||||||
|
border-radius : 4px;
|
||||||
|
}
|
||||||
|
|
||||||
body#ttrssZoom div.postReply {
|
body#ttrssZoom div.postReply {
|
||||||
border : 1px solid #ccc;
|
border : 1px solid #ccc;
|
||||||
box-shadow : 0px 0px 3px #ccc;
|
border-radius : 4px;
|
||||||
|
box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
|
||||||
|
background : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#ttrssZoom div.postContent {
|
body#ttrssZoom div.postContent {
|
||||||
background-color : white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body#ttrssZoom div.footer {
|
body#ttrssZoom div.footer {
|
||||||
@@ -1025,7 +1034,7 @@ body#ttrssZoom div.footer {
|
|||||||
body#ttrssZoom div.postContent img {
|
body#ttrssZoom div.postContent img {
|
||||||
max-width : 650px;
|
max-width : 650px;
|
||||||
height : auto;
|
height : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
select.attachments {
|
select.attachments {
|
||||||
display : block;
|
display : block;
|
||||||
|
|||||||
+8
-6
@@ -1,7 +1,9 @@
|
|||||||
body {
|
body {
|
||||||
font-family : sans-serif;
|
background : #f9fbff;
|
||||||
font-size : 12px;
|
color : black;
|
||||||
background : #eee;
|
padding : 0px;
|
||||||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
max-width : 800px;
|
max-width : 800px;
|
||||||
@@ -16,7 +18,8 @@ div.content {
|
|||||||
background : white;
|
background : white;
|
||||||
border : 1px solid #ccc;
|
border : 1px solid #ccc;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
box-shadow : 0px 0px 3px #ccc;
|
border-radius : 4px;
|
||||||
|
box-shadow : inset 0 0 3px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
p.warning {
|
p.warning {
|
||||||
@@ -96,9 +99,8 @@ div.warning span, div.notice span, div.error span {
|
|||||||
h1 {
|
h1 {
|
||||||
color : #88b0f0;
|
color : #88b0f0;
|
||||||
font-size : 32px;
|
font-size : 32px;
|
||||||
font-family : serif;
|
|
||||||
margin : 20px 0px 5px 0px;
|
margin : 20px 0px 5px 0px;
|
||||||
text-shadow : 2px 2px 2px #fff;
|
text-shadow : 0 0 6px #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user