Goal to get 200wpm
Redsy by Redsy-cloud
Details
AuthorRedsy-cloud
LicenseNo License
CategoryCOLOR
Created
Updated
Size3.6 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 20230920.18.32
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://monkeytype.com/") {
}
@-moz-document url-prefix("https://example.com/") {
}
/* ==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") {
/* 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;
}
/* typing test margins */
#middle {
margin-left: 10%;
margin-right: 10%;
}
/* change logo text */
#top .logo .text {
visibility: hidden;
}
#top .logo .text .top:after {
content: 'reject humanity';
visibility: visible;
display: block;
position: relative;
margin-top: -.7rem;
margin-left: -.15rem;
}
#top .logo .text:after {
content: 'become monke';
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: 7rem;
}
/* letter fading */
#words letter.correct {
animation: fadeOut 3s ease forwards;
}
@keyframes fadeOut {
100% {
opacity: 0;
}
}
/* text shadow */
body {
text-shadow: 1px 1px 3px #00000050 !important;
}
/* remove shadow when test starts */
#top.focus #menu,
#top.focus #menu .text-button {
text-shadow: none;
}
}
@-moz-document url-prefix("https://example.com/") {
}
@-moz-document url-prefix("https://monkeytype.com/") {
}
@-moz-document url-prefix("https://example.com/") {
}
/* ==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") {
/* 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;
}
/* typing test margins */
#middle {
margin-left: 10%;
margin-right: 10%;
}
/* change logo text */
#top .logo .text {
visibility: hidden;
}
#top .logo .text .top:after {
content: 'reject humanity';
visibility: visible;
display: block;
position: relative;
margin-top: -.7rem;
margin-left: -.15rem;
}
#top .logo .text:after {
content: 'become monke';
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: 7rem;
}
/* letter fading */
#words letter.correct {
animation: fadeOut 3s ease forwards;
}
@keyframes fadeOut {
100% {
opacity: 0;
}
}
/* text shadow */
body {
text-shadow: 1px 1px 3px #00000050 !important;
}
/* remove shadow when test starts */
#top.focus #menu,
#top.focus #menu .text-button {
text-shadow: none;
}
}
@-moz-document url-prefix("https://example.com/") {
}