|
|
|
@ -76,7 +76,8 @@ label {
|
|
|
|
|
background: #4e5d6c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .nav a .fa {
|
|
|
|
|
.navbar .nav a .fa,
|
|
|
|
|
.dropdown-menu a .fa {
|
|
|
|
|
font-size: 130%;
|
|
|
|
|
top: 1px;
|
|
|
|
|
position: relative;
|
|
|
|
@ -84,6 +85,10 @@ label {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu a .fa {
|
|
|
|
|
top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-danger-outline {
|
|
|
|
|
color: $danger-colour $i;
|
|
|
|
|
background-color: transparent;
|
|
|
|
@ -176,52 +181,55 @@ label {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#movieList .mix {
|
|
|
|
|
display: none;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tvList .mix {
|
|
|
|
|
display: none;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$border-radius: 10px;
|
|
|
|
|
|
|
|
|
|
.scroll-top-wrapper {
|
|
|
|
|
position: fixed;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-align: center;
|
|
|
|
|
z-index: 99999999;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-align: center;
|
|
|
|
|
z-index: 99999999;
|
|
|
|
|
background-color: $form-color;
|
|
|
|
|
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;
|
|
|
|
|
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: $form-color-lighter;
|
|
|
|
|
background-color: $form-color-lighter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-top-wrapper.show {
|
|
|
|
|
visibility:visible;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
opacity: 1.0;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 1.0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-top-wrapper i.fa {
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.no-search-results {
|
|
|
|
|
text-align: center;
|
|
|
|
@ -235,4 +243,4 @@ $border-radius: 10px;
|
|
|
|
|
.no-search-results .no-search-results-text {
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|