format scss files

This commit is contained in:
Athou
2022-01-02 16:03:09 +01:00
parent 4fb95799f8
commit 8818bd90e0
18 changed files with 1709 additions and 1691 deletions

View File

@@ -8,7 +8,6 @@
@import "components/help";
@import "components/loading-bar";
@import "components/readabilicons";
@import "components/zocial";
@import "mobile/mobile";

View File

@@ -1,4 +1,4 @@
/* admin */
.admin .users-table {
height: 400px;
}
height: 400px;
}

View File

@@ -1,23 +1,22 @@
.help {
font-size: 85%;
line-height: 15px;
font-size: 85%;
line-height: 15px;
}
.help .bookmarklet-select {
margin: 0;
padding: 0;
height: auto;
margin: 0;
padding: 0;
height: auto;
}
.help .about-module {
margin-bottom: 40px;
margin-bottom: 40px;
}
.donate-action {
margin-top:20px;
margin-top: 20px;
}
.donate-image {
padding-bottom:10px;
padding-right:16px;
padding-bottom: 10px;
padding-right: 16px;
}

View File

@@ -1,15 +1,15 @@
#loading-bar .bar {
background: #2c3e50;
height: 101px;
top: -100px;
position: fixed;
background: #2c3e50;
height: 101px;
top: -100px;
position: fixed;
}
#loading-bar .peg {
box-shadow: 0 0 10px #2c3e50, 0 0 5px #2c3e50;
box-shadow: 0 0 10px #2c3e50, 0 0 5px #2c3e50;
}
#loading-bar-spinner .spinner-icon {
border-top-color: #2c3e50;
border-left-color: #2c3e50;
border-top-color: #2c3e50;
border-left-color: #2c3e50;
}

View File

@@ -1,159 +1,161 @@
/* feed search dialog */
.feed-search-dialog .modal-body {
overflow: hidden;
overflow: hidden;
}
.feed-search-dialog .filter-input {
width: 90%;
width: 90%;
}
.feed-search-dialog .feed-link {
font-size: large;
font-size: large;
}
.feed-search-dialog a:hover {
text-decoration: none;
text-decoration: none;
}
.feed-search-dialog .focus a {
color: black;
color: black;
}
/* tree*/
.sidebar-nav-fixed {
margin-top: 10px;
width: 250px;
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
margin-top: 10px;
width: 250px;
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
}
.sidebar-nav-fixed:hover {
overflow-y: auto;
overflow-y: auto;
}
.sidebar-nav-fixed .ui-resizable-e {
width: 5px;
right: 0;
width: 5px;
right: 0;
}
.full-screen .left-menu {
display: none;
display: none;
}
.css-treeview {
margin-top: 15px;
margin-bottom: 30px;
font-family: inherit;
font-size: 13px;
white-space: nowrap;
margin-top: 15px;
margin-bottom: 30px;
font-family: inherit;
font-size: 13px;
white-space: nowrap;
}
.css-treeview ul {
list-style: none;
margin-left: 0px;
padding: 0;
list-style: none;
margin-left: 0px;
padding: 0;
}
.css-treeview li {
line-height: 20px;
line-height: 20px;
}
.css-treeview .fldr {
cursor: pointer;
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
margin-top: 1px;
cursor: pointer;
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
margin-top: 1px;
}
.css-treeview .error {
color: red;
font-style: italic;
color: red;
font-style: italic;
}
.css-treeview label {
overflow: hidden;
text-overflow: ellipsis;
display: block;
margin: 3px 0px 3px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
margin: 3px 0px 3px;
}
.css-treeview label,.css-treeview a,.css-treeview label::before {
font-family: inherit;
font-size: 12px;
white-space: nowrap;
.css-treeview label,
.css-treeview a,
.css-treeview label::before {
font-family: inherit;
font-size: 12px;
white-space: nowrap;
}
.css-treeview .selected {
color: #d14836;
color: #d14836;
}
.css-treeview .unread {
font-weight: bold;
font-weight: bold;
}
.css-treeview .unread-counter {
color: #666;
font-size: 11px;
color: #666;
font-size: 11px;
}
.css-treeview .unread ~ .unread-counter::before {
content: '(';
content: "(";
}
.css-treeview .unread ~ .unread-counter::after {
content: ')';
content: ")";
}
.css-treeview a {
cursor: pointer;
color: black;
display: block;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
color: black;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.css-treeview a:hover {
text-decoration: none;
text-decoration: none;
}
.css-treeview li .tree-item:hover {
background-color: #EBEBEB;
text-decoration: none;
background-color: #ebebeb;
text-decoration: none;
}
.css-treeview .config {
display: none;
display: none;
}
.css-treeview .tree-item:hover .config {
display: block;
padding-top: 3px;
margin-right: 5px;
width: 16px;
height: 16px;
display: block;
padding-top: 3px;
margin-right: 5px;
width: 16px;
height: 16px;
}
.css-treeview .indent1 {
padding-left: 16px;
padding-left: 16px;
}
.css-treeview .indent2 {
padding-left: 32px;
padding-left: 32px;
}
.css-treeview .indent3 {
padding-left: 48px;
padding-left: 48px;
}
.css-treeview .indent4 {
padding-left: 64px;
padding-left: 64px;
}
.css-treeview .indent5 {
padding-left: 80px;
}
padding-left: 80px;
}

View File

@@ -1,16 +1,16 @@
.toolbar {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
z-index: 10;
position: fixed;
background-color: #FFF;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
z-index: 10;
position: fixed;
background-color: #fff;
}
.toolbar .donate {
display: inline-block;
display: inline-block;
}
.toolbar .keywords {
width: 244px;
}
width: 244px;
}

