Skip to content

Commit

Permalink
Merge branch 'earthlapse-secretRoom' into earthlapse-stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidaron committed Apr 13, 2016
2 parents 54078cc + 07465ea commit 14cc7d2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
14 changes: 14 additions & 0 deletions earthlapse-hci/modes-default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.earthlapse-modes-default-container h2 {
font-size: 400%;
margin: 0.5em 0;
}

.earthlapse-modes-default-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 21em;
margin: auto;
}
6 changes: 4 additions & 2 deletions earthlapse-hci/modes-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
});
</script>
<div class="earthlapse-modes-screen">
<h1>Welcome to Earth Timelapse</h1>
<h1>Touch the touchscreen to begin</h1>
<div class="earthlapse-modes-default-content">
<h1>Welcome to Earth Timelapse</h1>
<h2>Touch the touchscreen to begin</h2>
</div>
</div>
4 changes: 4 additions & 0 deletions earthlapse-hci/modes-menu.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.earthlapse-modes-menu-container h2 {
margin: 1.5em 0 1.1em 0;
}

.earthlapse-modes-menu-container div.img {
margin: 5px;
float: left;
Expand Down
5 changes: 3 additions & 2 deletions earthlapse-hci/modes.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ body.earthlapse-modes-story .earthlapse-modes-screen.earthlapse-modes-story-cont
}

.earthlapse-modes-screen h1 {
padding: 16px;
font-weight: 300;
font-size: 96px;
margin: 0;
}

.earthlapse-modes-screen h2 {
padding: 16px;
font-size: 48px;
margin: 1em 0;
}

.earthlapse-modes-screen a {
Expand Down

0 comments on commit 14cc7d2

Please sign in to comment.