Initial commit to git

This commit is contained in:
Nixo
2014-08-08 12:11:42 +02:00
parent f490bfafd3
commit e4c41cdf3f
5 changed files with 69 additions and 0 deletions

15
static/style.css Normal file
View 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

File diff suppressed because one or more lines are too long

BIN
static/zöff.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB