-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (100 loc) · 1.82 KB
/
style.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/*hehe*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td{
margin:0;
padding:0
}
body{
color: #fff;
font-size: 16px;
font-weight: normal;
background: #fff url(images/bg.png) center 0 no-repeat;
background-size: cover;
min-width: 960px;
}
h1 {
}
html, body, #wrapper {
height: 100%;
}
#wrapper {
display: -webkit-flex;
-webkit-justify-content: center;
-webkit-align-items: center;
}
#content{
width: 960px;
margin: 0 auto;
text-align: center;
font-family: 'lans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
#content:after{
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,0.2) url('images/mask.png') 0 0 repeat;
top: 0;
left: 0;
z-index: -1;
}
#content h1{
font-weight: normal;
font-size: 6em;
text-shadow: 10px 20px 20px rgb(81 1 156 / 32%), -10px 20px 20px rgb(5 84 90 / 41%);
}
#content p{
font-size: 1.8em;
line-height: 2em;
}
#content a {
display: inline-block;
color: #fff;
font-size: 1.5em;
text-decoration: none;
padding: 20px 0 5px;
font-weight: 200;
margin: 0 10px;
border-bottom: 1px dashed rgba(0,0,0,0);
}
#content a:hover {
color: #fff;
border-bottom: 1px dashed #fff;
}
#info {
margin-top: 40px;
}
@font-face {
font-family: "lans";
src: url("fonts/lans.eot"); /* IE9 */
src: url("fonts/lans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/lans.woff") format("woff"), /* chrome、firefox */
url("fonts/lans.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
url("fonts/lans.svg#lans") format("svg"); /* iOS 4.1- */
font-style: normal;
font-weight: normal;
}