Skip to content

Pure vessel by veristen

Screenshot of Pure vessel

Details

Authorveristen

LicenseNo License

CategoryMonkey type(ONLY)

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pure vessel from hollow knight(a metroidvania), with a similar color scheme to his character

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           monkeytype base
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    small tweaks for monkeytype
@author         refact0r
@homepageURL    https://github.com/refact0r/monkeytype-themes
==/UserStyle== */

@-moz-document domain("monkeytype.com") {    
    /* hide scrollbar */
    body {
        overflow-y: hidden;
    }
    
    /* force font on logo */
    *:not(i) {
        font-family: var(--font) !important;
    }
    
    /* hide bottom */
	#bottom {
        display: none;
    }
    
    /* center menu */
	#top {
		grid-template-columns: 1fr auto 1fr;
    }

    /* increase menu gap */
    #menu {
        gap: 1rem;
    }
    
    /* hide account name */
    .icon-button .text {
        display: none;
    }
    
    
    /* change logo text */
    #top .logo .icon {
        width: 3rem;
    }
    #top .logo .text {
        visibility: hidden;
    }
    #top .logo .text .top:after {
        content: 'Never gonna give you up';
        visibility: visible; 
        display: block; 
        position: relative;
        font-size: 0.8rem;
        margin-top: -.8rem;
        margin-left: -.15rem;
    }
    #top .logo .text:after {
        content: 'Monkey Type';
        visibility: visible; 
        display: block; 
        position: relative;
        margin-top: -2rem;
    }
    
    /* caret width */
    #caret.default {
        width: 1px;
    }
    
    /* change live wpm and acc text size */
    #liveWpm,
    #liveAcc{
        font-size: 6rem;
    }
    
    /* menu transition */
    #top {
        transition: transform 1s ease;
    }
    #top.focus {
        transform: translateY(-100px);
    }
    #top.focus .config {
        opacity: 1 !important;
    }
    #top.focus #menu {
        color: var(--sub-color) !important;
    }
    #top.focus #menu .icon-button {
        color: var(--sub-color) !important;
    }
    
    /* live wpm and live acc transitions */
    #liveWpm {
        display: block !important;
        transition: transform 1s ease;
    }
    #liveWpm.hidden {
        transform: translateY(400px);
    }
    #liveAcc {
        display: block !important;
        transition: transform 1s ease;
    }
    #liveAcc.hidden {
        transform: translateY(400px);
    }
}

Reviews

No reviews yet.