-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
44 lines (39 loc) · 901 Bytes
/
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
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');
body {
padding: 0;
margin: 0;
background: url('img/bg.jpg') no-repeat center center fixed;
background-size: cover;
overflow: hidden;
}
#matter {
position: absolute;
width: 100px;
height: 100px;
}
#top {
display: flex;
align-items: center;
width: 100vw;
height: 21px;
border-bottom: 1px solid #A7A7A8;
background: #EDEFF0;
position: absolute;
top: 0px;
left: 0px;
color: #404546;
font-family: 'Helvetica 65 Medium', Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
padding-left: 15px;
box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
z-index: 99;
pointer-events: none;
}
#top img {
width: 12px;
height: 15px;
margin-top: -2px;
margin-right: 20px;
}
a { color: #404546; text-decoration: none; pointer-events: auto; }