-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMod - Synopsis.css
58 lines (56 loc) · 1.62 KB
/
Mod - Synopsis.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
/*-S-T-A-R-T--------------------*\
| Synopsis R0.3 |
\*------------------------------*/
.list-table .list-table-data:hover .data.tags:after {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
background-position: top left;
background-size: contain;
background-repeat: no-repeat;
position: fixed;
color: black;
text-shadow: none !important;
right: 0.5%;
width: 19%;
top: 0px;
font-family: arial !important;
font-size: 12px;
border: black 2px solid;
border-radius: 30px;
padding: 1%;
background-color: white;
}
.list-table .list-table-data .data.tags:after {
position: fixed;
right: -1% !important;
width: 18% !important;
min-height: 300px;
height: auto !important;
top: 0px !important;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
line-height: 14px !important;
font-size: 12px;
text-align: left;
background-color: white;
background-position: bottom left;
background-repeat: no-repeat;
text-shadow: none !important;
color: black;
background-size: contain;
z-index: 1000;
}
.list-unit .list-status-title .text, .list-unit .list-status-title:after {
background-image: url(https://image.myanimelist.net/ui/5LYzTBVoS196gvYvw3zjwMT5jBFHxK8ibEJQ-h8sBH8);
background-position: right bottom;
background-size: 92%;
background-repeat: no-repeat;
position: fixed;
width: 22% !important;
height: 100% !important;
right: 0%;
bottom: 0%;
content: "";
background-color: transparent;
}
/*------------------------E-N-D-*/