mirror of https://github.com/dirtbags/moth.git
New TF6 design
This commit is contained in:
parent
16d922a60b
commit
702fe4a649
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 197 KiB |
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Tracer FIRE</h1>
|
<h1><img src="images/tf6.png" alt="Tracer FIRE"></h1>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -9,7 +9,8 @@ Tan: #e1caa5
|
||||||
@import "fonts/maven_pro.css";
|
@import "fonts/maven_pro.css";
|
||||||
|
|
||||||
html {
|
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%;
|
min-height: 100%;
|
||||||
font-family: "Maven Pro", Ubuntu, sans-serif;
|
font-family: "Maven Pro", Ubuntu, sans-serif;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
@ -24,7 +25,6 @@ h1, h2, h3 {
|
||||||
|
|
||||||
body > h1:first-child {
|
body > h1:first-child {
|
||||||
color: #96d1e3;
|
color: #96d1e3;
|
||||||
background: #35170c;
|
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
padding: 0 0.3em;
|
padding: 0 0.3em;
|
||||||
|
@ -33,6 +33,10 @@ body > h1:first-child {
|
||||||
margin: 0.5em auto;
|
margin: 0.5em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > h1:first-child img {
|
||||||
|
max-width: 66%;
|
||||||
|
}
|
||||||
|
|
||||||
.readme, pre {
|
.readme, pre {
|
||||||
background-color: #FFDAA3;
|
background-color: #FFDAA3;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue