This repository has been archived by the owner on May 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
70 additions
and
48 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,40 @@ | ||
body[data-page="error"] { | ||
background-image: url(/assets/img/cover.jpg); | ||
background-size: cover; | ||
width: 100%; | ||
height: 100%; | ||
body[data-page='error'] { | ||
font-size: 16px; | ||
line-height: 25px; | ||
font-weight: normal; | ||
line-height: 25px; | ||
width: 100%; | ||
height: 100%; | ||
background-image: url(/assets/img/cover.jpg); | ||
background-size: cover; | ||
} | ||
|
||
.mayday { | ||
font-size: 34px; | ||
color: white; | ||
animation: flicker 2s ease infinite; | ||
padding: 0 21rem; | ||
margin: 9% auto 50px auto; | ||
width: 500px; | ||
margin: 150px auto 20px; | ||
> h1 { | ||
font-size: 24px; | ||
color: $gray-lightest; | ||
text-shadow: 0 1px 1px rgba(0,0,0,.4); | ||
line-height: 35px; | ||
} | ||
|
||
&.options { | ||
margin-top: 25px; | ||
} | ||
} | ||
|
||
.astro-wrap { | ||
position: relative; | ||
width: 175px; | ||
height: 283px; | ||
margin: 0 auto; | ||
position: relative; | ||
margin: -7px auto; | ||
} | ||
|
||
.astronaut { | ||
background: url(/assets/img/astronaut.png); | ||
width: 175px; | ||
height: 283px; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 175px; | ||
height: 283px; | ||
transform: translate(0, 50px); | ||
animation: move 10s infinite; | ||
background: url(/assets/img/astronaut.png); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.text-center { | ||
text-align: center; | ||
} | ||
|
||
.hidden { | ||
display: none !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters