Skip to content

Commit

Permalink
feat: themes, sortie boss name, cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Aug 31, 2018
1 parent b83572b commit c6ef940
Show file tree
Hide file tree
Showing 22 changed files with 2,669 additions and 1,562 deletions.
35 changes: 10 additions & 25 deletions assets/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,31 +74,16 @@ a.panel-heading {
background-color: #f5f5f5;
}

/*
.winning-left {
-moz-animation: progress-bar-stripes 3s linear infinite;
-ms-animation: progress-bar-stripes 3s linear infinite;
-o-animation: progress-bar-stripes 3s linear infinite;
-webkit-animation: progress-bar-stripes 3s linear infinite;
animation: progress-bar-stripes 3s linear infinite;
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 10px 10px;
}
.winning-right {
-moz-animation: progress-bar-stripes 3s linear infinite;
-ms-animation: progress-bar-stripes 3s linear infinite;
-o-animation: progress-bar-stripes 3s linear infinite;
-webkit-animation: progress-bar-stripes 3s linear infinite;
animation: progress-bar-stripes 3s linear infinite;
-moz-animation-direction: reverse;
-ms-animation-direction: reverse;
-o-animation-direction: reverse;
-webkit-animation-direction: reverse;
animation-direction: reverse;
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 10px 10px;
}*/
/* Day/night */
.day:before {
color: rgba(249, 168, 6, .8);
content: "☀ ";
}

.night:before {
color: rgba(51, 211, 255, .8);
content: "🌙 ";
}

/* mobile width fix */
@media only screen and (max-width: 768px) {
Expand Down
82 changes: 0 additions & 82 deletions assets/css/main.css

This file was deleted.

Loading

0 comments on commit c6ef940

Please sign in to comment.