Simple dog theme for Monkeytype
Simple Dog Theme by thatsil3nt
Details
Authorthatsil3nt
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.5 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 Simple Dog Theme
@version 20210902.20.26
@namespace userstyles.world/user/thatsil3nt
@description Simple dog theme for Monkeytype
@author thatsil3nt
@license No License
==/UserStyle== */
@-moz-document domain("monkeytype.com") {
body {
background-image: url(https://wallup.net/wp-content/uploads/2016/03/12/161242-simple_background-minimalism-cat-drawing-animals-sitting-blue_background.jpg) !important;
background-attachment: fixed !important;
background-size: cover !important;
}
/*Centers the menu at the top*/
#top {
grid-template-columns: 1fr auto 1fr;
}
/*Hides the logo when typing*/
#top.focus .logo {
opacity: 0;
}
/*Allows custom logo text*/
#top .logo .top {
visibility: hidden;
}
#top .logo .top:after {
content:'Try Your Best';
visibility: visible;
display: block;
position: relative;
}
#top .logo .text {
visibility: hidden;
}
#top .logo .text:after {
content: 'Chill & Relax';
visibility: visible;
display: block;
position: relative;
margin-top: -20px;
}
/*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: hidden;
}
/*Creates a backdrop*/
#middle {
background-color: rgba(0,0,0,0.2);
border-radius: 6px;
width: 930px; /*Width of the backdrop*/
padding: 5px;
margin-left: auto;
margin-right: auto;
}
}