View File

@@ -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;
}

View File

@@ -1,148 +1,153 @@
a:focus {
outline: none;
text-decoration: none;
outline: none;
text-decoration: none;
}
.container-full {
width: 100%;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
width: 100%;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
body img {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}
body .modal {
display: block;
display: block;
}
body .modal-backdrop {
opacity: 0.5;
opacity: 0.5;
}
label {
font-weight: inherit;
font-weight: inherit;
}
.pointer {
cursor: pointer;
cursor: pointer;
}
.nolink {
color: inherit;
color: inherit;
}
.nolink:hover {
text-decoration: none;
color: inherit;
text-decoration: none;
color: inherit;
}
.clear-both {
clear: both;
clear: both;
}
.block {
display: block;
display: block;
}
.pre-wrap {
white-space: pre-wrap;
white-space: pre-wrap;
}
.form-horizontal .control-group {
margin-bottom: 10px;
margin-bottom: 10px;
}
.bidi-embed {
unicode-bidi: embed;
unicode-bidi: embed;
}
.bs-fb ul {
margin-bottom: 0px;
margin-bottom: 0px;
}
.horizontal-align {
padding-top: 5px;
line-height: 20px
padding-top: 5px;
line-height: 20px;
}
.welcome .container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 950px;
margin-right: auto;
margin-left: auto;
max-width: 950px;
}
.welcome .header {
margin: 20px 0 20px 0;
margin: 20px 0 20px 0;
}
.welcome h3 {
margin-top: 0;
margin-top: 0;
}
.welcome .tagline {
color: #B3B3B3;
font-size: 28px;
padding-top: 110px;
color: #b3b3b3;
font-size: 28px;
padding-top: 110px;
}
.welcome .preview {
margin-top: 20px;
margin-bottom: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.welcome .demo {
font-size: 24px;
color: #B3B3B3;
display: block;
font-size: 24px;
color: #b3b3b3;
display: block;
}
.main .spinner {
display: inline-block;
margin-left: 11px;
top: -4px;
display: inline-block;
margin-left: 11px;
top: -4px;
}
.icon {
width: 14px;
height: 14px;
display: block;
width: 14px;
height: 14px;
display: block;
}
.main .dropdown-menu a {
cursor: pointer;
cursor: pointer;
}
.favicon {
width: 16px;
height: 16px;
width: 16px;
height: 16px;
}
blockquote p {
font-size: 14px;
font-size: 14px;
}
.form-group {
margin-bottom: 10px;
margin-bottom: 10px;
}
.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,
.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 {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
.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
{
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.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;
}

View File

@@ -1,21 +1,21 @@
::-webkit-scrollbar {
height: 8px;
width: 8px;
height: 8px;
width: 8px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.1);
}
::-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 {
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.5);
}
background: rgba(0, 0, 0, 0.5);
}

View File

@@ -1,86 +1,89 @@
html.mobile, html.tablet {
body {
padding-left: 0px;
padding-right: 0px;
}
.container-full {
padding-left: 5px;
padding-right: 5px;
}
.row {
margin-right: 0;
margin-left: 0;
}
html.mobile,
html.tablet {
body {
padding-left: 0px;
padding-right: 0px;
}
.container-full {
padding-left: 5px;
padding-right: 5px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.left-menu {
display: none !important;
}
.left-menu .feed-link, .left-menu .category-link {
line-height: 30px;
font-size: 105%;
}
.toolbar .toolbar-expand.btn-group {
display: inline-block !important;
}
.main-content {
display: block !important;
float: none !important;
width: 100% !important;
margin-left: 0 !important;
padding-left: 0;
padding-right: 0;
}
#feed-accordion .entry-heading .shrink {
margin-left: 0;
margin-right: 0;
}
#feed-accordion .entry-heading .feed-name {
width: 50%;
}
#feed-accordion .feed-name {
margin-top: 22px;
}
#feed-accordion .entry-external-link {
right: 15px;
margin-top: -24px;
}
#feed-accordion .entry-heading-link {
height: 52px;
}
#feed-accordion .entry-heading .entry-date {
right: 40px;
margin-top: 22px;
}
#feed-accordion .entry-buttons .checkbox, #feed-accordion .entry-buttons .form-group {
display: inline-block;
}
#feed-accordion .tags-panel {
display: block;
margin-left: 5px;
}
#feed-accordion a.mark-up-to {
right: 20px;
margin-top: -18px;
}
body.left-menu-active .left-menu {
display: block !important;
width: 100%;
}
body.left-menu-active .sidebar-nav-fixed {
width: 100%;
overflow: auto;
}
body.left-menu-active .main-content {
display: none !important;
}
body.right-menu-active .toolbar .actions {
margin-top: 5px;
margin-left: 0;
}
body.right-menu-active .toolbar .actions {
display: inherit !important;
}
#uvTab {
display: none;
}
}
.left-menu {
display: none !important;
}
.left-menu .feed-link,
.left-menu .category-link {
line-height: 30px;
font-size: 105%;
}
.toolbar .toolbar-expand.btn-group {
display: inline-block !important;
}
.main-content {
display: block !important;
float: none !important;
width: 100% !important;
margin-left: 0 !important;
padding-left: 0;
padding-right: 0;
}
#feed-accordion .entry-heading .shrink {
margin-left: 0;
margin-right: 0;
}
#feed-accordion .entry-heading .feed-name {
width: 50%;
}
#feed-accordion .feed-name {
margin-top: 22px;
}
#feed-accordion .entry-external-link {
right: 15px;
margin-top: -24px;
}
#feed-accordion .entry-heading-link {
height: 52px;
}
#feed-accordion .entry-heading .entry-date {
right: 40px;
margin-top: 22px;
}
#feed-accordion .entry-buttons .checkbox,
#feed-accordion .entry-buttons .form-group {
display: inline-block;
}
#feed-accordion .tags-panel {
display: block;
margin-left: 5px;
}
#feed-accordion a.mark-up-to {
right: 20px;
margin-top: -18px;
}
body.left-menu-active .left-menu {
display: block !important;
width: 100%;
}
body.left-menu-active .sidebar-nav-fixed {
width: 100%;
overflow: auto;
}
body.left-menu-active .main-content {
display: none !important;
}
body.right-menu-active .toolbar .actions {
margin-top: 5px;
margin-left: 0;
}
body.right-menu-active .toolbar .actions {
display: inherit !important;
}
#uvTab {
display: none;
}
}

View File

@@ -1,34 +1,53 @@
#theme-MRACHINI {
/*transitional hightlighting*/
.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{
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{
background-color: lime;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
/*transitional hightlighting*/
.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 {
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 {
background-color: lime;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
/*hovered item*/
.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;}
/*hovered item*/
.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 .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;
}
}

View File

@@ -1,348 +1,348 @@
#theme-bootstrap{
/*!
#theme-bootstrap {
/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default,
.btn-primary,
.btn-success,
.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);
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
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,
.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 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
-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 {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
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, 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, 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, 0.25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
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, 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, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
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%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.list-group {
border-radius: 4px;
-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,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
background-repeat: repeat-x;
border-color: #3278b3;
}
.panel {
-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%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
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, 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);
}
}
.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 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
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);
}
.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);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
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);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
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);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.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);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
background-repeat: repeat-x;
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);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
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);
}
}

View File

@@ -1,276 +1,274 @@
#theme-dark {
* {
outline: 0;
text-decoration: none;
}
.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;
}
.btn-primary:active {
color: #000;
}
.btn-primary:active:hover {
color: #000;
}
.btn-default:hover {
color: #000;
}
.btn-default:active {
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'] {
-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 {
background: #c7cbcc;
}
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 {
color: #000;
}
.css-treeview li {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-ms-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
body {
background: #788587;
color: #424345;
}
body a {
color: #e0e0e0;
}
body h3 {
color: #424345;
}
.toolbar {
background: #788587;
}
.page-header {
border: none;
}
.entrylist-header {
border: none;
}
.entrylist-header h3,
.entrylist-header a {
margin: 0;
}
#feed-accordion .entry {
border: none;
}
#feed-accordion .unread .entry-heading {
background: #c9c9c9;
}
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
background: #ddd;
}
#feed-accordion .unread .entry-heading:hover,
#feed-accordion .unread:nth-of-type(2n):hover {
background: #ebebeb;
}
#feed-accordion .entry-heading-link {
color: #383838;
}
#feed-accordion .entry-heading-link:hover {
color: #000;
}
#feed-accordion .entry-body {
background: #c7cbcc;
padding: 15px 0 0 15px;
}
#feed-accordion .entry-body a:not([popup]) {
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);
-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 {
background: #a68589;
margin-left: -15px;
border: none;
}
#feed-accordion.expanded .entry {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
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;
}
.css-treeview li .tree-item:hover {
background: #ebebeb;
}
.css-treeview a {
color: #383838;
}
.css-treeview a:hover {
font-size: 1.02em;
}
#uvTab {
margin-bottom: -23px;
}
#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;
}
}
* {
outline: 0;
text-decoration: none;
}
.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;
}
.btn-primary:active {
color: #000;
}
.btn-primary:active:hover {
color: #000;
}
.btn-default:hover {
color: #000;
}
.btn-default:active {
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"] {
-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 {
background: #c7cbcc;
}
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 {
color: #000;
}
.css-treeview li {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-ms-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
body {
background: #788587;
color: #424345;
}
body a {
color: #e0e0e0;
}
body h3 {
color: #424345;
}
.toolbar {
background: #788587;
}
.page-header {
border: none;
}
.entrylist-header {
border: none;
}
.entrylist-header h3,
.entrylist-header a {
margin: 0;
}
#feed-accordion .entry {
border: none;
}
#feed-accordion .unread .entry-heading {
background: #c9c9c9;
}
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
background: #ddd;
}
#feed-accordion .unread .entry-heading:hover,
#feed-accordion .unread:nth-of-type(2n):hover {
background: #ebebeb;
}
#feed-accordion .entry-heading-link {
color: #383838;
}
#feed-accordion .entry-heading-link:hover {
color: #000;
}
#feed-accordion .entry-body {
background: #c7cbcc;
padding: 15px 0 0 15px;
}
#feed-accordion .entry-body a:not([popup]) {
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);
-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 {
background: #a68589;
margin-left: -15px;
border: none;
}
#feed-accordion.expanded .entry {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
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;
}
.css-treeview li .tree-item:hover {
background: #ebebeb;
}
.css-treeview a {
color: #383838;
}
.css-treeview a:hover {
font-size: 1.02em;
}
#uvTab {
margin-bottom: -23px;
}
#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;
}
}
}

View File

@@ -1,17 +1,21 @@
#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;
}
input, button, select, textarea {
font-family: inherit; /* what said above */
}
/* Change source-codes in feeds background to white */
pre {
background-color: transparent;
}
/* 100% forever */
.expanded .entry-header, #feed-accordion .entry-body-content {
max-width: 100%;
}
}
/* My font setting, a bit specific for Persian but is okay in other languages */
body {
font-family: Tahoma, "Iranian sans", "DejaVu Sans", sans-serif;
}
input,
button,
select,
textarea {
font-family: inherit; /* what said above */
}
/* Change source-codes in feeds background to white */
pre {
background-color: transparent;
}
/* 100% forever */
.expanded .entry-header,
#feed-accordion .entry-body-content {
max-width: 100%;
}
}

