Skip to content

Instantly share code, notes, and snippets.

@optozorax
Last active July 24, 2021 15:24
Show Gist options
  • Save optozorax/d2fc1b63f9ba09ab9b4adbd320424500 to your computer and use it in GitHub Desktop.
Save optozorax/d2fc1b63f9ba09ab9b4adbd320424500 to your computer and use it in GitHub Desktop.
Style for kladenets
.left-up .keyborder { border-radius: 5px 0px 0px 0px !important; border-style: solid none none solid !important; }
.right-up .keyborder { border-radius: 0px 5px 0px 0px !important; border-style: solid solid none none !important; }
.right-down .keyborder { border-radius: 0px 0px 5px 0px !important; border-style: none solid solid none !important; }
.left-down .keyborder { border-radius: 0px 0px 0px 5px !important; border-style: none none solid solid !important; }
.left-up .keytop { display: none !important; }
.right-up .keytop { display: none !important; }
.right-down .keytop { display: none !important; }
.left-down .keytop { display: none !important; }
.border .keyborder { background-color: rgba(0,0,0,0) !important; }
.pressed .keytop { border: #FF2222 1.5px dashed !important; }
.left-left .keyborder { border-radius: 5px 0px 0px 5px !important; border-style: solid none solid solid !important; }
.right-right .keyborder { border-radius: 0px 5px 5px 0px !important; border-style: solid solid solid none !important; }
.left-left .keytop { display: none !important; }
.right-right .keytop { display: none !important; }
.up-down .keyborder { border-radius: 0px !important; border-style: solid none solid none !important; }
.up-down .keytop { display: none !important; }
.top {
z-index: 999;
}
.BORDER .keyborder {
border-width: 2px !important;
border-color: black !important;
}
.width54 .keycap .keyborder { width: 54px !important; }
.width27 .keycap .keyborder { width: 27px !important; }
.no-top-padding .keycap .keylabels { padding-top: 0px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment