Plex theme

This commit is contained in:
tidusjar 2016-05-24 13:21:46 +01:00
commit 2187b1453a
11 changed files with 8018 additions and 358 deletions

View file

@ -1,349 +1,349 @@
$form-color: #4e5d6c; $form-color: #4e5d6c;
$form-color-lighter: #637689; $form-color-lighter: #637689;
$primary-colour: #df691a; $primary-colour: #df691a;
$primary-colour-outline: #ff761b; $primary-colour-outline: #ff761b;
$info-colour: #5bc0de; $info-colour: #5bc0de;
$warning-colour: #f0ad4e; $warning-colour: #f0ad4e;
$danger-colour: #d9534f; $danger-colour: #d9534f;
$success-colour: #5cb85c; $success-colour: #5cb85c;
$i: $i:
!important; !important;
@media (min-width: 768px ) { @media (min-width: 768px ) {
.row { .row {
position: relative; position: relative;
} }
.bottom-align-text { .bottom-align-text {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;
} }
} }
@media (max-width: 48em) { @media (max-width: 48em) {
.home { .home {
padding-top: 1rem; padding-top: 1rem;
} }
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.home { .home {
padding-top: 4rem; padding-top: 4rem;
} }
} }
.btn { .btn {
border-radius: .25rem $i; border-radius: .25rem $i;
} }
.multiSelect { .multiSelect {
background-color: $form-color; background-color: $form-color;
} }
.form-control-custom { .form-control-custom {
background-color: $form-color $i; background-color: $form-color $i;
color: white $i; color: white $i;
border-radius: 0; border-radius: 0;
box-shadow: 0 0 0 !important; box-shadow: 0 0 0 !important;
} }
h1 { h1 {
font-size: 3.5rem $i; font-size: 3.5rem $i;
font-weight: 600 $i; font-weight: 600 $i;
} }
.request-title { .request-title {
margin-top: 0 $i; margin-top: 0 $i;
font-size: 1.9rem $i; font-size: 1.9rem $i;
} }
p { p {
font-size: 1.1rem $i; font-size: 1.1rem $i;
} }
label { label {
display: inline-block $i; display: inline-block $i;
margin-bottom: .5rem $i; margin-bottom: .5rem $i;
font-size: 16px $i; font-size: 16px $i;
} }
.nav-tabs > li { .nav-tabs > li {
font-size: 13px; font-size: 13px;
line-height: 21px; line-height: 21px;
} }
.nav-tabs > li.active > a, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
background: #4e5d6c; background: #4e5d6c;
} }
.nav-tabs > li > a > .fa { .nav-tabs > li > a > .fa {
padding: 3px 5px 3px 3px; padding: 3px 5px 3px 3px;
} }
.nav-tabs > li.nav-tab-right { .nav-tabs > li.nav-tab-right {
float: right; float: right;
} }
.nav-tabs > li.nav-tab-right a { .nav-tabs > li.nav-tab-right a {
margin-right: 0; margin-right: 0;
margin-left: 2px; margin-left: 2px;
} }
.nav-tabs > li.nav-tab-icononly .fa { .nav-tabs > li.nav-tab-icononly .fa {
padding: 3px; padding: 3px;
} }
.navbar .nav a .fa, .navbar .nav a .fa,
.dropdown-menu a .fa { .dropdown-menu a .fa {
font-size: 130%; font-size: 130%;
top: 1px; top: 1px;
position: relative; position: relative;
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
} }
.dropdown-menu a .fa { .dropdown-menu a .fa {
top: 2px; top: 2px;
} }
.btn-danger-outline { .btn-danger-outline {
color: $danger-colour $i; color: $danger-colour $i;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: $danger-colour $i; border-color: $danger-colour $i;
} }
.btn-danger-outline:focus, .btn-danger-outline:focus,
.btn-danger-outline.focus, .btn-danger-outline.focus,
.btn-danger-outline:active, .btn-danger-outline:active,
.btn-danger-outline.active, .btn-danger-outline.active,
.btn-danger-outline:hover, .btn-danger-outline:hover,
.open > .btn-danger-outline.dropdown-toggle { .open > .btn-danger-outline.dropdown-toggle {
color: #fff $i; color: #fff $i;
background-color: $danger-colour $i; background-color: $danger-colour $i;
border-color: $danger-colour $i; border-color: $danger-colour $i;
} }
.btn-primary-outline { .btn-primary-outline {
color: $primary-colour-outline $i; color: $primary-colour-outline $i;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: $primary-colour-outline $i; border-color: $primary-colour-outline $i;
} }
.btn-primary-outline:focus, .btn-primary-outline:focus,
.btn-primary-outline.focus, .btn-primary-outline.focus,
.btn-primary-outline:active, .btn-primary-outline:active,
.btn-primary-outline.active, .btn-primary-outline.active,
.btn-primary-outline:hover, .btn-primary-outline:hover,
.open > .btn-primary-outline.dropdown-toggle { .open > .btn-primary-outline.dropdown-toggle {
color: #fff $i; color: #fff $i;
background-color: $primary-colour $i; background-color: $primary-colour $i;
border-color: $primary-colour $i; border-color: $primary-colour $i;
} }
.btn-info-outline { .btn-info-outline {
color: $info-colour $i; color: $info-colour $i;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: $info-colour $i; border-color: $info-colour $i;
} }
.btn-info-outline:focus, .btn-info-outline:focus,
.btn-info-outline.focus, .btn-info-outline.focus,
.btn-info-outline:active, .btn-info-outline:active,
.btn-info-outline.active, .btn-info-outline.active,
.btn-info-outline:hover, .btn-info-outline:hover,
.open > .btn-info-outline.dropdown-toggle { .open > .btn-info-outline.dropdown-toggle {
color: #fff $i; color: #fff $i;
background-color: $info-colour $i; background-color: $info-colour $i;
border-color: $info-colour $i; border-color: $info-colour $i;
} }
.btn-warning-outline { .btn-warning-outline {
color: $warning-colour $i; color: $warning-colour $i;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: $warning-colour $i; border-color: $warning-colour $i;
} }
.btn-warning-outline:focus, .btn-warning-outline:focus,
.btn-warning-outline.focus, .btn-warning-outline.focus,
.btn-warning-outline:active, .btn-warning-outline:active,
.btn-warning-outline.active, .btn-warning-outline.active,
.btn-warning-outline:hover, .btn-warning-outline:hover,
.open > .btn-warning-outline.dropdown-toggle { .open > .btn-warning-outline.dropdown-toggle {
color: #fff $i; color: #fff $i;
background-color: $warning-colour $i; background-color: $warning-colour $i;
border-color: $warning-colour $i; border-color: $warning-colour $i;
} }
.btn-success-outline { .btn-success-outline {
color: $success-colour $i; color: $success-colour $i;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: $success-colour $i; border-color: $success-colour $i;
} }
.btn-success-outline:focus, .btn-success-outline:focus,
.btn-success-outline.focus, .btn-success-outline.focus,
.btn-success-outline:active, .btn-success-outline:active,
.btn-success-outline.active, .btn-success-outline.active,
.btn-success-outline:hover, .btn-success-outline:hover,
.open > .btn-success-outline.dropdown-toggle { .open > .btn-success-outline.dropdown-toggle {
color: #fff $i; color: #fff $i;
background-color: $success-colour $i; background-color: $success-colour $i;
border-color: $success-colour $i; border-color: $success-colour $i;
} }
#movieList .mix { #movieList .mix {
display: none; display: none;
} }
#tvList .mix { #tvList .mix {
display: none; display: none;
} }
$border-radius: 10px; $border-radius: 10px;
.scroll-top-wrapper { .scroll-top-wrapper {
position: fixed; position: fixed;
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
z-index: 99999999; z-index: 99999999;
background-color: $form-color; background-color: $form-color;
color: #eeeeee; color: #eeeeee;
width: 50px; width: 50px;
height: 48px; height: 48px;
line-height: 48px; line-height: 48px;
right: 30px; right: 30px;
bottom: 30px; bottom: 30px;
padding-top: 2px; padding-top: 2px;
border-top-left-radius: $border-radius; border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius; border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius; border-bottom-right-radius: $border-radius;
border-bottom-left-radius: $border-radius; border-bottom-left-radius: $border-radius;
-webkit-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
} }
.scroll-top-wrapper:hover { .scroll-top-wrapper:hover {
background-color: $form-color-lighter; background-color: $form-color-lighter;
} }
.scroll-top-wrapper.show { .scroll-top-wrapper.show {
visibility: visible; visibility: visible;
cursor: pointer; cursor: pointer;
opacity: 1.0; opacity: 1.0;
} }
.scroll-top-wrapper i.fa { .scroll-top-wrapper i.fa {
line-height: inherit; line-height: inherit;
} }
.no-search-results { .no-search-results {
text-align: center; text-align: center;
} }
.no-search-results .no-search-results-icon { .no-search-results .no-search-results-icon {
font-size: 10em; font-size: 10em;
color: $form-color; color: $form-color;
} }
.no-search-results .no-search-results-text { .no-search-results .no-search-results-text {
margin: 20px 0; margin: 20px 0;
color: #ccc; color: #ccc;
} }
.form-control-search { .form-control-search {
padding: 13px 105px 13px 16px; padding: 13px 105px 13px 16px;
height: 100%; height: 100%;
} }
.form-control-withbuttons { .form-control-withbuttons {
padding-right: 105px; padding-right: 105px;
} }
.input-group-addon .btn-group { .input-group-addon .btn-group {
position: absolute; position: absolute;
right: 45px; right: 45px;
z-index: 3; z-index: 3;
top: 13px; top: 13px;
box-shadow: 0 0 0; box-shadow: 0 0 0;
} }
.input-group-addon .btn-group .btn { .input-group-addon .btn-group .btn {
border: 1px solid rgba(255,255,255,.7) !important; border: 1px solid rgba(255,255,255,.7) !important;
padding: 3px 12px; padding: 3px 12px;
color: rgba(255,255,255,.7) !important; color: rgba(255,255,255,.7) !important;
} }
.btn-split .btn { .btn-split .btn {
border-radius: 0 !important; border-radius: 0 !important;
} }
.btn-split .btn:not(.dropdown-toggle) { .btn-split .btn:not(.dropdown-toggle) {
border-radius: .25rem 0 0 .25rem $i; border-radius: .25rem 0 0 .25rem $i;
} }
.btn-split .btn.dropdown-toggle { .btn-split .btn.dropdown-toggle {
border-radius: 0 .25rem .25rem 0 $i; border-radius: 0 .25rem .25rem 0 $i;
padding: 12px 8px; padding: 12px 8px;
} }
#updateAvailable { #updateAvailable {
background-color: rgb(255, 164, 0); background-color: rgb(255, 164, 0);
text-align: center; text-align: center;
font-size: 15px; font-size: 15px;
} }
.checkbox label { .checkbox label {
display: inline-block; display: inline-block;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
padding-left: 25px; padding-left: 25px;
margin-right: 15px; margin-right: 15px;
font-size: 13px; font-size: 13px;
margin-bottom: 10px; } margin-bottom: 10px; }
.checkbox label:before { .checkbox label:before {
content: ""; content: "";
display: inline-block; display: inline-block;
width: 18px; width: 18px;
height: 18px; height: 18px;
margin-right: 10px; margin-right: 10px;
position: absolute; position: absolute;
left: 0; left: 0;
bottom: 1px; bottom: 1px;
border: 2px solid #eee; border: 2px solid #eee;
border-radius: 3px; } border-radius: 3px; }
.checkbox input[type=checkbox] { .checkbox input[type=checkbox] {
display: none; } display: none; }
.checkbox input[type=checkbox]:checked + label:before { .checkbox input[type=checkbox]:checked + label:before {
content: "\2713"; content: "\2713";
font-size: 13px; font-size: 13px;
color: #fafafa; color: #fafafa;
text-align: center; text-align: center;
line-height: 13px; } line-height: 13px; }
.input-group-sm{ .input-group-sm{
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
} }
.tab-pane .form-horizontal .form-group { .tab-pane .form-horizontal .form-group {
margin-right: 15px; margin-right: 15px;
margin-left: 15px; } margin-left: 15px; }

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,283 @@
@media (min-width: 768px) {
.row {
position: relative; }
.bottom-align-text {
position: absolute;
bottom: 0;
right: 0; } }
@media (max-width: 48em) {
.home {
padding-top: 1rem; } }
@media (min-width: 48em) {
.home {
padding-top: 4rem; } }
.btn {
border-radius: 0.25rem !important; }
.multiSelect {
background-color: #4e5d6c; }
.form-control-custom {
background-color: #333333 !important;
color: white !important;
border-radius: 0;
box-shadow: 0 0 0 !important; }
h1 {
font-size: 3.5rem !important;
font-weight: 600 !important; }
.request-title {
margin-top: 0 !important;
font-size: 1.9rem !important; }
p {
font-size: 1.1rem !important; }
label {
display: inline-block !important;
margin-bottom: 0.5rem !important;
font-size: 16px !important; }
.nav-tabs > li {
font-size: 13px;
line-height: 21px; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background: #df691a; }
.nav-tabs > li > a > .fa {
padding: 3px 5px 3px 3px; }
.nav-tabs > li.nav-tab-right {
float: right; }
.nav-tabs > li.nav-tab-right a {
margin-right: 0;
margin-left: 2px; }
.nav-tabs > li.nav-tab-icononly .fa {
padding: 3px; }
.navbar .nav a .fa,
.dropdown-menu a .fa {
font-size: 130%;
top: 1px;
position: relative;
display: inline-block;
margin-right: 5px; }
.dropdown-menu a .fa {
top: 2px; }
.btn-danger-outline {
color: #d9534f !important;
background-color: transparent;
background-image: none;
border-color: #d9534f !important; }
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.btn-danger-outline:hover,
.open > .btn-danger-outline.dropdown-toggle {
color: #fff !important;
background-color: #d9534f !important;
border-color: #d9534f !important; }
.btn-primary-outline {
color: #ff761b !important;
background-color: transparent;
background-image: none;
border-color: #ff761b !important; }
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.btn-primary-outline:hover,
.open > .btn-primary-outline.dropdown-toggle {
color: #fff !important;
background-color: #df691a !important;
border-color: #df691a !important; }
.btn-info-outline {
color: #5bc0de !important;
background-color: transparent;
background-image: none;
border-color: #5bc0de !important; }
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.btn-info-outline:hover,
.open > .btn-info-outline.dropdown-toggle {
color: #fff !important;
background-color: #5bc0de !important;
border-color: #5bc0de !important; }
.btn-warning-outline {
color: #f0ad4e !important;
background-color: transparent;
background-image: none;
border-color: #f0ad4e !important; }
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.btn-warning-outline:hover,
.open > .btn-warning-outline.dropdown-toggle {
color: #fff !important;
background-color: #f0ad4e !important;
border-color: #f0ad4e !important; }
.btn-success-outline {
color: #5cb85c !important;
background-color: transparent;
background-image: none;
border-color: #5cb85c !important; }
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.btn-success-outline:hover,
.open > .btn-success-outline.dropdown-toggle {
color: #fff !important;
background-color: #5cb85c !important;
border-color: #5cb85c !important; }
#movieList .mix {
display: none; }
#tvList .mix {
display: none; }
.scroll-top-wrapper {
position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
background-color: #333333;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
.scroll-top-wrapper:hover {
background-color: #df691a; }
.scroll-top-wrapper.show {
visibility: visible;
cursor: pointer;
opacity: 1.0; }
.scroll-top-wrapper i.fa {
line-height: inherit; }
.no-search-results {
text-align: center; }
.no-search-results .no-search-results-icon {
font-size: 10em;
color: #4e5d6c; }
.no-search-results .no-search-results-text {
margin: 20px 0;
color: #ccc; }
.form-control-search {
padding: 13px 105px 13px 16px;
height: 100%; }
.form-control-withbuttons {
padding-right: 105px; }
.input-group-addon .btn-group {
position: absolute;
right: 45px;
z-index: 3;
top: 13px;
box-shadow: 0 0 0; }
.input-group-addon .btn-group .btn {
border: 1px solid rgba(255, 255, 255, 0.7) !important;
padding: 3px 12px;
color: rgba(255, 255, 255, 0.7) !important; }
.btn-split .btn {
border-radius: 0 !important; }
.btn-split .btn:not(.dropdown-toggle) {
border-radius: 0.25rem 0 0 0.25rem !important; }
.btn-split .btn.dropdown-toggle {
border-radius: 0 0.25rem 0.25rem 0 !important;
padding: 12px 8px; }
#updateAvailable {
background-color: #ffa400;
text-align: center;
font-size: 15px; }
.checkbox label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 25px;
margin-right: 15px;
font-size: 13px;
margin-bottom: 10px; }
.checkbox label:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
position: absolute;
left: 0;
bottom: 1px;
border: 2px solid #eee;
border-radius: 3px; }
.checkbox input[type=checkbox] {
display: none; }
.checkbox input[type=checkbox]:checked + label:before {
content: "\2713";
font-size: 13px;
color: #fafafa;
text-align: center;
line-height: 13px; }
.input-group-sm {
padding-top: 2px;
padding-bottom: 2px; }
.tab-pane .form-horizontal .form-group {
margin-right: 15px;
margin-left: 15px; }

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,350 @@
$form-color: #4e5d6c;
$form-color-lighter: #637689;
$primary-colour: #df691a;
$primary-colour-outline: #ff761b;
$info-colour: #5bc0de;
$warning-colour: #f0ad4e;
$danger-colour: #d9534f;
$success-colour: #5cb85c;
$bg-colour: #333333;
$i:
!important;
@media (min-width: 768px ) {
.row {
position: relative;
}
.bottom-align-text {
position: absolute;
bottom: 0;
right: 0;
}
}
@media (max-width: 48em) {
.home {
padding-top: 1rem;
}
}
@media (min-width: 48em) {
.home {
padding-top: 4rem;
}
}
.btn {
border-radius: .25rem $i;
}
.multiSelect {
background-color: $form-color;
}
.form-control-custom {
background-color: $bg-colour $i;
color: white $i;
border-radius: 0;
box-shadow: 0 0 0 !important;
}
h1 {
font-size: 3.5rem $i;
font-weight: 600 $i;
}
.request-title {
margin-top: 0 $i;
font-size: 1.9rem $i;
}
p {
font-size: 1.1rem $i;
}
label {
display: inline-block $i;
margin-bottom: .5rem $i;
font-size: 16px $i;
}
.nav-tabs > li {
font-size: 13px;
line-height: 21px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background: $primary-colour;
}
.nav-tabs > li > a > .fa {
padding: 3px 5px 3px 3px;
}
.nav-tabs > li.nav-tab-right {
float: right;
}
.nav-tabs > li.nav-tab-right a {
margin-right: 0;
margin-left: 2px;
}
.nav-tabs > li.nav-tab-icononly .fa {
padding: 3px;
}
.navbar .nav a .fa,
.dropdown-menu a .fa {
font-size: 130%;
top: 1px;
position: relative;
display: inline-block;
margin-right: 5px;
}
.dropdown-menu a .fa {
top: 2px;
}
.btn-danger-outline {
color: $danger-colour $i;
background-color: transparent;
background-image: none;
border-color: $danger-colour $i;
}
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.btn-danger-outline:hover,
.open > .btn-danger-outline.dropdown-toggle {
color: #fff $i;
background-color: $danger-colour $i;
border-color: $danger-colour $i;
}
.btn-primary-outline {
color: $primary-colour-outline $i;
background-color: transparent;
background-image: none;
border-color: $primary-colour-outline $i;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.btn-primary-outline:hover,
.open > .btn-primary-outline.dropdown-toggle {
color: #fff $i;
background-color: $primary-colour $i;
border-color: $primary-colour $i;
}
.btn-info-outline {
color: $info-colour $i;
background-color: transparent;
background-image: none;
border-color: $info-colour $i;
}
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.btn-info-outline:hover,
.open > .btn-info-outline.dropdown-toggle {
color: #fff $i;
background-color: $info-colour $i;
border-color: $info-colour $i;
}
.btn-warning-outline {
color: $warning-colour $i;
background-color: transparent;
background-image: none;
border-color: $warning-colour $i;
}
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.btn-warning-outline:hover,
.open > .btn-warning-outline.dropdown-toggle {
color: #fff $i;
background-color: $warning-colour $i;
border-color: $warning-colour $i;
}
.btn-success-outline {
color: $success-colour $i;
background-color: transparent;
background-image: none;
border-color: $success-colour $i;
}
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.btn-success-outline:hover,
.open > .btn-success-outline.dropdown-toggle {
color: #fff $i;
background-color: $success-colour $i;
border-color: $success-colour $i;
}
#movieList .mix {
display: none;
}
#tvList .mix {
display: none;
}
$border-radius: 10px;
.scroll-top-wrapper {
position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
background-color: $bg-colour;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 30px;
bottom: 30px;
padding-top: 2px;
border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius;
border-bottom-left-radius: $border-radius;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
background-color: $primary-colour;
}
.scroll-top-wrapper.show {
visibility: visible;
cursor: pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}
.no-search-results {
text-align: center;
}
.no-search-results .no-search-results-icon {
font-size: 10em;
color: $form-color;
}
.no-search-results .no-search-results-text {
margin: 20px 0;
color: #ccc;
}
.form-control-search {
padding: 13px 105px 13px 16px;
height: 100%;
}
.form-control-withbuttons {
padding-right: 105px;
}
.input-group-addon .btn-group {
position: absolute;
right: 45px;
z-index: 3;
top: 13px;
box-shadow: 0 0 0;
}
.input-group-addon .btn-group .btn {
border: 1px solid rgba(255,255,255,.7) !important;
padding: 3px 12px;
color: rgba(255,255,255,.7) !important;
}
.btn-split .btn {
border-radius: 0 !important;
}
.btn-split .btn:not(.dropdown-toggle) {
border-radius: .25rem 0 0 .25rem $i;
}
.btn-split .btn.dropdown-toggle {
border-radius: 0 .25rem .25rem 0 $i;
padding: 12px 8px;
}
#updateAvailable {
background-color: rgb(255, 164, 0);
text-align: center;
font-size: 15px;
}
.checkbox label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 25px;
margin-right: 15px;
font-size: 13px;
margin-bottom: 10px; }
.checkbox label:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
position: absolute;
left: 0;
bottom: 1px;
border: 2px solid #eee;
border-radius: 3px; }
.checkbox input[type=checkbox] {
display: none; }
.checkbox input[type=checkbox]:checked + label:before {
content: "\2713";
font-size: 13px;
color: #fafafa;
text-align: center;
line-height: 13px; }
.input-group-sm{
padding-top: 2px;
padding-bottom: 2px;
}
.tab-pane .form-horizontal .form-group {
margin-right: 15px;
margin-left: 15px; }

View file

@ -59,7 +59,7 @@ namespace PlexRequests.UI.Helpers
} }
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/Themes/{settings.ThemeName}\" type=\"text/css\"/>"); sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/Themes/{settings.ThemeName}\" type=\"text/css\"/>");
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/custom.min.css\" type=\"text/css\" />"); sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/Themes/{settings.ThemeName.Replace(".css",string.Empty)}Custom.min.css\" type=\"text/css\" />");
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/font-awesome.css\" type=\"text/css\"/>"); sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/font-awesome.css\" type=\"text/css\"/>");
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/pace.min.css\" type=\"text/css\"/>"); sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/pace.min.css\" type=\"text/css\"/>");
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/awesome-bootstrap-checkbox.css\" type=\"text/css\"/>"); sb.AppendLine($"<link rel=\"stylesheet\" href=\"{content}/Content/awesome-bootstrap-checkbox.css\" type=\"text/css\"/>");

View file

@ -287,6 +287,23 @@
<Content Include="Content\swagger\underscore-min.js"> <Content Include="Content\swagger\underscore-min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="Content\Themes\OriginalBootstrapCustom.css">
<DependentUpon>OriginalBootstrapCustom.scss</DependentUpon>
</Content>
<Content Include="Content\Themes\OriginalBootstrapCustom.min.css">
<DependentUpon>OriginalBootstrapCustom.css</DependentUpon>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Content\Themes\PlexBootstrap.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Content\Themes\PlexBootstrapCustom.css">
<DependentUpon>PlexBootstrapCustom.scss</DependentUpon>
</Content>
<Content Include="Content\Themes\PlexBootstrapCustom.min.css">
<DependentUpon>PlexBootstrapCustom.css</DependentUpon>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Views\ApiDocs\index.html"> <Content Include="Views\ApiDocs\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@ -304,13 +321,6 @@
<Content Include="Content\bootstrap.min.js"> <Content Include="Content\bootstrap.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="Content\custom.css">
<DependentUpon>custom.scss</DependentUpon>
</Content>
<Content Include="Content\custom.min.css">
<DependentUpon>custom.css</DependentUpon>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Content\dataTables.bootstrap.css"> <Content Include="Content\dataTables.bootstrap.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@ -378,7 +388,8 @@
<None Include="Content\awesome-bootstrap-checkbox.scss"> <None Include="Content\awesome-bootstrap-checkbox.scss">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="Content\custom.scss" /> <None Include="Content\Themes\PlexBootstrapCustom.scss" />
<None Include="Content\Themes\OriginalBootstrapCustom.scss" />
<Content Include="Content\pace.min.js"> <Content Include="Content\pace.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>

