-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (61 loc) · 1.1 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
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
body {
background: #00000c;
color: #B0FDFF;
font-family: 'Press Start 2P', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
h1 {
font-family: 'Press Start 2P', cursive;
opacity: 0.1
}
.main-header,
footer {
font-family: sans-serif
}
span {
outline: none;
text-transform: uppercase
}
.wrap {
max-width: 500px;
margin: 50px auto;
}
ul {
list-style: none;
padding: 0;
display: block;
}
li {
display: block;
text-shadow: 0 0 14px #5d9293;
padding: 20px 0;
}
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
center {
font-size: 10px;
color: #666;
display: block;
margin-top: 200px
}
.blinker {
opacity: 0.1
}
.profile-header {
background: url(https://scontent-dfw1-1.xx.fbcdn.net/hphotos-xaf1/v/t1.0-9/12032231_1179492925401698_5808026066308281545_n.jpg?oh=347fc2f6e7f5a9efbafc7d15cb78d6d9&oe=569E3594) top center no-repeat;
background-size: 100%
}
#profile-links a {
display: block
}
.center {
text-align: center;
}