New TF6 design

This commit is contained in:
Neale Pickett 2015-05-06 11:12:02 -06:00
parent 4fe5e7c6d8
commit 4957241487
9 changed files with 21 additions and 3 deletions

BIN
www/fonts/MicroFLF-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

14
www/fonts/MicroFLF.css Normal file
View File

@ -0,0 +1,14 @@
@font-face {
font-family: 'MicroFLF';
src: url('MicroFLF.ttf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'MicroFLF';
src: url('MicroFLF-Bold.ttf');
font-weight: 700;
font-style: normal;
}

BIN
www/fonts/MicroFLF.ttf Normal file

Binary file not shown.

BIN
www/images/tf6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
www/images/tf6bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

View File

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

View File

@ -9,7 +9,8 @@ Tan: #e1caa5
@import "fonts/maven_pro.css";
html {
background: #35170c url(images/brown-circles.jpg) repeat left bottom;
background: #35170c url(images/tf6bg.png) center top;
background-repeat: repeat-x;
min-height: 100%;
font-family: "Maven Pro", Ubuntu, sans-serif;
overflow-y: scroll;
@ -24,7 +25,6 @@ h1, h2, h3 {
body > h1:first-child {
color: #96d1e3;
background: #35170c;
font-size: 3em;
border-radius: 0.2em;
padding: 0 0.3em;
@ -33,6 +33,10 @@ body > h1:first-child {
margin: 0.5em auto;
}
body > h1:first-child img {
max-width: 66%;
}
.readme, pre {
background-color: #FFDAA3;
border-radius: 0.5em;