forked from Archives/Athou_commafeed
format scss files
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
@import "components/help";
|
||||
@import "components/loading-bar";
|
||||
|
||||
@import "components/readabilicons";
|
||||
@import "components/zocial";
|
||||
|
||||
@import "mobile/mobile";
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
}
|
||||
.donate-action {
|
||||
margin-top: 20px;
|
||||
|
||||
}
|
||||
|
||||
.donate-image {
|
||||
|
||||
@@ -82,7 +82,9 @@
|
||||
margin: 3px 0px 3px;
|
||||
}
|
||||
|
||||
.css-treeview label,.css-treeview a,.css-treeview label::before {
|
||||
.css-treeview label,
|
||||
.css-treeview a,
|
||||
.css-treeview label::before {
|
||||
font-family: inherit;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
@@ -102,11 +104,11 @@
|
||||
}
|
||||
|
||||
.css-treeview .unread ~ .unread-counter::before {
|
||||
content: '(';
|
||||
content: "(";
|
||||
}
|
||||
|
||||
.css-treeview .unread ~ .unread-counter::after {
|
||||
content: ')';
|
||||
content: ")";
|
||||
}
|
||||
|
||||
.css-treeview a {
|
||||
@@ -122,7 +124,7 @@
|
||||
}
|
||||
|
||||
.css-treeview li .tree-item:hover {
|
||||
background-color: #EBEBEB;
|
||||
background-color: #ebebeb;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
position: fixed;
|
||||
background-color: #FFF;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.toolbar .donate {
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'readabilicons';
|
||||
src: url('../font/readabilicons-regular.eot'); /* IE9 Compat Modes */
|
||||
src: url('../font/readabilicons-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../font/readabilicons-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../font/readabilicons-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../font/readabilicons-regular.svg#readabiliconsregular') format('svg'); /* Legacy iOS */
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.icon-couch::before {
|
||||
content: "\e018";
|
||||
font-family: "readabilicons";
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
@@ -66,7 +66,7 @@ label {
|
||||
|
||||
.horizontal-align {
|
||||
padding-top: 5px;
|
||||
line-height: 20px
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.welcome .container-fluid {
|
||||
@@ -84,7 +84,7 @@ label {
|
||||
}
|
||||
|
||||
.welcome .tagline {
|
||||
color: #B3B3B3;
|
||||
color: #b3b3b3;
|
||||
font-size: 28px;
|
||||
padding-top: 110px;
|
||||
}
|
||||
@@ -96,7 +96,7 @@ label {
|
||||
|
||||
.welcome .demo {
|
||||
font-size: 24px;
|
||||
color: #B3B3B3;
|
||||
color: #b3b3b3;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -129,20 +129,25 @@ blockquote p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.btn, .btn-large, .btn-small, .btn-mini {
|
||||
.btn,
|
||||
.btn-large,
|
||||
.btn-small,
|
||||
.btn-mini {
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
.btn-group>.btn:first-child, .btn-group>.btn-large:first-child {
|
||||
.btn-group > .btn:first-child,
|
||||
.btn-group > .btn-large:first-child {
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
|
||||
.btn-group>.btn:last-child, .btn-group>.btn-large:last-child, .btn-group>.dropdown-toggle
|
||||
{
|
||||
.btn-group > .btn:last-child,
|
||||
.btn-group > .btn-large:last-child,
|
||||
.btn-group > .dropdown-toggle {
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
@@ -8,8 +8,8 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track:hover {
|
||||
background-color: rgba(0, 0, 0, .05);
|
||||
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
html.mobile, html.tablet {
|
||||
html.mobile,
|
||||
html.tablet {
|
||||
body {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
@@ -15,7 +16,8 @@ html.mobile, html.tablet {
|
||||
.left-menu {
|
||||
display: none !important;
|
||||
}
|
||||
.left-menu .feed-link, .left-menu .category-link {
|
||||
.left-menu .feed-link,
|
||||
.left-menu .category-link {
|
||||
line-height: 30px;
|
||||
font-size: 105%;
|
||||
}
|
||||
@@ -51,7 +53,8 @@ html.mobile, html.tablet {
|
||||
right: 40px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
#feed-accordion .entry-buttons .checkbox, #feed-accordion .entry-buttons .form-group {
|
||||
#feed-accordion .entry-buttons .checkbox,
|
||||
#feed-accordion .entry-buttons .form-group {
|
||||
display: inline-block;
|
||||
}
|
||||
#feed-accordion .tags-panel {
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
#theme-MRACHINI {
|
||||
/*transitional hightlighting*/
|
||||
.entry-title > a.ng-binding:link, .entry-body-content > div.ng-binding a:link{
|
||||
.entry-title > a.ng-binding:link,
|
||||
.entry-body-content > div.ng-binding a:link {
|
||||
-moz-transition: background-color 1s ease-in 0s;
|
||||
-webkit-transition: background-color 1s ease-in 0s;
|
||||
-o-transition: background-color 1s ease-in 0s;
|
||||
}
|
||||
.entry-title > a.ng-binding:hover, .entry-body-content > div.ng-binding a:hover{
|
||||
.entry-title > a.ng-binding:hover,
|
||||
.entry-body-content > div.ng-binding a:hover {
|
||||
background-color: lime;
|
||||
-moz-transition: background-color 1s ease-out 0s;
|
||||
-webkit-transition: background-color 1s ease-out 0s;
|
||||
-o-transition: background-color 1s ease-out 0s;
|
||||
}
|
||||
.entry-title > a.ng-binding:active, .entry-body-content > div.ng-binding a:active{
|
||||
.entry-title > a.ng-binding:active,
|
||||
.entry-body-content > div.ng-binding a:active {
|
||||
background-color: lime;
|
||||
-moz-transition: none;
|
||||
-webkit-transition: none;
|
||||
@@ -19,16 +22,32 @@
|
||||
}
|
||||
|
||||
/*hovered item*/
|
||||
.entry-heading:hover{box-shadow: inset 0 0 40px 0px lime !important;}
|
||||
.entry-heading:hover {
|
||||
box-shadow: inset 0 0 40px 0px lime !important;
|
||||
}
|
||||
/*hovered tree item*/
|
||||
/*.css-treeview li .tree-item:hover{box-shadow: inset 0 0 20px 0px hsla(7,63%,52%,1) !important;}*/
|
||||
.css-treeview li .tree-item:hover{box-shadow: inset 0 0 20px 0px lime !important;}
|
||||
/*highlight current selected tree item*/
|
||||
.css-treeview li .tree-item .selected{box-shadow: inset 0 0 20px 0px lime !important;}
|
||||
|
||||
.css-treeview .indent1{padding-left:10px}
|
||||
.css-treeview .indent2{padding-left:20px}
|
||||
.css-treeview .indent3{padding-left:30px}
|
||||
.css-treeview .indent4{padding-left:40px}
|
||||
.css-treeview .indent5{padding-left:50px}
|
||||
.css-treeview li .tree-item:hover {
|
||||
box-shadow: inset 0 0 20px 0px lime !important;
|
||||
}
|
||||
/*highlight current selected tree item*/
|
||||
.css-treeview li .tree-item .selected {
|
||||
box-shadow: inset 0 0 20px 0px lime !important;
|
||||
}
|
||||
|
||||
.css-treeview .indent1 {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.css-treeview .indent2 {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.css-treeview .indent3 {
|
||||
padding-left: 30px;
|
||||
}
|
||||
.css-treeview .indent4 {
|
||||
padding-left: 40px;
|
||||
}
|
||||
.css-treeview .indent5 {
|
||||
padding-left: 50px;
|
||||
}
|
||||
}
|
||||
@@ -11,9 +11,9 @@
|
||||
.btn-info,
|
||||
.btn-warning,
|
||||
.btn-danger {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-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);
|
||||
}
|
||||
.btn-default:active,
|
||||
.btn-primary:active,
|
||||
@@ -27,8 +27,8 @@
|
||||
.btn-info.active,
|
||||
.btn-warning.active,
|
||||
.btn-danger.active {
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
@@ -146,8 +146,8 @@
|
||||
}
|
||||
.thumbnail,
|
||||
.img-thumbnail {
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus {
|
||||
@@ -173,20 +173,20 @@
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
background-repeat: repeat-x;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
.navbar-default .navbar-nav > .active > a {
|
||||
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
|
||||
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
|
||||
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
|
||||
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
.navbar-brand,
|
||||
.navbar-nav > li > a {
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
.navbar-inverse {
|
||||
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
|
||||
@@ -200,12 +200,12 @@
|
||||
background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
|
||||
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
|
||||
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
|
||||
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.navbar-inverse .navbar-brand,
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.navbar-static-top,
|
||||
.navbar-fixed-top,
|
||||
@@ -213,9 +213,9 @@
|
||||
border-radius: 0;
|
||||
}
|
||||
.alert {
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.alert-success {
|
||||
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
|
||||
@@ -283,8 +283,8 @@
|
||||
}
|
||||
.list-group {
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:hover,
|
||||
@@ -297,8 +297,8 @@
|
||||
border-color: #3278b3;
|
||||
}
|
||||
.panel {
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.panel-default > .panel-heading {
|
||||
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
|
||||
@@ -342,7 +342,7 @@
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #dcdcdc;
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
#theme-dark {
|
||||
|
||||
* {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
@@ -83,24 +82,24 @@
|
||||
-o-transition: all 400ms linear;
|
||||
transition: all 400ms linear;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
input[ng-model="keywords"] {
|
||||
-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']:focus {
|
||||
input[ng-model="keywords"]:focus {
|
||||
background: #c7cbcc;
|
||||
}
|
||||
a[ng-click^='tab'] {
|
||||
a[ng-click^="tab"] {
|
||||
-webkit-transition: all 390ms linear;
|
||||
-moz-transition: all 390ms linear;
|
||||
-ms-transition: all 390ms linear;
|
||||
-o-transition: all 390ms linear;
|
||||
transition: all 390ms linear;
|
||||
}
|
||||
a[ng-click^='tab']:hover {
|
||||
a[ng-click^="tab"]:hover {
|
||||
color: #000;
|
||||
}
|
||||
.css-treeview li {
|
||||
@@ -199,7 +198,7 @@ body h3 {
|
||||
#feed-accordion.expanded .entry .entry-heading-link {
|
||||
color: #a68589;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
input[ng-model="keywords"] {
|
||||
border: none;
|
||||
height: 32px;
|
||||
background: #9ba8aa;
|
||||
@@ -263,7 +262,7 @@ input[ng-model='keywords'] {
|
||||
margin-top: -14px;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link > .feed-name:after {
|
||||
content: '';
|
||||
content: "";
|
||||
display: block;
|
||||
clear: left;
|
||||
}
|
||||
@@ -272,5 +271,4 @@ input[ng-model='keywords'] {
|
||||
color: #a68589;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
#theme-ebraminio {
|
||||
/* My font setting, a bit specific for Persian but is okay in other languages */
|
||||
body {
|
||||
font-family: Tahoma, 'Iranian sans', 'DejaVu Sans', sans-serif;
|
||||
font-family: Tahoma, "Iranian sans", "DejaVu Sans", sans-serif;
|
||||
}
|
||||
input, button, select, textarea {
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* what said above */
|
||||
}
|
||||
/* Change source-codes in feeds background to white */
|
||||
@@ -11,7 +14,8 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
/* 100% forever */
|
||||
.expanded .entry-header, #feed-accordion .entry-body-content {
|
||||
.expanded .entry-header,
|
||||
#feed-accordion .entry-body-content {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,33 @@
|
||||
#theme-nightsky {
|
||||
a {
|
||||
color: #2A9FD6;
|
||||
color: #2a9fd6;
|
||||
}
|
||||
|
||||
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
|
||||
color: #FFF;
|
||||
background-color: #2A9FD6;
|
||||
.nav-pills > li.active > a,
|
||||
.nav-pills > li.active > a:hover,
|
||||
.nav-pills > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #2a9fd6;
|
||||
}
|
||||
|
||||
body, .toolbar {
|
||||
color: #C6C6C6;
|
||||
background-color: #2F2F2F;
|
||||
body,
|
||||
.toolbar {
|
||||
color: #c6c6c6;
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
background-color: #424242;
|
||||
border-color: #424242;
|
||||
}
|
||||
|
||||
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
|
||||
.btn-default.active, .open>.dropdown-toggle.btn-default {
|
||||
.btn-default:hover,
|
||||
.btn-default:focus,
|
||||
.btn-default.focus,
|
||||
.btn-default:active,
|
||||
.btn-default.active,
|
||||
.open > .dropdown-toggle.btn-default {
|
||||
background-color: #282828;
|
||||
border-color: #232323;
|
||||
}
|
||||
@@ -33,16 +40,18 @@
|
||||
color: #939393;
|
||||
}
|
||||
|
||||
.css-treeview .category-link, .css-treeview a {
|
||||
.css-treeview .category-link,
|
||||
.css-treeview a {
|
||||
color: #939393;
|
||||
}
|
||||
|
||||
.css-treeview a .unread, .css-treeview .category-link .unread {
|
||||
color: #C6C6C6;
|
||||
.css-treeview a .unread,
|
||||
.css-treeview .category-link .unread {
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
.css-treeview .selected {
|
||||
color: #C00;
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
.entrylist-header {
|
||||
@@ -63,7 +72,7 @@
|
||||
|
||||
#feed-accordion .unread .entry-heading .entry-name {
|
||||
font-weight: normal;
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#feed-accordion .unread .entry-heading {
|
||||
@@ -71,11 +80,11 @@
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading {
|
||||
background-color: #2F2F2F;
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
#feed-accordion .unread .entry-heading:hover {
|
||||
background-color: #2F2F2F;
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
#feed-accordion .current.closed .entry-heading {
|
||||
@@ -83,15 +92,15 @@
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading-link {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-external-link {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#feed-accordion .icon-star-empty {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .feed-name {
|
||||
@@ -99,7 +108,7 @@
|
||||
}
|
||||
|
||||
#feed-accordion .entry-body-content {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-buttons {
|
||||
@@ -108,19 +117,18 @@
|
||||
}
|
||||
|
||||
#feed-accordion .share-buttons a {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#feed-accordion a.mark-up-to {
|
||||
color: #C6C6C6;
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
#loading-bar .bar {
|
||||
background: #C6C6C6;
|
||||
background: #c6c6c6;
|
||||
}
|
||||
|
||||
#loading-bar .peg {
|
||||
box-shadow: 0 0 10px #C6C6C6, 0 0 5px #C6C6C6;
|
||||
box-shadow: 0 0 10px #c6c6c6, 0 0 5px #c6c6c6;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#theme-svetla {
|
||||
|
||||
* {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
@@ -95,24 +94,24 @@
|
||||
-o-transition: all 400ms linear;
|
||||
transition: all 400ms linear;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
input[ng-model="keywords"] {
|
||||
-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']:focus {
|
||||
input[ng-model="keywords"]:focus {
|
||||
background: #c7cbcc;
|
||||
}
|
||||
a[ng-click^='tab'] {
|
||||
a[ng-click^="tab"] {
|
||||
-webkit-transition: all 390ms linear;
|
||||
-moz-transition: all 390ms linear;
|
||||
-ms-transition: all 390ms linear;
|
||||
-o-transition: all 390ms linear;
|
||||
transition: all 390ms linear;
|
||||
}
|
||||
a[ng-click^='tab']:hover {
|
||||
a[ng-click^="tab"]:hover {
|
||||
color: #000;
|
||||
}
|
||||
.css-treeview li {
|
||||
@@ -192,7 +191,7 @@ body a {
|
||||
#feed-accordion .entry-body .entry-title .entry-subtitle {
|
||||
display: inline;
|
||||
}
|
||||
#feed-accordion .entry-body .entry-title .entry-subtitle [class^='entry-author'] {
|
||||
#feed-accordion .entry-body .entry-title .entry-subtitle [class^="entry-author"] {
|
||||
font-style: italic;
|
||||
}
|
||||
#feed-accordion .entry-body .entry-title .entry-subtitle .entry-source {
|
||||
@@ -224,7 +223,7 @@ body a {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
input[ng-model="keywords"] {
|
||||
border: none;
|
||||
height: 32px;
|
||||
-webkit-box-shadow: 0 0 2px 1px #eee8d5 inset;
|
||||
@@ -233,7 +232,7 @@ input[ng-model='keywords'] {
|
||||
-o-box-shadow: 0 0 2px 1px #eee8d5 inset;
|
||||
box-shadow: 0 0 2px 1px #eee8d5 inset;
|
||||
}
|
||||
input[ng-model='keywords']:focus {
|
||||
input[ng-model="keywords"]:focus {
|
||||
background: #fff;
|
||||
}
|
||||
.css-treeview .selected {
|
||||
@@ -321,7 +320,7 @@ input[ng-model='keywords']:focus {
|
||||
margin-top: -10px;
|
||||
}
|
||||
#feed-accordion.expanded .entry .entry-heading-link > .feed-name:after {
|
||||
content: '';
|
||||
content: "";
|
||||
display: block;
|
||||
clear: left;
|
||||
}
|
||||
@@ -368,11 +367,11 @@ input[ng-model='keywords']:focus {
|
||||
blockquote {
|
||||
border-left: solid 5px #c4bea6 !important;
|
||||
}
|
||||
a[href^='http://da.feedsportal.com'] {
|
||||
a[href^='http://da.feedsportal.com']
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#theme-third {
|
||||
|
||||
* {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
@@ -83,24 +82,24 @@
|
||||
-o-transition: all 400ms linear;
|
||||
transition: all 400ms linear;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
input[ng-model="keywords"] {
|
||||
-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']:focus {
|
||||
input[ng-model="keywords"]:focus {
|
||||
background: #c7cbcc;
|
||||
}
|
||||
a[ng-click^='tab'] {
|
||||
a[ng-click^="tab"] {
|
||||
-webkit-transition: all 390ms linear;
|
||||
-moz-transition: all 390ms linear;
|
||||
-ms-transition: all 390ms linear;
|
||||
-o-transition: all 390ms linear;
|
||||
transition: all 390ms linear;
|
||||
}
|
||||
a[ng-click^='tab']:hover {
|
||||
a[ng-click^="tab"]:hover {
|
||||
color: #000;
|
||||
}
|
||||
.css-treeview li {
|
||||
@@ -140,7 +139,7 @@ body h3 {
|
||||
}
|
||||
.toolbar:after {
|
||||
display: block;
|
||||
content: '...toolbar';
|
||||
content: "...toolbar";
|
||||
background: rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.toolbar:hover {
|
||||
@@ -215,7 +214,7 @@ body h3 {
|
||||
border: none;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
input[ng-model='keywords'] {
|
||||
input[ng-model="keywords"] {
|
||||
border: none;
|
||||
height: 32px;
|
||||
background: #9ba8aa;
|
||||
@@ -258,5 +257,4 @@ input[ng-model='keywords'] {
|
||||
#uvTab:hover {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user