forked from Archives/Athou_commafeed
Update _dark.scss
some minor stuff, transition, etc.
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
#theme-dark {
|
#theme-dark {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
transition: all 400ms linear;
|
||||||
|
-webkit-transition: all 400ms linear;
|
||||||
|
-moz-transition: all 400ms linear;
|
||||||
|
-ms-transition: all 400ms linear;
|
||||||
|
-o-transition: all 400ms linear;
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
@@ -64,21 +69,25 @@ div.about-module a {
|
|||||||
color: #e6c6c9;
|
color: #e6c6c9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*______________________________________________________
|
/* opened feed bg color - changed to grey?*, added padding*/
|
||||||
opened feed bg color - changed to grey?*, added padding*/
|
|
||||||
div.entry-body.ng-scope {
|
div.entry-body.ng-scope {
|
||||||
background: #D8DADB;
|
background: #D8DADB;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* opened feed link - color changed to default blue */
|
/* opened feed link - color changed to default blue */
|
||||||
div.entry-body.ng-scope a[href^="http"] {
|
div.entry-body.ng-scope a[href^="http"] {
|
||||||
color: #428BCF;
|
color: #428BCF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* opened feed icon panel - changed to grey?*/
|
/* opened feed icon panel - changed to grey?*/
|
||||||
#feed-accordion .entry-buttons {
|
#feed-accordion .entry-buttons {
|
||||||
background-color: transparent;
|
/*background-color: transparent;*/
|
||||||
|
background-color: #BC6D75;
|
||||||
|
margin-left: -15px;
|
||||||
|
border: none;
|
||||||
|
padding-left: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* future */
|
/* future */
|
||||||
@@ -86,4 +95,28 @@ background-color: transparent;
|
|||||||
display: none;
|
display: none;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
/*____________________________________
|
||||||
|
last - transitions - btn -> top, img shadow, tool icon frame */
|
||||||
|
|
||||||
|
.ng-scope img {
|
||||||
|
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
|
||||||
|
-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);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* left item tree*/
|
||||||
|
span[ng-class*='unread'] {
|
||||||
|
transition: all 390ms linear;
|
||||||
|
-webkit-transition: all 390ms linear;
|
||||||
|
-moz-transition: all 390ms linear;
|
||||||
|
-ms-transition: all 390ms linear;
|
||||||
|
-o-transition: all 390ms linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-header {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user