-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
89 lines (72 loc) · 1.29 KB
/
styles.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
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@font-face{
font-family: "StiffStaff";
src: url(StiffStaff.otf);
}
* {
padding: 0px;
margin: 0px;
cursor: default;
font-family: 'Roboto', sans-serif;
text-align: center;
color: #fe0e63;
}
h1 {
font: 50px StiffStaff;
margin-bottom: 30px;
}
p {
text-align: center;
font-size: 16px;
}
a {
text-decoration: none;
cursor: pointer;
color: inherit;
}
a:hover {
color: #fe0e63;
}
.ditto {
max-width: 800px;
margin: 0px auto;
}
.neon {
margin: 120px auto 100px;
}
.summary {
max-width: 290px;
margin: 0px auto;
}
.vine-embed {
display: inline-block;
vertical-align: top;
margin: 10px;
}
.signature {
margin: 100px auto;
font-size: 14px;
color: #cccccc;
}
.ribbon {
position: absolute;
top: 44px;
right: -50px;
width: 200px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
text-align: center;
font-size: 12px;
color: white;
background-color: #fe0e63;
padding: 6px;
border: 1px dashed white;
outline: 2px solid #fe0e63;
z-index: 1;
}
.ribbon:hover {
color: white;
}