A mod/style that improves monkeytype's UI
seal UI by stonks
Details
Authorstonks
LicenseNO-REDISTRIBUTION
Categorymonkeytype
Created
Updated
Size983 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name seal UI
@version 20211011.04.33
@namespace userstyles.world/user/stonks
@description A mod/style that improves monkeytype's UI
@author stonks
@license NO-REDISTRIBUTION
==/UserStyle== */
@-moz-document domain("monkeytype.com") {
/*seal UI*/
/*keyboard*/
.keymap {
background-color: #282828c9;
border-radius: 10px;
width: 450px;
padding: 10px 0px 10px 15px;
position: relative;
left: 250px;
--roundness: 0rem;
}
/*top menu*/
#menu {
background-color: #282828c9;
border-radius: 100px;
position: relative;
left: 75px;
}
#top.focus #menu {
color: transparent!important;
background-color: transparent;
}
/*result*/
#result {
background-color: #282828c9;
border-radius: 10px;
padding: 10px 10px 10px 10px;
}
/*text*/
#wordsWrapper {
background-color: #282828c9;
border-radius: 15px;
}
/*less blur*/
#words.blurred {
opacity: .75;
filter: blur(2px);
}
}