2022-04-25 18:28:11 -05:00
@ import url ( 'https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap' ) ;
@ import url ( 'https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap' ) ;
/* Import Fonts */
header {
background : linear-gradient ( # 072CFF , # 00137F ) ;
position : absolute ;
left : 0px ;
top : 0px ;
height : 40px ;
width : 100 %
}
h1 . header {
padding : 32px ;
font-family : 'Bitter' , serif ;
color : white ;
display : inline ;
}
p . intro {
font-family : 'Share Tech Mono' , monospace ;
color : white ;
2022-04-27 19:51:01 -05:00
font-size : 2 . 5vw ;
2022-04-25 18:28:11 -05:00
text-align : center ;
}
2022-04-26 09:31:34 -05:00
p . info {
font-family : 'Share Tech Mono' , monospace ;
color : white ;
2022-04-27 19:51:01 -05:00
font-size : 1 . 25vw ;
2022-04-26 09:31:34 -05:00
text-align : center ;
}
2022-04-25 18:28:11 -05:00
div . main {
top : 10 % ;
right : 25 % ;
margin : auto ;
width : 50 % ;
2022-11-02 21:29:39 -05:00
padding : 10px ;
2022-04-25 18:28:11 -05:00
border-radius : 30px ;
}
body {
2022-11-02 19:50:08 -05:00
background-image : url ( "/img/bg.jpg" ) ;
2022-04-25 18:28:11 -05:00
}
input {
2022-04-29 16:45:23 -05:00
-webkit-appearance : none ;
2022-04-25 18:28:11 -05:00
margin-left : auto ;
margin-right : auto ;
display : block ;
min-width : 250px ;
background : # dad9d9 ;
font-size : 170 % ;
font-family : 'Share Tech Mono' , monospace ;
2022-08-18 18:35:41 -05:00
color : black ;
2022-04-25 18:28:11 -05:00
box-shadow : inset -0 . 05em -0 . 05em black
}
input : active {
background : # acacac ;
box-shadow : inset 0em 0em
}
2022-06-11 13:00:22 -05:00
a {
text-decoration : none ;
}
. button {
display : inline-flex ;
font-size : 16px ;
text-align : center ;
border : none ;
border-radius : 4px ;
outline : none ;
box-shadow : none ;
cursor : pointer ;
transition : 0 . 3s ease-in-out ;
}
. button . button1 {
border-radius : 0 ;
box-sizing : border-box ;
min-height : 23px ;
color : # 000 ;
padding : 0 2px 2px 0 ;
border-top : 1px solid # CCCCCC ;
border-right : 0 . 1px solid transparent ;
border-bottom : 1px solid # 333333 ;
border-left : 1px solid # CCCCCC ;
background-color : # 979797 ;
width : 15 % ;
}
. button . button1 span {
-webkit-appearance : none ;
margin-left : auto ;
margin-right : auto ;
display : block ;
width : 100 % ;
background : # dad9d9 ;
font-size : 170 % ;
font-family : 'Share Tech Mono' , monospace ;
box-shadow : inset -0 . 05em -0 . 05em black ;
}
. button . button1 span : hover ,
. button . button1 : hover + . button . button1 span {
background-color : # ACACAC ;
border-top : 1px solid transparent ;
border-right : 0 . 1px solid # dad9d9 ;
border-bottom : 1px solid # dad9d9 ;
border-left : 1px solid transparent ;
2022-08-18 18:06:48 -05:00
box-shadow : inset -0 . 05em -0 . 05em transparent ; }
2022-06-11 13:00:22 -05:00
. button . button1 : hover {
background-color : # ACACAC ;
2022-08-18 17:29:35 -05:00
}
2022-06-11 13:00:22 -05:00
2022-04-27 20:02:10 -05:00
img . githubico {
2022-11-02 21:29:39 -05:00
left : 47 . 5 % ;
2022-04-27 20:02:10 -05:00
position : fixed ;
}
2022-04-25 18:28:11 -05:00
/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */
@ media only screen and ( max-width : 980px ) {
p . intro {
2022-04-26 16:47:44 -05:00
font-size : 8vw ;
2022-04-25 18:28:11 -05:00
}
header {
height : 75px ;
}
h1 . header {
font-size : 60px ;
padding-left : 25 % ;
}
input {
2022-08-18 18:35:41 -05:00
margin-left : -10 % ;
2022-04-25 18:28:11 -05:00
font-size : 7vw ;
2022-08-18 18:06:48 -05:00
-webkit-text-size-adjust : 100 % ;
2022-08-18 18:35:41 -05:00
min-width : 125 % ;
max-width : 125 ;
2022-04-25 18:28:11 -05:00
}
2022-04-26 16:47:44 -05:00
p . info {
font-family : 'Share Tech Mono' , monospace ;
color : white ;
2022-08-18 18:35:41 -05:00
font-size : 4 . 5vw ;
2022-04-26 16:47:44 -05:00
text-align : center ;
}
2022-04-29 16:45:23 -05:00
}
/* Pronouns page stoof */