NetNewsWire/Evergreen/MainWindow/Detail/styleSheet.css

127 lines
2.3 KiB
CSS
Raw Normal View History

2017-05-27 19:43:27 +02:00
body {
color: #444;
background-color: white;
2018-02-24 21:47:07 +01:00
margin-top: 32px;
2017-05-27 19:43:27 +02:00
margin-bottom: 100px;
2018-02-24 21:47:07 +01:00
margin-left: 96px;
margin-right: 96px;
2017-05-27 19:43:27 +02:00
font-family: -apple-system;
font-size: 18px;
}
a {
text-decoration: none;
}
a, a:link, a:visited {
color: hsla(215, 99%, 43%, 1);
2017-05-27 19:43:27 +02:00
}
a:hover {
text-decoration: underline;
}
.articleDateline {
color: rgba(0, 0, 0, 0.3);
2018-02-24 21:47:07 +01:00
border-bxottom: 1px solid rgba(0, 0, 0, 0.1);
border-toxp: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 0px;
padding-top: 0px;
2018-02-24 21:47:07 +01:00
margin-bottom: 32px;
font-style: italic;
2017-05-27 19:43:27 +02:00
}
2018-02-24 21:47:07 +01:00
.articleDateline, .articleDateline a:link, .articleDateline a:visited {
color: rgba(0, 0, 0, 0.3);
2017-05-27 19:43:27 +02:00
}
#articleDescription {
line-height: 1.5em;
}
#authorAvatar {
margin-top: 2em;
text-align: left;
}
#authorAvatar img {
border-radius: 4px;
}
.rightAlign {
text-align: right;
}
.leftAlign {
text-align: left;
}
.articleTitle {
border-top: 1px solid rgba(0, 0, 0, 0.1);
2018-02-24 21:47:07 +01:00
padding-top: 1em;
padding-bottom: 0;
margin-bottom: 0;
}
.headerContainer {
2018-02-24 21:47:07 +01:00
color: rgba(0, 0, 0, 0.3);
}
.headerContainer a:link, .headerContainer a:visited {
color: rgba(0, 0, 0, 0.3);
}
.header {
color: rgba(0, 0, 0, 0.3);
}
.headerTable {
width: 100%;
height: 68px;
}
.avatar img {
border-radius: 4px;
}
.feedIcon {
border-radius: 4px;
}
2017-05-27 19:43:27 +02:00
h1 {
line-height: 1.15em;
2018-02-24 21:47:07 +01:00
font-weight: bold;
2017-05-27 19:43:27 +02:00
}
h1, h2, h3, h4, h5, h6 {
font-family: -apple-system, "Helvetica Neue"
}
code, pre {
font-family: "SF Mono", Menlo, "Courier New", Courier, monospace;
font-size: 14px;
color: #666;
}
pre {
white-space: pre-wrap;
}
img, video {
2017-05-27 19:43:27 +02:00
max-width: 100%;
height: auto;
2017-05-27 19:43:27 +02:00
}
/*Block ads and junk*/
iframe[src*="feedads"],
iframe[src*="doubleclick"],
iframe[src*="plusone.google"] {
display: none !important;
}
a[href*=".ads."],
a[href*="feedads"],
a[href*="feedburner"],
a[href*="doubleclick"],
a[href*="//ads."],
a[href*="api.tweetmeme"],
a[href*="delicious.com/post?"],
a[href*="digg.com/submit?"],
a[href*="google.com/bookmarks/mark?"],
a[href*="posterous.com/share?"],
a[href*="tumblr.com/share?"],
a[href*="linkedin.com/shareArticle?"],
a[href*="facebook.com/share.php?"],
a[href*="http://twitter.com/home?"],
a[href*="addtoany.com/share_save"] {
display: none !important;
}
img[src*=".ads."],
img[src*="//ads."],
img[src*="doubleclick"],
img[src*="feedads"],
img[src*="feedburner"],
img[src*="share-buttons"] {
display: none !important;
}