forked from aminomancer/uc.css.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
site-subscene.css
50 lines (42 loc) · 1.16 KB
/
site-subscene.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
@-moz-document domain("subscene.com") {
#content {
width: -moz-available !important;
padding-inline: 250px !important;
}
.subtitles td.comment,
.subtitles td.a6 div {
width: -moz-available !important;
}
.subtitles td.comment,
.subtitles td.a6 div {
white-space: normal !important;
}
.subtitles td {
overflow: scroll !important;
white-space: normal !important;
}
.subtitles td.a1 span,
.subtitles td.a5,
.subtitles td.comment,
.subtitles td.a6 div {
overflow: scroll !important;
white-space: normal !important;
}
.content table tbody tr td {
padding-inline: 20px !important;
overflow: scroll !important;
}
.subtitles td:not(.a5) a:hover {
background-color: hsla(0, 0%, 100%, 0.1) !important;
border-radius: 3px !important;
width: -moz-fit-content !important;
padding-inline-end: 6px !important;
}
.subtitles td.a5 a:hover {
text-decoration: underline !important;
}
.subtitles td.a1 span.l {
overflow: hidden !important;
white-space: nowrap !important;
}
}