forked from antimatter15/surplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsurplus.css
More file actions
48 lines (40 loc) · 776 Bytes
/
Copy pathsurplus.css
File metadata and controls
48 lines (40 loc) · 776 Bytes
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
body {
overflow: hidden !important;
height: 500px !important;
width: 440px !important;
background-color: white !important;
}
#nw-extension {
display: none !important;
}
#gbg, #gbwc {
top: 0 !important;
left: 0 !important;
}
.gbtc {
display: none !important;
}
#gbwc iframe {
position: absolute !important;
top: 22px !important;
left: 0 !important;
background-color: white !important;
z-index: 999999999 !important;
}
.div-footer, center {
display: none !important;
}
#gbx3, #gbx4 {
background-color: white !important;
border: none !important;
}
.surplus_message {
font-size: xx-large;
font-weight: bold;
font-family: arial, sans-serif;
color: #993333;
position: absolute;
z-index: 99999999999;
top: 100px;
left: 20px;
}