mirror of https://github.com/dirtbags/moth.git
New TF6 design
This commit is contained in:
parent
cae5aa9606
commit
e4a4360f9c
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">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Tracer FIRE</h1>
|
||||
<h1><img src="images/tf6.png" alt="Tracer FIRE"></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue