Update Snowflake embed, and add info page about it (close #16)

This commit is contained in:
Serene Han 2016-02-10 13:54:07 -08:00
parent 4f18340c16
commit 6fb2e4753f
3 changed files with 102 additions and 15 deletions

View file

@ -6,36 +6,38 @@
<style>
* {
box-sizing: border-box;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
body {
position: absolute;
width: 100%; height: 100%; top: 0; margin: 0 auto;
background-color: #424; color: #000;
font-size: 10px; letter-spacing: 1px; font-variant: small-caps;
position: absolute; width: 100%; height: 100%;
top: 0; margin: 0 auto; padding: 0;
background-color: #424;
text-align: center; cursor: default;
margin: 0; padding: 0;
}
#badge {
margin: auto; padding: 0;
width: 88px; height: 16px;
background-image: url('koch.jpg');
text-shadow: 0 0 5px #fef;
font-weight: 900;
white-space: nowrap;
color: #000;
font-size: 12px; font-weight: 900;
font-variant: small-caps;
text-shadow: 0 0 5px #fef,
0 1px 2px #fef,
0 -1px 2px #fef;
1px 0px 3px #fef;
-1px 0px 3px #fef;
}
.active {
-webkit-animation: bgScroll 8s linear infinite;
animation: bgScroll 8s linear infinite;
}
@-webkit-keyframes bgScroll {
from {background-position: 49% -4%;}
to {background-position: 49% 104%;}
from {background-position: 0 -4%;}
to {background-position: 0 104%;}
}
@keyframes bgScroll {
from {background-position: 49% -4%;}
to {background-position: 49% 104%;}
from {background-position: 0 -4%;}
to {background-position: 0 104%;}
}
</style>
</head>