Generalized title & bg resources

This commit is contained in:
Jack Miner 2016-02-23 15:24:09 -07:00
parent 279292d29c
commit 9201c735de
4 changed files with 2 additions and 12 deletions

BIN
www/images/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

BIN
www/images/title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1><img src="images/tf6.png" alt="Tracer FIRE"></h1>
<h1><img src="images/title.png" alt="Tracer FIRE"></h1>
<nav>
<ul>

View File

@ -9,14 +9,11 @@ Tan: #e1caa5
@import "fonts/maven_pro.css";
html {
/* background: #35170c url(images/tf6bg.png) center top;*/
/* background-repeat: repeat-x;*/
background: #35170c url(images/tf6bg.png) no-repeat center center fixed;
background: #35170c url(images/bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/* min-height: 100%;*/
font-family: "Maven Pro", Ubuntu, sans-serif;
overflow-y: auto;
}
@ -46,11 +43,6 @@ body > h1:first-child img {
border-radius: 0.5em;
}
input {
font-family: "Maven Pro", Ubuntu, sans-serif;
}
@ -179,7 +171,6 @@ nav li + li:before {
margin: 1em;
}
/**** Terminal ****/
#terminal {
@ -219,7 +210,6 @@ nav li + li:before {
width: 100%;
clear: both;
background: rgba(25, 0, 6, 0.8);
border-radius: 2em;
}
#scoreboard span {