-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAL.css
50 lines (40 loc) · 1.17 KB
/
MAL.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
/* MyAnimeList CSS by TheForgotten */
#list-container {
background-color: rgba(33, 33, 33, 0.8) !important;
}
#status-menu, /* watching categories */
#footer-block, /* copyright */
.list-unit .list-status-title, /* current category */
.list-table .list-table-header .header-title, /* table columns names */
.list-stats,
.data {
background-color: rgba(0, 0, 0, 0) !important;
}
.list-unit .list-status-title .text,
.list-unit .list-status-title .stats a,
.header-title,
.list-table .list-table-header .header-title .link,
.list-table .list-table-header .header-title .link.sort,
.list-table .list-table-data .data a,
.status-button,
.list-stats {
color: rgba(250, 250, 250, 1) !important;
}
.all_anime,
.watching,
.onhold,
.dropped {
display: none !important;
}
body {
background-size: cover !important;
background-image: url(https://i.imgur.com/0yYwYJb.jpg) !important;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
color: rgba(250, 250, 250, 1) !important;
}
/* BACKGROUNDS
https://i.imgur.com/C4kmeNi.png - Kaguya-sama x Persona 5 | Looks TERRIBLE on mobile
https://i.imgur.com/0yYwYJb.jpg - Firewatch Purple-ish
*/