forked from Archives/Athou_commafeed
Update _dark.scss
This commit is contained in:
@@ -124,6 +124,9 @@ body {
|
||||
body a {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
body h3 {
|
||||
color: #424345;
|
||||
}
|
||||
.toolbar {
|
||||
background: #788587;
|
||||
}
|
||||
@@ -151,21 +154,24 @@ body a {
|
||||
background: #ebebeb;
|
||||
}
|
||||
#feed-accordion .entry-heading-link {
|
||||
color: #383838 !important;
|
||||
color: #383838;
|
||||
}
|
||||
#feed-accordion .entry-heading-link:hover {
|
||||
color: #000;
|
||||
}
|
||||
#feed-accordion .entry-body {
|
||||
background: #c7cbcc;
|
||||
padding-left: 15px;
|
||||
padding: 15px 0 0 15px;
|
||||
}
|
||||
#feed-accordion .entry-body a:not([popup]) {
|
||||
color: #a68589;
|
||||
color: #2c4967;
|
||||
}
|
||||
#feed-accordion .entry-body a:not([popup]):visited {
|
||||
color: #8d8e8e;
|
||||
}
|
||||
#feed-accordion .entry-body .entry-title {
|
||||
display: none;
|
||||
}
|
||||
#feed-accordion .entry-body img {
|
||||
-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
|
||||
-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
|
||||
@@ -190,11 +196,17 @@ body a {
|
||||
border: none;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link {
|
||||
color: #a68589;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
border: none;
|
||||
height: 32px;
|
||||
background: #9ba8aa;
|
||||
}
|
||||
.css-treeview .selected {
|
||||
color: #905158 !important;
|
||||
}
|
||||
.css-treeview .unread-counter {
|
||||
color: #000;
|
||||
}
|
||||
@@ -213,4 +225,52 @@ input[ng-model='keywords'] {
|
||||
#uvTab:hover {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/*dangerous stuff*/
|
||||
#feed-accordion.expanded .entry .entry-heading-link>.feed-name {
|
||||
float: right;
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-right: 150px;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link .entry-name {
|
||||
margin-left: 40px;
|
||||
color: #a68589;
|
||||
}
|
||||
@media only screen and (max-width: 800px) {
|
||||
#toolbar {
|
||||
display: none;
|
||||
}
|
||||
.sidebar-nav-fixed>.btn-group {
|
||||
display: none;
|
||||
}
|
||||
.entryList {
|
||||
padding-top: 10px;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link>.feed-name {
|
||||
float: left;
|
||||
width: 50px;
|
||||
font-size: 0;
|
||||
position: initial;
|
||||
display: block;
|
||||
margin-right: 0;
|
||||
margin-right: initial;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link>.feed-name .star {
|
||||
font-size: 14px;
|
||||
font-size: initial;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link>.feed-name img {
|
||||
margin-top: -14px;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link>.feed-name:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: left;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link .entry-name {
|
||||
margin-left: 55px;
|
||||
color: #a68589;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user