-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyles.css
More file actions
81 lines (81 loc) · 1.5 KB
/
styles.css
File metadata and controls
81 lines (81 loc) · 1.5 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
#gcextcode {
position: fixed;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -200px;
text-align: left;
width: 400px;
color: black;
text-decoration: none;
display: block;
padding: 20px;
z-index: 10000;
pointer-events: none;
}
#gcextcode:after {
content: '';
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #fff;
box-shadow: 0 5px 20px #00000066;
pointer-events: none;
}
#gcextcode::before {
content: " ";
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #000000;
z-index: -2;
opacity: 0.3;
pointer-events: all;
}
#gcextcode span {
display: inline-block;
position: relative;
margin-bottom: 15px;
font-weight: 200;
pointer-events: none;
}
#gcextcode div {
width: 1%;
height: 20px;
position: relative;
margin: 0 0 20px 0;
z-index: 1;
pointer-events: none;
}
#gcextcode div:before {
content: " ";
position:absolute;
width: 360px;
height: 20px;
background-color: #ece5e5;
z-index: -2;
pointer-events: none;
}
#gcextcode div:after {
content: " ";
position:absolute;
width: 100%;
height: 100%;
background-color: #f19c9c;
position: absolute;
z-index: -1;
pointer-events: none;
}
#gcextcode .btn {
border-radius: 0;
margin-left: auto;
position: relative;
display: block;
right: 0;
pointer-events: all;
}