forked from zoebogner/Tampermonkey2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanvasBetter.css
42 lines (40 loc) · 941 Bytes
/
canvasBetter.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
.cx-tools-ribbon {
opacity: 0.4;
height: 26px;
width: 200px;
background: #FF0000;
font-family: ‘Roboto’, sans-serif;
font-size: 12px;
font-weight: 700;
color: #FFFF3D;
text-align: center;
text-transform: uppercase;
line-height: 24px;
letter-spacing: 1px;
position: fixed;
top: 35px;
right: -55px;
border: 1px solid white;
z-index: 999;
pointer-events: none;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
#cx_processing {
position: fixed;
top: 115;
right: 55px;
z-index: 999;
}
#cx_processing img {
width: 128px;
}