Changes the default keyboard into an android like keyboard. This is an style from https://freefrontend.com/css-keyboards/ which I applied to typeit.org
typeit.org Android like keyboard by merlinux-source

Details
Authormerlinux-source
LicenseCC Zero
Categorykeyboard, typeit, dark,
Created
Updated
Code size1.0 kB
Code checksuma9fff80b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name typeit.org Android like keyboard
@version 20220227.10.54
@namespace userstyles.world/user/merlinux-source
@description Changes the default keyboard into an android like keyboard. This is an style from https://freefrontend.com/css-keyboards/ which I applied to typeit.org
@author merlinux-source
@license CC Zero
==/UserStyle== */
@-moz-document domain("typeit.org") {
#typeit_buttons {
border-radius: 0.5rem;
background: #272B2C !important;
width: 700px;
height: auto;
flex-direction: column;
padding: 30px 15px;
font: 28px arial;
box-shadow: 0px 40px 45px rgba(0, 0, 0, .4);
}
button {
box-shadow: 0px 3px 3px rgba(0, 0, 0, .7);
color: #71D4FE !important;
padding: 15px;
background: #2F3336 !important;
border-radius: 12px !important;
text-shadow: 0px 0px 40px #71D4FE, 0px 0px 80px #71D4FE !important;
text-align: center;
}
div.buttons.normal {
background: #2F3336 !important;
padding-left: 13% !important;
}
}