Skip to content

AL test by nottdenito

Details

Authornottdenito

LicenseNo License

Categoryanilist

Created

Updated

Size44 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

test

Notes

test

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Anilist CSS 2.0
@version      20220926.12.25
@namespace    userstyles.world/user/nottdenito
@author       nottdenito
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://anilist.co/user/nottdenito") {

/*
==================================================
                 Importing Fonts
==================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Rock+Salt&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
@import url('https://fonts.googleapis.com/css2?family=Changa&display=swap');
@import url("https://fonts.googleapis.com/css?family=K2D");

/*


#nav .links > .browse-wrap
{
    position: absolute;
    right: 0;
}
#nav .links > .link::after
{
    font-size: 24px;
    font-family: "Material Icons";
    font-weight: normal;
    text-transform: none;
}
#nav .links > .browse-wrap > .link
{
    display: none;
}
#nav .links > .link:nth-of-type(1)::after
{
    content: '\e88a';
}
#nav .links > .link:nth-of-type(2)::after
{
    content: '\e8a6';
}
#nav .links > .link:nth-of-type(3)::after
{
    content: '\e30c';
}
#nav .links > .link:nth-of-type(4)::after
{
    content: '\e666';
}
/*
==================================================
                Importing Animations
==================================================
*/
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes pop {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}



.link[data-v-1cc2919e]:nth-child(1)::after {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 1.5rem;
}
.link[data-v-1cc2919e]:nth-child(2)::after {
    content: "\f26c";
    font-family: FontAwesome;
    font-size: 1.5rem;
}
.link[data-v-1cc2919e]:nth-child(3)::after {
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 1.5rem;
}
.link[data-v-1cc2919e]:nth-child(4)::after {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 1.5rem;
}
.link[data-v-1cc2919e]:nth-child(5)::after {
    content: "\f012";
    font-family: FontAwesome;
    font-size: 1.5rem;
}
.link[data-v-1cc2919e]:nth-child(6)::after {
    content: "\f27a";
    font-family: FontAwesome;
    font-size: 1.5rem;
}