View File

@@ -1,126 +1,134 @@
#theme-nightsky {
a {
color: #2A9FD6;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #FFF;
background-color: #2A9FD6;
}
a {
color: #2a9fd6;
}
body, .toolbar {
color: #C6C6C6;
background-color: #2F2F2F;
}
.btn-default {
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 {
background-color: #282828;
border-color: #232323;
}
.css-treeview li .tree-item:hover {
background-color: #282828;
}
.css-treeview .unread-counter {
color: #939393;
}
.css-treeview .category-link, .css-treeview a {
color: #939393;
}
.css-treeview a .unread, .css-treeview .category-link .unread {
color: #C6C6C6;
}
.css-treeview .selected {
color: #C00;
}
.entrylist-header {
border-bottom: 1px solid #282828;
}
#feed-accordion .entry {
border-bottom: 1px solid #282828;
}
#feed-accordion .entry-body .entry-title {
font-weight: normal;
}
#feed-accordion .entry-heading .entry-name {
color: #939393;
}
#feed-accordion .unread .entry-heading .entry-name {
font-weight: normal;
color: #C6C6C6;
}
#feed-accordion .unread .entry-heading {
background-color: #444;
}
#feed-accordion .entry-heading {
background-color: #2F2F2F;
}
#feed-accordion .unread .entry-heading:hover {
background-color: #2F2F2F;
}
#feed-accordion .current.closed .entry-heading {
background-color: #151515;
}
#feed-accordion .entry-heading-link {
color: #C6C6C6;
}
#feed-accordion .entry-external-link {
color: #C6C6C6;
}
#feed-accordion .icon-star-empty {
color: #C6C6C6;
}
#feed-accordion .entry-heading .feed-name {
color: #939393;
}
#feed-accordion .entry-body-content {
color: #C6C6C6;
}
#feed-accordion .entry-buttons {
background-color: #494949;
border-top: 1px solid #282828;
}
#feed-accordion .share-buttons a {
color: #C6C6C6;
}
#feed-accordion a.mark-up-to {
color: #C6C6C6;
}
#loading-bar .bar {
background: #C6C6C6;
}
#loading-bar .peg {
box-shadow: 0 0 10px #C6C6C6, 0 0 5px #C6C6C6;
}
.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;
}
.btn-default {
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 {
background-color: #282828;
border-color: #232323;
}
.css-treeview li .tree-item:hover {
background-color: #282828;
}
.css-treeview .unread-counter {
color: #939393;
}
.css-treeview .category-link,
.css-treeview a {
color: #939393;
}
.css-treeview a .unread,
.css-treeview .category-link .unread {
color: #c6c6c6;
}
.css-treeview .selected {
color: #c00;
}
.entrylist-header {
border-bottom: 1px solid #282828;
}
#feed-accordion .entry {
border-bottom: 1px solid #282828;
}
#feed-accordion .entry-body .entry-title {
font-weight: normal;
}
#feed-accordion .entry-heading .entry-name {
color: #939393;
}
#feed-accordion .unread .entry-heading .entry-name {
font-weight: normal;
color: #c6c6c6;
}
#feed-accordion .unread .entry-heading {
background-color: #444;
}
#feed-accordion .entry-heading {
background-color: #2f2f2f;
}
#feed-accordion .unread .entry-heading:hover {
background-color: #2f2f2f;
}
#feed-accordion .current.closed .entry-heading {
background-color: #151515;
}
#feed-accordion .entry-heading-link {
color: #c6c6c6;
}
#feed-accordion .entry-external-link {
color: #c6c6c6;
}
#feed-accordion .icon-star-empty {
color: #c6c6c6;
}
#feed-accordion .entry-heading .feed-name {
color: #939393;
}
#feed-accordion .entry-body-content {
color: #c6c6c6;
}
#feed-accordion .entry-buttons {
background-color: #494949;
border-top: 1px solid #282828;
}
#feed-accordion .share-buttons a {
color: #c6c6c6;
}
#feed-accordion a.mark-up-to {
color: #c6c6c6;
}
#loading-bar .bar {
background: #c6c6c6;
}
#loading-bar .peg {
box-shadow: 0 0 10px #c6c6c6, 0 0 5px #c6c6c6;
}
}

