-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
112 lines (96 loc) · 1.71 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
106
107
108
109
110
111
112
body {
background-color: #fafafa;
font-family: YeezyzTStar, adihausbold, Arial;
}
p.bold {
color: #212121;
line-height: 1.4;
font-weight: bold;
}
p.light {
font-weight: normal;
}
.top-right {
padding-top: 36px;
}
#topbar {
background-color: #000;
width: 100%;
height: 50px;
color: #FFF;
position: absolute;
left: 0;
top: 0;
text-transform: uppercase;
text-align: center;
}
#topbar p {
margin-top: 12px;
}
.click-area {
display: table;
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
}
.click-middle {
display: table-cell;
vertical-align: middle;
}
.click-adidas {
margin-left: auto;
margin-right: auto;
height: 200px;
width: 200px;
background-color: #2374bd;
border-radius: 50%;
cursor: pointer;
user-select: none;
-o-user-select: none;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
/*transition: background 0.05s linear;*/
}
.top-absolute {
position: absolute;
z-index: 2;
}
.red {
background-color: #ff5252 !important;
}
p.tapnow {
text-transform: uppercase;
color: #FFF;
font-size: 32px;
position: absolute;
margin-top: 72px;
margin-left: 38px;
z-index: 1;
}
p.under {
font-size: 12px;
margin-top: 115px;
display: none;
}
.bottom {
position: absolute;
bottom: 7%;
text-align: center;
font-size: 28px;
width: 100%;
}
span.share {
display: none;
font-size: 18px;
}
@media all and (max-width: 600px) {
h1 small {
font-size: 40% !important;
}
.top-right {
padding-top: 0px;
}
}