.sr-rating .star {
cursor: pointer;
font-size: 24px;
color: #ccc;
}
.sr-rating .star:hover,
.sr-rating .star:hover ~ .star {
color: gold;
}.d-flex {
display: flex;
}
.gap-5 {
gap: 5px;
}
.gap-10 {
gap: 10px;
}
.gap-15 {
gap: 15px;
}
.gap-20 {
gap: 20px;
}
.ai-center {
align-items: center;
}
.jc-center {
justify-content: center;
}
.ml-auto {
margin-left: auto;
}
.mr-auto {
margin-right: auto;
}
.hidden {
display: none;
}
.fl-wrap {
flex-wrap: wrap;
}
.fd-column {
flex-direction: column;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.v-hidden {
position: absolute;
width: 0px;
height: 0px;
overflow: hidden;
}
ul {
margin: 0;
padding: 0;
}
h1,
h3 {
margin: 0;
margin-bottom: 15px;
}
h2 {
margin: 15px 0 15px 0;
}
h1 {
font-size: 27px;
}
p {
margin: 0;
line-height: 20px;
color: var(--p-color);
}
p+p {
padding-top: 10px;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
:root {
--bg-color: #111;
--white-color: #fff;
--header-bg: #2d2d2d;
--nav-hover: #3c3b3b;
--container-bg: #212121;
--container-border: #323232;
--p-color: hsla(0, 0%, 100%, .6);
--link-color: #fff;
--recommended-h3: #e9e9e9;
--recommended-info: hsla(0, 0%, 100%, .5);
--badge-text-color: #fff;
--short-title-hover: #f90;
--hr-color: #323232;
--pagin-link-bg: #444;
--pagin-border: #525252;
--page-item-span: #9d9d9d;
--page-link: #e5e5e5;
--shortstory-bg: #333;
--episode-name-bg: #525252;
--episode-name-color: #ccc;
--excerpt-color: hsla(0, 0%, 100%, .6);
--description-text-link-color: #21b0d0;
}
html {
background-color: #000;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: .95rem;
margin: 0;
padding-top: 300px;
background: url(//ghoul-online.com/wp-content/themes/zivserial/assets/img/bg.webp);
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;
color: var(--white-color);
-webkit-font-smoothing: antialiased;
}
.container {
width: 1150px;
margin: 0 auto 50px;
background-color: var(--container-bg);
border: 1px solid var(--container-border);
border-radius: 5px;
}
header {
height: 55px;
padding: 0 10px;
margin-bottom: 10px;
border-radius: 5px 5px 0 0;
background-color: var(--header-bg);
border-bottom: 1px solid color-mix(in oklab, hsl(240 3.7% 15.9%) 50%, transparent);
}
.logo {
height: 42px;
width: 200px;
margin-right: auto;
}
.logo img {
width: 100%;
}
nav li {
list-style: none;
font-size: 16px;
font-weight: 600;
}
nav li.menu-item {
font-weight: 600;
padding: 0 15px;
}
li.menu-item>a,
li.menu-item span {
display: block;
line-height: 55px;
padding: 0;
}
.menu-item.has-child:hover ul {
display: block;
}
.content {
min-height: calc(100vh - 215px);
}
main {
width: 820px;
padding: 15px;
}
aside {
width: 270px;
padding: 15px;
}
.section+.section {
margin-top: 30px;
}
.main-description h2,
.main-description h3,
.main-description h4 {
margin-top: 12px;
}
.pagination {
width: 100%;
margin: 30px 0;
text-align: center;
}
.page-item {
display: inline-block;
background-color: var(--pagin-link-bg);
font-size: 14px;
border-radius: 3px;
border: 2px solid var(--pagin-border);
}
.page-item span {
color: var(--page-item-span);
}
.page-item span,
.page-item a {
display: inline-block;
padding: 0 12px;
line-height: 31px;
}
.page-item a {
color: var(--page-link);
text-decoration: none;
}
.main-description a,
.season-description a {
color: var(--description-text-link-color);
}
li.has-child {
cursor: pointer;
position: relative;
}
ul.child-ul {
position: absolute;
top: 100%;
background-color: #2c2c2c;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
width: 100%;
border-radius: 0 0 5px 5px;
margin-left: -15px;
padding: 0;
z-index: 99;
}
ul.child-ul li a {
display: inline-block;
width: calc(100% - 30px);
padding: 0 15px;
line-height: 45px;
}
ul.child-ul li a:hover {
background-color: #3c3b3b;
}
nav a {
text-decoration: none;
color: var(--white-color);
}
li.menu-item:hover {
background-color: var(--nav-hover);
}
.shadow:after {
border-radius: 5px;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
box-shadow: 0 0 0 1px inset color(srgb 0.41 0.41 0.41 / 0.23);
z-index: 1;
}
.badge {
position: absolute;
bottom: 0;
line-height: 25px;
padding: 0 14px;
color: var(--badge-text-color);
border-radius: 0 0 0 4px;
}
.badge:before {
content: '';
position: absolute;
top: 0;
left: 100%;
border-style: solid;
border-width: 8px;
border-top-width: 10px;
border-right-width: 4px;
border-bottom-width: 13px;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
height: 0;
}
.badge[data-season="1"],
.badge {
background: #f60;
}
.badge[data-season="1"]:before,
.badge:before {
border-color: #f60;
}
.badge[data-season="2"] {
background: #c31d5e;
}
.badge[data-season="2"]:before {
border-color: #c31d5e;
}
.badge[data-season="3"] {
background: #59508e;
}
.badge[data-season="3"]:before {
border-color: #59508e;
}
.badge[data-season="4"] {
background: #710708;
}
.badge[data-season="4"]:before {
border-color: #710708;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid var(--hr-color);
margin: 1em 0;
padding: 0;
}
#bookmark-btn {
line-height: 40px;
width: 100%;
background-color: rgb(15 129 155);
outline: none;
border: none;
color: #fff;
font-size: 16px;
border-radius: 2px;
margin-bottom: 25px;
cursor: pointer;
transition: .125s all ease;
}
#bookmark-btn:hover {
background-color: rgb(11 95 115);
}.aside-wrap {
position: sticky;
top: 20px;
}
.sidebar-group {
margin-bottom: 40px;
}
.sidebar-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 20px;
}
.sidebar-title.vote {
font-size: 16px;
text-transform: unset;
font-weight: normal;
line-height: 22px;
}
.episoide-item {
width: 46px;
height: 43px;
background-color: #343434;
border: 2px solid #414040;
border-radius: 2px;
}
.episoide-item.current {
background-color: #3f3f3f;
border-color:#5f5f5f;
}
.aside-rating {
padding: 10px;
border: 2px solid #4f4f4f;
}
.season-rate span {
font-size: 14px;
color: #ddd;
}
.season-rate {
margin-bottom: 10px;
line-height: 18px;
}
.season-rate .rate {
background-color: #fff;
color: #000;
font-weight: bold;
line-height: 30px;
min-width: 25px;
flex-shrink: 0;
padding: 0 7px;
text-align: center;
border-radius: 3px;
margin-right: 10px;
}
.season-rate .rate.kp {
background-color: #e35b04;
color: #ffffff;
}
.season-rate .rate.imdb {
background-color: #e3b904;
}
.vote-poll {
position: relative;
}
input[type="radio"] {
appearance: none;
width: 10px;
height: 10px;
outline: 1px solid #fff;
outline-offset: 2px;
border-radius: 50%;
}
.poll-item {
line-height: 20px;
margin: 4px 0;
}
.poll-item label {
cursor: pointer;
position: relative;
padding-left: 8px;
user-select: none;
}
.poll-item label:before {
content: "";
left: 0;
top: -2px;
font-size: 20px;
position: absolute;
}
input[type="radio"]:checked {
background: #fff;
}
.wp-polls-loading {
position: absolute;
top: 50%;
left: 90px;
}
.poll-btns {
margin-top: 15px;
}
.poll-btn {
flex: 1;
text-align: center;
background-color: #5c3d3d;
border: none;
color: #fff;
line-height: 30px;
border-radius: 2px;
font-size: 14px;
cursor: pointer;
}
input.poll-btn {
background-color: #1d6a84;
}
.poll-btn+.poll-btn {
margin-left: 5px;
}
.wp-polls-ans li+li {
padding-top: 10px;
}
.wp-polls-ans small {
color: #b8b8b8;
}
a.backto-poll {
background-color: #4c6b46;
width: 100%;
display: block;
text-align: center;
line-height: 34px;
border-radius: 2px;
text-decoration: none;
}.season-item {
flex-shrink: 0;
max-width: 193px;
position: relative;
}
.season_item-poster {
width: 193px;
height: 291px;
line-height: 0;
position: relative;
}
.season_item-poster img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
transition: .125s all ease;
}
.recommended__post-poster {
width: 150px;
height: 225px;
position: relative;
}
.recommended__post-poster img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.recommended__post h3 {
margin: 0;
display: block;
padding-top: 10px;
font-size: 13px;
line-height: 17px;
font-weight: bold;
color: var(--recommended-h3);
}
.recommended__post-info {
padding-top: 4px;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: var(--recommended-info);
}
a.season-item:hover img {
opacity: .8;
}
a.recommended__post {
text-decoration: none;
}
a.recommended__post:hover h3 {
text-decoration: underline;
}