-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
executable file
·83 lines (74 loc) · 2.16 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
* { margin:0; padding:0; }
h1,h2,h3 { font-size: 100%; font-weight: normal; }
ol,ul { list-style: none; }
img {border: 0;}
html {min-height: 100%;}
body {
background: #000 url('outline.png') 0 center no-repeat;
background-size: 175px 540px;
font-family: 'Metric-Regular', sans-serif;
text-align: center;
}
.logo {
width: 200px;
max-width: 100%;
margin-top: 2em;
}
h1 {
color: #fff;
font-family: 'Metric-Light', sans-serif;
font-size: 32px;
line-height: 32px;
font-weight: 100;
letter-spacing: 1.5px;
margin: 0 0 1em 0;
}
ul {
display: inline-block;
}
li {
display: block;
color: #1f1f1f;
height: 60px;
text-align: left;
}
a {
display: inline-block;
color: #888;
height: 60px;
font-size: 17px;
line-height: 17px;
font-weight: 400;
text-align: left;
text-decoration: none;
-webkit-transition: .15s linear color;
-moz-transition: .15s linear color;
transition: .15s linear color;
}
a:hover {
color: #fff;
}
a:active {
position: relative;
top: 1px;
}
h2 {
font-size: 22px;
line-height: 22px;
color: #fff;
}
@font-face {
font-family: 'Metric-Regular';
src: url('../fonts/Metric-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Metric-Regular.otf') format('opentype'), url('../fonts/Metric-Regular.woff') format('woff'), url('../fonts/Metric-Regular.ttf') format('truetype'), url('../fonts/Metric-Regular.svg#Metric-Regular') format('svg');
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Metric-Light';
src: url('../fonts/Metric-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Metric-Light.otf') format('opentype'), url('../fonts/Metric-Light.woff') format('woff'), url('../fonts/Metric-Light.ttf') format('truetype'), url('../fonts/Metric-Light.svg#Metric-Light') format('svg');
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Metric-Medium';
src: url('../fonts/Metric-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Metric-Medium.otf') format('opentype'), url('../fonts/Metric-Medium.woff') format('woff'), url('../fonts/Metric-Medium.ttf') format('truetype'), url('../fonts/Metric-Medium.svg#Metric-Medium') format('svg');
font-weight: normal;
font-style: normal; }