mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Initial commit to git
This commit is contained in:
15
static/style.css
Normal file
15
static/style.css
Normal file
@@ -0,0 +1,15 @@
|
||||
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;}
|
||||
|
||||
@-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;}}
|
||||
4
static/swfobject.js
Normal file
4
static/swfobject.js
Normal file
File diff suppressed because one or more lines are too long
BIN
static/zöff.png
Normal file
BIN
static/zöff.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user