2022-07-03 21:48:40 -05:00
|
|
|
@colorOne: #222323
|
|
|
|
@colorTwo: #f0f6f0
|
|
|
|
@colorThree: #6D92AD
|
|
|
|
@colorFour: #435F5D
|
|
|
|
|
|
|
|
html
|
2022-12-26 21:49:21 -06:00
|
|
|
font-family: Monospace
|
2022-07-03 21:48:40 -05:00
|
|
|
background-color: #{colorTwo}
|
|
|
|
color: #{colorOne}
|
|
|
|
|
|
|
|
body
|
2022-12-26 21:49:21 -06:00
|
|
|
margin: 1% auto
|
|
|
|
font-size: 20px
|
|
|
|
font-weight: 150
|
|
|
|
text-align: left
|
2022-07-03 21:48:40 -05:00
|
|
|
|
2022-08-07 16:22:09 -05:00
|
|
|
header
|
2022-12-26 21:49:21 -06:00
|
|
|
margin: 0 8% 0 0
|
2022-08-07 16:22:09 -05:00
|
|
|
text-align: right
|
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
a
|
|
|
|
text-decoration: none
|
|
|
|
|
2022-07-29 17:40:45 -05:00
|
|
|
h2
|
|
|
|
font-family: monaco, Consolas, monospace
|
|
|
|
text-transform: uppercase
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
h3
|
|
|
|
margin: 0.25em 0 0.25em 0
|
|
|
|
|
2022-07-03 21:48:40 -05:00
|
|
|
p
|
|
|
|
margin: 0.4em 0 0.4em 0
|
|
|
|
|
2022-07-19 15:57:30 -05:00
|
|
|
a
|
|
|
|
color: #{colorThree}
|
|
|
|
|
2022-12-26 22:42:09 -06:00
|
|
|
input::-webkit-outer-spin-button,
|
|
|
|
input::-webkit-inner-spin-button
|
|
|
|
-webkit-appearance: none
|
|
|
|
margin: 0
|
|
|
|
input[type=number]
|
|
|
|
-moz-appearance: textfield
|
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.main
|
|
|
|
margin: 1em auto
|
|
|
|
max-width: 50%
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.title
|
2022-12-26 21:49:21 -06:00
|
|
|
text-align: center
|
|
|
|
font-size: 2em
|
|
|
|
margin: 0 auto 0 auto
|
|
|
|
color: #{colorThree}
|
2022-08-05 19:43:39 -05:00
|
|
|
|
|
|
|
.titleLink
|
2022-12-26 21:49:21 -06:00
|
|
|
font-size: unset
|
|
|
|
cursor: pointer
|
|
|
|
font-weight: 100
|
2022-08-05 19:43:39 -05:00
|
|
|
|
|
|
|
.title h1
|
|
|
|
margin: 0.1em 0 0.1em 0
|
|
|
|
|
2022-07-19 15:57:30 -05:00
|
|
|
.htmx-indicator
|
|
|
|
display: none
|
|
|
|
|
2022-07-03 21:48:40 -05:00
|
|
|
::placeholder
|
2022-08-05 19:43:39 -05:00
|
|
|
color: #{colorOne}
|
2022-07-03 21:48:40 -05:00
|
|
|
opacity: 1
|
|
|
|
|
2022-08-07 16:22:09 -05:00
|
|
|
.generators
|
2022-12-26 21:49:21 -06:00
|
|
|
padding: 1em 0.5em 0.5em 1.5em
|
|
|
|
background-color: #{colorTwo}
|
|
|
|
box-shadow: 8px 8px 12px #ccc
|
2024-02-17 15:08:52 -06:00
|
|
|
overflow-x: scroll
|
2022-08-07 16:22:09 -05:00
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.generators .numberInput
|
|
|
|
background-color: #{colorTwo}
|
|
|
|
|
|
|
|
.generatorRadio
|
|
|
|
margin: 0
|
2022-07-03 21:48:40 -05:00
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.logo
|
|
|
|
margin: 4% 3% 0 0
|
|
|
|
font-size: 1.2vw
|
|
|
|
color: #{colorFour}
|
|
|
|
text-align: center
|
2022-07-03 21:48:40 -05:00
|
|
|
|
|
|
|
.emptyReq
|
|
|
|
height: 1%
|
|
|
|
|
|
|
|
.mainButton
|
2022-07-29 17:40:45 -05:00
|
|
|
margin: 0 0 0.25em 0
|
2022-07-03 21:48:40 -05:00
|
|
|
padding: 0.75em 1.75em
|
|
|
|
background-color: #{colorThree}
|
|
|
|
color: #{colorTwo}
|
|
|
|
border-style: none
|
|
|
|
text-decoration: none
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.genButton
|
|
|
|
width: 40%
|
|
|
|
margin: 0 0 0.25em 0
|
|
|
|
padding: 0.75em 1.75em
|
|
|
|
background-color: #{colorThree}
|
|
|
|
color: #{colorTwo}
|
|
|
|
border-style: none
|
|
|
|
text-decoration: none
|
|
|
|
|
2022-07-03 21:48:40 -05:00
|
|
|
.mainInput
|
|
|
|
font-weight: 400
|
|
|
|
font-size: 1em
|
2022-08-05 19:43:39 -05:00
|
|
|
max-width: 50%
|
2022-07-03 21:48:40 -05:00
|
|
|
outline: none
|
|
|
|
color: #{colorOne}
|
|
|
|
background: #{colorTwo}
|
2022-07-31 17:41:54 -05:00
|
|
|
margin: 0.5em 0 1em 0
|
2022-07-29 17:40:45 -05:00
|
|
|
border-style: none none solid none
|
2022-07-03 21:48:40 -05:00
|
|
|
padding: 0.4em 0
|
|
|
|
box-sizing: border-box
|
|
|
|
-webkit-box-sizing: border-box
|
|
|
|
-moz-box-sizing: border-box
|
|
|
|
-webkit-transition: all 0.1s ease-in-out
|
|
|
|
-moz-transition: all 0.1s ease-in-out
|
|
|
|
-ms-transition: all 0.1s ease-in-out
|
|
|
|
-o-transition: all 0.1s ease-in-out
|
|
|
|
transition: all 0.1s ease-in-out
|
|
|
|
|
|
|
|
.mainInput:focus
|
2022-12-26 21:49:21 -06:00
|
|
|
border-bottom: 0.2em solid #{colorThree}
|
2022-07-03 21:48:40 -05:00
|
|
|
|
|
|
|
.mainInput:focus::placeholder
|
|
|
|
color: #{colorThree}
|
|
|
|
opacity: 0.5
|
|
|
|
|
2022-07-31 17:41:54 -05:00
|
|
|
.numberInput
|
|
|
|
text-align: center
|
|
|
|
font-weight: 400
|
|
|
|
font-size: 1em
|
|
|
|
width: 10%
|
|
|
|
outline: none
|
|
|
|
color: #{colorOne}
|
|
|
|
background: #{colorTwo}
|
|
|
|
margin: 0.5em 0
|
|
|
|
border-style: none none solid none
|
|
|
|
padding: 0.4em 0
|
|
|
|
box-sizing: border-box
|
|
|
|
-webkit-box-sizing: border-box
|
|
|
|
-moz-box-sizing: border-box
|
|
|
|
-webkit-transition: all 0.1s ease-in-out
|
|
|
|
-moz-transition: all 0.1s ease-in-out
|
|
|
|
-ms-transition: all 0.1s ease-in-out
|
|
|
|
-o-transition: all 0.1s ease-in-out
|
|
|
|
transition: all 0.1s ease-in-out
|
|
|
|
|
|
|
|
.numberInput:focus
|
2022-12-26 21:49:21 -06:00
|
|
|
border-bottom: 0.2em solid #{colorThree}
|
2022-07-31 17:41:54 -05:00
|
|
|
|
|
|
|
.numberInput:focus::placeholder
|
|
|
|
color: #{colorThree}
|
|
|
|
opacity: 0.5
|
|
|
|
|
2022-08-07 16:22:09 -05:00
|
|
|
.genNew .numberInput
|
|
|
|
margin: 0 0 0.5em 0
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.genResult
|
2022-07-03 21:48:40 -05:00
|
|
|
color: #{colorFour}
|
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.requestedPw
|
|
|
|
text-align: center
|
|
|
|
background-color: #333
|
|
|
|
color: #f0f6f0
|
|
|
|
margin: 1.5em 0 2em 0
|
|
|
|
padding: 0.5em 0.5em 0.5em 1.5em
|
|
|
|
box-shadow: 8px 8px 12px #ccc
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.pwResult
|
2022-12-27 12:25:14 -06:00
|
|
|
margin: 0.25em 0 0.75em 0
|
2022-08-05 19:43:39 -05:00
|
|
|
font-size: 1.5em
|
2022-12-26 21:49:21 -06:00
|
|
|
color: #f0f6f0
|
2022-07-29 17:40:45 -05:00
|
|
|
|
2022-12-27 12:25:14 -06:00
|
|
|
.pwResultCopy
|
|
|
|
width: 1px
|
|
|
|
overflow: hidden
|
|
|
|
display: inline-block
|
|
|
|
height: 1px
|
|
|
|
color: rgba(255,255,255,0)
|
|
|
|
|
2022-07-03 21:48:40 -05:00
|
|
|
.shareNew
|
2022-12-26 21:49:21 -06:00
|
|
|
padding: 0.5em 0.5em 0.5em 1.5em
|
|
|
|
background-color: #{colorTwo}
|
|
|
|
box-shadow: 8px 8px 12px #ccc
|
|
|
|
margin: 1em 0 2em 0
|
|
|
|
|
|
|
|
.shareNew .mainInput
|
|
|
|
background-color: #{colorTwo}
|
|
|
|
|
|
|
|
.shareNew .numberInput
|
|
|
|
background-color: #{colorTwo}
|
2022-07-03 21:48:40 -05:00
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.requestNew
|
2022-12-26 21:49:21 -06:00
|
|
|
padding: 0.5em 0.5em 0.5em 1.5em
|
|
|
|
background-color: #{colorTwo}
|
|
|
|
box-shadow: 8px 8px 12px #ccc
|
|
|
|
margin-bottom: 2em
|
|
|
|
margin-top: 1em
|
2022-07-03 21:48:40 -05:00
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.requestNew .mainInput
|
|
|
|
background-color: #{colorTwo}
|
2022-07-03 21:48:40 -05:00
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.resLink
|
2022-12-26 21:49:21 -06:00
|
|
|
font-size: 0.8em
|
2022-08-05 19:43:39 -05:00
|
|
|
|
|
|
|
.validForm
|
2022-12-26 21:49:21 -06:00
|
|
|
margin: 0
|
|
|
|
|
|
|
|
.radioLabel
|
|
|
|
display: flex
|
|
|
|
align-items: center
|
|
|
|
border-radius: 100px
|
|
|
|
margin: 0.3em 0
|
|
|
|
padding: 0.3em 0.5em
|
|
|
|
cursor: pointer
|
|
|
|
transition: .3s
|
|
|
|
|
|
|
|
.radioLabel:hover, .radioLabel:focus-within
|
|
|
|
background: hsla(0, 0%, 80%, .14)
|
|
|
|
|
|
|
|
.radioInput
|
|
|
|
position: fixed
|
|
|
|
left: 0
|
|
|
|
top: 0
|
|
|
|
width: 1px
|
|
|
|
height: 1px
|
|
|
|
opacity: 0
|
|
|
|
z-index: -1
|
|
|
|
|
|
|
|
.radioDesign
|
|
|
|
width: 22px
|
|
|
|
height: 22px
|
|
|
|
border-radius: 100px
|
|
|
|
background: linear-gradient(to right bottom, #fff, #{colorThree})
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
.radioDesign::before
|
|
|
|
content: ''
|
|
|
|
display: inline-block
|
|
|
|
width: inherit
|
|
|
|
height: inherit
|
|
|
|
border-radius: inherit
|
|
|
|
background: hsl(0, 0%, 90%)
|
|
|
|
transform: scale(1.1)
|
|
|
|
transition: .3s
|
|
|
|
|
|
|
|
.radioInput:checked+.radioDesign::before
|
|
|
|
transform: scale(0)
|
|
|
|
|
|
|
|
.radioText
|
|
|
|
margin-left: 14px
|
|
|
|
letter-spacing: 3px
|
|
|
|
transition: .3s
|
|
|
|
|
|
|
|
.radioInput:checked~.radioText
|
|
|
|
color: hsl(0, 0%, 40%)
|
|
|
|
|
|
|
|
.hidden
|
|
|
|
display: none
|
2022-07-03 21:48:40 -05:00
|
|
|
|
|
|
|
@media only screen and (max-width : 768px)
|
|
|
|
body
|
|
|
|
text-align: center
|
2022-08-05 19:43:39 -05:00
|
|
|
font-size: 16px
|
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.header
|
|
|
|
margin: 0 2% 0 0
|
|
|
|
|
|
|
|
.main
|
|
|
|
max-width: 90%
|
2022-08-05 19:43:39 -05:00
|
|
|
|
|
|
|
.mainButton
|
|
|
|
width: 80%
|
|
|
|
|
2024-02-17 15:08:52 -06:00
|
|
|
.generators
|
|
|
|
font-size: 12px
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.genButton
|
|
|
|
width: 80%
|
2022-08-07 16:22:09 -05:00
|
|
|
|
2022-07-03 21:48:40 -05:00
|
|
|
.mainInput
|
2022-08-05 19:43:39 -05:00
|
|
|
width: 95%
|
|
|
|
max-width: 100%
|
2022-07-03 21:48:40 -05:00
|
|
|
text-align: center
|
|
|
|
|
2022-07-31 17:41:54 -05:00
|
|
|
.numberInput
|
|
|
|
width: 25%
|
|
|
|
|
2022-07-03 21:48:40 -05:00
|
|
|
.title
|
2022-12-26 21:49:21 -06:00
|
|
|
margin: 4% auto 2% auto
|
2022-07-19 15:57:30 -05:00
|
|
|
|
|
|
|
.title h1
|
2022-12-26 21:49:21 -06:00
|
|
|
font-size: 2.5em
|
2022-07-19 15:57:30 -05:00
|
|
|
margin-bottom: 0
|
2022-08-05 19:43:39 -05:00
|
|
|
|
|
|
|
.requestedPw
|
|
|
|
max-width: 100%
|
2022-07-03 21:48:40 -05:00
|
|
|
|
2022-12-26 21:49:21 -06:00
|
|
|
.pwResult
|
|
|
|
font-size: 1.75em
|
|
|
|
|
2022-08-05 19:43:39 -05:00
|
|
|
.shareUtils
|
2022-07-03 21:48:40 -05:00
|
|
|
width: 100%
|