Skip to content

animejoy.ru nikku style by lockbug

Details

Authorlockbug

LicenseNo License

Categorynikkuuu

Created

Updated

Size13 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

4 me

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.


/* ==UserStyle==
@name           animejoy.ru - Nov 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */


@-moz-document domain("animejoy.ru") {
  body {
    background: #000;
}
.editdate {
    font-family: unset;
    font-style: normal;
    color: #16151c36;
}
#breadcrumbs {
    /* padding: 28px 50px; */
    line-height: 23px;
    background: fixed #090909 url(../images/background.jpg) 50% 0 no-repeat;
    color: #fff;
}
.playlists-items li {
    width: 140px;
    height: 40px;
    margin: 0px 0px 4px 4px;
    background: #323037;
    display: none !important;
    font-family: Verdana;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    text-align: center;
}
.playlists-items li.active {
    background: #8f8b8b;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
a {
    outline: none;
    color: #970505e0;
    text-decoration: none;
}
.head_drop {
    position: absolute;
    left: 0;
    top: 0;
    width: 290px!important;
    margin-left: 80px;
    z-index: 20;
    display: none;
    background-color: #303030;
    color: #fff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
}
.h_btn.open {
    background-color: #000000;
    z-index: 21;
}
#menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    height: 100%;
    margin-left: 80px;
    background: #181818;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn, .bbcodes {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    border-radius: 0;
    line-height: 21px;
    outline: none;
    color: #fff!important;
    padding: none;
    font-weight: 700;
    text-transform: lowecase;
    text-decoration: none!important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    background-color: #020202;
    background-image: -webkit-linear-gradient(top,#323037 0%,#323037 100%);
    background-image: -moz-linear-gradient(top,#323037 0%,#323037 100%);
    background-image: -o-linear-gradient(top,#323037 0%,#323037 100%);
    background-image: linear-gradient(top,#a2cb33 0%,#9bc520 100%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
    font-size: 9px;
}
    .playlists-items li:hover {
	background: #8f8b8b;
	cursor: pointer;	
}

body, select, input, textarea, button {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    letter-spacing: .012em;
    color: #1a1a1a;
    outline: none;
}
  .comments_box:after {
    margin-top: 1px;
    border-bottom-color: #ffffff;
}  
    .comments_box {
    background-color: #ffffff;
    padding: 1px;
    position: relative;
}
    .comments_box_in {
        font-family: Verdana, sans-serif;
    font-size: 11px;
    border-radius: 8px;
    background-color: #fff;
    padding: 37px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    position: relative;
}
h4, .h4 {
    font-size: 0.9em;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 2em 0 0.8em;
    letter-spacing: -.01em;
    line-height: 1.35em;
    font-weight: 100;
    text-rendering: optimizeLegibility;
} 
 .com_info .avatar .cover {
    width: 35px;
    height: 35px;
    border: 0px solid white;
} 
    .com_user {
    float: left;
    margin-top: 6px;
        font-family: Verdana, sans-serif;
    font-size: 9px;
}
.com_info {
    border: 1px solid #f7f5f5;
    height: 25px;
    border-radius: 21px;
    margin-bottom: 0.98em;
    /* margin: auto; */
    background: #f7f5f5;
    position: sticky;
}
    .rate_like > a, .rate_like-dislike {
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 1px;
    text-decoration: none!important;
    font-weight: 100;
    color: #999;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}
    .icon-reply {
    width: 10px;
    height: 10px;
}
    #menubtn.open {
    background: #181818;
}
    .pages span {
    border-color: #e9e9e9;
}
    .pages a:hover {
    border-color: #000000;
    color: #040404;
}
    .btn:hover, .bbcodes:hover, .ui-button:hover {
    background-color: #a8cd3e;
    background-image: -webkit-linear-gradient(top,#434242 0%,#373737 100%);
    background-image: -moz-linear-gradient(top,#063bf7 0%,#063bf7 100%);
    background-image: -o-linear-gradient(top,#063bf7 0%,#063bf7 100%);
    background-image: linear-gradient(top,#063bf7 0%,#063bf7 100%);
}
    .rfa {
    color: #232225;
    font-weight: 600;
}
    .story > .category > .icon {
    width: 21px;
    height: 9px;
    margin: -2px 8px 0 0;
    fill: #020202;
}
    .comments-tree-list .comment {
    position: static;
    background: #f7f5f5;
    padding-left: 9px;
    margin: 0;
}
.comments-tree-list .comment:before {
    
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bababa;
    /* margin: 134px 0 0; */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAGBAMAAABDdsEYAAAAD1BMVEX///+6urrZ2dm/v7/9/f2Xp6s6AAAAHUlEQVQI12NwMlZhwACKgkKYgoaCwjgFCWvHahEArAICZfxDRiQAAAAASUVORK5CYII=);
    background-size: auto 3px;
    z-index: auto;
}
    .ntitle > a:hover {
    color: #970505e0;
}
    .favAllP .favAllT {
    background-color: #6d84b4;
    background: #000000 url(../images/fav.png) right 1px no-repeat;
    border-bottom: 1px #ffffff solid;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 4px 8px;
}
    .page_next-prev > span > a:hover .icon {
    fill: #494a4d;
}
    .playlists-view {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJ0lEQVQ4jeXUsUqcURQE4NmAzWZ18QWEBdFYSLRNEbASAmmFdBYJSB4hvYXY21rkAUQbfQ5DQiAIS0gRUGMjrFrkS7H/wvJzfzcBKzPlmblzOecMJ/nv0GoiMJVkPcnzJL2q3E9ymuSk1Wrd/dUPaGMb55pxiR10Jpm9QL/B4KJQ/46XTWavMag9OMbCmGYeRzXNLTbqZku4rglPKm4ab/EO3ap2WNMOsDwye4rPhXaeoYOvY7UzdNEr6L+gHXwskFfVZ5sFbqvifha4/SdjkXgItIMV3DxAy98wM5rj+4JgtJSOyUu5wWp903sF02MsTojNHd4UB4APhrmqoynYP7B271QNM3nQYDzCL+xiuv7+vuMwm+RVkvkkc0l+Z3gcPuVfjsPjxx+UKYwH8JKOawAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.quote, blockquote {
    padding: 1px 12px;
    margin: 1.5em 0;
    border-left: 3px solid #d7cbb0;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: inherit;
    color: #857f7f;
}
    .scriptcode, .title_quote, .title_spoiler, .text_spoiler {
    padding: 1px;
    background: #e1e1e0;
    border: 1px solid #f7f5f5;
}
    style attribute {
    color: #c908f7;
    text-shadow: 0px 0px 6px rgb(1 183 255);
    font-weight: bold;
}
.shapka {
    background-color: transparent;
    display: flex;
    height: 0;
    visibility: hidden;
}
.logotype::before {
    content: ''; /* Путь к новому изображению */
    display: block;
    background: url('https://i.ibb.co/Ht777dH/3.png');
    background-position: center;
    background-repeat: no-repeat;
     /* Установите ширину, которая соответствует вашим требованиям */

    height: 82px; /* Установите высоту, которая соответствует вашим требованиям */
     align-items: center;
    background-size: contain; /* Растягиваем изображение, чтобы оно полностью заполнило блок */
 
    justify-content: center;
}

.logotype img {
    display: none; /* Скрываем тег <img>, так как мы его заменяем фоновым изображением */
}
    fieldset {
    background-color: transparent;
    display: flex;
    height: 0;
    visibility: hidden;
}
    #donateb {
    background: #be3f9f;
    height: 30px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: Arial;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 5px 8px rgba(0, 0, 0, 0.22);
}
   #donateb a {
    font-family: Verdana;
    font-size: 15px;
    color: white;
} 
    #vkm a {
     font-family: Verdana;
    font-size: 15px;
    color: white;
}
    #vkm {
    background: #313037;
    height: 30px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .block_tabs {
    list-style: none;
    height: 32px;
    padding: 2px;
    border-radius: 0px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.5), inset 0 1px 4px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5), inset 0 1px 4px 0 rgba(0,0,0,0.06);
    background-image: -webkit-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
    background-image: -moz-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
    background-image: -ms-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
    background-image: linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
}
    
    .block_tabs > li.active > a {
    color: #1e1e1e;
        border-radius: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: linear-gradient(top, #fff 0%, #f7f7f7 100%);
}
    @media only screen and (max-width: 1200px)
.block {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    margin-bottom: -10px;
}
    .block {
    margin: 11px 0;
    padding: 0 35px;
}
    /* Начало правого блока */
    
...

Reviews

No reviews yet.