mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Snowflake badge works, and animates when serving client (issue #16) and some logging cleanups
This commit is contained in:
parent
caba2cc8f8
commit
21c38a04ce
5 changed files with 44 additions and 32 deletions
|
@ -13,23 +13,35 @@
|
|||
body {
|
||||
position: absolute;
|
||||
width: 100%; height: 100%; top: 0; margin: 0 auto;
|
||||
background-color: #424;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-variant: small-caps;
|
||||
background-color: #424; color: #000;
|
||||
font-size: 10px; letter-spacing: 1px; font-variant: small-caps;
|
||||
text-align: center; cursor: default;
|
||||
margin: 0; padding: 0;
|
||||
}
|
||||
#badge {
|
||||
margin: auto;
|
||||
width: 88px; height: 31px;
|
||||
margin: auto; padding: 0;
|
||||
width: 88px; height: 16px;
|
||||
background-image: url('koch.jpg');
|
||||
color: #fff;
|
||||
text-shadow: 0 0 5px #fef;
|
||||
font-weight: 900;
|
||||
}
|
||||
.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%;}
|
||||
}
|
||||
@keyframes bgScroll {
|
||||
from {background-position: 49% -4%;}
|
||||
to {background-position: 49% 104%;}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="badge">
|
||||
Snowflake
|
||||
Internet Freedom
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue