pastel.codes/public/stylesheets/style.sass

283 lines
5.5 KiB
Sass
Raw Normal View History

2020-06-20 21:48:51 +01:00
$pink: #CC7A98
$black: #002234
2020-06-21 12:01:13 +01:00
$green: #CDE7B0
2020-06-20 21:48:51 +01:00
@font-face
font-family: 'Titling Gothic FB'
src: url("../fonts/TITLINGGOTHICFB-WIDE.OTF") format('opentype')
@font-face
font-family: 'Gilroy'
src: url("../fonts/Gilroy-ExtraBold.otf") format('opentype')
@font-face
font-family: 'Apercu Mono'
src: url("../fonts/ApercuMono.ttf") format('truetype')
html, body
width: 100%
height: 100%
2020-06-17 22:34:29 +01:00
body
2020-06-20 21:48:51 +01:00
background-color: $black
color: $pink
h1
2020-06-27 17:46:21 +01:00
font-family: "Gilroy", sans-serif
2020-06-22 17:45:03 +01:00
h2
font-weight: bold
2020-06-27 17:46:21 +01:00
font-family: "Apercu Mono", monospace
2020-06-22 17:45:03 +01:00
2020-07-01 12:10:30 +01:00
p, label, input, textarea
2020-06-27 17:46:21 +01:00
font-family: "Apercu Mono", monospace
2020-06-20 21:48:51 +01:00
2020-07-01 12:10:30 +01:00
label
font-size: 3vh
2020-06-21 12:01:13 +01:00
a:hover
color: $green
2020-06-20 21:48:51 +01:00
article
min-height: 100%
display: grid
grid-template-rows: auto 1fr auto
grid-template-columns: 100%
header
nav
a
span
2020-06-21 12:01:13 +01:00
font-size: 2rem
2020-06-27 17:46:21 +01:00
font-family: 'Titling Gothic FB', sans-serif
color: $pink
2020-06-20 21:48:51 +01:00
#navbarSupportedContent23
ul
2020-06-21 12:01:13 +01:00
background-color: $pink
li
2020-06-22 17:45:03 +01:00
transition: 0.5s
background-color: $pink
text-align: center
a
2020-06-21 12:01:13 +01:00
span
2020-06-22 17:45:03 +01:00
transition: 0.2s
2020-06-21 12:01:13 +01:00
color: $black
2020-06-27 17:46:21 +01:00
font-family: "Apercu Mono", monospace
2020-06-21 12:01:13 +01:00
2020-06-21 18:20:33 +01:00
li:hover
background-color: $black
a
2020-06-21 12:01:13 +01:00
span
color: $pink
2020-06-20 21:48:51 +01:00
2020-06-21 18:20:33 +01:00
.active
background-color: $black
a
span
color: $green
.active:hover
background-color: $pink
a
span
color: $black
2020-06-20 21:48:51 +01:00
main
padding: 0.5rem
h1
padding-bottom: 1rem
2020-06-21 12:01:13 +01:00
font-size: 4.5rem
span
text-decoration: underline $pink
text-decoration-style: wavy
p
2020-06-21 12:01:13 +01:00
font-size: 2rem
margin-bottom: 5px
2020-06-20 21:48:51 +01:00
footer
text-align: center
font-size: 1rem
2020-06-21 12:01:13 +01:00
padding: 0.5rem
a
color: $pink
text-decoration: underline $pink
2020-06-20 21:48:51 +01:00
2020-06-22 17:45:03 +01:00
.ef
max-height: 85vh
min-height: 85vh !important
.error
text-align: center
.pink-block
background-color: $pink
min-height: 100vh
2020-06-21 12:01:13 +01:00
2020-06-21 14:55:00 +01:00
.center-v
2020-06-21 12:01:13 +01:00
min-height: 100% /* Fallback for browsers do NOT support vh unit */
min-height: 100vh /* These two lines are counted as one :-) */
display: flex
align-items: center
2020-06-21 14:55:00 +01:00
.center-v-h
display: flex
justify-content: center
align-items: center
min-height: 100vh
.logos-container
2020-06-22 19:36:59 +01:00
width: 3.5rem
2020-06-21 14:55:00 +01:00
.logo
width: auto
2020-06-22 17:45:03 +01:00
height: 3.5rem
2020-06-21 14:55:00 +01:00
fill: $black
margin-bottom: 2.5rem
.logo-container
cursor: pointer
2020-06-21 12:01:13 +01:00
2020-06-27 17:46:21 +01:00
.about-pos
p
font-size: 3vh
margin-bottom: 3vh
.pr
img
width: 100%
border: 2vh solid $pink
margin-bottom: 3vh
margin-top: 1vh
.pr-text
a
color: $pink
h1
font-size: 4vh
margin-bottom: 0
padding-bottom: 0
a:hover
color: $green
p
font-size: 3vh
.start
margin-top: 3vh
2020-07-01 12:10:30 +01:00
#contact-message
margin-top: 2vh
p
color: $green
span
text-decoration: underline $green
.h-captcha
margin-bottom: 0.5vh
.btn-primary
font-family: "Apercu Mono"
background-color: $pink
color: $black
border-color: $black
.btn-primary:hover
background-color: $black
color: $pink
border-color: $pink
// Nav stuff
2020-06-20 21:48:51 +01:00
.ham
width: 30px
height: 20px
position: relative
margin: 0px
-webkit-transform: rotate(0deg)
-moz-transform: rotate(0deg)
-o-transform: rotate(0deg)
transform: rotate(0deg)
-webkit-transition: .5s ease-in-out
-moz-transition: .5s ease-in-out
-o-transition: .5s ease-in-out
transition: .5s ease-in-out
cursor: pointer
.ham span
display: block
position: absolute
height: 3px
width: 100%
border-radius: 9px
opacity: 1
left: 0
-webkit-transform: rotate(0deg)
-moz-transform: rotate(0deg)
-o-transform: rotate(0deg)
transform: rotate(0deg)
-webkit-transition: .25s ease-in-out
-moz-transition: .25s ease-in-out
-o-transition: .25s ease-in-out
transition: .25s ease-in-out
background: $pink
.ham span:nth-child(1)
2020-06-23 19:18:30 +01:00
top: 0
2020-06-20 21:48:51 +01:00
.ham span:nth-child(2), .ham span:nth-child(3)
top: 10px
.ham span:nth-child(4)
top: 20px
.ham.open span:nth-child(1)
top: 11px
2020-06-23 19:21:04 +01:00
width: 0
2020-06-20 21:48:51 +01:00
left: 50%
.ham.open span:nth-child(2)
-webkit-transform: rotate(45deg)
-moz-transform: rotate(45deg)
-o-transform: rotate(45deg)
transform: rotate(45deg)
.ham.open span:nth-child(3)
-webkit-transform: rotate(-45deg)
-moz-transform: rotate(-45deg)
-o-transform: rotate(-45deg)
transform: rotate(-45deg)
2020-06-23 19:21:04 +01:00
.ham.open span:nth-child(4)
2020-06-20 21:48:51 +01:00
top: 11px
2020-06-23 19:18:30 +01:00
width: 0
2020-06-20 21:48:51 +01:00
left: 50%
2020-06-21 20:53:46 +01:00
2020-06-27 17:46:21 +01:00
@media only screen and (max-height: 421px)
.pr-text
margin-bottom: 5vh !important
2020-06-21 20:53:46 +01:00
@media only screen and (max-width: 575px)
2020-06-22 19:36:59 +01:00
.logo
height: 5rem
.logos-container
width: 5rem
2020-06-21 20:53:46 +01:00
.aaa
2020-06-22 19:26:12 +01:00
min-height: 40vh !important
2020-06-21 20:53:46 +01:00
.aaaa
2020-06-22 19:29:17 +01:00
margin-top: 5vh !important
2020-06-22 17:45:03 +01:00
.ef
max-height: none !important
2020-06-23 19:18:30 +01:00
min-height: 0 !important
.ff
min-height: 82.8vh !important
2020-06-22 17:45:03 +01:00
2020-06-22 19:26:12 +01:00
@media only screen and (max-height: 815px)
.ef
max-height: none !important
2020-06-23 19:18:30 +01:00
min-height: 0 !important
2020-06-27 17:46:21 +01:00