Skip to content

monkeytype.com by ngoczx

Details

Authorngoczx

LicenseNo License

Category..

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

..

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         monkeytype.com
@version      20211031.15.25
@namespace    userstyles.world/user/ngoczx
@description  ..
@author       ngoczx
@license      No License
==/UserStyle== */

@-moz-document domain("monkeytype.com") {
/* Zexidtype*/
/*Hides the logo when typing*/

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
#top.focus .logo {
    opacity: 1;
}
#top .logo .icon {
    width: 3rem;
}
#top .logo .text {
    visibility: hidden;
    max-width: 150px;
}
#top .logo .text .top:after {
    content: 'zexid see';
    visibility: visible;
    display: block;
    position: relative;
    font-size: 0.8rem;
    margin-top: -1rem;
    margin-left: -.15rem;
}
#top .logo .text:after {
    content: 'zexidtype';
    visibility: visible;
    display: block;
    position: relative;
    margin-top: -2.2rem;
    color: #43ffaf;
}
#menu i {
    color: #43ffaf;
}

#menu .icon-button .text {
    font-size: .8rem;
    color: #43ffaf;
}
#typingTest {
    border: 2px solid #43ffaf;
    border-radius: 10px;
}
/* UNCOMMENT AND CHANGE COLOR TO ADD TEXT BORDERS 
letter {
    text-shadow: 0px 0px 3px #FFFFFF;   
} */
/*Hides the elements at the bottom (The Patreon links etc.)*/
#bottom {
    visibility: visible;
}
#KeySpace .letter {
    visibility: hidden;
}
#KeySpace .letter:after {
    content: 'Space';
    visibility: visible;
    display: block;
    font-size: 13px;
    padding-bottom: 9px;
}

}

Reviews

No reviews yet.