forked from Archives/Athou_commafeed
Update _dark.scss
This commit is contained in:
@@ -1,152 +1,183 @@
|
|||||||
#theme-dark {
|
#theme-dark {
|
||||||
|
|
||||||
.btn {
|
* {
|
||||||
border: 0;
|
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
body {
|
.btn {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.btn-default,
|
||||||
|
.btn-primary,
|
||||||
|
.btn-success,
|
||||||
|
.btn-info,
|
||||||
|
.btn-warning,
|
||||||
|
.btn-danger {
|
||||||
|
background: none;
|
||||||
|
text-shadow: none;
|
||||||
|
color: #424345;
|
||||||
|
}
|
||||||
|
.btn-default:active,
|
||||||
|
.btn-primary:active,
|
||||||
|
.btn-success:active,
|
||||||
|
.btn-info:active,
|
||||||
|
.btn-warning:active,
|
||||||
|
.btn-danger:active,
|
||||||
|
.btn-default.active,
|
||||||
|
.btn-primary.active,
|
||||||
|
.btn-success.active,
|
||||||
|
.btn-info.active,
|
||||||
|
.btn-warning.active,
|
||||||
|
.btn-danger.active {
|
||||||
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15) 0 1px 1px rgba(0,0,0,0.075);
|
||||||
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15) 0 1px 1px rgba(0,0,0,0.075);
|
||||||
|
-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15) 0 1px 1px rgba(0,0,0,0.075);
|
||||||
|
-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15) 0 1px 1px rgba(0,0,0,0.075);
|
||||||
|
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15) 0 1px 1px rgba(0,0,0,0.075);
|
||||||
|
background: #e0e0e0;
|
||||||
|
}
|
||||||
|
.btn-default {
|
||||||
|
background: #c7cbcc;
|
||||||
|
}
|
||||||
|
.btn:hover {
|
||||||
|
background: #e0e0e0;
|
||||||
|
}
|
||||||
|
.dropdown-menu {
|
||||||
|
background: #c7cbcc;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
-ms-border-radius: 4px;
|
||||||
|
-o-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
border: none;
|
||||||
|
color: #424345;
|
||||||
|
}
|
||||||
|
.dropdown-menu a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
.dropdown-menu .divider {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.btn-primary:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #526b94;
|
|
||||||
}
|
}
|
||||||
body #toolbar {
|
.btn-primary:active {
|
||||||
background: #526b94;
|
color: #000;
|
||||||
}
|
}
|
||||||
[type='button'],
|
.btn-primary:active:hover {
|
||||||
[ng-click='toSettings()'],
|
color: #000;
|
||||||
button[type='submit']:not(.btn-primary) {
|
|
||||||
background: #c7cbcc;
|
|
||||||
}
|
}
|
||||||
button[data-toggle='dropdown'] {
|
.btn-default:hover {
|
||||||
background: #d8dadb;
|
color: #000;
|
||||||
}
|
}
|
||||||
button[ui-sref*='feed'] {
|
.btn-default:active {
|
||||||
background: #c7cbcc;
|
color: #000;
|
||||||
|
}
|
||||||
|
.btn-default:active:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
-webkit-transition: all 400ms linear;
|
||||||
|
-moz-transition: all 400ms linear;
|
||||||
|
-ms-transition: all 400ms linear;
|
||||||
|
-o-transition: all 400ms linear;
|
||||||
|
transition: all 400ms linear;
|
||||||
}
|
}
|
||||||
input[ng-model='keywords'] {
|
input[ng-model='keywords'] {
|
||||||
background: #526b94;
|
-webkit-transition: all 400ms linear;
|
||||||
height: 32px;
|
-moz-transition: all 400ms linear;
|
||||||
-webkit-border-radius: 3px;
|
-ms-transition: all 400ms linear;
|
||||||
-moz-border-radius: 3px;
|
-o-transition: all 400ms linear;
|
||||||
-ms-border-radius: 3px;
|
transition: all 400ms linear;
|
||||||
-o-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #d8dadb;
|
|
||||||
}
|
}
|
||||||
input[ng-model='keywords']:focus {
|
input[ng-model='keywords']:focus {
|
||||||
background: #d8dadb;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
.entry-heading-link {
|
|
||||||
background: #c7cbcc;
|
background: #c7cbcc;
|
||||||
}
|
}
|
||||||
a[ng-click*='goToFeed'] {
|
a[ng-click^='tab'] {
|
||||||
color: #e6c6c9;
|
-webkit-transition: all 390ms linear;
|
||||||
|
-moz-transition: all 390ms linear;
|
||||||
|
-ms-transition: all 390ms linear;
|
||||||
|
-o-transition: all 390ms linear;
|
||||||
|
transition: all 390ms linear;
|
||||||
}
|
}
|
||||||
.entry-body-content a[target='_blank'][href^='http'] {
|
a[ng-click^='tab']:hover {
|
||||||
color: #e6c6c9;
|
|
||||||
}
|
|
||||||
span[ng-class*='unread'][unread] {
|
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
a[ng-click*='feedClicked'][selected] {
|
.css-treeview li {
|
||||||
color: #526b94;
|
-webkit-transition: all 150ms linear;
|
||||||
|
-moz-transition: all 150ms linear;
|
||||||
|
-ms-transition: all 150ms linear;
|
||||||
|
-o-transition: all 150ms linear;
|
||||||
|
transition: all 150ms linear;
|
||||||
}
|
}
|
||||||
.unread-counter {
|
body {
|
||||||
color: #000 !important;
|
background: #788587;
|
||||||
|
color: #424345;
|
||||||
}
|
}
|
||||||
div.entry-title a {
|
body a {
|
||||||
text-decoration: underline;
|
color: #e0e0e0;
|
||||||
color: #bc6d75;
|
|
||||||
}
|
}
|
||||||
.entry {
|
.toolbar {
|
||||||
box-shadow: none !important;
|
background: #788587;
|
||||||
}
|
|
||||||
div.settings a {
|
|
||||||
color: #d8dadb;
|
|
||||||
}
|
}
|
||||||
.page-header {
|
.page-header {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
a[ng-click^='tab ='] {
|
.entrylist-header {
|
||||||
color: #d8dadb;
|
border: none;
|
||||||
}
|
}
|
||||||
a[ng-click^='tab =']:hover {
|
.entrylist-header h3,
|
||||||
color: #000;
|
.entrylist-header a {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
div.about-module a {
|
#feed-accordion .entry-body {
|
||||||
color: #d8dadb;
|
background: #c7cbcc;
|
||||||
}
|
|
||||||
div.entry-body.ng-scope {
|
|
||||||
background: #d8dadb;
|
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
div.entry-body.ng-scope a[href^='http'] {
|
#feed-accordion .entry-body a:not([popup]) {
|
||||||
color: #428bcf;
|
color: #a68589;
|
||||||
|
}
|
||||||
|
#feed-accordion .entry-body a:not([popup]):visited {
|
||||||
|
color: #8d8e8e;
|
||||||
|
}
|
||||||
|
#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);
|
||||||
|
-ms-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
|
||||||
|
-o-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
|
||||||
|
box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
#feed-accordion .highlight-search {
|
||||||
|
background: inherit;
|
||||||
}
|
}
|
||||||
#feed-accordion .entry-buttons {
|
#feed-accordion .entry-buttons {
|
||||||
background: #bc6d75;
|
background: #a68589;
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
#feed-accordion .entry-body .entry-subtitle {
|
#feed-accordion.expanded .entry {
|
||||||
display: inline;
|
-webkit-box-shadow: none;
|
||||||
}
|
-moz-box-shadow: none;
|
||||||
.main .spinner {
|
-ms-box-shadow: none;
|
||||||
margin-left: 25px;
|
-o-box-shadow: none;
|
||||||
}
|
box-shadow: none;
|
||||||
div#uvTab {
|
border: none;
|
||||||
visibility: hidden;
|
margin-bottom: 30px;
|
||||||
}
|
|
||||||
pre {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
.ng-scope img {
|
|
||||||
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
|
|
||||||
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
|
|
||||||
-ms-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
|
|
||||||
-o-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
|
|
||||||
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
|
|
||||||
}
|
|
||||||
span[ng-class*='unread'] {
|
|
||||||
-webkit-transition: all 390ms linear;
|
|
||||||
-moz-transition: all 390ms linear;
|
|
||||||
-ms-transition: all 390ms linear;
|
|
||||||
-o-transition: all 390ms linear;
|
|
||||||
transition: all 390ms linear;
|
|
||||||
}
|
|
||||||
.btn {
|
|
||||||
-webkit-transition: all 400ms linear;
|
|
||||||
-moz-transition: all 400ms linear;
|
|
||||||
-ms-transition: all 400ms linear;
|
|
||||||
-o-transition: all 400ms linear;
|
|
||||||
transition: all 400ms linear;
|
|
||||||
}
|
}
|
||||||
input[ng-model='keywords'] {
|
input[ng-model='keywords'] {
|
||||||
-webkit-transition: all 400ms linear;
|
border: none;
|
||||||
-moz-transition: all 400ms linear;
|
height: 32px;
|
||||||
-ms-transition: all 400ms linear;
|
background: #9ba8aa;
|
||||||
-o-transition: all 400ms linear;
|
|
||||||
transition: all 400ms linear;
|
|
||||||
}
|
}
|
||||||
a[ng-click^='tab ='] {
|
.css-treeview .unread-counter {
|
||||||
-webkit-transition: all 390ms linear;
|
color: #000;
|
||||||
-moz-transition: all 390ms linear;
|
}
|
||||||
-ms-transition: all 390ms linear;
|
.css-treeview li .tree-item:hover {
|
||||||
-o-transition: all 390ms linear;
|
background: #ebebeb;
|
||||||
transition: all 390ms linear;
|
}
|
||||||
|
.css-treeview a:hover {
|
||||||
|
font-size: 1.02em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*______________
|
|
||||||
original buttons
|
|
||||||
_______________*/
|
|
||||||
/*
|
|
||||||
[type='button'], [ng-click='toSettings()'], button[type='submit']:not(.btn-primary) {
|
|
||||||
background: #bc6d75;
|
|
||||||
}
|
|
||||||
button[data-toggle='dropdown'], button[ui-sref*='feed'] {
|
|
||||||
background: #e6c6c9;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user