<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.paginations {
    display: inline-block;
    padding: 0;display: inline-block;
    padding: 0;
    margin: 0;
}

ul.paginations li {display: inline;}

ul.paginations li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
ul.paginations li a {
    border: 1px solid #ddd; /* Gray */
}
ul.paginations li a {
    font-size: 16px;
}
.paginations li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.paginations li:last-child a {
    border-top-right-radius: 5px;

    margin: 0;
}

ul.paginations li {display: inline;}

ul.paginations li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
ul.paginations li a {
    border: 1px solid #ddd; /* Gray */
}
ul.paginations li a {
    font-size: 16px;
}
.paginations li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.paginations li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sticky-banner {
    position:fixed;
    left: 50%;bottom:0;
    transform: translate(-50%);
    text-align:center;width: 100vw;
    max-width: 900px;
    z-index: 100;
}
.sticky-bannerdiv {
    margin: 0 auto;
    width: fit-content;
    position: relative;
    max-width: 70vw;
}
.sticky-bannerimg {
    display: block;
    margin-top: 5px;
    width: 370px;
}
.sticky-ad {
    width:370;
    position:fixed;
    right:auto;
    bottom:0;
    text-align:center;
}
.c-ad {
    float:right;
    z-index:0;
    cursor:pointer;
}
.x-btn {
    width: 25px;
    height: 25px;
}
.slider-ads {
    width: 140px;
    position: fixed;
    top: 80px;
    z-index: 100;
}
.slider-ads.l {
    left: 5px;
}

.slider-ads-img {
    max-height: 400px;
}

.slider-ads.r {
    right: 5px;
}

@media only screen and (max-width: 992px) {
    .floating-ads {
        max-height: 400px;
    }
}

.banner-nativetop {
    margin-bottom: 20px;
}
.banner-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.banner728x200-div {
    padding-left: 0;
    padding-right: 0;
}
.banner728x200 {
    width: 728px;
    max-height:200px
}
.banner728x90 {
    width: 728px;
    max-height:90px
}
.banner-onplayer {
    width:100%;
    max-width:728px!important;
    max-height:90px;
}
.banner-underplayer {
    width:100%;
    max-width:728px!important;
    max-height:90px;
}
.anime-list {
    height: 250px;
    width: 185px;
}
.player-2 {
    margin: 20px 0;
}
.matamo-noscript {
    border:0;
}

.navbar-fanpage {
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.05),
    inset 4px 4px 6px rgba(0, 0, 0, 0.2);
    color: yellow;
    text-shadow: 0 0 15px yellow, 0 0 25px yellow;
    animation: glow 5s linear infinite;
}

@keyframes glow {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.floating-ads-l {
    z-index: 10000; 
    position: fixed; 
    bottom: 190px; 
    left: 0; 
    text-align: center;
}

.floating-ads-r {
    z-index: 10000; 
    position: fixed; 
    bottom: 190px; 
    right: 0; 
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .floating-ads-l-img {
        max-height: 350px;
    }
    .floating-ads-r-img {
        max-height: 350px;
    }
}

.floating-ads-b {
    z-index: 10000; 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    text-align: center;
}

.close-ads {
    cursor: pointer; 
    position: absolute;
    left: 0px;
}

.greenbtn {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    color: #abb7c4;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #27db78;
    color: #ffffff;
    padding: 13px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

.greenbtn i {
    margin-right: 10px;
}

.yellowbtn {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    color: #abb7c4;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #25b7f1;
    color: #ffffff;
    padding: 13px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
.yellowbtn i {
    margin-right: 10px;
}

.graybtn {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    color: #abb7c4;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #abb7c4;
    color: #ffffff;
    padding: 13px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
.yellowbtn i {
    margin-right: 10px;
}

</pre></body></html>