Add credits page. Remove godmode menu entry for now.

This commit is contained in:
Thibaut Despoulain
2014-06-10 10:11:52 -07:00
parent dfe7a187e8
commit 182a636fa0
4 changed files with 60 additions and 3 deletions
+30
View File
@@ -232,3 +232,33 @@ html, body {
padding-top: 200px;
z-index: 999999;
}
#credits {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
background: black;
overflow-y: auto;
text-align: center;
color: white;
font-size: 1.1em;
padding: 40px 20px;
}
#credits h3 {
font-size: 2em;
color: #666;
}
#credits b {
font-size: 1.2em;
color: #bbb;
}
#credits h4 {
color: #555;
font-size: 1.2em;
}