mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00

- Story titles author now next to date, and same color as content. - Story titles now always bold. - Story titles are now positioned to have equal top spacing (i.e. normalized). - Unread indicator now top-aligned. - Added border radius and margin to highlighted feeds. - Feed favicons are now rounded. - Blurblogs moved below folders. - Fixed an issue with the feed detail settings for some folder types. - Renamed All Stories to All Site Stories, to match web. - Removed border from story content header.
292 lines
6.1 KiB
CSS
292 lines
6.1 KiB
CSS
/**
|
|
* Medium Theme overrides
|
|
*/
|
|
|
|
/**
|
|
* Universal Style
|
|
*/
|
|
|
|
body {
|
|
color: #eeeeee;
|
|
background-color: #444444;
|
|
}
|
|
|
|
/* ========== */
|
|
/* = Header = */
|
|
/* ========== */
|
|
|
|
.NB-header {
|
|
color: #bbbbbb;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#404040));
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .1);
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.NB-story-title {
|
|
color: #313330;
|
|
}
|
|
|
|
.NB-story-title-positive {
|
|
color: #6DB764;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .2);
|
|
}
|
|
.NB-story-title-negative {
|
|
color: #D07C80;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .2);
|
|
}
|
|
|
|
.NB-story-permalink {
|
|
color: lightgray;
|
|
}
|
|
.NB-story-toggle-changes {
|
|
color: #c6c6c6;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .1);
|
|
}
|
|
.NB-story-date {
|
|
color: #c6c6c6;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .1);
|
|
}
|
|
|
|
.NB-middot {
|
|
color: #A0A0A0;
|
|
}
|
|
|
|
.NB-story-author {
|
|
color: #c6c6c6;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .1);
|
|
}
|
|
.NB-story-author-positive {
|
|
color: #58A353;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .2);
|
|
}
|
|
.NB-story-author-negative {
|
|
color: #B85044;
|
|
text-shadow: 0 1px 0 rgba(28, 28, 28, .2);
|
|
}
|
|
|
|
.NB-story-tag {
|
|
background-color: rgba(40, 40, 40, .2);
|
|
color: #959B8B;
|
|
text-shadow: 0 1px 0 #505050;
|
|
border-color: rgba(186, 186, 186, .2) transparent rgba(0, 0, 0, .1);
|
|
}
|
|
.NB-story-tag-positive {
|
|
background-color: #88B383;
|
|
color: white;
|
|
text-shadow: 0 1px 0 #588353;
|
|
border-color: rgba(255, 255, 255, .2) transparent rgba(0, 0, 0, .1);
|
|
}
|
|
.NB-story-tag-negative {
|
|
background-color: #C89094;
|
|
color: white;
|
|
text-shadow: 0 1px 0 #986064;
|
|
border-color: rgba(255, 255, 255, .2) transparent rgba(0, 0, 0, .1);
|
|
}
|
|
.NB-story-tag .NB-highlight,
|
|
.NB-user-tag .NB-highlight,
|
|
.NB-story-author .NB-highlight,
|
|
.NB-show-profile .NB-highlight {
|
|
background-color: #000;
|
|
}
|
|
|
|
.NB-user-tag {
|
|
color: #959B8B;
|
|
text-shadow: 0 1px 0 #505050;
|
|
border-color: rgba(186, 186, 186, .2) transparent rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
.NB-user-tag.NB-add-user-tag {
|
|
background: rgba(0, 0, 0, .25) url("add_tag.png") no-repeat 6px 3px;
|
|
background-size: 8px;
|
|
color: #ADB2A6;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
.NB-story-starred-date {
|
|
color: #b5bbac;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
a {
|
|
color: #A2C8F8;
|
|
}
|
|
a:active {
|
|
color: #F99D8A;
|
|
}
|
|
|
|
.NB-story blockquote {
|
|
border-left-color: #676264;
|
|
background-color: #6c696a;
|
|
}
|
|
|
|
.NB-story blockquote p {
|
|
background-color: #6c696a;
|
|
}
|
|
|
|
ins {
|
|
background-color: #475D49;
|
|
text-decoration: none;
|
|
}
|
|
|
|
del {
|
|
background-color: #685253
|
|
/*display: none;*/
|
|
}
|
|
|
|
.NB-story ins {
|
|
background-color: #475D49;
|
|
text-decoration: none
|
|
}
|
|
|
|
.NB-story del {
|
|
background-color: #685253
|
|
}
|
|
|
|
.NB-newsletter p,
|
|
.NB-newsletter div,
|
|
.NB-newsletter span,
|
|
.NB-newsletter td {
|
|
color: #c0c0c0 !important;
|
|
background-color: #444444 !important;
|
|
}
|
|
.NB-newsletter h1,
|
|
.NB-newsletter h2,
|
|
.NB-newsletter h3,
|
|
.NB-newsletter h4,
|
|
.NB-newsletter h5,
|
|
.NB-newsletter h6 {
|
|
color: #c0c0c0 !important;
|
|
background-color: #444444 !important;
|
|
}
|
|
|
|
/* Comments */
|
|
|
|
.NB-story-comments-group:last-child {
|
|
border-bottom: 1px solid #707070;
|
|
}
|
|
|
|
#story_pane .NB-story-comments-shares-teaser.NB-highlighted {
|
|
color: #aaaaaa;
|
|
background-color: #111111;
|
|
}
|
|
|
|
#story_pane .NB-story-comment-reply.NB-highlighted {
|
|
color: #aaaaaa;
|
|
background-color: #111111;
|
|
}
|
|
|
|
#story_pane .NB-story-comment.NB-highlighted {
|
|
color: #aaaaaa;
|
|
background-color: #111111;
|
|
}
|
|
|
|
.NB-story-comment:last-child {
|
|
border-bottom: 1px solid #A6A6A6;
|
|
}
|
|
|
|
/* Edit, Like, and Reply buttons */
|
|
|
|
.NB-button {
|
|
text-shadow: 0px 1px 0px rgba(255,255,255,1);
|
|
}
|
|
|
|
.NB-button a {
|
|
color: rgba(255, 255, 255, .8);
|
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
.NB-button div {
|
|
background: -webkit-gradient(
|
|
linear, left top, left bottom,
|
|
from(#E9AF86),
|
|
color-stop(0.50, #E9AF86),
|
|
color-stop(0.50, #E5A87F),
|
|
to(#E5A87F));
|
|
border: 1px solid transparent;
|
|
border-color: rgba(255, 255, 255, .3) rgba(0, 0, 0, .2) rgba(0, 0, 0, .3) rgba(255, 255, 255, .2);
|
|
}
|
|
.NB-button.NB-share-button div {
|
|
color: rgba(187, 187, 187, 0.6);
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
|
|
border: 1px solid rgb(255, 255, 255, 0.25);
|
|
}
|
|
.NB-button:active div,
|
|
.NB-button.NB-button-active div {
|
|
background: -webkit-gradient(
|
|
linear, left top, left bottom,
|
|
from(#6C6D69),
|
|
color-stop(0.50, #6C6D69),
|
|
color-stop(0.50, #656662),
|
|
to(#656662));
|
|
}
|
|
|
|
.NB-button.selected div {
|
|
background: #2379bf;
|
|
}
|
|
|
|
.NB-button.NB-share-button:active div,
|
|
.NB-button.NB-share-button.NB-button-active div {
|
|
color: darkgrey;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
/* Story Comments */
|
|
|
|
#story_pane .NB-story-comment {
|
|
border-bottom: 1px solid #909090;
|
|
background:#888888;
|
|
}
|
|
|
|
#story_pane .NB-story-comment .NB-story-comment-username {
|
|
color: lightblue;
|
|
text-shadow: 0 1px 0 #808080;
|
|
}
|
|
#story_pane .NB-story-comment .NB-story-comment-date {
|
|
color: #c0c0c0;
|
|
}
|
|
|
|
#story_pane .NB-story-comment .NB-story-comment-content {
|
|
color: #dddddd;
|
|
}
|
|
|
|
#story_pane .NB-story-comment-reply {
|
|
border-top: 1px solid #888888;
|
|
}
|
|
|
|
#story_pane .NB-story-comment-reply-content {
|
|
color: #dddddd;
|
|
}
|
|
|
|
#story_pane .NB-story-comment-reply-form .NB-error {
|
|
color: #6A1000;
|
|
}
|
|
#story_pane .NB-story-comment .NB-story-comment-location {
|
|
color: #A0A0A0;
|
|
}
|
|
#story_pane .NB-story-comments-public-teaser,
|
|
#story_pane .NB-story-comments-public-header,
|
|
#story_pane .NB-story-comments-friends-header {
|
|
background-color: #999999;
|
|
color: white;
|
|
text-shadow: 0 1px 0 #808080;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#909090));
|
|
color: #eeeeee;
|
|
border-color: #808080 transparent #767676;
|
|
}
|
|
|
|
#story_pane .NB-story-comments-shares-teaser {
|
|
background-color: #999999;
|
|
color: #eeeeee;
|
|
text-shadow: 0 1px 0 #808080;
|
|
border-bottom: 1px solid #626262;
|
|
-webkit-box-shadow: inset 0px 2px 1px #818181;
|
|
}
|
|
|
|
.NB-text-view-premium-only {
|
|
background-color: gray;
|
|
}
|
|
|
|
.NB-text-view-premium-only .NB-feed-story-premium-only-divider {
|
|
filter: invert(100%);
|
|
}
|