mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
16 lines
1.2 KiB
CSS
16 lines
1.2 KiB
CSS
body{background:#444; overflow: hidden;}
|
|
.top, .top a {
|
|
font-family: 'Open Sans', sans-serif; font-weight: 600; text-align: center;
|
|
animation: fadein .5s; -moz-animation: fadein .5s; -webkit-animation: fadein .5s; -o-animation: fadein .5s;
|
|
}
|
|
.top div{color:#ed207f;}
|
|
.vcent{position: relative; top: 50%; transform: translateY(-50%);}
|
|
.face{line-height: 1; font-size: 29vw; word-spacing: 60px; margin-top: -7%;}
|
|
.innbox, .innbox a{width:80%; height: 50px; font-family: 'Open Sans', sans-serif; font-size: 25px; color:#f15; text-align: center;}
|
|
.small, .small a{font-size: 5vw; color:#E2E2E2; display:block !important; text-decoration: none;}
|
|
.small a:hover{color:#ed207f;}
|
|
.daform{margin-bottom: 20px;}
|
|
.big{font-size:180vh; position:absolute; top:-100%; color:#000 !important; z-index:-1;}
|
|
.noselect{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
|
|
|
|
@-webkit-keyframes fadein{from {opacity:0;}to{opacity:1;}}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}} |