-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoby.html
141 lines (137 loc) · 4.7 KB
/
toby.html
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>New Tab - Toby</title><link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500" rel="stylesheet" type="text/css"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><style type="text/css">body.Toby {
background-position: 1.5rem 7rem;
background-repeat: no-repeat;
background-size: 50.5rem auto;
min-height: 35rem;
animation: slideDownBg .5s forwards;
animation-iteration-count: 1;
background-image: url('data:image/svg+xml, %3Csvg%20width%3D%221740%22%20height%3D%221027%22%20viewBox%3D%220%200%201740%201027%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20fill%3D%22%23F5F5FB%22%20x%3D%222%22%20width%3D%22251.174%22%20height%3D%2230%22%20rx%3D%2215%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20y%3D%2272%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%22441%22%20y%3D%2272%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%22880%22%20y%3D%2272%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%221320%22%20y%3D%2272%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23F5F5FB%22%20x%3D%222%22%20y%3D%22340%22%20width%3D%22341.17%22%20height%3D%2230%22%20rx%3D%2215%22/%3E%3Crect%20fill%3D%22%23F5F5FB%22%20x%3D%222%22%20y%3D%22670%22%20width%3D%22301.17%22%20height%3D%2230%22%20rx%3D%2215%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20y%3D%22412%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%22441%22%20y%3D%22412%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23F5F5FB%22%20x%3D%222%22%20y%3D%22760%22%20width%3D%22251.174%22%20height%3D%2230%22%20rx%3D%2215%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20y%3D%22832%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%22441%22%20y%3D%22832%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%22880%22%20y%3D%22412%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3Crect%20fill%3D%22%23FBFBFD%22%20x%3D%22880%22%20y%3D%22832%22%20width%3D%22419.123%22%20height%3D%22194.023%22%20rx%3D%224%22/%3E%3C/g%3E%3C/svg%3E');
}
body.Toby::before,
body.Toby::after {
display: block;
position: absolute;
top: 0;
right: 0;
content: '';
}
body.Toby::before {
bottom: 0;
width: 13rem;
background-color: #fbfbfd;
box-shadow: -0.125rem 0 0.9rem rgba(183,183,206,0.2);
transform: translateX(14rem);
animation: slideLeft 0.2s 0.1s forwards cubic-bezier(0.68, -0.55, 0.265, 1);
}
body.Toby::after {
left: 0;
height: 3.5rem;
background-color: #fff;
box-shadow: 0 0.125rem 1rem rgba(183,183,206,0.2);
animation: slideDown 0.2s forwards cubic-bezier(0.68, -0.55, 0.265, 1);
}
body.Toby[loaded] {
background-image: none;
animation: none;
}
body.Toby[loaded]::after,
body.Toby[loaded]::before {
display: none;
}
@-moz-keyframes slideLeft {
0% {
transform: translateX(14rem);
}
100% {
transform: translateX(0);
}
}
@-webkit-keyframes slideLeft {
0% {
transform: translateX(14rem);
}
100% {
transform: translateX(0);
}
}
@-o-keyframes slideLeft {
0% {
transform: translateX(14rem);
}
100% {
transform: translateX(0);
}
}
@keyframes slideLeft {
0% {
transform: translateX(14rem);
}
100% {
transform: translateX(0);
}
}
@-moz-keyframes slideDown {
0% {
transform: translateY(-4rem);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes slideDown {
0% {
transform: translateY(-4rem);
}
100% {
transform: translateY(0);
}
}
@-o-keyframes slideDown {
0% {
transform: translateY(-4rem);
}
100% {
transform: translateY(0);
}
}
@keyframes slideDown {
0% {
transform: translateY(-4rem);
}
100% {
transform: translateY(0);
}
}
@keyframes slideDownBg {
0% {
background-position: 1.5rem 7rem;
}
100% {
background-position: 1.5rem 5rem;
}
}
@-moz-keyframes slideDownBg {
0% {
background-position: 1.5rem 7rem;
}
100% {
background-position: 1.5rem 5rem;
}
}
@-webkit-keyframes slideDownBg {
0% {
background-position: 1.5rem 7rem;
}
100% {
background-position: 1.5rem 5rem;
}
}
@-o-keyframes slideDownBg {
0% {
background-position: 1.5rem 7rem;
}
100% {
background-position: 1.5rem 5rem;
}
}
</style></head><body class="Toby"><div id="root"></div><script src="/js/toby.bundle.js"></script></body></html>