/* Kurumi Banner */
body {
    background: rgb(var(--color-background)) url("https://cdn.discordapp.com/attachments/897814182664232981/1023906173755342858/b0428dfa06364283df7f951e73411cf5_1.jpg?size=4096") center/100% fixed;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Transparent Banner */
.banner {
     padding: 60px;
    background-image: none !important;
    background-color: rgb(36, 37, 56, 0) !important;
    height: auto !important;
}

.banner-content:hover > .avatar
{
    background: url("https://cdn.discordapp.com/attachments/961038571005968416/962416353942319164/Untitled-1.png?size=4096");
    transform: scale(1.1);
    width: 0;
    height: 0;
    padding: 80px;
    filter: brightness(110%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 43% 55%;
    border-radius: 150%;
}
    /* KEEP CHECKING  */
.banner-content:hover > .follower-badge
{
    transform: translateX(-270px);
    color: rgb(67, 11, 131);
}
.banner-content:hover > .actions
{
    transform: translateX(225px);
}
.banner-content:hover > .name
{
    opacity: 0;
}

.banner-content > .follower-badge
{
    position : relative ;
    right : 140px;
    top : 30px
}



.banner shadow {
    background: none !important;
}

/* favourites section */
.favourite {
    transition: transform 5s linear;
    border-radius: 20%;
    position: static;
}

/*  favourites section wrapping */
.favourites-wrap.anime,
.favourites-wrap.manga,
.favourites-wrap.characters,
.favourites-wrap.staff,
.favourites-wrap.studios {
    overflow: visible;
}

/* About section scrollbar */
.user .about > div.content-wrap:hover {
    scrollbar-width: thin;
}



/* Anime/manga displaying rounded corners, part 2 */
.cover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.list-stats {
    border-radius: 20px !important;
}

/* Horizontal rule border settings */
.markdown hr {
    border: solid 1px rgb(255, 111, 0);
    border-radius: 1px;
}

/*Hides hoh download button*/
.hohDownload {
    display: none;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #fa0064 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #fa0064;
    border-radius: 5px;
    border: 5px double #a21111;
}

/* Modifies load-more button */
.load-more {
    border-radius: 30px !important;
    font-family: 'Sans-serif', cursive !important;
    font-size: 1.5rem !important;
    margin: auto !important;
    max-width: 400px !important;
}

/* Changes "Overview/Anime List/Manga List..." nav section. - shorter navbar*/
.nav-wrap {
    background-image: none !important;
    background-color: rgb(36, 37, 56, 0) !important;
    width: 69% !important;
    margin: 0 auto !important;
    border-radius: 30px !important;
}

/* Anime/manga progress bar color */
.bar {
    background: linear-gradient(to right, #f00, #ea277e 75%) !important;
}

img.avatar,
h1.name {
    margin: auto;
        position: relative;
        left : 100px
}




/* Re-aligns profile picture and name. */
.banner-content {
    transition: 0.5s;
    width: auto !important;
    background-color: rgb(36, 37, 56, 0) !important;
    padding: 10px;
    border-radius: 40px !important;
    margin: auto;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 10px
}

.banner-content > .avatar
{
    padding: 80px;
    background: url("https://cdn.discordapp.com/attachments/961038571005968416/962416353942319164/Untitled-1.png?size=4096");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 43% 55%;
    border-radius: 150%;
    transition: all 1s ease-in-out;
    
    z-index: 100;
}
    .banner-content > .actions
{
    position: absolute;
    top: 20%;
    margin: 0;
    left: 52.5%;
    transition: all 1s ease-in-out;
}








/* Re-aligns more stuff... Part of shorter navbar*/
.content.container {
    max-width: 75%;
    padding-left: 0px;
    padding-right: 0px;
}

.content.container > div > div:nth-child(2) > div.stats-wrap > div:nth-child(1) {
    background-color: rgb(var(--color-foreground));
    background-repeat: no-repeat;
    border: 5px solid rgb(var(--color-foreground));
    margin-right: 5px!important;
}

.content.container > div > div:nth-child(2) > div.stats-wrap > div:nth-child(2) {
    background-color: rgb(var(--color-foreground));
    background-repeat: no-repeat;
    border: 5px solid rgb(var(--color-foreground));
    margin-left: 5px!important;
}

.activity-feed-wrap {
    margin-left: 2%;
}

.section > .stats-wrap .stat .value {
    color: #6c42a7;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 8px;
    filter: opacity(1);
    transition: var(--chris-vt);
}



/** Main avatar. */
.avatar {
    top : 50px ;
    border-radius: 100%;
    transition: transform 2s;
}

/* avatar */
a[class="avatar"],
a[class="avatar router-link-exact-active router-link-active"] {
    transition: transform 1s !important;
}

/* avatar hover */
a[class="avatar"]:hover,
a[class="avatar router-link-exact-active router-link-active"]:hover {
    transform: scale(5) !important;
    transition: transform 1s;
    transform-style: preserve-3d;
}

/* Mobile (small screen size) only: */
@media (max-width: 760px) {

    /* Username positioning - mobile*/
    .name-wrapper {
        position: relative;
        bottom: 5px;
    }
}



/** PC (standard screen size) only: */
@media (min-width: 761px) {
    /*Donator badge*/
    .nav-btn {
        position: relative;
        bottom: 0px;
        top: -43px;
        right: 20px;
    }
}

/* Username positioning */
.name-wrapper {
    position: relative;
    bottom: 20px;
    right : 80px;
}

/* Makes box invisible for profile pic and username. */
.banner-content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0);
    background-color: rgba(16, 24, 35, 0.0);
}

/* Cursor */
body {
    cursor: url(https://imgur.com/9DiNnYL.png), auto;
}

/* Nav Bar Change */

.nav[data-v-4fbac4e1] {
    background-color: rgba(255,255,255,0) !important;
}
.wrap[data-v-4fbac4e1] {
    max-width: 75%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 50%);

}
.nav .wrap {
    display: grid;
    grid-template-columns: 70px auto auto 70px;
}

.nav .wrap .links {
    grid-column-start: 3;
    margin-left: -25px;
}

.nav .wrap .search {
    grid-column-start: 2;
    grid-row-start: 1;
    padding: 10px;
    background: rgba(0,0,0,0.2);
    border-radius: 35px;
    width: 100%;
    cursor: text;
    font-family: "Overpass"
}

.nav .wrap .search:after {
    content: "Search Yandere";
    margin-left: 10px;
    color: #f00;
}

.nav .wrap .user {
    grid-column-start: 4;
    grid-row-start: 1;
}

/* Site background color transparency */
.site-theme-dark {
    --color-foreground: 7, 8, 9, .75
}


/* Name Movement*/
.banner-content .name {
    font-size: 2.75rem;
    padding: 10px 50px 0px 0px;
    display: flex;
    align-items: center;
     position: relative;
    Top : 120px ;
    left : 10px;
    color: #a600ff;
}



.header-wrap .nav-wrap .nav .link {
    margin: 0 30px;
    font-size: 1.7rem;
    border-bottom: 2px solid rgba(0,0,0,0);
    transition: 0.5s;
}

/*===============================================
    Overview stats modifications
===============================================*/

.section > .stats-wrap > .list-stats...

Reviews

No reviews yet.