mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-04 13:59:23 +01:00
Make some tweaks to article css.
This commit is contained in:
parent
18a5c6114e
commit
b3e54a0ab2
@ -1,10 +1,10 @@
|
|||||||
body {
|
body {
|
||||||
color: #444;
|
color: #444;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin-top: 42px;
|
margin-top: 32px;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
margin-left: 80px;
|
margin-left: 96px;
|
||||||
margin-right: 80px;
|
margin-right: 96px;
|
||||||
font-family: -apple-system;
|
font-family: -apple-system;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
@ -19,26 +19,16 @@ a:hover {
|
|||||||
}
|
}
|
||||||
.articleDateline {
|
.articleDateline {
|
||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
border-bottxom: 1px solid rgba(0, 0, 0, 0.1);
|
border-bxottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
border-txop: 1px solid rgba(0, 0, 0, 0.1);
|
border-toxp: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 32px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.articleDateline a:link, #articleDateline a:visited {
|
.articleDateline, .articleDateline a:link, .articleDateline a:visited {
|
||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
#articleDateline img {
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
.articleDate {
|
|
||||||
color: #2db6ff;
|
|
||||||
text-align: right;
|
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
|
||||||
padding-bottom: 8px;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
#articleDescription {
|
#articleDescription {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
@ -57,9 +47,14 @@ a:hover {
|
|||||||
}
|
}
|
||||||
.articleTitle {
|
.articleTitle {
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.headerContainer {
|
.headerContainer {
|
||||||
border-botxtom: 1px solid rgba(0, 0, 0, 0.1);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
.headerContainer a:link, .headerContainer a:visited {
|
||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
@ -72,15 +67,12 @@ a:hover {
|
|||||||
.avatar img {
|
.avatar img {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.headerContainer a:link, .headerContainer a:visited {
|
|
||||||
color: rgba(0, 0, 0, 0.3);
|
|
||||||
}
|
|
||||||
.feedIcon {
|
.feedIcon {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
line-height: 1.15em;
|
line-height: 1.15em;
|
||||||
font-weight: medium;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: -apple-system, "Helvetica Neue"
|
font-family: -apple-system, "Helvetica Neue"
|
||||||
|
Loading…
Reference in New Issue
Block a user