View File

@@ -1,378 +1,377 @@
#theme-svetla {
* {
outline: 0;
text-decoration: none;
}
:focus {
outline: none !important;
}
::-moz-focus-inner {
border: 0 !important;
}
.btn {
border: none;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
background: none;
text-shadow: none;
color: #788587;
}
.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: 0 -5px 5px 0 rgba(238,232,213,0.2) inset , 0 5px 5px 0 rgba(238,232,213,0.2) inset;
-moz-box-shadow: 0 -5px 5px 0 rgba(238,232,213,0.2) inset , 0 5px 5px 0 rgba(238,232,213,0.2) inset;
-ms-box-shadow: 0 -5px 5px 0 rgba(238,232,213,0.2) inset , 0 5px 5px 0 rgba(238,232,213,0.2) inset;
-o-box-shadow: 0 -5px 5px 0 rgba(238,232,213,0.2) inset , 0 5px 5px 0 rgba(238,232,213,0.2) inset;
box-shadow: 0 -5px 5px 0 rgba(238,232,213,0.2) inset , 0 5px 5px 0 rgba(238,232,213,0.2) inset;
background: rgba(238,232,213,0.3);
color: #788587;
}
.btn-default {
background: #eee8d5;
}
.btn:hover {
background: #c4bea6;
}
.dropdown-menu {
background: #c7cbcc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: none;
color: #424345;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.dropdown-menu a {
color: inherit;
}
.dropdown-menu .divider {
display: none;
}
.btn-primary:hover {
color: #000;
}
.btn-primary:active {
color: #000;
}
.btn-primary:active:hover {
color: #000;
}
.btn-default:hover {
color: #000;
}
.btn-default:active {
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'] {
-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 {
background: #c7cbcc;
}
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 {
color: #000;
}
.css-treeview li {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-ms-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
body {
background: #fdf6e3;
color: #424345;
}
body a {
color: #788587;
}
.toolbar {
background: #fdf6e3;
}
.page-header {
border: none;
}
.entrylist-header {
border: none;
}
.entrylist-header h3,
.entrylist-header a {
margin: 0;
}
#feed-accordion .entry-heading {
background: #edeae6;
background: -webkit-moz-linear-gradient(rgba(238,232,213,0.7), #fdf6e3);
background: -moz-linear-gradient(rgba(238,232,213,0.7), #fdf6e3);
background: -ms-moz-linear-gradient(rgba(238,232,213,0.7), #fdf6e3);
background: linear-gradient(rgba(238,232,213,0.7), #fdf6e3);
}
#feed-accordion .entry-heading-link {
color: #786b47 !important;
font-style: italic !important;
}
#feed-accordion .entry {
border: none;
}
#feed-accordion .unread .entry-heading {
background: #fdf6e3;
}
#feed-accordion .unread .entry-heading .entry-heading-link {
color: #404141 !important;
font-style: normal !important;
}
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
background: rgba(238,232,213,0.7);
}
#feed-accordion .entry-body {
background: #eee8d5;
padding: 2px 0 0 15px;
}
#feed-accordion .entry-body a.nolink.pointer {
color: #424345;
}
#feed-accordion .entry-body a:not([popup]) {
color: #6c6759;
}
#feed-accordion .entry-body a:not([popup]):visited {
color: #8d8e8e;
}
#feed-accordion .entry-body .entry-title {
font-size: 1em;
}
#feed-accordion .entry-body .entry-title .entry-subtitle {
display: inline;
}
#feed-accordion .entry-body .entry-title .entry-subtitle [class^='entry-author'] {
font-style: italic;
}
#feed-accordion .entry-body .entry-title .entry-subtitle .entry-source {
display: none;
}
#feed-accordion .entry-body .entry-title a {
color: #a7a083;
}
#feed-accordion .entry-body img {
-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
-ms-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
-o-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
#feed-accordion .highlight-search {
background: inherit;
}
#feed-accordion .entry-buttons {
background: #a68589;
margin-left: -15px;
border: none;
}
#feed-accordion.expanded .entry {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border: none;
}
input[ng-model='keywords'] {
border: none;
height: 32px;
-webkit-box-shadow: 0 0 2px 1px #eee8d5 inset;
-moz-box-shadow: 0 0 2px 1px #eee8d5 inset;
-ms-box-shadow: 0 0 2px 1px #eee8d5 inset;
-o-box-shadow: 0 0 2px 1px #eee8d5 inset;
box-shadow: 0 0 2px 1px #eee8d5 inset;
}
input[ng-model='keywords']:focus {
background: #fff;
}
.css-treeview .selected {
color: #a68589 !important;
}
.css-treeview .unread-counter {
color: #93a1a1;
}
.css-treeview li .tree-item:hover {
background: #ebebeb;
}
.css-treeview a {
color: #93a1a1;
}
.css-treeview a:hover {
font-size: 1.02em;
}
#uvTab {
margin-bottom: -23px;
}
#uvTab:hover {
margin-bottom: 0;
}
/* stuff */
#feed-accordion .entry-external-link {
position: absolute;
right: auto;
margin-left: 15px;
color: #c4bea6;
}
#feed-accordion .entry .entry-heading-link>.feed-name {
font-size: 0;
width: 50px;
margin-left: 35px;
}
#feed-accordion .entry .entry-heading-link>.feed-name .star {
font-size: 1em;
}
#feed-accordion .entry .entry-heading-link .entry-name {
margin-left: 100px;
}
#feed-accordion.expanded .entry .entry-heading-link>.feed-name {
font-size: 1em;
width: auto;
float: right;
display: block;
position: relative;
margin-right: 150px;
}
#feed-accordion.expanded .entry .entry-heading-link>.feed-name img {
margin-top: 0;
}
#feed-accordion.expanded .entry .entry-heading-link .entry-name {
margin-left: 40px;
}
#feed-accordion.expanded .entry .entry-body .entry-body-content {
padding-left: 0;
}
#feed-accordion.expanded .entry .entry-body .entry-title {
display: none;
}
@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;
}
#feed-accordion.expanded .entry .entry-heading-link>.feed-name img {
margin-top: -10px;
}
#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;
}
}
#feed-accordion:not(.expanded) .current .entry-heading {
background: #eee8d5;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link {
color: #a7a083 !important;
font-style: normal !important;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link .feed-name {
width: auto !important;
font-size: 1em !important;
font-style: normal;
color: #a7a083;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link .feed-name img {
margin-top: 0;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link .entry-name {
display: none;
}
#feed-accordion.expanded .current .entry-heading {
background: #eee8d5;
}
#feed-accordion.expanded .current .entry-heading .entry-heading-link {
color: #a7a083 !important;
font-style: normal !important;
}
#feed-accordion.expanded .current .entry-heading .entry-heading-link .feed-name {
font-style: inherit;
color: inherit;
}
#feed-accordion.expanded .current .entry-heading .entry-heading-link .entry-name {
color: inherit !important;
}
.nav-pills li.active a {
color: #424345 !important;
}
blockquote {
border-left: solid 5px #c4bea6 !important;
}
a[href^='http://da.feedsportal.com'] {
display: none;
}
br {
display: none;
}
* {
outline: 0;
text-decoration: none;
}
:focus {
outline: none !important;
}
::-moz-focus-inner {
border: 0 !important;
}
.btn {
border: none;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
background: none;
text-shadow: none;
color: #788587;
}
.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: 0 -5px 5px 0 rgba(238, 232, 213, 0.2) inset, 0 5px 5px 0 rgba(238, 232, 213, 0.2) inset;
-moz-box-shadow: 0 -5px 5px 0 rgba(238, 232, 213, 0.2) inset, 0 5px 5px 0 rgba(238, 232, 213, 0.2) inset;
-ms-box-shadow: 0 -5px 5px 0 rgba(238, 232, 213, 0.2) inset, 0 5px 5px 0 rgba(238, 232, 213, 0.2) inset;
-o-box-shadow: 0 -5px 5px 0 rgba(238, 232, 213, 0.2) inset, 0 5px 5px 0 rgba(238, 232, 213, 0.2) inset;
box-shadow: 0 -5px 5px 0 rgba(238, 232, 213, 0.2) inset, 0 5px 5px 0 rgba(238, 232, 213, 0.2) inset;
background: rgba(238, 232, 213, 0.3);
color: #788587;
}
.btn-default {
background: #eee8d5;
}
.btn:hover {
background: #c4bea6;
}
.dropdown-menu {
background: #c7cbcc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: none;
color: #424345;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.dropdown-menu a {
color: inherit;
}
.dropdown-menu .divider {
display: none;
}
.btn-primary:hover {
color: #000;
}
.btn-primary:active {
color: #000;
}
.btn-primary:active:hover {
color: #000;
}
.btn-default:hover {
color: #000;
}
.btn-default:active {
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"] {
-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 {
background: #c7cbcc;
}
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 {
color: #000;
}
.css-treeview li {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-ms-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
body {
background: #fdf6e3;
color: #424345;
}
body a {
color: #788587;
}
.toolbar {
background: #fdf6e3;
}
.page-header {
border: none;
}
.entrylist-header {
border: none;
}
.entrylist-header h3,
.entrylist-header a {
margin: 0;
}
#feed-accordion .entry-heading {
background: #edeae6;
background: -webkit-moz-linear-gradient(rgba(238, 232, 213, 0.7), #fdf6e3);
background: -moz-linear-gradient(rgba(238, 232, 213, 0.7), #fdf6e3);
background: -ms-moz-linear-gradient(rgba(238, 232, 213, 0.7), #fdf6e3);
background: linear-gradient(rgba(238, 232, 213, 0.7), #fdf6e3);
}
#feed-accordion .entry-heading-link {
color: #786b47 !important;
font-style: italic !important;
}
#feed-accordion .entry {
border: none;
}
#feed-accordion .unread .entry-heading {
background: #fdf6e3;
}
#feed-accordion .unread .entry-heading .entry-heading-link {
color: #404141 !important;
font-style: normal !important;
}
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
background: rgba(238, 232, 213, 0.7);
}
#feed-accordion .entry-body {
background: #eee8d5;
padding: 2px 0 0 15px;
}
#feed-accordion .entry-body a.nolink.pointer {
color: #424345;
}
#feed-accordion .entry-body a:not([popup]) {
color: #6c6759;
}
#feed-accordion .entry-body a:not([popup]):visited {
color: #8d8e8e;
}
#feed-accordion .entry-body .entry-title {
font-size: 1em;
}
#feed-accordion .entry-body .entry-title .entry-subtitle {
display: inline;
}
#feed-accordion .entry-body .entry-title .entry-subtitle [class^="entry-author"] {
font-style: italic;
}
#feed-accordion .entry-body .entry-title .entry-subtitle .entry-source {
display: none;
}
#feed-accordion .entry-body .entry-title a {
color: #a7a083;
}
#feed-accordion .entry-body img {
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
#feed-accordion .highlight-search {
background: inherit;
}
#feed-accordion .entry-buttons {
background: #a68589;
margin-left: -15px;
border: none;
}
#feed-accordion.expanded .entry {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border: none;
}
input[ng-model="keywords"] {
border: none;
height: 32px;
-webkit-box-shadow: 0 0 2px 1px #eee8d5 inset;
-moz-box-shadow: 0 0 2px 1px #eee8d5 inset;
-ms-box-shadow: 0 0 2px 1px #eee8d5 inset;
-o-box-shadow: 0 0 2px 1px #eee8d5 inset;
box-shadow: 0 0 2px 1px #eee8d5 inset;
}
input[ng-model="keywords"]:focus {
background: #fff;
}
.css-treeview .selected {
color: #a68589 !important;
}
.css-treeview .unread-counter {
color: #93a1a1;
}
.css-treeview li .tree-item:hover {
background: #ebebeb;
}
.css-treeview a {
color: #93a1a1;
}
.css-treeview a:hover {
font-size: 1.02em;
}
#uvTab {
margin-bottom: -23px;
}
#uvTab:hover {
margin-bottom: 0;
}
/* stuff */
#feed-accordion .entry-external-link {
position: absolute;
right: auto;
margin-left: 15px;
color: #c4bea6;
}
#feed-accordion .entry .entry-heading-link > .feed-name {
font-size: 0;
width: 50px;
margin-left: 35px;
}
#feed-accordion .entry .entry-heading-link > .feed-name .star {
font-size: 1em;
}
#feed-accordion .entry .entry-heading-link .entry-name {
margin-left: 100px;
}
#feed-accordion.expanded .entry .entry-heading-link > .feed-name {
font-size: 1em;
width: auto;
float: right;
display: block;
position: relative;
margin-right: 150px;
}
#feed-accordion.expanded .entry .entry-heading-link > .feed-name img {
margin-top: 0;
}
#feed-accordion.expanded .entry .entry-heading-link .entry-name {
margin-left: 40px;
}
#feed-accordion.expanded .entry .entry-body .entry-body-content {
padding-left: 0;
}
#feed-accordion.expanded .entry .entry-body .entry-title {
display: none;
}
@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;
}
#feed-accordion.expanded .entry .entry-heading-link > .feed-name img {
margin-top: -10px;
}
#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;
}
}
#feed-accordion:not(.expanded) .current .entry-heading {
background: #eee8d5;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link {
color: #a7a083 !important;
font-style: normal !important;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link .feed-name {
width: auto !important;
font-size: 1em !important;
font-style: normal;
color: #a7a083;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link .feed-name img {
margin-top: 0;
}
#feed-accordion:not(.expanded) .current .entry-heading .entry-heading-link .entry-name {
display: none;
}
#feed-accordion.expanded .current .entry-heading {
background: #eee8d5;
}
#feed-accordion.expanded .current .entry-heading .entry-heading-link {
color: #a7a083 !important;
font-style: normal !important;
}
#feed-accordion.expanded .current .entry-heading .entry-heading-link .feed-name {
font-style: inherit;
color: inherit;
}
#feed-accordion.expanded .current .entry-heading .entry-heading-link .entry-name {
color: inherit !important;
}
.nav-pills li.active a {
color: #424345 !important;
}
blockquote {
border-left: solid 5px #c4bea6 !important;
}
a[href^='http://da.feedsportal.com']
{
display: none;
}
br {
display: none;
}
}

