This repository has been archived on 2024-01-04 . You can view files and clone it, but cannot push or open issues or pull requests.
2023-10-27 12:38:36 -05:00
@ font-face { font-family : 'Share Tech' ; src : url ( . . / fonts / Share-Tech / ShareTech-Regular . ttf ) format ( 'woff2' ) ; }
@ font-face { font-family : 'Share Tech Mono' ; src : url ( . . / fonts / Share-Tech / ShareTechMono-Regular . ttf ) format ( 'woff2' ) ; }
/* Buttons */
2023-11-02 16:20:35 -05:00
button {
-webkit-appearance : none ;
-moz-appearance : none ;
appearance : none ;
background : # c3c3c3 ;
box-shadow : inset -1px -1px black ;
min-height : 30px ;
min-width : 30px ;
}
2023-10-27 12:38:36 -05:00
input {
-webkit-appearance : none ;
appearance : none ;
background : # c3c3c3 ;
box-shadow : inset -1px -1px black ;
min-height : 30px ;
font-family : 'Share Tech Mono' , sans-serif ;
font-size : 13pt ;
font-weight : 600 ;
}
input : active {
background : # b5b5b5 ;
box-shadow : inset 0em 0em ;
}
input . start {
min-height : 30px ;
min-width : 130px ;
max-width : 230px ;
padding-left : 25px ;
2023-10-28 17:38:34 -05:00
}
input . memories {
min-width : 130px ;
max-width : 200px ;
align-self : center ;
}
/* I've probably done something horribly wrong because I have to specify a CSS class to make the thing size correctly, though I'm kind of jsut trying to make it work right now.*/