Skip to content

LZT Anime theme @Killer by telkov

Details

Authortelkov

LicenseNo License

Categoryanime

Created

Updated

Size105 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Anime

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         LZT Anime - Красивый стиль для Lolz.guru
@version      20220422.20.41
@namespace    userstyles.world/user/killer
@description  A beautiful style for the Lolzteam forum in light blue
@author       Killer
@license      No License
==/UserStyle== */
@-moz-document domain("lolz.guru") {
    :root {
        --accent-hue: 103deg;
        --accent-hue2: 0deg;

        --accent: #ee82ee;
        --accent-light: #ee82ee;

        --accent-dark: #2d2d2d;
        --accent-dark2: #2d2d2d;
        --accent-dark3: #2d2d2d;
        --accent-whiter: #ee82ee;
        --accent-error: #ee82ee;
        --accent-error-light: #ee82ee;
    }

    .chosen-container.chosen-container-active {
        box-shadow: 0 0 0px 2px #ee82ee;
    }

    body {
        background-image: linear-gradient(#ee82ee78, rgba(54, 54, 54, 0)), url(https://i.gifer.com/Erie.gif);
        background-size: 100%;
        background-attachment: fixed;
        color: #fff;
        font: 13 px /1.231 arial, helvetica, clean, sans-serif;
        *font-size: small;
        *font: x-small;
    }

    .copyButton.mainc {
        color: #ee82ee;
    }

    .dataTable tr.dataRow th {
        color: #ee82ee;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 20px;
    }

    .pollResult .bar {
        background: #ee82ee;
        height: 100%;
        display: block;
        zoom: 1;
        border-radius: 0 12px 12px 0;
    }

    #chatbox .meMessage {
        background: #ee82ee;
    }

    .prefix.fast_contest {
        background: #ee82ee;
    }

    .navTabs .navTab.PopupClosed .navLink:hover .counter-container img,
    .navTabs .navTab.PopupOpen .navLink .counter-container img {
        filter: grayscale(1);
    }

    .mainc {
        color: #ee82ee;
    }

    .emCtrl,
    .messageText a:not(.button):not(.username) {
        color: #ee82ee;
    }

    .xenOverlay.memberCard .onlineMarker {
        border-radius: 50%;
        display: inline-block;
        background: #ee82ee;
        box-shadow: 1px 0px 7px #ee82ee, 0px -2px 1px rgb(0 0 0 / 0%);
        width: 10px;
        height: 10px;
        margin-left: 8px;
    }

    .navigationSideBar a.selected {
        background: var(--accent-dark);
        box-shadow: inset 0px 0px 0px 0px var(--accent);
    }

    .xenForm .ctrlUnit > dd .textCtrl {
        border: none;
    }

    .breadcrumb .crust:last-child a.crumb {
        color: #ee82ee;
        text-shadow: 1px 0px 7px #ee82ee, 0px -2px 1px rgb(0 0 0 / 0%);
    }

    .bbCodeSpoilerText .bbCodeSpoilerContainer:first-child::before {
        width: 40px;
        height: 28px;
        display: block;
        content: ' ';
        border-left: 6px solid #ee82ee;
        border-bottom: 6px solid #ee82ee;
        float: left;
        margin: -8px 15px 0 -63px;
        position: absolute;
    }

    #uaThreadViewContainer .footnote {
        border-top: 1px solid var(--accent-dark2);
    }

    .marketEmail {
        font-weight: 600;
        background: #ee82ee;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
        border-radius: 6px;
        margin: 15px 0;
    }

    .loginForm {
        background: rgba(39, 39, 39, 0);
        padding: 50px 40px;
        border-top: 5px solid #ee82ee;
        border-radius: 5px;
        font-size: 14px;
        box-sizing: border-box;
        box-shadow: 0 0 50px rgba(45, 45, 45, 0);
    }

    .fa-flag:before {
        content: "\f024";
        color: var(--accent-whiter);
    }

    .log_out .pageContent {
        display: flex;
    }

    .hasUnreadArticles {
        border-radius: 50%;
        display: inline-block;
        background: #ee82ee;
        width: 8px;
        height: 8px;
        margin-left: 8px;
    }

    /* Inputs */
    .textCtrl.Focus {
        border-color: var(--accent);
    }

    input[type="radio"]:before {
        background: var(--accent);
    }

    input[type="checkbox"]:checked:after {
        background: var(--accent);
        border-color: var(--accent);
    }

    .categoryLinks .link.selected {
        border-bottom: 2px solid #ee82ee;
    }

    .marketIndexItem:hover .marketIndexItem--Title {
        color: #ee82ee;
    }

    .lztSvForm--games .game .maskIcon {
        font-size: 24px;
        color: #ee82ee;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        transition: .15s;
        opacity: 0;
    }

    input.textCtrl:focus,
    select.textCtrl:focus,
    textarea.textCtrl:focus {
        box-shadow: 0 0 3px 1px #ee82ee;
    }

    .content a,
    .searchResult .title > a,
    .listItemText a,
    li:before,
    .fa-external-link-alt:before,
    .messageText a:not(.button):not(.username),
    .privateControls .item.control {
        color: var(--accent);
    }

    #caltitle {
        font-size: 11pt;
        color: #ee82ee;
        float: left;
        text-align: center;
        width: 155px;
        line-height: 20px;
    }

    #caldays span {
        display: block;
        float: left;
        width: 28px;
        text-align: center;
        color: #ee82ee;
    }

    #calcurrent {
        background-color: #ee82ee;
        color: rgb(255 255 255);
    }

    #caldays {
        height: 14px;
        border-bottom: 1px solid #ee82ee;
    }

    #calroot {
        margin-top: -1px;
        width: 198px;
        padding: 2px;
        background-color: rgba(39, 39, 39, 0);
        font-size: 11px;
        border: 1px solid #ee82ee;
        border-radius: 2px;
        z-index: 7500;
    }

    .itemFaveCountIcon::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' stroke='rgb(169, 228, 247)' stroke-width='2' fill='rgb(169, 228, 247)' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1' style='%0A'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E");
        background-size: 100%;
        height: 16px;
        width: 16px;
        margin: 0 0 0 4px;
        display: inline-block;
        vertical-align: top;
    }

    .marketSidebarMenu a:hover .svgIcon.fill svg,
    .marketSidebarMenu a:hover .svgIcon,
    .marketSidebarMenu a.selected .svgIcon.fill svg {
        fill: #ee82ee;
    }

    .message .userOnlineNow {
        font-size: 11.5px;
        font-weight: 600;
        padding: 2px 0.6em;
        margin-right: 6px;
        background: #fff;
        border-radius: 4px;
        color: #fff;
        margin-bottom: 6px;
        display: inline-block;
    }

    .discussionListItem .userOnlineIndicator {
        border-radius: 50%;
        display: inline-block;
        background: #ee82ee;
        width: 8px;
        height: 8px;
        margin: 0 4px 0 0;
    }

    .textCtrl {
        background-color: var(--accent-dark) !important;
    }

    option {
        border: none;
    }


    /* Links */
    .content a,
    .searchResult .title > a,
    .listItemText a,
    li:before,
    .fa-external-link-alt:before,
    .messageText a:not(.button):not(.username),
    .privateControls .item.control {}

    .userContentLinks .button .icon.threadIcon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 24 24' width='20'%3E%3Cg fill='none' fill-rule='evenodd' transform=''%3E%3Cpath d='m0 0h24v24h-24z' opacity='.4'/%3E%3Cpath d='m13.7659611 17.4463926c.2552081-.2233071.5827941-.3463926.9219065-.3463926h3.8121324c1.0029437 0 1.6-.5970563 1.6-1.6v-8c0-1.00294373-.5970563-1.6-1.6-1.6h-12c-1.00294373 0-1.6.59705627-1.6 1.6v8c0 1.0029437.59705627 1.6 1.6 1.6h2.499c.69930428.2016957.69930428.2016957.901.901v2.8285534zm-4.9309611 5.0861074c-.47201029-.3540077-.735-.9786083-.735-1.5325v-2.1h-1.6c-1.99705627 0-3.4-1.4029437-3.4-3.4v-8c0-1.99705627 1.40294373-3.4 3.4-3.4h12c1.9970563 0 3.4 1.40294373 3.4 3.4v8c0 1.9970563-1.4029437 3.4-3.4 3.4h-3.6618384l-3.7247187 3.2591288c-.7328429.7187975-1.58913283.8903538-2.2784429.3733712z' fill='rgb(255 255 255)' fill-rule='nonzero' style='&%2310; rgb(255 255 255);&%2310;'/%3E%3C/g%3E%3C/svg%3E");
    }

    .Popup .PopupControl.dottesStyle .arrowWidget::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='rgb(255,255,255)' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='5' cy='12' r='1'%3E%3C/circle%3E%3C/svg%3E");
        width: 24 px;
        height: 24 px;
        line-height: 24px;
        vertical-align: middle;
        content: '';
        display: inline-block;
    }

    .userContentLinks .button .icon.accountIcon {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.66666C14.1421 6.66666 17.5 5.54737 17.5 4.16666C17.5 2.78594 14.1421 1.66666 10 1.66666C5.85786 1.66666 2.5 2.78594 2.5 4.16666C2.5 5.54737 5.85786 6.66666 10 6.66666Z' stroke='rgb(255 255 255)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M17.5 10C17.5 11.3833 14.1667 12.5 10 12.5C5.83333 12.5 2.5 11.3833 2.5 10' stroke='rgb(255 255 255)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2.5 4.16666V15.8333C2.5 17.2167 5.83333 18.3333 10 18.3333C14.1667 18.3333 17.5 17.2167 17.5 15.8333V4.16666' stroke='rgb(255 255 255)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }

    .messageContent .lztSv--costButton {
        margin: 10 px 0;
        color: white;
    }

    .contactToSellerButtons .writeToSellerIcon {
        width: 22 px;
        height: 2...

Reviews

No reviews yet.