2019-01-06 18:25:14 +01:00
|
|
|
|
|
|
|
/* dP dP dP */
|
|
|
|
/* 88 88 88 */
|
|
|
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
|
|
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
|
|
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
|
|
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
|
|
|
/* 88 */
|
2019-01-06 18:45:42 +01:00
|
|
|
/* dP */
|
2019-01-06 18:25:14 +01:00
|
|
|
|
2019-01-06 18:45:42 +01:00
|
|
|
/* Made by @gilbN */
|
|
|
|
/* https://github.com/gilbN/theme.park */
|
2019-01-06 18:25:14 +01:00
|
|
|
|
2018-08-15 22:14:12 +02:00
|
|
|
body {
|
2018-12-08 01:44:57 +01:00
|
|
|
background-color: #1f1f1f;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
|
2018-08-16 14:12:25 +02:00
|
|
|
/* VERSION */
|
|
|
|
|
|
|
|
#footer-region::after {
|
2019-06-02 23:33:05 +02:00
|
|
|
content: "\A Orgarr V.1.5";
|
2018-08-16 14:12:25 +02:00
|
|
|
white-space: pre;
|
|
|
|
}
|
2018-08-16 12:16:32 +02:00
|
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
.toolbar .page-toolbar .x-toolbar-left-1 {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.toolbar .page-toolbar .btn-group {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.btn-group.btn-group-collapse > .btn {
|
|
|
|
margin: 2px;
|
|
|
|
display: block;
|
|
|
|
float: none;
|
|
|
|
border-radius: 4px!important;
|
|
|
|
word-wrap: normal;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.table-responsive {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-15 22:14:12 +02:00
|
|
|
.modal-content {
|
|
|
|
background-color: #2d2d2d;
|
|
|
|
}
|
|
|
|
/* scroller */
|
|
|
|
::-webkit-scrollbar-corner {
|
2019-02-19 17:07:29 +01:00
|
|
|
background-color: hsla(0,0%,100%,.08);
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2019-02-19 17:07:29 +01:00
|
|
|
background: rgba(0, 0, 0, .25);
|
2018-08-16 14:32:33 +02:00
|
|
|
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
-webkit-border-radius: 2px;
|
|
|
|
border-radius: 2px;
|
2019-02-19 17:07:29 +01:00
|
|
|
background-color: hsla(0,0%,100%,.08);
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* navbar and searchbar */
|
|
|
|
.navbar-nzbdrone li a {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: hsla(0,0%,100%,.7);
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.navbar-nzbdrone li a:hover {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
color: #ffffff;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.search .input-group .input-group-addon, .search .input-group input {
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #FFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
border-color: rgba(0, 0, 0, .25);
|
2018-08-16 13:43:09 +02:00
|
|
|
height: 40px;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.search .input-group .input-group-addon, .search .input-group input:focus {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #FFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.tt-suggestion.tt-cursor {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: #191a1c !important;
|
|
|
|
color: #ffffff !important;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-16 00:09:37 +02:00
|
|
|
.search .tt-dropdown-menu {
|
|
|
|
background-color: #1f1f1f;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.fa-search {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: white;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
|
2018-08-16 13:43:09 +02:00
|
|
|
height: 50px;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-16 12:16:32 +02:00
|
|
|
.navbar-inverse, .navbar-toggle {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.navbar-nzbdrone .navbar-toggle:focus, .navbar-nzbdrone .navbar-toggle:hover {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.navbar-nzbdrone .navbar-collapse .navbar-nav li:focus, .navbar-nzbdrone .navbar-collapse .navbar-nav li:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
2018-08-16 12:22:40 +02:00
|
|
|
}
|
2018-08-16 12:16:32 +02:00
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
/* Form Stuff */
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
color: #FFF;
|
2018-08-16 15:14:39 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-15 22:14:12 +02:00
|
|
|
border: 1px solid rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control:focus {
|
2018-08-16 15:14:39 +02:00
|
|
|
background-color: #1f1f1f !important;
|
2018-08-16 13:43:09 +02:00
|
|
|
border-color: rgba(0, 0, 0, 0.51);
|
2018-08-15 22:14:12 +02:00
|
|
|
outline: 0;
|
2018-08-16 13:43:09 +02:00
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.bootstrap-tagsinput {
|
2018-08-17 13:26:42 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border: 1px solid rgba(0, 0, 0, .25);
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #FFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.form-group i {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2018-08-16 13:43:09 +02:00
|
|
|
/* /Movies/Series/Season page */
|
2018-08-15 22:14:12 +02:00
|
|
|
.started #page {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: White;
|
|
|
|
box-shadow: none;
|
|
|
|
max-width: 1280px;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.series-item a {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #FFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-15 23:52:26 +02:00
|
|
|
.series-posters .series-posters-item, .movie-posters-item {
|
2018-08-15 22:14:12 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
color: #444;
|
|
|
|
box-shadow: 0 0 10px 1px #000000 !important;
|
|
|
|
}
|
2018-08-16 13:43:09 +02:00
|
|
|
.movie-posters-item {
|
|
|
|
min-height: 302px !important;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.backdrop .navbar-nzbdrone {
|
2018-08-15 23:52:26 +02:00
|
|
|
background-color: #1f1f1f;
|
2018-08-15 22:14:12 +02:00
|
|
|
opacity: 0.98;
|
|
|
|
box-shadow: 0 0 10px 1px #000;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2018-08-15 23:52:26 +02:00
|
|
|
|
|
|
|
.series-page-header, .movie-page-header {
|
|
|
|
background-color: #1f1f1f;
|
2018-08-15 22:14:12 +02:00
|
|
|
opacity: 0.98;
|
|
|
|
box-shadow: 0 0 10px 1px #000;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2018-08-15 23:52:26 +02:00
|
|
|
.series-season, .movie-tabs-card {
|
|
|
|
background-color: #1f1f1f;
|
2018-08-15 22:14:12 +02:00
|
|
|
opacity: 0.98;
|
|
|
|
box-shadow: 0 0 10px 1px #000;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.episode-title-cell {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #ffffff;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
a, .episode-title-cell {
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
th.sortable:hover, .table-hover > tbody > tr:hover {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
2018-08-15 22:14:12 +02:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.progress.episode-progress .progressbar-back-text {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
2018-08-16 14:46:56 +02:00
|
|
|
.text-warning {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
|
|
|
|
/* SEARCH */
|
|
|
|
#add-series-screen .new-series .search-item,
|
|
|
|
#add-movies-screen .new-movies .search-item {
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
div.form-group > label {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
#add-series-screen .add-series-search > input.form-control.x-series-search,
|
|
|
|
#add-movies-screen .add-movies-search > input.form-control.x-movies-search {
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
#add-series-screen .search-item select.form-control,
|
|
|
|
#add-movies-screen .search-item select.form-control {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: #1f1f1f ;
|
|
|
|
color: #FFFFFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.dropdown-menu>li>a {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #ffffff;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.dropdown-menu>li>a:hover {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #000;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.input-group-lg.add-series-search > .input-group-addon,
|
|
|
|
.input-group.input-group-lg.add-movies-search > .input-group-addon {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border: 0px solid rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
/* Add Movies */
|
|
|
|
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
border-color: #FFF;
|
|
|
|
}
|
|
|
|
.discoverable-list-item:hover {
|
|
|
|
background-color: #1f1f1f;
|
|
|
|
color: white;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-17 14:51:06 +02:00
|
|
|
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active,
|
|
|
|
.btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
2018-08-15 23:52:26 +02:00
|
|
|
|
2018-08-17 16:29:20 +02:00
|
|
|
/* Add Series */
|
|
|
|
#add-series-screen .existing-series {
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
color: #fff;
|
|
|
|
box-shadow: 0 0 10px 1px #000000;
|
|
|
|
}
|
|
|
|
|
2018-08-15 22:14:12 +02:00
|
|
|
/* Calendar page */
|
2018-08-16 14:10:10 +02:00
|
|
|
|
|
|
|
.calendar .success {
|
|
|
|
border-color: rgba(25, 255, 0, .15);
|
|
|
|
background-color: rgba(25, 255, 0, .15);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.calendar .premiere {
|
|
|
|
border-color: rgba(45, 66, 85, 100);
|
|
|
|
background-color: rgba(45, 66, 85, 100);
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.calendar .primary {
|
2018-08-16 13:43:09 +02:00
|
|
|
border-color: rgba(0, 0, 0, .25);
|
|
|
|
background-color: rgba(0, 0, 0, .10);
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-16 14:10:10 +02:00
|
|
|
.calendar .danger {
|
|
|
|
border-color: rgba(171, 0, 0, .50);
|
|
|
|
background-color: rgba(171, 0, 0, .50);
|
|
|
|
color: #fff;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.event .primary {
|
2018-08-16 13:43:09 +02:00
|
|
|
border-color: rgba(0, 0, 0, .25);
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
/* upcoming panel */
|
|
|
|
.event h4, .date h4, .event .episode-title {
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
.event .episode-title {
|
|
|
|
color: #f9be03 !important;
|
|
|
|
}
|
|
|
|
.event .episode-title:focus, .event .episode-title:hover {
|
|
|
|
color: #f9be03;
|
|
|
|
text-decoration: underline;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
a:focus, a:hover {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #ffffff;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.event p {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
2018-08-15 23:52:26 +02:00
|
|
|
.fc-title {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
/* calendar month */
|
|
|
|
|
|
|
|
.calendar th {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
color: #FFFFFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.fc-day.fc-today.fc-state-highlight,
|
|
|
|
.fc-day-number.fc-today.fc-state-highlight,
|
|
|
|
.fc-day-top.fc-today.fc-state-highlight {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
color: #f9be03;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Activity Page */
|
2018-08-15 22:39:07 +02:00
|
|
|
.popover.in {
|
|
|
|
opacity: .9;
|
|
|
|
}
|
|
|
|
.popover {
|
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.popover > .popover-title {
|
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.popover.left > .arrow,
|
|
|
|
.popover.left > .arrow:after {
|
|
|
|
border-left-color: #000;
|
|
|
|
}
|
|
|
|
.popover.right > .arrow:after {
|
|
|
|
border-right-color: #000;
|
|
|
|
}
|
2018-08-15 22:54:18 +02:00
|
|
|
|
2018-08-15 22:14:12 +02:00
|
|
|
.backgrid-paginator ul .active span {
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.nav>li>a:focus, .nav>li>a:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Season Pass */
|
|
|
|
.alert-info {
|
|
|
|
background-color: rgba(255, 255, 255, 0.25);
|
|
|
|
border-color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2018-11-06 21:01:31 +01:00
|
|
|
/* alerts */
|
|
|
|
.alert-warning {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
border-color: transparent;
|
|
|
|
color: #f0ad4e;
|
|
|
|
}
|
|
|
|
.alert-danger, .manual-import-error {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
border-color: transparent;
|
|
|
|
color: #d9534f;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
|
|
|
|
/* Settings Page */
|
|
|
|
legend {
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Settings Page - Profile */
|
|
|
|
/*thingy*/
|
|
|
|
|
|
|
|
.thingy {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
color: #FFFFFF;
|
|
|
|
box-shadow: none;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-card .center {
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.metadata-item {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
color: #FFFFFF;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Settings add thingy*/
|
|
|
|
|
|
|
|
.add-thingy {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
color: #FFFFFF;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-thingy > div > .btn-default,
|
|
|
|
.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle {
|
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
border-color: #FFFFFF;
|
|
|
|
outline-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-thingy > div > .btn-default:hover,
|
|
|
|
.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle:hover {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
border-color: #FFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
outline-style: none;
|
|
|
|
}
|
|
|
|
li.save-and-add {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Settings qualities*/
|
|
|
|
ul.qualities li {
|
|
|
|
border: 1px solid rgba(0, 0, 0, .25);
|
|
|
|
background: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
ul.qualities li:hover {
|
|
|
|
border: 1px solid rgba(0, 0, 0, .25);
|
|
|
|
background: rgba(255, 255, 255, .25);
|
|
|
|
}
|
|
|
|
ul.qualities li.selected .quality-label {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Settings Quality sliders */
|
|
|
|
#quality-definition-list .rows .row .ui-slider .ui-slider-range {
|
|
|
|
background-color: rgb(46, 47, 49);
|
|
|
|
}
|
|
|
|
#quality-definition-list .rows .row .ui-slider .ui-slider-handle {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 1px solid #c7c7c7;
|
|
|
|
}
|
|
|
|
#quality-definition-list .rows .row .ui-slider {
|
|
|
|
border: 1px solid #2e2f31;
|
|
|
|
}
|
|
|
|
.label-warning {
|
|
|
|
background-color: #d58512;
|
|
|
|
}
|
|
|
|
.label-info {
|
|
|
|
background-color: #337ab7;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SYSTEM logs */
|
|
|
|
pre {
|
|
|
|
color: #fff;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BUTTONS */
|
|
|
|
/* YES/NO Switch */
|
|
|
|
.well {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border: 1px solid rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.toggle p span {
|
|
|
|
color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle input:checked ~ p span:nth-child(1) {
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle input:not(:checked) ~ p span:nth-child(2) {
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
2018-08-16 13:43:09 +02:00
|
|
|
/* Close X button */
|
|
|
|
.close,
|
|
|
|
.close:hover,
|
|
|
|
.close:focus {
|
|
|
|
color: #FFF !important;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.btn-default {
|
|
|
|
color: hsla(0,0%,100%,.7);
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border-color: none;
|
|
|
|
outline-style: none;
|
|
|
|
}
|
|
|
|
.btn-default:hover, .btn-default.active, .btn-default.active:hover {
|
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
border-color: none;
|
|
|
|
outline-style: none;
|
|
|
|
}
|
2018-08-16 13:43:09 +02:00
|
|
|
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
border-color: #FFF;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.fc-state-default {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border-color: #FFF;
|
|
|
|
outline-style: none;
|
|
|
|
background-image: none;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
.fc-state-default:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.input-group-btn > button.btn.btn-icon-only.dropdown-toggle,
|
|
|
|
.btn.btn-icon-only.x-copy-api-key.hidden-xs {
|
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
.input-group-btn > button.btn.btn-icon-only.dropdown-toggle:hover {
|
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: #449d44;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
color: #FFF;
|
2018-08-16 13:43:09 +02:00
|
|
|
outline: 0 !important;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-16 14:10:10 +02:00
|
|
|
.btn.btn-lg.btn-block.x-search-auto {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.btn.btn-lg.btn-block.x-search-auto:hover {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.btn.focus, .btn:focus, .btn:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.modal-footer > button:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
|
|
|
|
color: #FFF;
|
2018-08-17 13:28:38 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border-color: rgba(0, 0, 0, .25);
|
2018-08-15 22:14:12 +02:00
|
|
|
outline-style: none;
|
|
|
|
}
|
|
|
|
.modal-footer > button:hover:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(255, 255, 255, .25);
|
2018-08-17 13:28:38 +02:00
|
|
|
border-color: rgba(255, 255, 255, .25);
|
2018-08-15 22:14:12 +02:00
|
|
|
outline-style: none;
|
|
|
|
}
|
2018-08-16 13:43:09 +02:00
|
|
|
/* green button */
|
2019-06-03 23:51:54 +02:00
|
|
|
.btn-success {
|
2018-08-15 22:14:12 +02:00
|
|
|
color: #FFF;
|
2018-08-16 13:43:09 +02:00
|
|
|
border-color: #FFF;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-16 13:43:09 +02:00
|
|
|
|
2018-08-17 15:49:49 +02:00
|
|
|
/* save button */
|
|
|
|
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
|
|
|
|
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
|
|
|
|
color: #fff;
|
2018-08-17 18:04:41 +02:00
|
|
|
background-color: #286090 !important;
|
2018-08-17 15:49:49 +02:00
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2018-08-15 22:14:12 +02:00
|
|
|
/* blue button */
|
|
|
|
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
|
|
|
|
color: #fff;
|
2018-08-17 18:04:41 +02:00
|
|
|
background-color: #286090 !important;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.btn-success.focus, .btn-success:focus, .btn-success:hover {
|
|
|
|
color: #fff;
|
2018-08-17 16:29:20 +02:00
|
|
|
background-color: #449d44 !important;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
2018-08-16 13:43:09 +02:00
|
|
|
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
border-color: #FFF;
|
|
|
|
}
|
|
|
|
.btn-danger:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c9302c;
|
2018-12-20 16:10:26 +01:00
|
|
|
border-color: transparent;
|
2018-08-16 13:43:09 +02:00
|
|
|
}
|
|
|
|
.btn-primary, .btn-danger {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
2018-08-15 22:14:12 +02:00
|
|
|
.dropdown-menu {
|
2018-08-16 13:43:09 +02:00
|
|
|
background-color: #1f1f1f;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.dropdown-menu>li>a {
|
2018-08-16 13:43:09 +02:00
|
|
|
color: #ffffff;
|
2018-08-15 22:14:12 +02:00
|
|
|
}
|
|
|
|
.dropdown-menu>li>a:hover {
|
|
|
|
color: #000 !important;
|
|
|
|
}
|
2018-08-17 20:43:39 +02:00
|
|
|
|
|
|
|
|
2018-12-09 23:19:27 +01:00
|
|
|
/* -------------------------SONARR V3------------------------------*/
|
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* Sonarr v3 Dark theme */
|
2018-12-09 23:19:27 +01:00
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* VERSION 2 */
|
2018-12-09 23:19:27 +01:00
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* LINKS */
|
|
|
|
.Link-to-6fmSq {
|
|
|
|
color: #FFF;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
.Link-to-6fmSq:hover {
|
|
|
|
color: #FFF;
|
|
|
|
text-decoration: underline;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* LOADING PAGE */
|
|
|
|
.ErrorPage-page-3GptQ, .ErrorPage-version-3txe6, .LoadingMessage-loadingMessage-1gR5r {
|
|
|
|
color: #FFF;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
.LoadingIndicator-ripple-358v5 {
|
|
|
|
border: 2px solid #fff;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
|
|
|
|
/* MODAL */
|
|
|
|
.ModalHeader-modalHeader-gpcvG {
|
|
|
|
background-color: #323232;
|
|
|
|
color: #FFF;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
.ModalContent-modalContent--txrl {
|
|
|
|
background-color: #282828;
|
|
|
|
color: #999;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
.ModalFooter-modalFooter-1N5Ku {
|
|
|
|
background-color: #323232;
|
|
|
|
color: #FFF;
|
2018-12-09 23:19:27 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
|
|
|
|
/* INPUT */
|
|
|
|
.TagInput-internalInput-Jbb1T {
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
2019-06-04 20:37:37 +02:00
|
|
|
}
|
|
|
|
.SelectInput-select-1qCdc {
|
2019-06-04 20:44:11 +02:00
|
|
|
background-color: #1e1e1e !important;
|
2019-06-04 20:37:37 +02:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD {
|
|
|
|
background-color: #323232 !important;
|
|
|
|
color: white;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
.AutoSuggestInput-suggestionHighlighted-2BWyt {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* HEADER */
|
|
|
|
|
|
|
|
.PageHeader-header-1IhlM {
|
|
|
|
background-color: rgba(0, 0, 0, .7);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SEARCH DROPDOWN HEADER */
|
|
|
|
.SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR {
|
|
|
|
border: 1px solid #000000 !important;
|
|
|
|
background-color: #1f1f1f !important;
|
|
|
|
}
|
|
|
|
.SeriesSearchInput-highlighted-15xAK {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.PageHeader-donate-ZT-3N {
|
|
|
|
color: #c4273c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SIDE MENU */
|
|
|
|
.PageSidebar-sidebar-2UXc0 {
|
|
|
|
background-color: rgba(0, 0, 0, .45);
|
|
|
|
}
|
|
|
|
.PageSidebar-sidebarContainer-3Hxpq {
|
|
|
|
background-color: rgba(0, 0, 0, .45) !important;
|
|
|
|
}
|
|
|
|
.PageSidebar-sidebar-3IOcI {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.PageSidebarItem-link-TuHn2:hover, .PageSidebarItem-link-TuHn2:focus {
|
|
|
|
color: #FFF !important;
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.PageSidebarItem-isActiveLink-1Hupc {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.PageSidebarItem-isActiveParentLink-2uxKf {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.PageSidebar-sidebarContainer-3Hxpq {
|
|
|
|
background-color: rgba(15, 15, 15, .95) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SERIES PAGE */
|
|
|
|
|
2019-06-02 16:31:07 +02:00
|
|
|
/* OVERVIEW PAGE */
|
|
|
|
.SeriesIndexOverview-container-4LMzH, .SeriesIndexOverview-container-4LMzH:hover {
|
2019-06-02 17:45:54 +02:00
|
|
|
background-color: transparent !important;
|
2019-06-02 16:31:07 +02:00
|
|
|
}
|
2019-06-02 17:45:54 +02:00
|
|
|
.SeriesIndexOverview-content-3GKJk:hover{
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
2019-06-02 16:31:07 +02:00
|
|
|
}
|
|
|
|
.SeriesIndexOverview-container-4LMzH:hover .SeriesIndexOverview-content-3GKJk {
|
2019-06-02 17:45:54 +02:00
|
|
|
background-color: transparent;
|
2019-06-02 16:31:07 +02:00
|
|
|
}
|
|
|
|
.SeriesIndexOverview-link-1i54B:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* SHOW PAGE */
|
|
|
|
.SeriesDetailsSeason-season-3XIYa, .SeriesDetailsSeason-collapseButtonContainer-3XxzX {
|
|
|
|
border: none !important;
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
}
|
|
|
|
.SeriesDetailsSeason-actionButton-3BQuA {
|
2018-12-09 23:19:27 +01:00
|
|
|
color: hsla(0,0%,100%,.7) !important;
|
2019-06-01 21:52:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.fa-search:hover {
|
2018-12-09 23:19:27 +01:00
|
|
|
color: #FFF !important;
|
2019-06-01 21:52:02 +02:00
|
|
|
}
|
|
|
|
.Icon-default-3C-KJ:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.MonitorToggleButton-toggleButton-3CcN9 {
|
|
|
|
color: #dadada;
|
|
|
|
}
|
|
|
|
.SeriesDetailsSeason-seasonNumber-FL7Dt {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.Table-table-2C3O8 {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.SeriesDetailsSeason-collapseButtonContainer-trs6s {
|
|
|
|
border: none !important;
|
2018-12-09 23:19:27 +01:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2019-06-01 21:52:02 +02:00
|
|
|
}
|
|
|
|
.Popover-title-326tA, .SeasonInfo-title-1tid_, .Popover-body-10Yh7 {
|
|
|
|
background-color: #1f1f1f !important;
|
|
|
|
}
|
|
|
|
.Tooltip-tooltipContainer-2693s {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TOP MENU SERIES */
|
|
|
|
.PageToolbar-toolbar-1Lo1N {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: hsla(0,0%,100%,.7);
|
|
|
|
}
|
|
|
|
/* POSTERS */
|
|
|
|
.SeriesIndexPoster-title-263Pq, .SeriesIndexPoster-nextAiring-1FZy6 {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* HOVEL LABELS */
|
|
|
|
.Label-default-2zdw6 {
|
|
|
|
border-color: #1b1b1b;
|
|
|
|
background-color: #1b1b1b;
|
|
|
|
}
|
|
|
|
/* SERIES TOP HEADER DROPDOWN */
|
|
|
|
.MenuItem-menuItem-zB-Up, .MenuContent-menuContent-3Zkj4 {
|
|
|
|
background-color: #191a1c;
|
|
|
|
color: #e1e2e3;
|
|
|
|
}
|
|
|
|
.MenuItem-menuItem-zB-Up:hover, .MenuItem-menuItem-zB-Up:focus {
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
color: #fbfcfc;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
/* SERIES TOP HEADER HOVER */
|
|
|
|
.PageToolbarButton-toolbarButton-QiQEt:hover {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.MenuButton-menuButton-3nh0N:hover {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
/* ALPHABET JUMP BAR */
|
|
|
|
.PageJumpBar-jumpBar-3owcF {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
/* MINI RIGHT SCROLL BAR */
|
|
|
|
.OverlayScroller-thumb-1Lhfi {
|
2018-12-09 23:19:27 +01:00
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
|
|
|
|
/* ADD NEW */
|
|
|
|
|
|
|
|
/* SEARCH BAR */
|
|
|
|
.Input-input-2YWzR, .AddNewSeries-searchIconContainer-3QAm8, .AddNewSeries-clearLookupButton-1dKG7 {
|
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #FFF
|
|
|
|
}
|
|
|
|
.Input-input-2YWzR:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.Button-default-2uiHU:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: hsla(0,0%,100%,.3) !important;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* TEXT COLOR */
|
|
|
|
.PageContentBody-innerContentBody-tEszh {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* SEARCH RESULTS */
|
|
|
|
.AddNewSeriesSearchResult-searchResult-xR8dj {
|
2018-12-09 23:19:27 +01:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2019-06-01 21:52:02 +02:00
|
|
|
}
|
|
|
|
.AddNewSeriesSearchResult-searchResult-xR8dj:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
}
|
2018-12-09 23:19:27 +01:00
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* IMPORT */
|
|
|
|
|
|
|
|
.FieldSet-legend-3x6NF {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.TableRow-row-33xJE:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.VirtualTableRow-row-2-JS9:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.ImportSeriesSelectSeries-button-3CL3L {
|
2018-12-09 23:19:27 +01:00
|
|
|
border: none !important;
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2019-06-01 21:52:02 +02:00
|
|
|
}
|
|
|
|
.ImportSeriesSelectSeries-content-3oSDj, .ImportSeriesSelectSeries-searchIconContainer-1wOES {
|
2018-12-09 23:19:27 +01:00
|
|
|
border: none !important;
|
|
|
|
background-color: #323232 !important;
|
2019-06-01 21:52:02 +02:00
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* MASS EDITOR */
|
|
|
|
/* FOOTER */
|
|
|
|
.PageContentFooter-contentFooter-3ODMj {
|
2018-12-09 23:19:27 +01:00
|
|
|
border: none;
|
2019-06-01 21:52:02 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SEASON PASS */
|
|
|
|
|
|
|
|
.SeasonPassSeason-season-2FWuT {
|
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
}
|
|
|
|
.SeasonPassSeason-allEpisodes-1zGja {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CALENDAR */
|
|
|
|
.Button-default-2uiHU {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
.DayOfWeek-dayOfWeek-1iw4D {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
|
|
|
|
.CalendarDay-day-2TMXA {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-webkit-flex: 1 0 14.28%;
|
|
|
|
flex: 1 0 14.28%;
|
|
|
|
overflow: hidden;
|
|
|
|
min-height: 70px;
|
|
|
|
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
border-left: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
border-right: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.CalendarEvent-seriesTitle-3sg1o {
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
|
|
|
.CalendarEvent-event-3Uyb9 {
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
|
|
|
.CalendarEvent-event-3Uyb9:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SETTINGS */
|
|
|
|
|
|
|
|
.Settings-summary-3KPAv {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* PROFILES */
|
|
|
|
.Card-card-1iGZk, .QualityProfiles-addQualityProfile-2U2Io {
|
|
|
|
background-color: rgba(0,0,0,.45);
|
|
|
|
box-shadow: 0 0 10px 1px #000000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.QualityProfiles-center-1iiKm, .LanguageProfiles-center-7EV_2, .ReleaseProfiles-center-114Qx {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border: none;
|
|
|
|
color: #c2c6c8;
|
|
|
|
}
|
2018-12-09 23:19:27 +01:00
|
|
|
|
2019-06-01 21:52:02 +02:00
|
|
|
/* PROFILES */
|
|
|
|
.Indexers-center-11Csq {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
2018-12-09 23:19:27 +01:00
|
|
|
border: none;
|
2019-06-01 21:52:02 +02:00
|
|
|
color: #c2c6c8;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* DOWNLOAD CLIENTS */
|
|
|
|
.DownloadClients-center-FvACx {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
2019-01-07 17:18:35 +01:00
|
|
|
border: none;
|
2019-06-01 21:52:02 +02:00
|
|
|
color: #c2c6c8;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CONNECTIONS */
|
|
|
|
.Notifications-center-8iwmy {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
2019-01-07 17:21:10 +01:00
|
|
|
border: none;
|
2019-06-01 21:52:02 +02:00
|
|
|
color: #c2c6c8;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LOG */
|
|
|
|
.Alert-info-1J8mE {
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
2019-01-07 17:21:10 +01:00
|
|
|
}
|
2019-06-01 21:52:02 +02:00
|
|
|
|
2018-08-17 20:43:39 +02:00
|
|
|
/* -------------------------LIDARR STUFF------------------------------*/
|
|
|
|
|
|
|
|
.LoadingIndicator-ripple-1264V {
|
|
|
|
border: 2px solid #FFFFFF;
|
|
|
|
}
|
|
|
|
/* Popup modal */
|
|
|
|
.Modal-large-I2McN, .Modal-modal-3oHjA, .ModalContent-modalContent-1B9AX {
|
|
|
|
background-color: #282828;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.ModalHeader-modalHeader-P3MTG, .ModalFooter-modalFooter-3izCM {
|
|
|
|
background-color: #323232;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ModalFooter-modalFooter-3izCM a:first-child, .ModalFooter-modalFooter-3izCM button:first-child {
|
|
|
|
background-color: #656565 !important;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
.ModalFooter-modalFooter-3izCM a:first-child, .ModalFooter-modalFooter-3izCM button:first-child:hover {
|
|
|
|
margin-left: 0;
|
|
|
|
background-color: hsla(0,0%,100%,.3) !important;
|
|
|
|
color: white;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
}
|
|
|
|
.Button-default-1X0nf {
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: #656565;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.Button-default-1X0nf:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
background-color: hsla(0,0%,100%,.3) !important;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2019-06-03 23:31:04 +02:00
|
|
|
.TagInput-input-3E1DX {
|
2018-08-17 20:43:39 +02:00
|
|
|
background-color: transparent;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.TagInput-suggestion-3jRkQ, .TagInput-containerOpen-2g0Wc, .TagInput-suggestionsContainer-1vjHY {
|
|
|
|
background-color: #1e1e1e !important;
|
|
|
|
}
|
|
|
|
.TagInput-suggestion-3jRkQ:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.3) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Main Menu Header */
|
|
|
|
.PageHeader-header-1lnFT {
|
|
|
|
background-color: rgba(0, 0, 0, .7);
|
|
|
|
}
|
|
|
|
.PageToolbar-toolbar-1oL_w {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: hsla(0,0%,100%,.7);
|
|
|
|
}
|
|
|
|
.PageHeader-donate-3Lk-h {
|
|
|
|
color: #c4273c !important;
|
|
|
|
}
|
|
|
|
.PageToolbarButton-toolbarButton-3b5EM:hover {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.MenuButton-menuButton-3cqRJ:hover {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.MenuItem-menuItem-211VP, .MenuContent-menuContent-e2UAN {
|
|
|
|
background-color: #191a1c;
|
|
|
|
color: #e1e2e3;
|
|
|
|
}
|
|
|
|
.MenuItem-menuItem-211VP:hover, .MenuItem-menuItem-211VP:focus {
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
color: #fbfcfc;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Sidebar */
|
2018-08-17 22:27:54 +02:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.PageSidebar-sidebar-2UXc0 {
|
2018-08-17 20:43:39 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
z-index: 2;
|
|
|
|
height: 100vh;
|
2018-08-17 22:27:54 +02:00
|
|
|
background-color: #0c1218 !important;
|
|
|
|
}
|
2018-08-17 20:43:39 +02:00
|
|
|
}
|
|
|
|
.PageSidebar-sidebarContainer-2kLcI {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
.PageSidebarItem-isActiveLink-1JpOZ {
|
|
|
|
color: hsla(0,0%,100%,.7) !important;
|
|
|
|
}
|
|
|
|
.PageSidebarItem-isActiveItem-34xgs {
|
|
|
|
border-left: 3px solid hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.PageSidebar-sidebar-2UXc0 {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.PageSidebarItem-isActiveParentLink-2qgS5 {
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
.PageSidebarItem-isActiveParentLink-2qgS5:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.PageSidebarItem-link-2ron8:hover, .PageSidebarItem-link-2ron8:focus {
|
|
|
|
color: #FFF !important;
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.PageSidebarItem-link-2ron8 {
|
|
|
|
color: hsla(0,0%,100%,.7) !important;
|
|
|
|
}
|
|
|
|
/*ARTIST PAGE*/
|
2019-06-03 17:15:40 +02:00
|
|
|
.ArtistIndexPoster-title-38afV {
|
2018-08-17 20:43:39 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
2019-06-03 17:15:40 +02:00
|
|
|
.ArtistDetailsSeason-albumType-3aBd- {
|
2018-08-17 20:43:39 +02:00
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
2019-06-03 17:15:40 +02:00
|
|
|
.ArtistDetailsSeason-header-2GIDr {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2018-08-17 20:43:39 +02:00
|
|
|
.ArtistDetailsSeason-albumCount-14dOS {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2019-06-03 17:15:40 +02:00
|
|
|
.ArtistDetailsSeason-collapseButtonContainer-1c4Kb {
|
2018-08-17 20:43:39 +02:00
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.ArtistDetails-metadataMessage-iAuvq {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
/*ARTIST ALBUM PAGE*/
|
2019-06-03 23:14:56 +02:00
|
|
|
.AlbumDetailsMedium-mediumNumber-3ZUko {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.AlbumDetailsMedium-medium-dqPTF {
|
2018-08-17 20:43:39 +02:00
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
2019-06-03 23:14:56 +02:00
|
|
|
.AlbumDetailsMedium-collapseButtonContainer-33Y3Z {
|
2018-08-17 20:43:39 +02:00
|
|
|
border-top: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
2019-06-03 17:15:40 +02:00
|
|
|
.ArtistIndexOverview-container-3_iEh:hover, .ArtistIndexOverview-content-3zZhb, .ArtistIndexProgressBar-progress-3DLoM {
|
2018-08-18 10:58:56 +02:00
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.ArtistIndexBanner-title-3TKM6 {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #fff;
|
|
|
|
}
|
2019-06-03 17:15:40 +02:00
|
|
|
/* OVERVIEW PAGE */
|
|
|
|
.ArtistIndexOverview-container-29HZM, .ArtistIndexOverview-container-29HZM:hover {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
.ArtistIndexOverview-content-hiNUl:hover{
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
}
|
|
|
|
.ArtistIndexOverview-container-29HZM:hover .ArtistIndexOverview-content-hiNUl {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.ArtistIndexOverview-content-hiNUl:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-06-03 17:24:59 +02:00
|
|
|
/* BANNER PAGE */
|
|
|
|
.ArtistIndexBanner-title-dKZ3c {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
2018-08-17 20:43:39 +02:00
|
|
|
/* Table view*/
|
|
|
|
.VirtualTableRow-row-2osBd:hover {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.VirtualTableRow-row-2osBd:hover, .ArtistIndexHeader-sortName-3sIoX:hover, .ArtistIndexHeader-artistType-1bUEX:hover, .ArtistIndexHeader-trackCount-2fAYt:hover,
|
|
|
|
.ArtistIndexHeader-qualityProfileId-33lgF:hover, .ArtistIndexHeader-languageProfileId-F8uCr:hover, .ArtistIndexHeader-metadataProfileId-258c_:hover,
|
|
|
|
.ArtistIndexHeader-nextAlbum-2P-CJ:hover, .ArtistIndexHeader-lastAlbum-18Y9w:hover, .ArtistIndexHeader-added-z5UiU:hover, .ArtistIndexHeader-genres-3YVsn:hover, .ArtistIndexHeader-albumCount-1CnIC:hover,
|
2019-06-03 23:51:54 +02:00
|
|
|
.ArtistIndexHeader-trackProgress-5psBe:hover, .ArtistIndexHeader-latestAlbum-KzyAA:hover, .ArtistIndexHeader-actions-KjYeY:hover {
|
2018-08-17 20:43:39 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.IconButton-button-20Niq:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* Table options*/
|
|
|
|
.TableOptionsColumn-column-2z0me {
|
|
|
|
background: rgba(0, 0, 0, .25);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
/* Fix rating border*/
|
|
|
|
.ArtistIndexRow-ratings-nqXPx {
|
|
|
|
border-top: 1px solid #eee !important;
|
|
|
|
}
|
|
|
|
/* ADD NEW ARTIST */
|
2019-06-03 23:14:56 +02:00
|
|
|
.AddNewArtist-searchIconContainer-7ygSM, .Input-input-dS7Oc, .AddNewArtist-clearLookupButton-2ym1-, .AddNewArtistSearchResult-searchResult-3_U8e,
|
2018-08-17 20:43:39 +02:00
|
|
|
.ImportArtistSelectArtist-button-WUML4, .PageContentFooter-contentFooter-1t6xx {
|
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.AddNewArtistSearchResult-searchResult-3_U8e:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.ImportArtistSearchResult-artist-IVs0T:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.Input-input-dS7Oc:focus {
|
|
|
|
outline: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
|
|
|
|
background-color: rgb(30, 30, 30);
|
|
|
|
}
|
|
|
|
/* IMPORT ARTIST */
|
|
|
|
.ImportArtistSelectArtist-content-15Mcv {
|
|
|
|
background-color: #1e1e1e;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ImportArtistSelectArtist-searchIconContainer-27n_z {
|
|
|
|
background-color: #656565;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2018-08-18 11:06:57 +02:00
|
|
|
.Button-default-1X0nf {
|
2018-08-17 20:43:39 +02:00
|
|
|
color: #FFF;
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
2018-08-18 11:06:57 +02:00
|
|
|
.AddNewArtist-noResults-L1xcp, .AddNewArtist-message-c33sh {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
2018-08-17 20:43:39 +02:00
|
|
|
.Button-default-1X0nf:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* IMPORT */
|
|
|
|
/* Text color */
|
|
|
|
.ImportArtistSelectFolder-header-1AE_l, .PageContent-content-2-LcY, .FieldSet-legend-3mbvV {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.TableRow-row-2tPLX {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.TableRow-row-2tPLX:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ALBUM STUDIO */
|
2019-06-03 23:21:31 +02:00
|
|
|
.AlbumStudioAlbum-album-mOsjl, .AlbumStudioAlbum-tracks-14O0r {
|
2018-08-17 20:43:39 +02:00
|
|
|
border: none;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
color: #fff;
|
2019-06-03 23:21:31 +02:00
|
|
|
}
|
|
|
|
.AlbumStudioAlbum-missingWanted-1jEbu {
|
|
|
|
background-color: #f05050;
|
|
|
|
}
|
|
|
|
.AlbumStudioAlbum-allTracks-1KGPc {
|
|
|
|
background-color: #0b8750;
|
2018-08-17 20:43:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* CALENDAR */
|
|
|
|
.CalendarDay-day-3WaqW, .CalendarDays-days-287Rk {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-webkit-flex: 1 0 14.28%;
|
|
|
|
flex: 1 0 14.28%;
|
|
|
|
overflow: hidden;
|
|
|
|
min-height: 70px;
|
|
|
|
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
border-left: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
border-right: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.CalendarDay-dayOfMonth-3ZysC {
|
|
|
|
border-bottom: 1px solid hsla(0,0%,100%,.08);
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.DayOfWeek-dayOfWeek--jS1P {
|
|
|
|
background-color: hsla(0,0%,100%,.08);
|
|
|
|
}
|
|
|
|
.CalendarDay-isToday-1ZMWk {
|
|
|
|
background-color: hsla(0,0%,100%,.08) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SETTINGS */
|
|
|
|
/* TEXT */
|
|
|
|
.Settings-summary-1BIsi {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* PROFILES/INDEXERS/DL-CLIENTS/IMPORT-LIST/CONNECTIONS */
|
|
|
|
.Card-card-SvrkG {
|
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
box-shadow: 0 0 10px 1px #000000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.QualityProfiles-addQualityProfile-2q4Re, .QualityProfiles-center-3qTb_, .LanguageProfiles-center-18sh2,
|
2019-06-03 23:29:44 +02:00
|
|
|
.MetadataProfiles-center-dOatB, .Indexers-center-3HUez, .Restrictions-center-3cS8T, .DownloadClients-center-30cx9, .ImportLists-center-17Qdu, .Notifications-center-13jM2 {
|
2018-08-17 20:43:39 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
|
|
|
border: none;
|
|
|
|
color: #c2c6c8;
|
|
|
|
}
|
2019-06-03 17:15:40 +02:00
|
|
|
.Indexers-center-3HUez, .Restrictions-center-3cS8T, .DownloadClients-center-30cx9, .ImportLists-center-17Qdu, .Notifications-center-13jM2 {
|
2018-08-17 20:43:39 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding: 15px 20px 15px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
/* CONNECTIONS */
|
|
|
|
.Label-danger-1rVtt.Label-outline-2ZP8n {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: #f05050;
|
|
|
|
}
|
|
|
|
/* EDIT QUALITY PROFILES */
|
2019-06-03 23:51:54 +02:00
|
|
|
.QualityProfileItem-qualityProfileItem-VFp-W, .QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 {
|
2018-08-17 20:43:39 +02:00
|
|
|
border: none;
|
2019-06-03 23:51:54 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
2018-08-17 20:43:39 +02:00
|
|
|
color: #FFF;
|
|
|
|
}
|
2019-06-03 23:51:54 +02:00
|
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
2018-08-17 20:43:39 +02:00
|
|
|
}
|
2018-12-26 16:30:58 +01:00
|
|
|
|
|
|
|
/* -------------------------BAZARR------------------------------*/
|
|
|
|
/* TOP MENU */
|
|
|
|
#divmenu {
|
2019-02-04 22:59:26 +01:00
|
|
|
background-color: transparent !important;
|
2018-12-26 16:30:58 +01:00
|
|
|
box-shadow: none !important;
|
|
|
|
opacity: .95 !important;
|
|
|
|
}
|
|
|
|
#divdetails {
|
|
|
|
background-color: #171717;
|
|
|
|
opacity: .95;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
#fondblanc {
|
|
|
|
background-color: #171717 !important;
|
|
|
|
opacity: .95 !important;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
a.ui.labels .label:hover, a.ui.label:hover {
|
|
|
|
background-color: #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.label {
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
.ui.inverted.menu {
|
|
|
|
border: 0 solid transparent;
|
|
|
|
background: transparent !important;
|
|
|
|
}
|
2019-05-11 14:52:43 +02:00
|
|
|
.ui.segment {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2018-12-26 16:30:58 +01:00
|
|
|
/* SEARCH BAR */
|
|
|
|
.prompt {
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
|
|
|
color: #FFF;
|
|
|
|
border-color: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
.ui.input>input {
|
|
|
|
background: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
border: none;
|
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
.ui.input.focus>input, .ui.input>input:focus {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* OVERVIEW */
|
|
|
|
.ui.table thead th {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.table {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.table tr td {
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.25);
|
|
|
|
}
|
|
|
|
.ui.selectable.table tbody tr:hover, .ui.table tbody tr td.selectable:hover {
|
|
|
|
background: hsla(0,0%,100%,.08) !important;
|
|
|
|
color: #ffffff!important;
|
|
|
|
}
|
|
|
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child, .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
i.black.icon {
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
2019-02-04 22:59:26 +01:00
|
|
|
.ui.progress .bar>.progress {
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
.ui.inverted.menu .dropdown.item:hover, .ui.inverted.menu .link.item:hover, .ui.inverted.menu a.item:hover, .ui.link.inverted.menu .item:hover {
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2018-12-26 16:30:58 +01:00
|
|
|
/* MOVIES EDITOR */
|
|
|
|
|
|
|
|
.ui.sortable.table thead th.sorted {
|
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.sortable.table thead th.sorted:hover {
|
|
|
|
background: hsla(0,0%,100%,.08);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ui.sortable.table thead th {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.sortable.table thead th:hover {
|
|
|
|
background: hsla(0,0%,100%,.08);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ui.menu .ui.dropdown .menu>.item {
|
|
|
|
background: #191a1c!important;
|
|
|
|
color: #FFF!important;
|
|
|
|
}
|
|
|
|
.ui.menu .ui.dropdown .menu>.item:hover {
|
|
|
|
color: #FFF !important;
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.8) !important;
|
|
|
|
}
|
2019-05-11 14:52:43 +02:00
|
|
|
.ui.menu {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
2019-05-11 15:13:18 +02:00
|
|
|
.ui.menu .dropdown.item .menu {
|
|
|
|
background: #191a1c!important;
|
|
|
|
}
|
2018-12-26 16:30:58 +01:00
|
|
|
|
|
|
|
/* EDIT SERIES/MOVIE MODAL */
|
|
|
|
.ui.modal>.header {
|
|
|
|
background: #323232;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.modal>.content {
|
|
|
|
background: #282828;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.ui.modal>.actions {
|
|
|
|
background: #323232;
|
|
|
|
}
|
|
|
|
.ui.modal .actions>.button {
|
|
|
|
margin-left: .75em;
|
|
|
|
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
transition: background-color .1s;
|
2018-12-27 01:02:17 +01:00
|
|
|
}
|
|
|
|
.ui.modal > .close {
|
|
|
|
top: .7rem;
|
|
|
|
right: .4rem;
|
2018-12-26 16:30:58 +01:00
|
|
|
}
|
|
|
|
/* CANCEL BUTTON */
|
|
|
|
.ui.button {
|
|
|
|
background: hsla(0,0%,100%,.25) !important;
|
|
|
|
color: #ffffff;
|
|
|
|
transition: background-color .1s;
|
|
|
|
}
|
|
|
|
.ui.button:hover, .ui.button:focus {
|
|
|
|
background-color: hsla(0,0%,100%,.3) !important;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ui.active.button:active, .ui.button:active {
|
|
|
|
background-color: hsla(0,0%,100%,.2) !important;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
/* SAVE BUTTON */
|
|
|
|
.ui.blue.button, .ui.blue.buttons .button {
|
|
|
|
background-color: #cc7b19 !important;
|
|
|
|
color: #fff;
|
|
|
|
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
transition: background-color .1s;
|
|
|
|
}
|
|
|
|
.ui.blue.button:hover, .ui.blue.buttons .button:hover {
|
|
|
|
background-color: #e59029 !important;
|
|
|
|
}
|
|
|
|
.ui.blue.button:active, .ui.blue.buttons .button:active {
|
|
|
|
background-color: #955a12 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* DROPDOWN */
|
|
|
|
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
|
|
|
|
color: rgba(191,191,191,.80);
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ui.modal>.content>.ui.selection.dropdown {
|
|
|
|
background: #555;
|
|
|
|
|
|
|
|
}
|
|
|
|
.ui.selection.active.dropdown {
|
|
|
|
border-color: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.ui.selection.dropdown:focus {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
.ui.selection.dropdown:focus .menu {
|
|
|
|
border-color: #282828;
|
|
|
|
}
|
|
|
|
.ui.selection.dropdown .menu>.item {
|
|
|
|
background-color: #191a1c;
|
|
|
|
color: #FFF;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
.ui.selection.active.dropdown .menu {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.ui.selection.active.dropdown:hover {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
.ui.dropdown .menu>.item:hover {
|
|
|
|
color: #FFF;
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.8) !important;
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
|
|
|
|
background: hsla(0,0%,100%,.3);
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox label:hover::before {
|
|
|
|
border-color: hsla(0,0%,100%,.3);
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox label:hover::before {
|
|
|
|
background-color: hsla(0,0%,100%,.3);
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox input:focus~.box:before, .ui.toggle.checkbox input:focus~label:before {
|
|
|
|
background-color: hsla(0,0%,100%,.3);
|
|
|
|
}
|
|
|
|
.ui.checkbox input:focus~label {
|
|
|
|
color: hsla(0,0%,100%,.3);
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
|
|
|
|
background-color: #cc7b19 !important;
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
|
|
|
|
background-color: #cc7b19!important;
|
|
|
|
}
|
|
|
|
.ui.toggle.checkbox input:focus:checked~.box:before, .ui.toggle.checkbox input:focus:checked~label:before {
|
|
|
|
background-color: #cc7b19!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.multiple.dropdown>.label {
|
2019-05-11 15:20:29 +02:00
|
|
|
background: #f8f8f8;
|
2018-12-26 16:30:58 +01:00
|
|
|
}
|
|
|
|
a.ui.active.label:hover, a.ui.labels .active.label:hover {
|
|
|
|
background-color: #323232;
|
|
|
|
border-color: #323232;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* EDITOR BUTTON */
|
|
|
|
.ui.basic.button, .ui.basic.buttons .button {
|
|
|
|
background: rgba(0, 0, 0, 0.25) none!important;
|
|
|
|
color: rgb(255, 255, 255)!important;
|
|
|
|
}
|
2019-05-11 15:24:18 +02:00
|
|
|
.ui.basic.active.button, .ui.basic.buttons .active.button {
|
|
|
|
color: rgb(255, 255, 255)!important;
|
|
|
|
}
|
2018-12-26 16:30:58 +01:00
|
|
|
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
|
|
|
|
background: hsla(0,0%,100%,.08) !IMPORTANT;
|
|
|
|
color: #fff!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* HISTORY PAGE */
|
|
|
|
#bottommenu {
|
|
|
|
background-color: #323232 !important;
|
|
|
|
}
|
|
|
|
.ui.tabular.menu .active.item, .ui.segment {
|
|
|
|
background: none rgba(255,255,255,.08);
|
|
|
|
}
|
|
|
|
.ui.tabular.menu .item:hover {
|
|
|
|
background-color: rgba(255,255,255,.08) !important;
|
|
|
|
}
|
|
|
|
.ui.tabular.menu .item:visited {
|
|
|
|
background-color: rgba(255,255,255,.08) !important;
|
|
|
|
}
|
|
|
|
.ui.attached:not(.message)+.ui.attached.segment:not(.top) {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.ui.header {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.dividing.header {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.ui.selection.dropdown {
|
|
|
|
color: #FFF;
|
|
|
|
background: rgba(0, 0, 0, .25);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SETTINGS PAGE */
|
|
|
|
|
|
|
|
.ui.list .list>.item .header, .ui.list>.item .header {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
.ui.checkbox label, .ui.checkbox+label {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.ui.selection.visible.dropdown>.text:not(.default) {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.ui.checkbox label:hover, .ui.checkbox+label:hover {
|
|
|
|
color: #db2828;
|
|
|
|
}
|
|
|
|
.ui.attached.info.message, .ui.info.message {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.ui.info.message {
|
|
|
|
background-color: rgba(255,255,255,.08);
|
|
|
|
color: #00c1ff;
|
|
|
|
}
|
|
|
|
.ui.input {
|
2019-05-11 14:40:27 +02:00
|
|
|
color: #FFF !important;
|
2018-12-26 16:30:58 +01:00
|
|
|
}
|
|
|
|
.ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus {
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
2019-05-11 14:40:27 +02:00
|
|
|
/* LOGS PAGE */
|
|
|
|
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
2019-05-11 14:52:43 +02:00
|
|
|
background-color: transparent;
|
2019-05-11 14:40:27 +02:00
|
|
|
}
|
|
|
|
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
|
|
|
|
background-color: hsla(0, 0%, 100%, .25);
|
|
|
|
}
|
2019-05-11 14:52:43 +02:00
|
|
|
table.dataTable tbody tr {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2019-05-11 14:40:27 +02:00
|
|
|
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2019-05-11 14:52:43 +02:00
|
|
|
table.dataTable.no-footer {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
table.dataTable thead th, table.dataTable thead td {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2019-05-11 14:40:27 +02:00
|
|
|
/* SCAN POPUP */
|
|
|
|
.noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information {
|
2019-05-11 14:52:43 +02:00
|
|
|
background-color: #191a1c !important;
|
|
|
|
color: #FFF !important;
|
2019-05-11 15:13:18 +02:00
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
/* TOOLTIP */
|
|
|
|
[data-tooltip]:after {
|
|
|
|
border: 1px solid #1b1c1d;
|
|
|
|
background: #1b1c1d;
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
}
|
|
|
|
[data-tooltip]:before {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2019-05-11 14:40:27 +02:00
|
|
|
}
|
2019-05-11 15:24:18 +02:00
|
|
|
[data-tooltip]:not([data-position]):before {
|
|
|
|
background: #1b1c1d !important;
|
|
|
|
}
|