removed wicket and tomee, use dropwizard instead. remove wro4j, use gulp instead

This commit is contained in:
Athou
2014-08-08 16:49:02 +02:00
parent bbcd79e49f
commit 986fd25942
357 changed files with 2178 additions and 19556 deletions

View File

@@ -0,0 +1,34 @@
#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;
}
/*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}
}

View File

@@ -0,0 +1,348 @@
#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: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

@@ -0,0 +1,276 @@
#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;
}
}
}

View File

@@ -0,0 +1,17 @@
#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%;
}
}

View File

@@ -0,0 +1,378 @@
#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;
}
}

View File

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

View File

@@ -0,0 +1,262 @@
#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;
}
}