View file

@ -68,7 +68,7 @@
<label for="select" class="control-label">Theme</label> <label for="select" class="control-label">Theme</label>
<div id="themes"> <div id="themes">
<select class="form-control form-control-custom" id="select"> <select class="form-control form-control-custom" id="select">
<option @plexTheme class="form-control form-control-custom" value="@Themes.PlexTheme">Plex Dark</option> <option @plexTheme class="form-control form-control-custom" value="@Themes.PlexTheme">Plex</option>
<option @originalTheme class="form-control form-control-custom" value="@Themes.OriginalTheme">Original Blue</option> <option @originalTheme class="form-control form-control-custom" value="@Themes.OriginalTheme">Original Blue</option>
</select> </select>
</div> </div>

View file

@ -10,5 +10,13 @@
{ {
"outputFile": "Content/moment.min.es5.js", "outputFile": "Content/moment.min.es5.js",
"inputFile": "Content/moment.min.js" "inputFile": "Content/moment.min.js"
},
{
"outputFile": "Content/Themes/OriginalBootstrapCustom.css",
"inputFile": "Content/Themes/OriginalBootstrapCustom.scss"
},
{
"outputFile": "Content/Themes/PlexBootstrapCustom.css",
"inputFile": "Content/Themes/PlexBootstrapCustom.scss"
} }
] ]