-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgt.css
More file actions
129 lines (127 loc) · 2.21 KB
/
gt.css
File metadata and controls
129 lines (127 loc) · 2.21 KB
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
#we {
max-height: 30em;
background-image: url(./pictures/default-share.jpg);
background-size: cover;
background-repeat: no-repeat;
background-origin: content-box;
}
#we a {
color: white;
margin-left: 1.9em;
text-decoration: none;
}
#we a:hover {
text-transform: uppercase;
color: #ffafa7;
}
#we #wq {
display: flex;
}
#we #wq .sa {
display: flex;
margin: 1em 0px 0px 3.4em;
}
#we #wq .sa .az {
margin-left: 5.4em;
}
#we .wkk {
position: absolute;
padding: 2em 0px 0px 3em;
}
#we .wkk p {
font-size: 20px;
padding-left: 4px;
margin-left: 9px;
color: #ffb5ad;
font-family: Circular, Helvetica, Arial, sans-serif;
font-weight: 300;
}
#we .wkk p strong {
margin-left: 4px;
color: white;
font-family: Circular, Helvetica, Arial, sans-serif;
font-weight: 300;
}
#we #bc {
margin: 5em 0px 0px 7em;
}
#we #bc button {
margin-top: 4em;
border-radius: 37px;
border-style: none;
height: 3.8em;
width: 8em;
color: white;
background-color: rgb(0, 0, 1);
}
#we #bc button:hover {
outline: solid black;
color: black;
background-color: #d92e28;
}
#we #bcc {
margin-left: 64.2em;
}
#we #btn {
margin-left: 51em;
}
#we #zzc {
margin: -1em 0px 0px 8em;
}
#we #pop {
border-radius: 12px;
padding: 12px 0px 0px 18px;
margin: 0px 0px 0px 7px;
height: 7.8em;
}
#we #ppop {
width: 22em;
margin-top: 1em;
position: fixed;
}
#we #ppop button {
border-color: #ababad;
background-color: #ababad;
border-radius: 100px;
color: aqua;
cursor: no-drop;
}
#we #poi {
position: sticky;
}
#jj marquee {
animation-direction: alternate;
overflow: auto;
overflow-style: marquee, panner;
scroll-margin-top: 9em;
margin-left: 2em;
}
#jj marquee div {
position: relative;
}
#jj marquee #zzx {
border-radius: 14px;
width: 24.9em;
height: 10em;
text-align: center;
margin-left: 14em;
background-color: #ffcdd2;
}
#jj marquee .jm {
border-radius: 14px;
width: 24.9em;
height: 10em;
text-align: center;
margin: 9px 0px 0px 3em;
background-color: aliceblue;
}
#jj marquee #jm {
border-radius: 14px;
width: 24.9em;
height: 10em;
text-align: center;
background-color: rgb(0, 0, 1);
color: white;
margin: 9px 0px 0px 5em;
}
/*# sourceMappingURL=gt.css.map */