Skip to content

Retro Computer Style Adjustments by Perseus333

Screenshot of Retro Computer Style Adjustments

Details

AuthorPerseus333

LicenseNo License

Categorymonkeytype.com

Created

Updated

Size867 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It adjusts the contents of the test to fit inside the background screen to make it look more realistic.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Retro Computer Style Adjustments
@version      20230724.17.23
@namespace    userstyles.world/user/Perseus333
@description  It adjusts the contents of the test to fit inside the background screen to make it look more realistic.
@author       Perseus333
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://monkeytype.com/") {
#top {
    margin-top: 10%;
}

#bottom {
    margin-bottom: 10%;
}

#centerContent {
    margin-right: 10%;
}

/*This allows for logo cutomization*/
#top .logo .top {
    visibility: hidden;
}

#top .logo .text {
    visibility: hidden;

}


/*Custom logo title*/
#top .logo .text:after {
    content: 'VT220';
    visibility: visible;
    display: block;
    position: relative;
    margin-top: -32px;
    font-size: 26px;
    font-weight: bold;
    font-family: "glass tty vt220"
}
}

Reviews

No reviews yet.