View File

@@ -1,5 +1,5 @@
#theme-test {
body {
background-color: black;
}
}
body {
background-color: black;
}
}

View File

@@ -1,262 +1,260 @@
#theme-third {
* {
outline: 0;
text-decoration: none;
}
.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: #6e797c;
}
.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;
}
.btn-primary:active {
color: #000;
}
.btn-primary:active:hover {
color: #000;
}
.btn-default:hover {
color: #000;
}
.btn-default:active {
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'] {
-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 {
background: #c7cbcc;
}
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 {
color: #000;
}
.css-treeview li {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-ms-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
#toolbar {
-webkit-transition: all 280ms linear;
-moz-transition: all 280ms linear;
-ms-transition: all 280ms linear;
-o-transition: all 280ms linear;
transition: all 280ms linear;
}
body {
background: #788587;
color: #424345;
}
body a {
color: #e0e0e0;
}
body h3 {
color: #424345;
}
.toolbar {
background: #788587;
margin-top: -45px;
}
.toolbar:after {
display: block;
content: '...toolbar';
background: rgba(0,0,0,0.07);
}
.toolbar:hover {
margin: 0;
}
.toolbar:hover:after {
display: none;
}
.page-header {
border: none;
}
.entrylist-header {
border: none;
}
.entrylist-header h3,
.entrylist-header a {
margin: 0;
}
.entryList {
padding-top: 18px;
}
#feed-accordion .entry {
border: none;
}
#feed-accordion .unread .entry-heading {
background: #c9c9c9;
}
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
background: #ddd;
}
#feed-accordion .unread .entry-heading:hover,
#feed-accordion .unread:nth-of-type(2n):hover {
background: #ebebeb;
}
#feed-accordion .entry-heading-link {
color: #5a6069 !important;
}
#feed-accordion .entry-heading-link:hover {
color: #000;
}
#feed-accordion .entry-body {
background: #c7cbcc;
padding-left: 15px;
}
#feed-accordion .entry-body a:not([popup]) {
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 {
background: #a68589;
margin-left: -15px;
border: none;
}
#feed-accordion.expanded .entry {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border: none;
margin-bottom: 30px;
}
input[ng-model='keywords'] {
border: none;
height: 32px;
background: #9ba8aa;
}
.css-treeview .selected {
color: #2c4967;
text-decoration: underline;
}
.css-treeview .unread-counter {
color: #222;
}
.css-treeview li .tree-item:hover {
background: #ebebeb;
}
.css-treeview a {
color: #5a6069;
}
.css-treeview a:hover {
font-size: 1.02em;
}
.css-treeview a:hover img {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
opacity: 1;
}
.css-treeview img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
opacity: 0.85;
}
#uvTab {
margin-bottom: -23px;
}
#uvTab:hover {
margin-bottom: 0;
}
* {
outline: 0;
text-decoration: none;
}
.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: #6e797c;
}
.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;
}
.btn-primary:active {
color: #000;
}
.btn-primary:active:hover {
color: #000;
}
.btn-default:hover {
color: #000;
}
.btn-default:active {
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"] {
-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 {
background: #c7cbcc;
}
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 {
color: #000;
}
.css-treeview li {
-webkit-transition: all 150ms linear;
-moz-transition: all 150ms linear;
-ms-transition: all 150ms linear;
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
#toolbar {
-webkit-transition: all 280ms linear;
-moz-transition: all 280ms linear;
-ms-transition: all 280ms linear;
-o-transition: all 280ms linear;
transition: all 280ms linear;
}
body {
background: #788587;
color: #424345;
}
body a {
color: #e0e0e0;
}
body h3 {
color: #424345;
}
.toolbar {
background: #788587;
margin-top: -45px;
}
.toolbar:after {
display: block;
content: "...toolbar";
background: rgba(0, 0, 0, 0.07);
}
.toolbar:hover {
margin: 0;
}
.toolbar:hover:after {
display: none;
}
.page-header {
border: none;
}
.entrylist-header {
border: none;
}
.entrylist-header h3,
.entrylist-header a {
margin: 0;
}
.entryList {
padding-top: 18px;
}
#feed-accordion .entry {
border: none;
}
#feed-accordion .unread .entry-heading {
background: #c9c9c9;
}
#feed-accordion .unread:nth-of-type(2n) .entry-heading {
background: #ddd;
}
#feed-accordion .unread .entry-heading:hover,
#feed-accordion .unread:nth-of-type(2n):hover {
background: #ebebeb;
}
#feed-accordion .entry-heading-link {
color: #5a6069 !important;
}
#feed-accordion .entry-heading-link:hover {
color: #000;
}
#feed-accordion .entry-body {
background: #c7cbcc;
padding-left: 15px;
}
#feed-accordion .entry-body a:not([popup]) {
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 {
background: #a68589;
margin-left: -15px;
border: none;
}
#feed-accordion.expanded .entry {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border: none;
margin-bottom: 30px;
}
input[ng-model="keywords"] {
border: none;
height: 32px;
background: #9ba8aa;
}
.css-treeview .selected {
color: #2c4967;
text-decoration: underline;
}
.css-treeview .unread-counter {
color: #222;
}
.css-treeview li .tree-item:hover {
background: #ebebeb;
}
.css-treeview a {
color: #5a6069;
}
.css-treeview a:hover {
font-size: 1.02em;
}
.css-treeview a:hover img {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
opacity: 1;
}
.css-treeview img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
opacity: 0.85;
}
#uvTab {
margin-bottom: -23px;
}
#uvTab:hover {
margin-bottom: 0;
}
}