-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsigmally-mod.css
82 lines (68 loc) · 1.06 KB
/
sigmally-mod.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
/*
* Common
*/
.text-right {
text-align: right;
}
.flex {
display: flex;
}
/*
* Element-Specific
*/
#mod-settings {
background-color: #fff;
padding: 30px;
border-radius: 15px;
width: 350px;
min-height: 300px;
top: 1em;
left: 50%;
margin-left: -175px;
z-index: 99999;
box-shadow: 0 0 15px #000;
position: fixed;
}
#mod-settings input.keybinding {
max-width: 20px;
border: 1px solid #ccc;
padding: 0;
text-align: center;
margin-right: 5px;
}
#mod-settings input[type="radio"] {
margin-right: 5px;
}
#mod-settings input[type="submit"] {
width: 100%;
margin-top: 15px;
}
#mod-settings.hidden {
display: none;
}
#mod-wrap {
background-color:#000;
color:#fff;
min-height: 25px;
opacity: 0.45;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index:99998;
}
#mod-wrap:hover {
opacity: 1;
}
#mod-wrap button {
cursor: pointer;
color: #333;
}
#mod-wrap span.text {
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid #dfdfdf;
}
#text-block,#left_ad_block,#ad_bottom,.ad-block,.ad-block-left,.ad-block-right {
visibility: hidden;
}