Pirate Rogue, Pirate Crew and GitHub Updater

This commit is contained in:
Jan
2019-06-15 16:55:09 +02:00
committed by JanRei
commit 6fb8ec3762
339 changed files with 106604 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
/*
* Variables
*/
$color_1: #aaa;
$color_2: #333;
$color_3: #1f1f1f;
$color_4: #000;
$color_5: #fff;
$color_6: #111;
$font_family_1: 'icomoon';
$background_color_1: rgba(113, 113, 113, 0.04);
$background_color_2: #eee;
/****************** Presets ***********************/
@keyframes "DownMove" {
0% {
top: 50%;
}
5% {
top: 60%;
}
10% {
top: 50%;
}
15% {
top: 60%;
}
20% {
top: 50%;
}
}
@-webkit-keyframes "DownMove" {
0% {
top: 50%;
}
5% {
top: 60%;
}
10% {
top: 50%;
}
15% {
top: 60%;
}
20% {
top: 50%;
}
}
@-moz-keyframes "DownMove" {
0% {
top: 50%;
}
5% {
top: 60%;
}
10% {
top: 50%;
}
15% {
top: 60%;
}
20% {
top: 50%;
}
}