New
Apr 26, 2021 12:31 AM
#751
Leospars said: I got this code from Shishio and he said I needed to ask you for the sizes. Help would be much appreciated. thanks in advance. Not sure if you still need this, but the sizing would be 64x64 pixels, but since the ::after element is already set, you shouldn't have to worry too much about that. Just set the background-size to "cover" or "100% 100%" and it will do the work. If I'm misunderstanding, let me know. Also, while that code will work fine, it will override the arrow effect on hover. This may be desired, but if not here is an alternative code you can try. This isn't a better code, just different. Feel free to use either. I've also provided an example of Shishio's code with the background-size set to cover. .data.image a[href*="/34572"]:after { content: ""; background-image: url(https://i.imgur.com/vd5lehl.png); background-color: transparent; background-position: center center; background-size: cover; background-repeat: no-repeat; opacity: 1 !important; } .data.image a[href*="/34572"]::after { background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(https://i.imgur.com/vd5lehl.png); background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 1; color: transparent; } .data.image a[href*="/34572"]:hover::after { background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(https://i.imgur.com/vd5lehl.png); color: #fff; } |
Valerio_LyndonApr 26, 2021 12:55 AM
Apr 27, 2021 8:34 AM
#752
Valerio_Lyndon said: Leospars said: I got this code from Shishio and he said I needed to ask you for the sizes. Help would be much appreciated. thanks in advance. Not sure if you still need this, but the sizing would be 64x64 pixels, but since the ::after element is already set, you shouldn't have to worry too much about that. Just set the background-size to "cover" or "100% 100%" and it will do the work. If I'm misunderstanding, let me know. Also, while that code will work fine, it will override the arrow effect on hover. This may be desired, but if not here is an alternative code you can try. This isn't a better code, just different. Feel free to use either. I've also provided an example of Shishio's code with the background-size set to cover. .data.image a[href*="/34572"]:after { content: ""; background-image: url(https://i.imgur.com/vd5lehl.png); background-color: transparent; background-position: center center; background-size: cover; background-repeat: no-repeat; opacity: 1 !important; } .data.image a[href*="/34572"]::after { background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(https://i.imgur.com/vd5lehl.png); background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 1; color: transparent; } .data.image a[href*="/34572"]:hover::after { background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(https://i.imgur.com/vd5lehl.png); color: #fff; } I see thanks. I'll keep the arrow. |
Apr 28, 2021 2:48 AM
#753
burnerfistah said: do you know how I can resize images without losing quality? I noticed that alot of the times when I try to resize a large resolution of a wallpaper (1920*1080), into a smaller resolution (e.x. 720*480), the quality of the image dips and ends up not looking as good as it did in full resolution. Do you know a way to combat this? Usually, if you are using a tool such as Photoshop or Photopea, then you can resize the image and save it as a PNG file. This will maintain as much of the quality as possible. It will still look worse when scaled up, of course, since the smaller resolution means there is less detail, but there won't be any (new) compression artifacts (ones already in the image will still be there). This will, however, produce a rather large file size in comparison to saving as a .JPG. If you're sizing down wallpapers but then using them on large monitors then it's somewhat unavoidable that they will look worse than their high resolution counterparts. If you're doing this to reduce file size but still want the highest quality, it may be better to keep a high resolution but save as a .JPG with your desired amount of compression. If you're using online tools that provide JPG file downloads, they may be compressing the image quite a bit when processing the image. |
May 16, 2021 1:21 PM
#754
Been working on customized versions of Clarity for that other thread, here, been meaning to do it for a couple years: https://myanimelist.net/forum/?topicid=1640096&show=0#msg56466319 These are intended mainly for people who want to change the images on every category and have renders. https://myanimelist.net/animelist/GetNortedsLayout?status=7 I was able to customize it easily for each page with your codes, great work! What's the best way to add customized rows like this with this layout, please? Update: I found a way with Light Clarity so I don't need help with it anymore, but if there's a better way already please let me know, however this seems to work well for light clarity. The last set is in the spoiler below :root { --bg: transparent !important;} .link[href^="/anime/1488/"] ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/CckwsJe.jpg); width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } .link ~ .add-edit-more .more a:after{ background: #fff; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } Saving this finished set here, I want to turn it into a customized row tutorial for most layouts including Clarity https://myanimelist.net/forum/?topicid=1862823 /*------------------------------*\ | List colors (CLARITY LIGHT) | status menu container is the color of the header under the banner when there is transparency on your tables, and the last codes control the rows on hover and the glow around them. Make a new box shadow here https://html-css-js.com/css/generator/box-shadow/ Leave root alone, but you may want to adjust the color for data number's circle and status menu container (the header containing category links) \*------------------------------*/ :root { --bg: transarent !important; } .data.number{ --bg: #ebebeb; } .status-menu-container{ background: #ebebeb; } /*------------------------------*\ FOR CUSTOM ROWS This code sets up the custom rows. \*------------------------------*/ .link ~ .add-edit-more .more a:after{ background: #fff; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } /*------------------------------*\ BACKGROUND ON SELECT ROW (NON HOVER) Individually custom a row. Better for dark layouts. \*------------------------------*/ .list-table .list-table-data .link[href^="/anime/1488/"] ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/oqBCKO9.png); background-position: bottom left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } /*------------------------------*\ BACKGROUND ON SELECT ROW (HOVER) Works well for select row backgrouds on light layouts, since the hover code makes it easy to read when you point to it! \*------------------------------*/ .list-table .list-table-data:hover .link[href^="/anime/1488/"] ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/OerE9eZ.jpg); background-position: bottom left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } /*------------------------------*\ BACKGROUND ON ALL ROWS (NON-HOVER) Won't affect individually customized rows with the above codes. \*------------------------------*/ .list-table .list-table-data .link ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/9naiIb8.jpg); background-position: top left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important;} /*------------------------------*\ BACKGROUND ON ALL ROWS HOVER Won't affect individually customized rows. \*------------------------------*/ .list-table .list-table-data:hover .link ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/apkc9ed.jpg); background-position: top left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important;} /*------------------------------*\ Colors on Row Hover (OPTIONAL) \*------------------------------*/ .list-table .list-table-data:hover .data.number, .list-table .list-table-data:hover a, .list-table .list-table-data:hover{ --bg: black !important; --text: white; --text-h: white; --text-dim: white; --text-dim-h: white; --text-dark: white; --btn-bg: black; } /*------------------------------*\ | List colors (CLARITY DARK) | status menu container is the color of the header under the banner when there is transparency on your tables, and the last codes control the rows on hover and the glow around them. Make a new box shadow here https://html-css-js.com/css/generator/box-shadow/ Leave root alone, but you may want to adjust the color for data number's circle and status menu container (the header containing category links) \*------------------------------*/ :root { --bg: transarent !important; } .data.number{ --bg: #191919; } .status-menu-container{ background: #191919; } /*------------------------------*\ FOR CUSTOM ROWS This code sets up the custom rows. \*------------------------------*/ .link ~ .add-edit-more .more a:after{ background: #fff; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } /*------------------------------*\ BACKGROUND ON SELECT ROW (NON HOVER) Individually custom a row. Better for dark layouts. \*------------------------------*/ .list-table .list-table-data .link[href^="/anime/1488/"] ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/oqBCKO9.png); background-position: bottom left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } /*------------------------------*\ BACKGROUND ON SELECT ROW (HOVER) Works well for select row backgrouds on light layouts, since the hover code makes it easy to read when you point to it! \*------------------------------*/ .list-table .list-table-data:hover .link[href^="/anime/1488/"] ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/OerE9eZ.jpg); background-position: bottom left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important; } /*------------------------------*\ BACKGROUND ON ALL ROWS (NON-HOVER) Won't affect individually customized rows with the above codes. \*------------------------------*/ .list-table .list-table-data .link ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/9naiIb8.jpg); background-position: top left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important;} /*------------------------------*\ BACKGROUND ON ALL ROWS HOVER Won't affect individually customized rows. \*------------------------------*/ .list-table .list-table-data:hover .link ~ .add-edit-more .more a:after { background-image: url(https://i.imgur.com/apkc9ed.jpg); background-position: top left; width: 1060px !important; height: 72px !important; position: absolute !important; content: ""; top: -46px !important; left: -113px !important; display: block !important; z-index: -1 !important;} /*------------------------------*\ Colors on Row Hover (OPTIONAL) \*------------------------------*/ .list-table .list-table-data:hover .data.number, .list-table .list-table-data:hover a, .list-table .list-table-data:hover{ --bg: black !important; --text: white; --text-h: white; --text-dim: white; --text-dim-h: white; --text-dark: white; --btn-bg: black; } /*------------------------------*\ GLOWING ROWS ON HOVER Make a new box shadow here https://html-css-js.com/css/generator/box-shadow/ \*------------------------------*/ .list-table-data:hover{ box-shadow: 1px 1px 15px 9px #FF0000; } /*------------------------------*\ SELECT ANIME GLOWING ROW Make a new box shadow here https://html-css-js.com/css/generator/box-shadow/ \*------------------------------*/ .data.title a[href*="/1488"]:after { content: ""; background-color:transparent; opacity: 1; position:absolute; display: block; width: 1060px; height: 72px; margin-left: -80px; margin-top: -60px; box-shadow: 1px 1px 15px 9px gold; } |
Shishio-kunMay 17, 2021 7:42 PM
May 17, 2021 10:09 PM
#755
Shishio-kun said: What's the best way to add customized rows like this with this layout, please? Update: I found a way with Light Clarity so I don't need help with it anymore, but if there's a better way already please let me know, however this seems to work well for light clarity. The last set is in the spoiler below I think in the past I did it for one user using .data.title a::before, but add-edit-more is a lot more convenient for the vanilla Clarity code (this user had a lot of modifications). Other than removing duplicate properties, that looks pretty much exactly how I'd do it. :) |
May 18, 2021 7:24 AM
#756
Valerio_Lyndon said: Shishio-kun said: What's the best way to add customized rows like this with this layout, please? Update: I found a way with Light Clarity so I don't need help with it anymore, but if there's a better way already please let me know, however this seems to work well for light clarity. The last set is in the spoiler below I think in the past I did it for one user using .data.title a::before, but add-edit-more is a lot more convenient for the vanilla Clarity code (this user had a lot of modifications). Other than removing duplicate properties, that looks pretty much exactly how I'd do it. :) Excellent! I also want to do a Clarity newsletter in the future with the new features for it since its debut. |
Shishio-kunMay 21, 2021 11:14 AM
May 18, 2021 3:02 PM
#757
May 20, 2021 7:56 AM
#758
Hey @Valerio_Lyndon thanks again for your help before. Is it possible to move around specific tags on a page, more specifically all the genre tags to horizontal tags . I tried using the href specification with the horizantal tags cde like i did for plan to watcch [status"=:6]/*All tags on MAL*/ .data.tags span a[href*="=TV"],.data.tags span a[href*="=Movie"],.data.tags span a[href*="=OVA"],.data.tags span a[href*="=ONA"],.data.tags span a[href*="=Music"],.data.tags span a[href*="=Special"],.data.tags span a[href*="=Favourite"],.data.tags span a[href*="=Conspiracy"],.data.tags span a[href*="=Military"],.data.tags span a[href*="=Masterpiece"],.data.tags span a[href*="=Action"],.data.tags span a[href*="=Adventure"],.data.tags span a[href*="=Cars"],.data.tags span a[href*="=Comedy"],.data.tags span a[href*="=Dementia"],.data.tags span a[href*="=Demons"],.data.tags span a[href*="=Drama"],.data.tags span a[href*="=Ecchi"],.data.tags span a[href*="=Fantasy"],.data.tags span a[href*="=Game"],.data.tags span a[href*="=Harem"],.data.tags span a[href*="=Hentai"],.data.tags span a[href*="=Historical"],.data.tags span a[href*="=Horror"],.data.tags span a[href*="=Josei"],.data.tags span a[href*="=Kids"],.data.tags span a[href*="=Magic"],.data.tags span a[href*="=Martial"],.data.tags span a[href*="=Arts"],.data.tags span a[href*="=Mecha"],.data.tags span a[href*="=Military"],.data.tags span a[href*="=Music"],.data.tags span a[href*="=Mystery"],.data.tags span a[href*="=Parody"],.data.tags span a[href*="=Psychological"],.data.tags span a[href*="=Romance"],.data.tags span a[href*="=Samurai"],.data.tags span a[href*="=School"],.data.tags span a[href*="=Sci-Fi"],.data.tags span a[href*="=Seinen"],.data.tags span a[href*="=Shoujo"],.data.tags span a[href*="=Shoujo%20Ai"],.data.tags span a[href*="=Shounen"],.data.tags span a[href*="=Shounen%20Ai"],.data.tags span a[href*="=Slice%20of%20Life"],.data.tags span a[href*="=Space"],.data.tags span a[href*="=Sports"],.data.tags span a[href*="=Super%20Power"],.data.tags span a[href*="=Supernatural"],.data.tags span a[href*="=Thriller"],.data.tags span a[href*="=Vampire"],.data.tags span a[href*="=Yaoi"],.data.tags span a[href*="=Yuri"] But it only worked for some parts. Despite using !important and placing at the bottom of the page some were crossed out when I checked google inspect. Also, can I get to change the preview image border and list-table .list-table-data .data.status based on the tag Favourite and curve the data.status symbol for all rows. and what's the name for the anime title on hover can't seem to find it for this here. .list-table .list-table-data .data.title:hover wasn't working not sure why maybe i type it in wrong. /* TAGS ON HOVER*/ :root{ --tagsopac: 1; --tagsopac-h: 1; } .list-table .list-table-data .data.tags{ opacity: var(--tagsopac); /* animation */ z-index: 3;} .list-table .list-table-data .data.type:hover ~ .data.tags,.list-table .list-table-data .data.image:hover ~ .data.tags,.list-table .list-table-data:hover .data.tags span:after, .list-table .list-table-data .data.tags:hover {opacity: var(--tagsopac-h); padding:5px; transition: opacity .3s linear, margin-bottom .5s ease, transform 1s ease-in-out;} /* TAGS ON HOVER - PTW*/ [data-query*='status":6']{ --tagsopac: 0 } /*------------------------E-N-D-*/ |
LeosparsMay 21, 2021 5:08 AM
May 21, 2021 11:14 AM
#759
https://myanimelist.net/forum/?topicid=1924490#msg63218881 Did you know there's a way to get the headers working in all browsers? I didn't see it in the OP edit: I've been told just now you provided the fix before, but maybe its not in the OP? D: |
Shishio-kunMay 21, 2021 11:43 AM
May 23, 2021 2:44 AM
#760
Shishio-kun said: https://myanimelist.net/forum/?topicid=1924490#msg63218881 Did you know there's a way to get the headers working in all browsers? I didn't see it in the OP edit: I've been told just now you provided the fix before, but maybe its not in the OP? D: I've got it in the notice but I've been too lazy and/or busy (depends on the week) to change the original instructions. Should probably do that tomorrow (today? whatever). Valerio_Lyndon said: Follow these steps:
Follow these steps:
The above fix will break headers on your mangalist. If you need headers for your mangalist, you will have to split your anime/mangalist over two themes; You can use identical code except for the separate header import (and cover image import if using that too). Once you have a second style setup for your mangalist, simply change the "list=anime" text we added to "list=manga". |
May 23, 2021 10:46 AM
#761
Valerio_Lyndon said: Shishio-kun said: https://myanimelist.net/forum/?topicid=1924490#msg63218881 Did you know there's a way to get the headers working in all browsers? I didn't see it in the OP edit: I've been told just now you provided the fix before, but maybe its not in the OP? D: I've got it in the notice but I've been too lazy and/or busy (depends on the week) to change the original instructions. Should probably do that tomorrow (today? whatever). Valerio_Lyndon said: Follow these steps:
Follow these steps:
The above fix will break headers on your mangalist. If you need headers for your mangalist, you will have to split your anime/mangalist over two themes; You can use identical code except for the separate header import (and cover image import if using that too). Once you have a second style setup for your mangalist, simply change the "list=anime" text we added to "list=manga". Oops I overlooked that notice since I figured it was for covers only :/ I won't make that mistake again |
Shishio-kunMay 23, 2021 12:51 PM
May 23, 2021 1:31 PM
#762
Hey, I was wondering if it is possible to keep the banner from moving up when srolling down my list? |
May 23, 2021 9:12 PM
#763
Leospars said: Hey @Valerio_Lyndon thanks again for your help before. Is it possible to move around specific tags on a page, more specifically all the genre tags to horizontal tags . Not with full functionality. The only way to get truly horizontal tags is to use the horizontal tags mod. You can move them without, but only to specific spots. So they will kind of "float" in the open if you position them so they don't overlap. Example: Code used in example .data.tags span a[href*="=Comedy"] { Position: absolute; left: 80px; bottom: -2px; } .data.tags span a[href*="=Romance"] { Position: absolute; left: 135px; bottom: -2px; } .data.tags span a[href*="=Ecchi"] { Position: absolute; left: 200px; bottom: -2px; } .data.tags span a[href*="=Adventure"] { Position: absolute; left: 240px; bottom: -2px; } The only way to have properly aligned horizontal tag generes while also having a review/comment section would be to use your tags for the genres and use CSS to add in a text review section separately. Leospars said: I tried using the href specification with the horizantal tags cde like i did for plan to watcch [status"=:6] /*All tags on MAL*/ .data.tags span a[href*="=TV"],.data.tags span a[href*="=Movie"],.data.tags span a[href*="=OVA"],.data.tags span a[href*="=ONA"],.data.tags span a[href*="=Music"],.data.tags span a[href*="=Special"],.data.tags span a[href*="=Favourite"],.data.tags span a[href*="=Conspiracy"],.data.tags span a[href*="=Military"],.data.tags span a[href*="=Masterpiece"],.data.tags span a[href*="=Action"],.data.tags span a[href*="=Adventure"],.data.tags span a[href*="=Cars"],.data.tags span a[href*="=Comedy"],.data.tags span a[href*="=Dementia"],.data.tags span a[href*="=Demons"],.data.tags span a[href*="=Drama"],.data.tags span a[href*="=Ecchi"],.data.tags span a[href*="=Fantasy"],.data.tags span a[href*="=Game"],.data.tags span a[href*="=Harem"],.data.tags span a[href*="=Hentai"],.data.tags span a[href*="=Historical"],.data.tags span a[href*="=Horror"],.data.tags span a[href*="=Josei"],.data.tags span a[href*="=Kids"],.data.tags span a[href*="=Magic"],.data.tags span a[href*="=Martial"],.data.tags span a[href*="=Arts"],.data.tags span a[href*="=Mecha"],.data.tags span a[href*="=Military"],.data.tags span a[href*="=Music"],.data.tags span a[href*="=Mystery"],.data.tags span a[href*="=Parody"],.data.tags span a[href*="=Psychological"],.data.tags span a[href*="=Romance"],.data.tags span a[href*="=Samurai"],.data.tags span a[href*="=School"],.data.tags span a[href*="=Sci-Fi"],.data.tags span a[href*="=Seinen"],.data.tags span a[href*="=Shoujo"],.data.tags span a[href*="=Shoujo%20Ai"],.data.tags span a[href*="=Shounen"],.data.tags span a[href*="=Shounen%20Ai"],.data.tags span a[href*="=Slice%20of%20Life"],.data.tags span a[href*="=Space"],.data.tags span a[href*="=Sports"],.data.tags span a[href*="=Super%20Power"],.data.tags span a[href*="=Supernatural"],.data.tags span a[href*="=Thriller"],.data.tags span a[href*="=Vampire"],.data.tags span a[href*="=Yaoi"],.data.tags span a[href*="=Yuri"] But it only worked for some parts. Despite using !important and placing at the bottom of the page some were crossed out when I checked google inspect. Depending on what property you were trying to apply, it's possible there was another selector with higher priority (which is achieved through more specificity, basically just longer selectors). When I look in your code I'm not immediately seeing anything getting overwritten, so you'll have to show me what's actually going wrong and what's supposed to be happening. Leospars said: [can i] curve the data.status symbol for all rows. Curve as in round off the edges? Something like this? #list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } #list-container .data.status { width: 18px !important; background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; border-radius: 20px 0 0 20px; pointer-events: none; } #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } Leospars said: Also, can I get to change the preview image border and list-table .list-table-data .data.status based on the tag Favourite The image border won't be possible. This is because CSS works top to bottom, never going backwards, and tags are found later in the code than the image. They're also found later in the code than the status, but you could probably fake the status with an additional ::before element, for instance: .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: #ff1cae; transform: none; /* overwrite some horizontal tag code */ } .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none; /* overwrite some horizontal tag code */ } Leospars said: what's the name for the anime title on hover can't seem to find it for this here. .list-table .list-table-data .data.title:hover wasn't working not sure why maybe i type it in wrong. /* TAGS ON HOVER*/ :root{ --tagsopac: 1; --tagsopac-h: 1; } .list-table .list-table-data .data.tags{ opacity: var(--tagsopac); /* animation */ z-index: 3;} .list-table .list-table-data .data.type:hover ~ .data.tags,.list-table .list-table-data .data.image:hover ~ .data.tags,.list-table .list-table-data:hover .data.tags span:after, .list-table .list-table-data .data.tags:hover {opacity: var(--tagsopac-h); padding:5px; transition: opacity .3s linear, margin-bottom .5s ease, transform 1s ease-in-out;} /* TAGS ON HOVER - PTW*/ [data-query*='status":6']{ --tagsopac: 0 } /*------------------------E-N-D-*/ The title itself is either of: .data.title .link.sort .list-table .list-table-data .data.title .link The ".list-table .list-table-data .data.title:hover" you have is selecting the entire title section, which includes the add-edit-more buttons, rewatching text, etcetera, which may or may not be what you want. You can see how the .data.title contains the .link.sort in the HTML editor (AKA inspect element). What's your desired result with this code? |
May 23, 2021 9:33 PM
#764
JustJasper said: Hey, I was wondering if it is possible to keep the banner from moving up when srolling down my list? As in the entire thing, buttons and all? Give this a go. Add to the bottom of your CSS. /* Static header */ .header { position: fixed; top: 0; left: calc(50% - 530px); } .list-menu-float { position: fixed; top: 318px; left: calc(50% - 530px); } #status-menu { position: fixed; top: 318px; } .fixed .status-menu { padding: 0 0 0 173px; } .fixed .status-menu::after { top: -51px; width: 150px; height: 150px; box-shadow: 0 1px 2px var(--shadow); } .cover-block { position: fixed; top: 0; } .list-unit .list-status-title .stats { position: fixed; z-index: 1; top: 392px; right: calc(50% - 498px) !important; } .list-table > tbody:first-of-type { position: fixed; left: initial; top: 390px; right: calc(50% - 532px) !important; margin-top: 0; } #list-container { padding-top: 382px; } |
May 24, 2021 1:45 AM
#765
Valerio_Lyndon said: Sorry about that I just noticed I didn't have any space between the "!important", since I used Note and used Find & Replace ";" with "!important;" resulted in Depending on what property you were trying to apply, it's possible there was another selector with higher priority (which is achieved through more specificity, basically just longer selectors). When I look in your code I'm not immediately seeing anything getting overwritten, so you'll have to show me what's actually going wrong and what's supposed to be happening. { position:absolute!important;left:0!important;top:0!important;display:flex !important;width:0!important;height:100%!important;padding:0!important;align-items:flex-end!important;} Valerio_Lyndon said: Leospars said: [can i] curve the data.status symbol for all rows. Curve as in round off the edges? Something like this? #list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } #list-container .data.status { width: 18px !important; background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; border-radius: 20px 0 0 20px; pointer-events: none; } #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } Yeah that's it. Thanks alot. Thanks for the comments too. Could I get the row background to curve as well. The box area behind it used for row tint. Valerio_Lyndon said: Leospars said: Also, can I get to change the preview image border and list-table .list-table-data .data.status based on the tag Favourite The image border won't be possible. This is because CSS works top to bottom, never going backwards, and tags are found later in the code than the image. They're also found later in the code than the status, but you could probably fake the status with an additional ::before element, for instance: .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: #ff1cae; transform: none; /* overwrite some horizontal tag code */ } .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none; /* overwrite some horizontal tag code */ } I tried this but it didn't come out right. #list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } /*FAVOURITE TAGS HOVER IMAGE BORDER*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: #ff1cae; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ /*FAVOURITE TAGS .DATA.STATUS*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ Valerio_Lyndon said: Yh I tried those before too but they didn't seem to work. My aim was for genre tags, on my plan to watch list, which I got from MyAnimeList (MAL) Tags Updater to show whenever the cursor hovers over the anime title. I later on decided that at times I may want to switch between that and showing all the genre tags and only showing them on hover using a button of some sort but I think thats likely not possible without a stylus or something from greasy forks. Is it possible?Leospars said: what's the name for the anime title on hover can't seem to find it for this here. .list-table .list-table-data .data.title:hover wasn't working not sure why maybe i type it in wrong. /* TAGS ON HOVER*/ :root{ --tagsopac: 1; --tagsopac-h: 1; } .list-table .list-table-data .data.tags{ opacity: var(--tagsopac); /* animation */ z-index: 3;} .list-table .list-table-data .data.type:hover ~ .data.tags,.list-table .list-table-data .data.image:hover ~ .data.tags,.list-table .list-table-data:hover .data.tags span:after, .list-table .list-table-data .data.tags:hover {opacity: var(--tagsopac-h); padding:5px; transition: opacity .3s linear, margin-bottom .5s ease, transform 1s ease-in-out;} /* TAGS ON HOVER - PTW*/ [data-query*='status":6']{ --tagsopac: 0 } /*------------------------E-N-D-*/ Valerio_Lyndon said: The title itself is either of: .data.title .link.sort .list-table .list-table-data .data.title .link The ".list-table .list-table-data .data.title:hover" you have is selecting the entire title section, which includes the add-edit-more buttons, rewatching text, etcetera, which may or may not be what you want. You can see how the .data.title contains the .link.sort in the HTML editor (AKA inspect element). What's your desired result with this code? |
LeosparsMay 24, 2021 10:04 AM
May 24, 2021 6:27 AM
#766
Valerio_Lyndon said: JustJasper said: Hey, I was wondering if it is possible to keep the banner from moving up when srolling down my list? As in the entire thing, buttons and all? Give this a go. Add to the bottom of your CSS. /* Static header */ .header { position: fixed; top: 0; left: calc(50% - 530px); } .list-menu-float { position: fixed; top: 318px; left: calc(50% - 530px); } #status-menu { position: fixed; top: 318px; } .fixed .status-menu { padding: 0 0 0 173px; } .fixed .status-menu::after { top: -51px; width: 150px; height: 150px; box-shadow: 0 1px 2px var(--shadow); } .cover-block { position: fixed; top: 0; } .list-unit .list-status-title .stats { position: fixed; z-index: 1; top: 392px; right: calc(50% - 498px) !important; } .list-table > tbody:first-of-type { position: fixed; left: initial; top: 390px; right: calc(50% - 532px) !important; margin-top: 0; } #list-container { padding-top: 382px; } Thanks! Seems to work fine, no problems so far. |
May 25, 2021 6:00 AM
#767
I just finished one of my currently watching anime but now one of my completed anime is under ''currently watching'' in the All Anime tab. Got any idea how to fix this? |
May 25, 2021 9:39 AM
#768
JustJasper said: I just finished one of my currently watching anime but now one of my completed anime is under ''currently watching'' in the All Anime tab. Got any idea how to fix this? Doesn't it take time to update? I think I read this before once |
May 25, 2021 10:12 AM
#769
Shishio-kun said: JustJasper said: I just finished one of my currently watching anime but now one of my completed anime is under ''currently watching'' in the All Anime tab. Got any idea how to fix this? Doesn't it take time to update? I think I read this before once I think you're right, it's fine now. I had no patience :) Still weird it moved the first one in completed, and not the anime I just finished. |
May 26, 2021 3:09 AM
#770
Leospars said: Sorry about that I just noticed I didn't have any space between the "!important", since I used Note and used Find & Replace ";" with "!important;" resulted in { position:absolute!important;left:0!important;top:0!important;display:flex !important;width:0!important;height:100%!important;padding:0!important;align-items:flex-end!important;} Ah, I see. Well, good that it is no longer an issue. Leospars said: Yeah that's it. Thanks alot. Thanks for the comments too. Could I get the row background to curve as well. https://i.imgur.com/j2DPKxv.png?1 The box area behind it used for row tint. We can do that with another border-radius code. .list-item { border-radius: 20px; } Leospars said: I tried this but it didn't come out right.https://i.imgur.com/si4C9d7.png?1 #list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } /*FAVOURITE TAGS HOVER IMAGE BORDER*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: #ff1cae; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ /*FAVOURITE TAGS .DATA.STATUS*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ Ah, most of this is due to using both codes at once. They were meant as alternate options, not addons for each other, but I didn't specify this. The positioning is a separate issue that can be solved by using !important on the transform property. So what I recommend doing is overwriting this code you currently have: /*FAVOURITE TAGS HOVER IMAGE BORDER*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: #ff1cae; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ /*FAVOURITE TAGS .DATA.STATUS*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ With this new code, which has the transform change and the duplicate code taken out: /*FAVOURITE TAGS .DATA.STATUS*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none !important; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ Leospars said: Yh I tried those before too but they didn't seem to work. My aim was for genre tags, on my plan to watch list, which I got from MyAnimeList (MAL) Tags Updater to show whenever the cursor hovers over the anime title. I later on decided that at times I may want to switch between that and showing all the genre tags and only showing them on hover using a button of some sort but I think thats likely not possible without a stylus or something from greasy forks. Is it possible? Activating the tags on hover of the .data.title section is possible, but not specifically the title. Example below. The main problem with this code is that the .data.title section is actually quite large and extends far beyond the actual title of the anime. I counter-acted most of this with some pointer-events trickery. .data.title:hover ~ .tags { opacity: var(--tagsopac-h); } /* Remove mouse interaction for everything *except* links to prevent the empty space triggering the hover effect */ .data.title { pointer-events: none; } .data.title a { pointer-events: auto; } Adding a new button with click functionality isn't possible, but having a button element on hover should be totally possible. My first thought would be to enable a list column you don't intend to use and then style that to look like a button. It could be selected similarly to the .data.title example above. |
Valerio_LyndonMay 26, 2021 3:13 AM
May 26, 2021 8:55 AM
#771
Adding transparency to the background of my list is giving me a bit of trouble. The list rows seem to be split in half vertically, such that while the bottom half of each row (below the title) becomes transparent as intended, the top half (above the title) remains fully opaque. How can I correct this? |
May 26, 2021 10:37 PM
#772
SkiCitrusSoda said: Adding transparency to the background of my list is giving me a bit of trouble. The list rows seem to be split in half vertically, such that while the bottom half of each row (below the title) becomes transparent as intended, the top half (above the title) remains fully opaque. How can I correct this? It's an artifact of how the rounded category header mod was made, it's usually not an issue. The easiest way to fix it is to use the transparent list row code from the original forum post: /*-S-T-A-R-T--------------------*\ | Transparent List Rows | \*------------------------------*/ :root { /* Change colour here */ --row-tint: var(--bg); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /*------------------------E-N-D-*/ It can also be fixed by modifying the rounded category header mod, but that is a lot more involved so I figured I'd keep it easy. I'll look into removing this artifact in a new version of that mod though. |
May 26, 2021 11:02 PM
#773
Valerio_Lyndon said: Ah, most of this is due to using both codes at once. They were meant as alternate options, not addons for each other, but I didn't specify this. The positioning is a separate issue that can be solved by using !important on the transform property. So what I recommend doing is overwriting this code you currently have: /*FAVOURITE TAGS HOVER IMAGE BORDER*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: #ff1cae; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ /*FAVOURITE TAGS .DATA.STATUS*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ With this new code, which has the transform change and the duplicate code taken out: /*FAVOURITE TAGS .DATA.STATUS*/ .data.tags span a[href*="=Favourite"] { position: static; } .data.tags span a[href*="=Favourite"]::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 18px; border-left: 2px solid #ff1cae; border-radius: 20px 0 0 20px; transform: none !important; /* overwrite some horizontal tag code */ } /*------------------------E-N-D-*/ Valerio_Lyndon said: Activating the tags on hover of the .data.title section is possible, but not specifically the title. Example below. The main problem with this code is that the .data.title section is actually quite large and extends far beyond the actual title of the anime. I counter-acted most of this with some pointer-events trickery. .data.title:hover ~ .tags { opacity: var(--tagsopac-h); } /* Remove mouse interaction for everything *except* links to prevent the empty space triggering the hover effect */ .data.title { pointer-events: none; } .data.title a { pointer-events: auto; } Thanks I see now. Nice. Valerio_Lyndon said: Adding a new button with click functionality isn't possible, but having a button element on hover should be totally possible. My first thought would be to enable a list column you don't intend to use and then style that to look like a button. It could be selected similarly to the .data.title example above. Cool I think I'll try this. Though one of the hover/click that I'd want is for all tags to show but I don't think or at least I'm not sure if that possible for hover on a child/cousin element to affect the larger element ".list.table", because CSS doesn't work back and forth, only down. I don't know that much about CSS but is it possible? |
LeosparsMay 26, 2021 11:11 PM
May 27, 2021 12:04 AM
#774
Leospars said: I see what you mean. You are correct, affecting the other list rows in that way would, unfortunately, be impossible. The only way would be to create a script (like the ones found on greasyfork).Cool I think I'll try this. Though one of the hover/click that I'd want is for all tags to show but I don't think or at least I'm not sure if that possible for hover on a child/cousin element to affect the larger element ".list.table", because CSS doesn't work back and forth, only down. I don't know that much about CSS but is it possible? |
May 27, 2021 5:51 AM
#775
Valerio_Lyndon said: SkiCitrusSoda said: Adding transparency to the background of my list is giving me a bit of trouble. The list rows seem to be split in half vertically, such that while the bottom half of each row (below the title) becomes transparent as intended, the top half (above the title) remains fully opaque. How can I correct this? It's an artifact of how the rounded category header mod was made, it's usually not an issue. The easiest way to fix it is to use the transparent list row code from the original forum post: /*-S-T-A-R-T--------------------*\ | Transparent List Rows | \*------------------------------*/ :root { /* Change colour here */ --row-tint: var(--bg); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /*------------------------E-N-D-*/ It can also be fixed by modifying the rounded category header mod, but that is a lot more involved so I figured I'd keep it easy. I'll look into removing this artifact in a new version of that mod though. That did the trick! Thank you! |
May 28, 2021 2:37 AM
#776
Is there a way to apply some kind of effect to the banner background? Let's say a sort of glitch effect. |
🌺 Anime List 🌺 🌺 Cards Collection 🌺 |
May 28, 2021 2:41 AM
#777
Leguch said: Is there a way to apply some kind of effect to the banner background? Let's say a sort of glitch effect. I don't think there would be a good way with pure CSS, but you could definitely use a GIF image if you find/create one with the effect you want. There are ways to layer multiple images if the GIF has transparency, or the effect could be combined with your regular banner to create a new GIF by using an image editor. |
May 28, 2021 2:50 AM
#778
Valerio_Lyndon said: Leguch said: Is there a way to apply some kind of effect to the banner background? Let's say a sort of glitch effect. I don't think there would be a good way with pure CSS, but you could definitely use a GIF image if you find/create one with the effect you want. There are ways to layer multiple images if the GIF has transparency, or the effect could be combined with your regular banner to create a new GIF by using an image editor. I see, I'll try that! |
🌺 Anime List 🌺 🌺 Cards Collection 🌺 |
May 28, 2021 7:01 AM
#779
Valerio_Lyndon said: SkiCitrusSoda said: Adding transparency to the background of my list is giving me a bit of trouble. The list rows seem to be split in half vertically, such that while the bottom half of each row (below the title) becomes transparent as intended, the top half (above the title) remains fully opaque. How can I correct this? It's an artifact of how the rounded category header mod was made, it's usually not an issue. The easiest way to fix it is to use the transparent list row code from the original forum post: /*-S-T-A-R-T--------------------*\ | Transparent List Rows | \*------------------------------*/ :root { /* Change colour here */ --row-tint: var(--bg); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /*------------------------E-N-D-*/ It can also be fixed by modifying the rounded category header mod, but that is a lot more involved so I figured I'd keep it easy. I'll look into removing this artifact in a new version of that mod though. I have the same problem, but how do I change the color/level of transparency of the rows with this code? |
May 28, 2021 10:53 AM
#780
I wonder if I can create advanced layered user/character name intro animations like this with Clarity's banner? 🤔Would probably take all the available selectors 😀 Will be looking into it later 😎 |
May 30, 2021 1:18 AM
#781
Shishio-kun said: I wonder if I can create advanced layered user/character name intro animations like this with Clarity's banner? 🤔Would probably take all the available selectors 😀 Will be looking into it later 😎 Should be totally possible! IIRC there are at least a few selectors open to use, or you could layer background-images on the same element. |
May 30, 2021 1:18 AM
#782
Will reply to JustJasper tomorrow since I need to write up a fix for the category mod. |
May 30, 2021 8:12 AM
#783
Valerio_Lyndon said: Will reply to JustJasper tomorrow since I need to write up a fix for the category mod. No worries, take your time :) |
May 30, 2021 10:04 PM
#784
JustJasper said: Valerio_Lyndon said: It's an artifact of how the rounded category header mod was made, it's usually not an issue. The easiest way to fix it is to use the transparent list row code from the original forum post: /*-S-T-A-R-T--------------------*\ | Transparent List Rows | \*------------------------------*/ :root { /* Change colour here */ --row-tint: var(--bg); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /*------------------------E-N-D-*/ It can also be fixed by modifying the rounded category header mod, but that is a lot more involved so I figured I'd keep it easy. I'll look into removing this artifact in a new version of that mod though. I have the same problem, but how do I change the color/level of transparency of the rows with this code? I see you may have already figured this out but, after the "--row-tint:" text, you can change the "var(--bg)" to any colour code. Example: /*-S-T-A-R-T--------------------*\ | Transparent List Rows | \*------------------------------*/ :root { /* Change colour here */ --row-tint: rgba(0, 0, 0, 0.5) ; } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /*------------------------E-N-D-*/ That said, you don't seem to have a background image set so it will probably still be an issue. The list row code relies on having a background image, and without one it will be the same as before. To fully fix it, you can try this alternate category header code. Unfortunately it does slightly change the style, but this is unavoidable. You can see the difference here: Find this line at the top of your CSS: @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index) .status:before{content:'$content'}&user=JustJasper&list=anime"; And replace it with this new one: @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index) .status:before{content:'$content'}[data-query*='status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index) .status:after{content:''}&user=JustJasper&list=anime"; Then, find the current category header code further down, on line ~2447: /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:40px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:3px 0 0 3px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ And replace it with this new code: /*-S-T-A-R-T--------------------*\ | Category Headers (Round) Custom| \*------------------------------*/ [data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2) { margin-top: 58px; } .list-item .status:before, .list-item .status:after { position: absolute; top: -40px; left: 0; display: block; width: 1059px; height: 31px; background: var(--bg); border-width: 1px 0 0 1px; border-style: solid; border-color: var(--text-head); border-radius: 16px 16px 0 0; color: var(--text-head); font: 20px/31px Oswald; letter-spacing: 3px; text-indent: -0.5px; text-transform: uppercase; pointer-events: none; } .list-item .status:after { top: -154px; bottom: -40px; width: 1060px; height: 32px; border-width: 0; border-radius: 0 0 16px 16px; } .list-item .watching:before, .list-item .reading:before, .list-item .watching:after, .list-item .reading:after { border-color: var(--watching); } .list-item .completed:before, .list-item .completed:after { border-color: var(--completed); } .list-item .onhold:before, .list-item .onhold:after { border-color: var(--onhold); } .list-item .dropped:before, .list-item .dropped:after { border-color: var(--dropped); } .list-item .plantowatch:before, .list-item .plantoread:before, .list-item .plantowatch:after, .list-item .plantoread:after { border-color: var(--plantowatch); } /*------------------------E-N-D-*/ |
Jun 5, 2021 9:37 AM
#785
mistersunday said: Valerio_Lyndon said: mistersunday said: Awesome thank you! It looks like this worked, the only issue still left is the spacing, the headers appear as they used to but the spacing for all the headers (other than the Currently Watching one) is off. This is what I mean: Thanks again for your help!! Did it have it before? You need to add a CSS template to the header tool which will add some spacing to each entry. Here's an example of a template that will add some padding: [data-query*='status\":7'] .list-item:nth-child($index) .data.status:before{content:\"$content\"}[data-query*='status\":7'] .list-item:nth-child($index){margin-top: 82px;} And here is it applied to the malcat import which you can use to overwrite the current one. @\import "https://malcat-gen.appspot.com/headers?user=mistersunday&list=anime&template=[data-query*='status\":7'] .list-item:nth-child($index) .data.status:before{content:\"$content\"}[data-query*='status\":7'] .list-item:nth-child($index){margin-top: 82px;}"; For more tweaking, you can read what documentation there is on the tool in the original thread. I was missing that second part of the code, thank you so much! Hey hey, thanks again for your help last time. It looks like I'm having the same issue again where the headers just randomly disappeared the same way they did last time. I checked another browser to make sure it wasn't my Google Chrome but they're gone on Safari too. I made sure I had the relevant code for my list which hasn't changed from the last revisions made on this thread: @\import "https://malcat-gen.appspot.com/headers?user=mistersunday&list=anime&template=[data-query*='status\":7'] .list-item:nth-child($index) .data.status:before{content:\"$content\"}[data-query*='status\":7'] .list-item:nth-child($index){margin-top: 100px;}"; [data-query*='status\":7'] .list-item:nth-child($index) .data.status:before{content:\"$content\"}[data-query*='status\":7'] .list-item:nth-child($index){margin-top: 82px;} Is there something I can do to avoid this in the future? Or am I missing something in my code |
Jun 5, 2021 10:50 AM
#786
Okay I just checked my list and I see that the headers have reappeared so discard my last post! not sure what's been triggering this though |
Jun 5, 2021 3:57 PM
#787
Hi, you have helped me before in the past with making changes to my css and it was usually something small. Could I have some help with making this into a grid style. I love the clarity layout and do not want to have to fight customizing a different css layout just to add what I already have in my current one. I tried looking at other css layouts and I was struggling to customize them (partially because I've been using clarity for a long time) and kept giving up because I couldn't add some features. If this is too much, I can deal without having it in grid style. Thank you for reading my request. @\import "https://fonts.googleapis.com/css?family=Oswald"; @\import "https://malscraper.azurewebsites.net/covers/anime/Paper2017/presets/dataimagelinkbefore"; @\import "https://malscraper.azurewebsites.net/covers/manga/Paper2017/presets/dataimagelinkbefore"; /* BANNER BACKGROUND To change background images: Delete what's in the parenthesis. Upload the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save. */ :root { --banner: url(https://imgur.com/SQK3qLs.jpg)!important;} /* BANNER TEXT*/ :root { --name: url(https://imgur.com/hsfQZdO.png) !Important; --namestart:70px; --nameend:125px; --namescale:.75; } /* BANNER AVATAR (Profile Spot) */ :root { --avatar: url(https://imgur.com/6Ma5r6g.png) !important; } /* BANNER CHARACTER (Character On BANNER)*/ :root { --character: url() !important; } /* WALLPAPER stuff. Based on Layers*/ :root { --wallpaper: var(--wallpaper1) ,var(--wallpaper2),var(--wallpaper3),var(--wallpaper4),var(--wallpaper5),var(--wallpaper-color) !important; /*Wallpaper Layers. 1 is first layer, 2 is second layer etc.*/ --wallpaper1:url(https://imgur.com/Vd23sGI.gif)fixed left / 110%;/*rain/needs .gif to work*/ --wallpaper2:url(https://imgur.com/sJRbr5q.png)no-repeat fixed bottom /100%; --wallpaper3:url()fixed right / 69.2%; --wallpaper4:url()no-repeat fixed 100% 60%/150px; --wallpaper5:url()no-repeat fixed center / 100%; --wallpaper-color:rgb(0,35,140,1); } /*rgb(0,35,100,1)*/ /* LEFT CHARACTER BY LIST */ footer:before { background-image: url(https://imgur.com/YxjHFOX.png) !important; } /* RIGHT CHARACTER BY LIST */ footer:after { background-image: url(https://imgur.com/Ce9Iqok.png) !important; } /*Third Character(fixed to footer) and adjustments*/ :root { --thirdcharacter: url(https://imgur.com/ty3HIrb.png) !Important; --footer-gap: -190px; --thirdcharacter-spacing:340px; --thirdcharacter-position:38%; --thirdcharacter-zindex:-1; --thirdcharacter-scalesize:.25; } /*Fourth Character(Top of List) and adjustments*/ :root { --fourthcharacter: url(https://imgur.com/B8KmCnY.png) !Important; --header-gap: 97px; --fourthcharacter-spacing:-94px; --fourthcharacter-position:330px;/*Don't go to far to the right*/ /*z-index won't seem to work for this*/ --fourthcharacter-scalesize:.15; --stats-padding-height:2px; --stats-padding-width:15px; --stats-spacing:15px; --stats-opacity:.6; } /* TABLE COLORS and EDITS*/ :root { --bg: rgba(255,255,255,1); --list-items-radius: 5px; --number-text-color:rgb(0,0,0,1); } /* OTHER CODES*/ body:before { width: 100%; height: 100%; display: block; position: fixed; left: 0; top:0; content: ""; } #search-box:after,.open~#search-button{pointer-events:none}:root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--pbg:var(--wallpaper);var(--bg);--text:#1C1C1C ;--text-h:#787878;--text-dim:#737373;--text-dim-h:#646464;--text-dark:#111;--icon:#1C1C1C ;--accent:#4065ba;--btn-bg:#DDDDDD;--btn-bg-h:#1C1C1C ;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--bg-dark:#ddd;--text-head:#737373;--text-head-h:#2F4F4F;--watching:#2db039;--completed:#26448f;--onhold:#f9d457;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:rgb(52, 127, 0 ,1)}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:8px;color:var(--text)!important;font:400 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) no-repeat center / cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.cover-block,.cover-block:before{left:0;width:100%;position:absolute}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial{display:none!important}.cover-block{top:0;z-index:-5;min-width:1060px;height:318px;background:center center/cover no-repeat var(--cover-bg);background-image:var(--banner)}.cover-block:before{content:var(--fourthcharacter);transform:scale(var(--fourthcharacter-scalesize),var(--fourthcharacter-scalesize));bottom:var(--fourthcharacter-spacing);left:var(--fourthcharacter-position);display:block;height:50px;background:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0))}#cover-image,.btn-list-setting{display:none!important}.cover-block .image-container{display:block!important;width:1060px;height:100%;padding:0;background:right center/contain no-repeat var(--character);margin:10px -725px auto;}#cover-image-container:after{content:var(--name);transform:scale(var(--namescale),var(--namescale));position:absolute;bottom:5px;left:50%;margin-left:var(--nameend);color:#fff;font:700 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px rgba(0,0,0,.45);text-transform:uppercase;white-space:pre;transform:scale(.6) perspective(350px) rotateY() rotateZ();animation:name-slide 2s 1 .5s backwards}@keyframes name-slide{0%{bottom:25px;margin-left:var(--namestart);opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{bottom:5px;margin-left:var(--nameend)}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"\f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}#search-box:after,.status-menu:after{content:""}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:1px;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0;z-index:36}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:4500!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0))}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:center top/cover no-repeat var(--bg-dark);background-image:var(--avatar);border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px rgba(0,0,0,.2)}.fixed .status-menu:after{border-width:2px;top:6px;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:1px;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"\f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add:hover:before,.icon-menu.setting .text a{color:var(--btn-text-h)!important}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"\f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:7.5px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-status-title{width:1060px!important;height:0!important;margin-top:-64px;background:0 0!important}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;z-index:1000;display:block;width:auto;height:26px!important;border-radius:0 0 26px;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:30px;margin-top:var(--stats-spacing);padding:var(--stats-padding-height);padding-left:var(--stats-padding-width);padding-right:var(--stats-padding-width);width:auto!important;z-index:1000;background:rgba(0,0,0,var(--stats-opacity))!important;color:#FFFFFF;border-radius:15px;!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:38px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:1000}.list-table>tbody:first-of-type:after{content:"\f0dc";position:absolute;top:0px;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table-header .header-title{position:relative;display:inline-block!important;width:auto!important;height:auto!important;padding:0!important;border:none!important;background:0 0!important;font-weight:400!important}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table-header .header-title a{display:block!important;width:13px!important;height:26px!important;background:var(--btn-bg-h)!important;border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:12px/26px Verdana,Arial,sans-serif!important;text-align:center!important;text-indent:-7.5px;white-space:normal!important;opacity:0}.list-table-header .header-title a.hover_info,.list-table-header .header-title.tags{display:none!important}tbody:first-of-type:hover .list-table-header .header-title.finished a,tbody:first-of-type:hover .list-table-header .header-title.started a{padding:0 13px}.data,.data.status{padding:0!important}.list-table-header .header-title a:hover{background:var(--btn-head-bg-h)!important}tbody:first-of-type:hover .list-table-header .header-title a{width:80px!important;opacity:1}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:12px!important}.list-item{position:relative;display:block;width:100%;border-radius:var(--list-items-radius);background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:12.5px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}.data.status{position:absolute;top:3.5px;left:4px;width:72px!important;height:87px}.data.image{width:64px;height:64px;border-radius:50%;margin:4px 0 4px 8px;overflow:hidden;order:1}.data.image a{position:relative;top:-.5px;display:block!important}.data.image img{width:63.5px!important;height:79px!important;border:none!important;object-fit:cover}.data.image a:after{content:"\f14c";position:absolute;top:0px;left:.25px;display:block;width:99.1%;height:100%;background:rgba(0,0,0,.5);font-family:FontAwesome;color:#fff;font-size:30px;line-height:64px;opacity:0}.data.image a:hover:after{opacity:1}.data.number{position:relative;top:33px;left:13px;width:35px;height:20px;border:solid!important;border-width: 1px !important;background:var(--bg);border-radius:10px 10px 10px 10px;color:var(--number-text-color);margin:0 -45.2px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1;pointer-events:none}.data.title,.data.type{height:16px;line-height:16px}.list-item:nth-child(n+101) .data.number{text-indent:auto}.list-item:nth-child(n+10001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.title{position:relative;width:142px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status{color:var(--text-dim)!important;font-size:12px!important}.content-status:before{content:"[ "url(https://imgur.com/X436Yqr.png)}.content-status:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;width:92px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);font-size:10px}.data.score a,.data.score select{display:block;height:40px;border-radius:23px;line-height:40px}.data.score{position:relative;width:50px;left:-15px;height:35px;order:13;font-size:15px}.data.score a{width:40px;background:var(--btn-bg);border:solid;border-width:2px;border-color:rgba(100,100,100,1);margin:0 0 0 auto}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:.75px;right:.75px;width:42px;height:43px;background:var(--btn-bg-h);color:var(--btn-text-h);box-shadow:none!important}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3);font-size:15px}.data.chapter input,.data.progress input,.data.tags textarea,.data.volume input{border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box}.data.chapter,.data.progress,.data.volume{width:95px;order:15;font-size:13px}.data.chapter{margin-top:-55px}.data.volume{margin:24px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" \f058";position:relative;top:0px;left:3px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{position:relative;width:92px;height:74px;background:var(--bg);margin-right:-92px;order:14;color:var(--text);line-height:74px;opacity:1;pointer-events:none;z-index:1}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.list-item:hover .data.priority{opacity:0}.data.priority:before{content:"\f0a2";font-family:FontAwesome}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:95px;order:20;font-size:13px}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before,.data.studio:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.studio:before{content:"Studio:"}.data.licensor,.data.magazine,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.magazine span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.magazine a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .magazine span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"Unknown\aStudio"}.data.licensor:empty:before{content:"Unknown\aLicensor"}.data.tags textarea{position:absolute;top:50%;right:4px;z-index:5;width:530px!important;height:64px!important;background:var(--btn-bg);margin-top:-32px;resize:none;color:var(--text)}.data.tags a.edit{display: none,position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"\f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;width:100px;height:14px;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.anime .data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}#footer-block:before,.more-info .td1>div>a,footer{position:absolute;left:0}.more-info .td1>div{margin:0}.more-info .td1>div>a{top:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{bottom:var(--footer-gap);width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:var(--thirdcharacter);transform:scale(var(--thirdcharacter-scalesize),var(--thirdcharacter-scalesize));bottom:var(--thirdcharacter-spacing);left:var(--thirdcharacter-position);width:1060px;z-index:var(--thirdcharacter-zindex);min-width:1060px;height:0px;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,0))}#copyright{padding:0px;color:var(--text-head);line-height:16px}#copyright:after{content:"\aList design by Valerio Lyndon. Customized by Paper2017.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.2)}#fancybox-outer #fancybox-close:after{content:"\f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"\f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/1 FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:url(https://i.imgur.com/hFijppc.png) center right/16px auto no-repeat}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"\f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"\f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"\f00d Close";font:12px/26px Arial,FontAwesome,sans-serif} /* "Clarity" Modification by Valerio Lyndon / Hover Image / Revision 0.2 */ .data.image{overflow:visible}.data.image a:before{content:"";position:absolute;top:50%;left:-166px;width:150px;height:0;margin-top:0;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:8px;box-shadow:0 0 2px #000;opacity:0;pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:50}.data.image a:after,.data.image img{border-radius:50%}.data.image a:hover:before{height:200px;margin-top:-100px;opacity:1}.data.image a:after,.data.image img{border-radius:50%} /*FIXES*/ /*Fix image TY to shishio-kun*/ footer:before { pointer-events: none !important; } .data.chapter, .data.volume { height:10px; } /*horizontal tags*/ .list-table-data { padding-bottom: 17px; padding-top:4px; } .data.tags { position: absolute; left: -55px; top: 12px; display: -webkit-flex !important; display: -moz-flex !important; display: flex !important; width: 0; height: 100%; padding: 0 !important; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; } .data.tags div { max-width: 980px; margin: 0 0 20px 136px; font-size: 0; white-space: nowrap; } .data.tags span { display: inline-block; padding: 0; } .data.tags span a { padding: 1px 8px !important; margin-right: 4px; white-space: nowrap; } .data.tags span a[href*="\=Fav"] { padding: 0 !important; } .data.tags a.edit { right: -1060px; } .data.tags textarea { right: -1060px; } /*Custom Tag Colors*/ .data.tags a[href$="Horror"], .data.tags a[href*="Sports"], .data.tags a[href*="Demons"], .data.tags a[href*="Supernatural"], .data.tags a[href*="Action"], .data.tags a[href*="Samurai"] { color:#000000 !important; --btn-bg: #FF0101 !important; } .data.tags a[href$="Police"], .data.tags a[href*="Music"], .data.tags a[href*="Shounen"], .data.tags a[href*="Shounen&20Ai"], .data.tags a[href*="Adventure"] { color:#000000 !important; --btn-bg: #4682B4 !important; } .data.tags a[href*="Romance"], .data.tags a[href*="Harem"], .data.tags a[href*="Shoujo"], .data.tags a[href$="Ecchi"], .data.tags a[href*="Shoujo&20Ai"] { color:#000000 !important; --btn-bg: #F453FF !important; } .data.tags a[href*="Hentai"], .data.tags a[href*="Yuri"], .data.tags a[href*="Yaoi"] { color:#000000 !important; --btn-bg: #F453FF !important; cursor: url(https://imgur.com/lZFGZ1D.png) 25 25, auto; } .data.tags a[href$="Dementia"], .data.tags a[href*="Military"], .data.tags a[href*="Mystery"], .data.tags a[href*="Thriller"] { color:#000000 !important; --btn-bg: #646464 !important; } .data.tags a[href$="Psychological"], .data.tags a[href*="Vampire"], .data.tags a[href*="Sci-Fi"], .data.tags a[href$="Space"] { color:#000000 !important; --btn-bg: #909090 !important; } .data.tags a[href$="Slice%20of%20Life"], .data.tags a[href*="Parody"], .data.tags a[href*="School"], .data.tags a[href*="Kids"], .data.tags a[href$="Comedy"] { color:#000000 !important; --btn-bg: #D5D500 !important; } .data.tags a[href$="Josei"], .data.tags a[href*="Drama"], .data.tags a[href*="Doujinshi"] { color:#000000 !important; --btn-bg: #B301FF !important; } .data.tags a[href$="Magic"], .data.tags a[href*="Fantasy"], .data.tags a[href*="Mecha"] { color:#000000 !important; --btn-bg: #6BE103 !important; } .data.tags a[href$="Game"], .data.tags a[href*="Cars"], .data.tags a[href*="Super%20Power"], .data.tags a[href*="Gender&20Bender"] { color:#000000 !important; --btn-bg: #FF8001 !important; } .data.tags a[href$="Historical"], .data.tags a[href*="Martial%20Arts"], .data.tags a[href*="Seinen"] { color:#000000 !important; --btn-bg: #D2691E !important; } .cover-block { z-index: 25; } .header { z-index: 30; } /*data number stuff / picture radius*/ .data.image a, .data.image img, .data.image, .data.status, .data.image a:hover:after { border-radius: 8px; } .data.number { background: rgba(255,255,255,1)!important; border-color: rgba(100,100,100,1)!important; } .data.score { background:rgba(255,255,255,1); } /* FILTER MENU BACKGROUND */ #advanced-options { background-image: url(https://imgur.com/29lNfbC.jpg) !important; background-size:100%; } /*------------------------------* GLOWING ROWS ON HOVER Make a new box shadow here https://html-css-js.com/css/generator/box-shadow/ *------------------------------*/ .list-table-data:hover{ border-radius: var(--list-items-radius) ; box-shadow: 1px 1px 10px 1.5px rgb(255,255,255,1) !important; position: relative; } /*Avatar Stuff*/ .status-menu:after,.icon-menu.profile, status-menu-container:after{ border-color:rgb(255,255,255,1); background-color:rgb(255,255,255,1); border-width:8px; top:-51px; transform:scale(1); } .status-menu-container { position: relative; z-index: 25 !important; } /*Note on header Header*/ .status-menu-container:after { content:"Free Will - One Piece"; text-align:left; margin-left:5px; margin-top:-100px; transform:scale(1,1); width:200px; font-family:Oswald; font-size:25px; font-weight: 450; color:rgb(0,0,0,1); } /*List Position stuff/button fixes*/ .list-item,.list-status-title{ left:60px } .list-table>tbody:first-of-type{ left:1092px;/*1032px more that .list-item*/ } .list-stats{ left:25%; } .status-menu-container .search-container{ top:19px; right:-60px/*negative of .list-item*/ } .list-table > tbody:first-of-type { margin-bottom:var(--header-gap);/*edit this with fourth character stuff at top*/ } /*Character Stuff*/ footer:before { content: ""; position: fixed; top: 51.5%; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; transform:scale(1.55); background: transparent no-repeat center bottom / contain scroll; } footer:after { content: ""; position: fixed; top: 25%; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; transform:scale(1); background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 493px)); background-position: left bottom -12px; } /* Right Render */ footer:after { left: calc(100% - (50% - 535px)); background-position: right bottom -12px; } /*Change Banner Height here*/ :root { --banner-height: 160px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } |
Jun 6, 2021 1:08 AM
#788
Paper2017 said: Hi, you have helped me before in the past with making changes to my css and it was usually something small. Could I have some help with making this into a grid style. I love the clarity layout and do not want to have to fight customizing a different css layout just to add what I already have in my current one. I tried looking at other css layouts and I was struggling to customize them (partially because I've been using clarity for a long time) and kept giving up because I couldn't add some features. If this is too much, I can deal without having it in grid style. Thank you for reading my request. @\import "https://fonts.googleapis.com/css?family=Oswald"; @\import "https://malscraper.azurewebsites.net/covers/anime/Paper2017/presets/dataimagelinkbefore"; @\import "https://malscraper.azurewebsites.net/covers/manga/Paper2017/presets/dataimagelinkbefore"; /* BANNER BACKGROUND To change background images: Delete what's in the parenthesis. Upload the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save. */ :root { --banner: url(https://imgur.com/SQK3qLs.jpg)!important;} /* BANNER TEXT*/ :root { --name: url(https://imgur.com/hsfQZdO.png) !Important; --namestart:70px; --nameend:125px; --namescale:.75; } /* BANNER AVATAR (Profile Spot) */ :root { --avatar: url(https://imgur.com/6Ma5r6g.png) !important; } /* BANNER CHARACTER (Character On BANNER)*/ :root { --character: url() !important; } /* WALLPAPER stuff. Based on Layers*/ :root { --wallpaper: var(--wallpaper1) ,var(--wallpaper2),var(--wallpaper3),var(--wallpaper4),var(--wallpaper5),var(--wallpaper-color) !important; /*Wallpaper Layers. 1 is first layer, 2 is second layer etc.*/ --wallpaper1:url(https://imgur.com/Vd23sGI.gif)fixed left / 110%;/*rain/needs .gif to work*/ --wallpaper2:url(https://imgur.com/sJRbr5q.png)no-repeat fixed bottom /100%; --wallpaper3:url()fixed right / 69.2%; --wallpaper4:url()no-repeat fixed 100% 60%/150px; --wallpaper5:url()no-repeat fixed center / 100%; --wallpaper-color:rgb(0,35,140,1); } /*rgb(0,35,100,1)*/ /* LEFT CHARACTER BY LIST */ footer:before { background-image: url(https://imgur.com/YxjHFOX.png) !important; } /* RIGHT CHARACTER BY LIST */ footer:after { background-image: url(https://imgur.com/Ce9Iqok.png) !important; } /*Third Character(fixed to footer) and adjustments*/ :root { --thirdcharacter: url(https://imgur.com/ty3HIrb.png) !Important; --footer-gap: -190px; --thirdcharacter-spacing:340px; --thirdcharacter-position:38%; --thirdcharacter-zindex:-1; --thirdcharacter-scalesize:.25; } /*Fourth Character(Top of List) and adjustments*/ :root { --fourthcharacter: url(https://imgur.com/B8KmCnY.png) !Important; --header-gap: 97px; --fourthcharacter-spacing:-94px; --fourthcharacter-position:330px;/*Don't go to far to the right*/ /*z-index won't seem to work for this*/ --fourthcharacter-scalesize:.15; --stats-padding-height:2px; --stats-padding-width:15px; --stats-spacing:15px; --stats-opacity:.6; } /* TABLE COLORS and EDITS*/ :root { --bg: rgba(255,255,255,1); --list-items-radius: 5px; --number-text-color:rgb(0,0,0,1); } /* OTHER CODES*/ body:before { width: 100%; height: 100%; display: block; position: fixed; left: 0; top:0; content: ""; } #search-box:after,.open~#search-button{pointer-events:none}:root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--pbg:var(--wallpaper);var(--bg);--text:#1C1C1C ;--text-h:#787878;--text-dim:#737373;--text-dim-h:#646464;--text-dark:#111;--icon:#1C1C1C ;--accent:#4065ba;--btn-bg:#DDDDDD;--btn-bg-h:#1C1C1C ;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--bg-dark:#ddd;--text-head:#737373;--text-head-h:#2F4F4F;--watching:#2db039;--completed:#26448f;--onhold:#f9d457;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:rgb(52, 127, 0 ,1)}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:8px;color:var(--text)!important;font:400 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) no-repeat center / cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.cover-block,.cover-block:before{left:0;width:100%;position:absolute}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial{display:none!important}.cover-block{top:0;z-index:-5;min-width:1060px;height:318px;background:center center/cover no-repeat var(--cover-bg);background-image:var(--banner)}.cover-block:before{content:var(--fourthcharacter);transform:scale(var(--fourthcharacter-scalesize),var(--fourthcharacter-scalesize));bottom:var(--fourthcharacter-spacing);left:var(--fourthcharacter-position);display:block;height:50px;background:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0))}#cover-image,.btn-list-setting{display:none!important}.cover-block .image-container{display:block!important;width:1060px;height:100%;padding:0;background:right center/contain no-repeat var(--character);margin:10px -725px auto;}#cover-image-container:after{content:var(--name);transform:scale(var(--namescale),var(--namescale));position:absolute;bottom:5px;left:50%;margin-left:var(--nameend);color:#fff;font:700 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px rgba(0,0,0,.45);text-transform:uppercase;white-space:pre;transform:scale(.6) perspective(350px) rotateY() rotateZ();animation:name-slide 2s 1 .5s backwards}@keyframes name-slide{0%{bottom:25px;margin-left:var(--namestart);opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{bottom:5px;margin-left:var(--nameend)}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"\f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}#search-box:after,.status-menu:after{content:""}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:1px;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0;z-index:36}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:4500!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0))}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:center top/cover no-repeat var(--bg-dark);background-image:var(--avatar);border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px rgba(0,0,0,.2)}.fixed .status-menu:after{border-width:2px;top:6px;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:1px;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"\f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add:hover:before,.icon-menu.setting .text a{color:var(--btn-text-h)!important}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"\f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:7.5px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-status-title{width:1060px!important;height:0!important;margin-top:-64px;background:0 0!important}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;z-index:1000;display:block;width:auto;height:26px!important;border-radius:0 0 26px;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:30px;margin-top:var(--stats-spacing);padding:var(--stats-padding-height);padding-left:var(--stats-padding-width);padding-right:var(--stats-padding-width);width:auto!important;z-index:1000;background:rgba(0,0,0,var(--stats-opacity))!important;color:#FFFFFF;border-radius:15px;!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:38px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:1000}.list-table>tbody:first-of-type:after{content:"\f0dc";position:absolute;top:0px;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table-header .header-title{position:relative;display:inline-block!important;width:auto!important;height:auto!important;padding:0!important;border:none!important;background:0 0!important;font-weight:400!important}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table-header .header-title a{display:block!important;width:13px!important;height:26px!important;background:var(--btn-bg-h)!important;border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:12px/26px Verdana,Arial,sans-serif!important;text-align:center!important;text-indent:-7.5px;white-space:normal!important;opacity:0}.list-table-header .header-title a.hover_info,.list-table-header .header-title.tags{display:none!important}tbody:first-of-type:hover .list-table-header .header-title.finished a,tbody:first-of-type:hover .list-table-header .header-title.started a{padding:0 13px}.data,.data.status{padding:0!important}.list-table-header .header-title a:hover{background:var(--btn-head-bg-h)!important}tbody:first-of-type:hover .list-table-header .header-title a{width:80px!important;opacity:1}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:12px!important}.list-item{position:relative;display:block;width:100%;border-radius:var(--list-items-radius);background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:12.5px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}.data.status{position:absolute;top:3.5px;left:4px;width:72px!important;height:87px}.data.image{width:64px;height:64px;border-radius:50%;margin:4px 0 4px 8px;overflow:hidden;order:1}.data.image a{position:relative;top:-.5px;display:block!important}.data.image img{width:63.5px!important;height:79px!important;border:none!important;object-fit:cover}.data.image a:after{content:"\f14c";position:absolute;top:0px;left:.25px;display:block;width:99.1%;height:100%;background:rgba(0,0,0,.5);font-family:FontAwesome;color:#fff;font-size:30px;line-height:64px;opacity:0}.data.image a:hover:after{opacity:1}.data.number{position:relative;top:33px;left:13px;width:35px;height:20px;border:solid!important;border-width: 1px !important;background:var(--bg);border-radius:10px 10px 10px 10px;color:var(--number-text-color);margin:0 -45.2px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1;pointer-events:none}.data.title,.data.type{height:16px;line-height:16px}.list-item:nth-child(n+101) .data.number{text-indent:auto}.list-item:nth-child(n+10001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.title{position:relative;width:142px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status{color:var(--text-dim)!important;font-size:12px!important}.content-status:before{content:"[ "url(https://imgur.com/X436Yqr.png)}.content-status:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;width:92px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);font-size:10px}.data.score a,.data.score select{display:block;height:40px;border-radius:23px;line-height:40px}.data.score{position:relative;width:50px;left:-15px;height:35px;order:13;font-size:15px}.data.score a{width:40px;background:var(--btn-bg);border:solid;border-width:2px;border-color:rgba(100,100,100,1);margin:0 0 0 auto}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:.75px;right:.75px;width:42px;height:43px;background:var(--btn-bg-h);color:var(--btn-text-h);box-shadow:none!important}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3);font-size:15px}.data.chapter input,.data.progress input,.data.tags textarea,.data.volume input{border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box}.data.chapter,.data.progress,.data.volume{width:95px;order:15;font-size:13px}.data.chapter{margin-top:-55px}.data.volume{margin:24px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" \f058";position:relative;top:0px;left:3px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{position:relative;width:92px;height:74px;background:var(--bg);margin-right:-92px;order:14;color:var(--text);line-height:74px;opacity:1;pointer-events:none;z-index:1}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.list-item:hover .data.priority{opacity:0}.data.priority:before{content:"\f0a2";font-family:FontAwesome}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:95px;order:20;font-size:13px}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before,.data.studio:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.studio:before{content:"Studio:"}.data.licensor,.data.magazine,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.magazine span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.magazine a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .magazine span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"Unknown\aStudio"}.data.licensor:empty:before{content:"Unknown\aLicensor"}.data.tags textarea{position:absolute;top:50%;right:4px;z-index:5;width:530px!important;height:64px!important;background:var(--btn-bg);margin-top:-32px;resize:none;color:var(--text)}.data.tags a.edit{display: none,position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"\f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;width:100px;height:14px;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.anime .data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}#footer-block:before,.more-info .td1>div>a,footer{position:absolute;left:0}.more-info .td1>div{margin:0}.more-info .td1>div>a{top:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{bottom:var(--footer-gap);width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:var(--thirdcharacter);transform:scale(var(--thirdcharacter-scalesize),var(--thirdcharacter-scalesize));bottom:var(--thirdcharacter-spacing);left:var(--thirdcharacter-position);width:1060px;z-index:var(--thirdcharacter-zindex);min-width:1060px;height:0px;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,0))}#copyright{padding:0px;color:var(--text-head);line-height:16px}#copyright:after{content:"\aList design by Valerio Lyndon. Customized by Paper2017.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.2)}#fancybox-outer #fancybox-close:after{content:"\f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"\f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/1 FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:url(https://i.imgur.com/hFijppc.png) center right/16px auto no-repeat}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"\f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"\f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"\f00d Close";font:12px/26px Arial,FontAwesome,sans-serif} /* "Clarity" Modification by Valerio Lyndon / Hover Image / Revision 0.2 */ .data.image{overflow:visible}.data.image a:before{content:"";position:absolute;top:50%;left:-166px;width:150px;height:0;margin-top:0;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:8px;box-shadow:0 0 2px #000;opacity:0;pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:50}.data.image a:after,.data.image img{border-radius:50%}.data.image a:hover:before{height:200px;margin-top:-100px;opacity:1}.data.image a:after,.data.image img{border-radius:50%} /*FIXES*/ /*Fix image TY to shishio-kun*/ footer:before { pointer-events: none !important; } .data.chapter, .data.volume { height:10px; } /*horizontal tags*/ .list-table-data { padding-bottom: 17px; padding-top:4px; } .data.tags { position: absolute; left: -55px; top: 12px; display: -webkit-flex !important; display: -moz-flex !important; display: flex !important; width: 0; height: 100%; padding: 0 !important; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; } .data.tags div { max-width: 980px; margin: 0 0 20px 136px; font-size: 0; white-space: nowrap; } .data.tags span { display: inline-block; padding: 0; } .data.tags span a { padding: 1px 8px !important; margin-right: 4px; white-space: nowrap; } .data.tags span a[href*="\=Fav"] { padding: 0 !important; } .data.tags a.edit { right: -1060px; } .data.tags textarea { right: -1060px; } /*Custom Tag Colors*/ .data.tags a[href$="Horror"], .data.tags a[href*="Sports"], .data.tags a[href*="Demons"], .data.tags a[href*="Supernatural"], .data.tags a[href*="Action"], .data.tags a[href*="Samurai"] { color:#000000 !important; --btn-bg: #FF0101 !important; } .data.tags a[href$="Police"], .data.tags a[href*="Music"], .data.tags a[href*="Shounen"], .data.tags a[href*="Shounen&20Ai"], .data.tags a[href*="Adventure"] { color:#000000 !important; --btn-bg: #4682B4 !important; } .data.tags a[href*="Romance"], .data.tags a[href*="Harem"], .data.tags a[href*="Shoujo"], .data.tags a[href$="Ecchi"], .data.tags a[href*="Shoujo&20Ai"] { color:#000000 !important; --btn-bg: #F453FF !important; } .data.tags a[href*="Hentai"], .data.tags a[href*="Yuri"], .data.tags a[href*="Yaoi"] { color:#000000 !important; --btn-bg: #F453FF !important; cursor: url(https://imgur.com/lZFGZ1D.png) 25 25, auto; } .data.tags a[href$="Dementia"], .data.tags a[href*="Military"], .data.tags a[href*="Mystery"], .data.tags a[href*="Thriller"] { color:#000000 !important; --btn-bg: #646464 !important; } .data.tags a[href$="Psychological"], .data.tags a[href*="Vampire"], .data.tags a[href*="Sci-Fi"], .data.tags a[href$="Space"] { color:#000000 !important; --btn-bg: #909090 !important; } .data.tags a[href$="Slice%20of%20Life"], .data.tags a[href*="Parody"], .data.tags a[href*="School"], .data.tags a[href*="Kids"], .data.tags a[href$="Comedy"] { color:#000000 !important; --btn-bg: #D5D500 !important; } .data.tags a[href$="Josei"], .data.tags a[href*="Drama"], .data.tags a[href*="Doujinshi"] { color:#000000 !important; --btn-bg: #B301FF !important; } .data.tags a[href$="Magic"], .data.tags a[href*="Fantasy"], .data.tags a[href*="Mecha"] { color:#000000 !important; --btn-bg: #6BE103 !important; } .data.tags a[href$="Game"], .data.tags a[href*="Cars"], .data.tags a[href*="Super%20Power"], .data.tags a[href*="Gender&20Bender"] { color:#000000 !important; --btn-bg: #FF8001 !important; } .data.tags a[href$="Historical"], .data.tags a[href*="Martial%20Arts"], .data.tags a[href*="Seinen"] { color:#000000 !important; --btn-bg: #D2691E !important; } .cover-block { z-index: 25; } .header { z-index: 30; } /*data number stuff / picture radius*/ .data.image a, .data.image img, .data.image, .data.status, .data.image a:hover:after { border-radius: 8px; } .data.number { background: rgba(255,255,255,1)!important; border-color: rgba(100,100,100,1)!important; } .data.score { background:rgba(255,255,255,1); } /* FILTER MENU BACKGROUND */ #advanced-options { background-image: url(https://imgur.com/29lNfbC.jpg) !important; background-size:100%; } /*------------------------------* GLOWING ROWS ON HOVER Make a new box shadow here https://html-css-js.com/css/generator/box-shadow/ *------------------------------*/ .list-table-data:hover{ border-radius: var(--list-items-radius) ; box-shadow: 1px 1px 10px 1.5px rgb(255,255,255,1) !important; position: relative; } /*Avatar Stuff*/ .status-menu:after,.icon-menu.profile, status-menu-container:after{ border-color:rgb(255,255,255,1); background-color:rgb(255,255,255,1); border-width:8px; top:-51px; transform:scale(1); } .status-menu-container { position: relative; z-index: 25 !important; } /*Note on header Header*/ .status-menu-container:after { content:"Free Will - One Piece"; text-align:left; margin-left:5px; margin-top:-100px; transform:scale(1,1); width:200px; font-family:Oswald; font-size:25px; font-weight: 450; color:rgb(0,0,0,1); } /*List Position stuff/button fixes*/ .list-item,.list-status-title{ left:60px } .list-table>tbody:first-of-type{ left:1092px;/*1032px more that .list-item*/ } .list-stats{ left:25%; } .status-menu-container .search-container{ top:19px; right:-60px/*negative of .list-item*/ } .list-table > tbody:first-of-type { margin-bottom:var(--header-gap);/*edit this with fourth character stuff at top*/ } /*Character Stuff*/ footer:before { content: ""; position: fixed; top: 51.5%; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; transform:scale(1.55); background: transparent no-repeat center bottom / contain scroll; } footer:after { content: ""; position: fixed; top: 25%; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; transform:scale(1); background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 493px)); background-position: left bottom -12px; } /* Right Render */ footer:after { left: calc(100% - (50% - 535px)); background-position: right bottom -12px; } /*Change Banner Height here*/ :root { --banner-height: 160px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } The easiest way to do this is by ripping some code from a pre-existing grid-style theme. Otherwise, it becomes very similar to just creating a whole new design. I've done this before by taking Brink's layout: [url=\https://pastebin.com/1JG85wrL] The code used for that is quite old so it should probably be updated, which I can do if you want to use it. But that option, or something similar, is what I would recommend. Creating a new grid style would probably take me 2-10 hours as compared with combining which takes, normally, 1 or less. If you wanted a grid from a different theme, that shouldn't be too hard either. |
Jun 6, 2021 4:57 PM
#789
Valerio_Lyndon said: The easiest way to do this is by ripping some code from a pre-existing grid-style theme. Otherwise, it becomes very similar to just creating a whole new design. I've done this before by taking Brink's layout: [url=\https://pastebin.com/1JG85wrL] The code used for that is quite old so it should probably be updated, which I can do if you want to use it. But that option, or something similar, is what I would recommend. Creating a new grid style would probably take me 2-10 hours as compared with combining which takes, normally, 1 or less. If you wanted a grid from a different theme, that shouldn't be too hard either. I tried doing that before but all that happens is this... I don't know if it is because my code is old and kind of a mess from all the times i've played around with it or if it is just me not copying the right stuff over. Here is the layout I tried taking a grid style from: https://pastebin.com/raw/vxDyRL67 |
Jun 6, 2021 11:13 PM
#790
Paper2017 said: Valerio_Lyndon said: The easiest way to do this is by ripping some code from a pre-existing grid-style theme. Otherwise, it becomes very similar to just creating a whole new design. I've done this before by taking Brink's layout: [url=\https://pastebin.com/1JG85wrL] The code used for that is quite old so it should probably be updated, which I can do if you want to use it. But that option, or something similar, is what I would recommend. Creating a new grid style would probably take me 2-10 hours as compared with combining which takes, normally, 1 or less. If you wanted a grid from a different theme, that shouldn't be too hard either. I tried doing that before but all that happens is this... I don't know if it is because my code is old and kind of a mess from all the times i've played around with it or if it is just me not copying the right stuff over. Here is the layout I tried taking a grid style from: https://pastebin.com/raw/vxDyRL67 If you pasted in new code without deleting anything first, that's probably the issue. List designs are coded under the assumption they will be applied on top of the default list. When applied on top of another list design, there are often conflicting codes used by both designers. So usually combining themes requires resetting some portion of the list to default, and then taking that portion from your other theme and applying it. That's what I had to do here, in this code you can try. You'll need to overwrite your current code entirely. I recommend keeping a backup of your current code or applying this to a separate MAL style so that you can go back or reference the previous code as needed, especially as I have removed or disabled large areas of code, including your additions (disabled areas have comment markers before and after them with "DISABLED" written at the start /**/). This is because these additions will likely need tweaking or rewriting to work on this different grid style, as it works very differently from Clarity. Code: https://controlc.com/cf5ba8dc I didn't extensively test it, so if something is broken I can take another look. |
Jun 7, 2021 3:45 PM
#791
Valerio_Lyndon said: Paper2017 said: Valerio_Lyndon said: The easiest way to do this is by ripping some code from a pre-existing grid-style theme. Otherwise, it becomes very similar to just creating a whole new design. I've done this before by taking Brink's layout: The code used for that is quite old so it should probably be updated, which I can do if you want to use it. But that option, or something similar, is what I would recommend. Creating a new grid style would probably take me 2-10 hours as compared with combining which takes, normally, 1 or less. If you wanted a grid from a different theme, that shouldn't be too hard either. I tried doing that before but all that happens is this... I don't know if it is because my code is old and kind of a mess from all the times i've played around with it or if it is just me not copying the right stuff over. Here is the layout I tried taking a grid style from: https://pastebin.com/raw/vxDyRL67 If you pasted in new code without deleting anything first, that's probably the issue. List designs are coded under the assumption they will be applied on top of the default list. When applied on top of another list design, there are often conflicting codes used by both designers. So usually combining themes requires resetting some portion of the list to default, and then taking that portion from your other theme and applying it. That's what I had to do here, in this code you can try. You'll need to overwrite your current code entirely. I recommend keeping a backup of your current code or applying this to a separate MAL style so that you can go back or reference the previous code as needed, especially as I have removed or disabled large areas of code, including your additions (disabled areas have comment markers before and after them with "DISABLED" written at the start /**/). This is because these additions will likely need tweaking or rewriting to work on this different grid style, as it works very differently from Clarity. Code: https://controlc.com/cf5ba8dc I didn't extensively test it, so if something is broken I can take another look. Thank you, it looks great. I probably won't find anything broken until I try to tweak it again. (which could range from days to months lol) Edit: I noticed a couple things that were easy to fix. (ex. after hovering on an anime, the data tag box ended up being bigger than the list item making it act like it was still being hovered when it wasn't. Easy to fix though, all i did was change some of the heights and widths to auto) Thanks again. |
Paper2017Jun 7, 2021 4:38 PM
Jun 7, 2021 6:19 PM
#792
Hello, I was wondering if you could help me with my category headers (Round). My browser is: Opera GX I've been reading most of the replies but still can't get a solution to it. With the code that I have now, at the top of the list the gap or space for the header exists but there is no header. My first code had the headers but it was going TOO slow, I was unable to navigate on the list freely, so I changed some things, now it lags less but it still bothers a lot and there are no headers. Also only if it isn't a lot to ask could you also help me optimize it? When I want to scroll niether way, the list it takes to long to respond and it lags a lot, same with the buttons, they don't react unless I stay still on them for like 10 seconds. Basically it's going pretty slow and I would like to know if theres any way to fix it. PD: If you can't understand something make me know, as it is that my first language isn't English (It is Spanish, i'm from Chile) it may be difficult to understand what I am asking for. Im using this one on the manga list to have the old code for now, so you can see whats wrong. It goes very slow and I don't know why. /*==============================*\ | "Clarity" by Valerio Lyndon | | R25.1 | \*==============================*/ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Dark Mode R3.4 | \*------------------------------*/ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Hover Image on Circle R0.3 | \*------------------------------*/ @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ @\import "https://malcat-gen.appspot.com/headers?user=ShaDedZz&list=manga&template=[data-query*='status\":7'] .list-item:nth-child($index) .data.status:before{content:\"$content\"}[data-query*='status\":7'] .list-item:nth-child($index){margin-top: 110px;}"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Mis Cambios | \*------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Character Renders R0.3 | \*------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | CatCol Header Text R0.0 | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ This one is the anime list were I changed some things but as I know little and nothing about CSS I couldn't do much. It still goes a little slow but not as much tough. /*==============================*\ | "Clarity" by Valerio Lyndon | | R25.2 | \*==============================*/ @\import "https://fonts.googleapis.com/css?family=Oswald"; :root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--background:none;--pbg:#efefef;--bg:#fff;--bg-dark:#ddd;--text:#323232;--text-h:#787878;--text-dim:#bababa;--text-dim-h:#646464;--text-dark:#111;--shadow:rgba(0,0,0,0.2);--icon:#323232;--accent:#4065ba;--banner-text:#fff;--banner-text-shadow:rgba(0,0,0,0.45);--btn-bg:#ebebeb;--btn-bg-h:#323232;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--text-head:#9b9b9b;--text-head-h:#787878;--watching:#2db039;--completed:#26448f;--onhold:#f1c83e;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:#9696eb}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:13px;box-shadow:0 1px 2px var(--shadow);overflow:hidden;color:var(--text)!important;font:normal 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) var(--background) no-repeat center/cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial,#recaptcha-terms{display:none!important}.cover-block{position:absolute;top:0;left:0;z-index:25;width:100%;min-width:1060px;height:318px;background:var(--cover-bg) var(--banner) no-repeat center center/cover scroll}.cover-block:before{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:50px;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}#cover-image,.btn-list-setting{display:none!important}#list-container #cover-image-container{display:block!important;width:1060px;height:100%;padding:0;background:var(--character) no-repeat right center/contain;margin:0 auto}#cover-image-container:after{content:var(--name);position:absolute;top:55px;left:50%;margin-left:-475px;color:var(--banner-text);font:bold 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px var(--banner-text-shadow);text-transform:uppercase;white-space:pre;transform:scale(.9) perspective(350px) rotateY(8deg) rotateZ(-3deg);animation:name-slide 3s 1 .5s backwards}@keyframes name-slide{0%{top:12px;margin-left:-535px;opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{top:55px;margin-left:-475px}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{z-index:36;display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"\f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:0;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:45!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,var(--shadow),transparent)}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{content:"";position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:var(--bg-dark) var(--avatar) no-repeat center top/cover;border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px var(--shadow)}.fixed .status-menu:after{top:0;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0;z-index:1}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0;color:var(--text)}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}.open~#search-button{pointer-events:none}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{content:"";position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;pointer-events:none;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:0;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"\f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"\f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.quick-add:hover:before{color:var(--btn-text-h)!important}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;color:var(--btn-text-h)!important;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:9px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-unit .list-status-title{width:1060px;height:64px;margin-top:-64px;background:0 0}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;display:block;width:auto;height:26px!important;border-radius:0 0 26px 0;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:416px;width:1060px!important;background:0 0!important;color:var(--text)!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:-26px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:39}.list-table>tbody:first-of-type:after{content:"\f0dc";position:absolute;top:0;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table .list-table-header .header-title{position:relative;display:inline-block;width:auto!important;height:auto;padding:0!important;border:none;background:0 0;font-weight:400}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table .list-table-header .header-title .link.sort{display:block;width:13px;height:26px;background:var(--btn-bg-h);border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:11px/26px Verdana,Arial,sans-serif;text-align:center;text-indent:-9px;white-space:normal;opacity:0}.list-table tbody:first-of-type:hover .list-table-header .header-title .link.sort{width:80px;opacity:1}.list-table-header .header-title a.hover_info{display:none!important}.list-table .list-table-header .header-title .link.sort:hover{background:var(--btn-head-bg-h)}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.anime tbody:first-of-type:hover .header-title.finished a,.anime tbody:first-of-type:hover .header-title.started a{padding:0 13px}.manga tbody:first-of-type:hover .header-title.finished a,.manga tbody:first-of-type:hover .header-title.started a{width:100px!important}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:11px}.list-table-header .header-title.tags{display:none!important}.list-item{position:relative;display:block;width:100%;background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;padding:0!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:11px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Try another category?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}[data-owner="1"] .list-table[data-items="[]"]:after{content:"No entries found. Why not add some?"}[data-query*='"s":'] .list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?"}.data.status{position:absolute;top:0;left:0;width:1px!important;height:100%;padding:0!important}.status.reading,.status.watching{background:var(--watching)!important}.status.completed{background:var(--completed)!important}.status.onhold{background:var(--onhold)!important}.status.dropped{background:var(--dropped)!important}.status.plantoread,.status.plantowatch{background:var(--plantowatch)!important}.data.number{position:relative;top:-22px;width:20px;height:20px;background:var(--bg);border-radius:10px;margin:0 -28px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1}.list-item:nth-child(n+101) .data.number{text-indent:-7px}.list-item:nth-child(n+1001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.image{width:64px;height:64px;margin:4px 0 4px 8px;order:1}.data.image a{position:relative;display:block!important;border-radius:50%;overflow:hidden}.data.image img{width:64px!important;height:64px!important;border:none!important;object-fit:cover}.data.image a:after{content:"\f14c";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;font:30px/64px FontAwesome;opacity:0}.data.image a:hover:after{opacity:1}.data.title{position:relative;width:142px;height:16px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto;line-height:16px}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status,.rereading,.rewatching{color:var(--text-dim)!important;font-size:10px!important}.content-status:before,.rereading:before,.rewatching:before{content:"["}.content-status:after,.rereading:after,.rewatching:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;z-index:1;width:92px;height:16px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);line-height:16px;font-size:10px}.data.number+td:not(.image)~.type{margin-left:28px;margin-right:-128px}.data.score{position:relative;width:26px;height:26px;order:13}.data.score a{display:block;width:26px;height:26px;background:var(--btn-bg);border-radius:13px;margin:0 0 0 auto;line-height:26px}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:0;right:0;display:block;width:40px;height:26px;padding:0 9px;background:var(--btn-bg-h) url(https://i.imgur.com/KF8oOyC.png) no-repeat 20px center/16px auto;border:none;border-radius:13px;box-shadow:none!important;color:var(--btn-text-h);font:bold 1.1em/26px Verdana,Arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}@-moz-document url-prefix(){.data.score select{padding:0 16px 0 0;text-align:center}}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3)}.data.chapter,.data.progress,.data.volume{width:92px;order:15}.data.chapter{margin-top:-34px}.data.volume{margin:34px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" \f058";position:relative;top:1px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box;color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{width:92px;height:74px;background:var(--bg);order:14;color:var(--text);line-height:74px;z-index:1}.data.priority:before{content:"\f0a2";font-family:FontAwesome}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.data.chapter~.priority,.data.progress~.priority,.data.volume~.priority{position:relative;margin-right:-92px;opacity:1;pointer-events:none;z-index:1}.list-item:hover .chapter~.priority,.list-item:hover .progress~.priority,.list-item:hover .volume~.priority{opacity:0}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:92px;order:20}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.licensor,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.magazine:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"Unknown\aStudio"}.data.licensor:empty:before{content:"Unknown\aLicensor"}.data.magazine:empty:before{content:"Unknown\aMagazine"}.data.tags textarea{position:absolute;top:3px;right:4px;z-index:5;width:530px!important;height:calc(100% - 6px)!important;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;resize:none;color:var(--text)}@-moz-document url-prefix(){.data.tags textarea{width:524px!important;height:calc(100% - 14px)!important;padding:2px;box-sizing:initial!important}}.data.tags a.edit{position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"\f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;display:flex!important;width:100px;height:14px;flex-flow:row wrap;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);margin-right:3px;flex:0 0 auto;text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.manga .data.airing-finished,.manga .data.airing-started{width:107px}.manga .data.airing-finished{margin-left:-107px}.manga .data.airing-finished:before,.manga .data.airing-started:before{width:36px}.data.airing-finished::after,.data.airing-started::after,.data.days::after,.data.finished::after,.data.started::after{content:"-";display:block;width:63px;flex:0 0 auto;color:var(--text-dim);font-size:14px}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}.more-info .td1>div{margin:0}.more-info .td1>div>a{position:absolute;top:0;left:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{position:absolute;bottom:0;left:0;width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:"";position:absolute;left:0;top:-2px;width:100%;min-width:1060px;height:2px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}#copyright{padding:0;color:var(--text-head);line-height:16px}#copyright:after{content:"\aList design by Valerio Lyndon.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px var(--shadow)}#fancybox-outer #fancybox-close:after{content:"\f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"\f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/26px FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:transparent url(https://i.imgur.com/hFijppc.png) no-repeat right center/16px auto}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px var(--shadow);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"\f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"\f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"\f00d Close";font:12px/26px Arial,FontAwesome,sans-serif}#fancybox-wrap[style*="width: 320px;"]{height:120px!important}[style*="width: 320px;"] #fancybox-inner{height:calc(100% - 20px)!important}div[style^="width: 300px;"]{display:flex;height:100%!important;flex-flow:column nowrap;justify-content:center;color:var(--text);font-size:13px!important}div[style^="width: 300px;"] div{font-size:0}div[style^="width: 300px;"] input{display:block;width:240px;height:26px;background:var(--btn-bg);border:none;border-radius:13px;box-shadow:0 1px 2px var(--shadow);margin:0 auto 5px;color:var(--text);font:normal 12px/26px Arial,Verdana,sans-serif;transition:all .3s ease;cursor:pointer}div[style^="width: 300px;"] input:hover{background:var(--btn-bg-h);color:var(--btn-text-h)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Hover Image on Circle R0.3 | \*------------------------------*/ @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:48px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index):before{content:'$content'}&list=anime&user=ShaDedZz"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Dark Mode R3.4 | \*------------------------------*/ :root{--banner:url(https://i.imgur.com/WaLokPG.jpg);--character:url(https://i.imgur.com/h8HW1jf.png);--pbg:#161616;--bg:#212121;--bg-dark:#444;--text:#ababab;--text-h:#416abe;--text-dim:#777;--text-dim-h:#999;--text-dark:#ababab;--shadow:rgba(0,0,0,0.8);--icon:#959595;--accent:#416abe;--banner-text:#f6f5ff;--banner-text-shadow:#e4bef4;--btn-bg:#191919;--btn-bg-h:#ababab;--btn-head-bg-h:#416abe;--btn-text-h:#212121;--text-head:#9b9b9b;--text-head-h:#ababab;--cover-bg:#090909;--edit-btn:#323232;--checkmark:#416abe}.cover-block:before{background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}.status-menu-container:after{background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0))}#footer-block:before{background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,0))}.data.score select{background-image:url(https://i.imgur.com/hFijppc.png)}#fancybox-overlay{opacity:.35!important}#advanced-options,#fancybox-outer{box-shadow:0 0 32px rgba(0,0,0,.75)}#fancybox-frame{-webkit-filter:invert(87.8%) hue-rotate(197deg);filter:invert(87.8%) hue-rotate(197deg)}#advanced-options [class*="-widget"] select{background-image:url(https://i.imgur.com/KF8oOyC.png)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Mis Cambios | \*------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Character Renders R0.3 | \*------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | CatCol Header Text R0.0 | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ |
Jun 7, 2021 7:07 PM
#793
ShaDedZz said: Hello, I was wondering if you could help me with my category headers (Round). My browser is: Opera GX I've been reading most of the replies but still can't get a solution to it. With the code that I have now, at the top of the list the gap or space for the header exists but there is no header. My first code had the headers but it was going TOO slow, I was unable to navigate on the list freely, so I changed some things, now it lags less but it still bothers a lot and there are no headers. Also only if it isn't a lot to ask could you also help me optimize it? When I want to scroll niether way, the list it takes to long to respond and it lags a lot, same with the buttons, they don't react unless I stay still on them for like 10 seconds. Basically it's going pretty slow and I would like to know if theres any way to fix it. PD: If you can't understand something make me know, as it is that my first language isn't English (It is Spanish, i'm from Chile) it may be difficult to understand what I am asking for. Im using this one on the manga list to have the old code for now, so you can see whats wrong. It goes very slow and I don't know why. /*==============================*\ | "Clarity" by Valerio Lyndon | | R25.1 | \*==============================*/ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Dark Mode R3.4 | \*------------------------------*/ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Hover Image on Circle R0.3 | \*------------------------------*/ @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ @\import "https://malcat-gen.appspot.com/headers?user=ShaDedZz&list=manga&template=[data-query*='status\":7'] .list-item:nth-child($index) .data.status:before{content:\"$content\"}[data-query*='status\":7'] .list-item:nth-child($index){margin-top: 110px;}"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Mis Cambios | \*------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Character Renders R0.3 | \*------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | CatCol Header Text R0.0 | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ This one is the anime list were I changed some things but as I know little and nothing about CSS I couldn't do much. It still goes a little slow but not as much tough. /*==============================*\ | "Clarity" by Valerio Lyndon | | R25.2 | \*==============================*/ @\import "https://fonts.googleapis.com/css?family=Oswald"; :root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--background:none;--pbg:#efefef;--bg:#fff;--bg-dark:#ddd;--text:#323232;--text-h:#787878;--text-dim:#bababa;--text-dim-h:#646464;--text-dark:#111;--shadow:rgba(0,0,0,0.2);--icon:#323232;--accent:#4065ba;--banner-text:#fff;--banner-text-shadow:rgba(0,0,0,0.45);--btn-bg:#ebebeb;--btn-bg-h:#323232;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--text-head:#9b9b9b;--text-head-h:#787878;--watching:#2db039;--completed:#26448f;--onhold:#f1c83e;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:#9696eb}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:13px;box-shadow:0 1px 2px var(--shadow);overflow:hidden;color:var(--text)!important;font:normal 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) var(--background) no-repeat center/cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial,#recaptcha-terms{display:none!important}.cover-block{position:absolute;top:0;left:0;z-index:25;width:100%;min-width:1060px;height:318px;background:var(--cover-bg) var(--banner) no-repeat center center/cover scroll}.cover-block:before{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:50px;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}#cover-image,.btn-list-setting{display:none!important}#list-container #cover-image-container{display:block!important;width:1060px;height:100%;padding:0;background:var(--character) no-repeat right center/contain;margin:0 auto}#cover-image-container:after{content:var(--name);position:absolute;top:55px;left:50%;margin-left:-475px;color:var(--banner-text);font:bold 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px var(--banner-text-shadow);text-transform:uppercase;white-space:pre;transform:scale(.9) perspective(350px) rotateY(8deg) rotateZ(-3deg);animation:name-slide 3s 1 .5s backwards}@keyframes name-slide{0%{top:12px;margin-left:-535px;opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{top:55px;margin-left:-475px}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{z-index:36;display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"\f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:0;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:45!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,var(--shadow),transparent)}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{content:"";position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:var(--bg-dark) var(--avatar) no-repeat center top/cover;border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px var(--shadow)}.fixed .status-menu:after{top:0;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0;z-index:1}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0;color:var(--text)}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}.open~#search-button{pointer-events:none}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{content:"";position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;pointer-events:none;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:0;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"\f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"\f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.quick-add:hover:before{color:var(--btn-text-h)!important}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;color:var(--btn-text-h)!important;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:9px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-unit .list-status-title{width:1060px;height:64px;margin-top:-64px;background:0 0}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;display:block;width:auto;height:26px!important;border-radius:0 0 26px 0;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:416px;width:1060px!important;background:0 0!important;color:var(--text)!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:-26px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:39}.list-table>tbody:first-of-type:after{content:"\f0dc";position:absolute;top:0;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table .list-table-header .header-title{position:relative;display:inline-block;width:auto!important;height:auto;padding:0!important;border:none;background:0 0;font-weight:400}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table .list-table-header .header-title .link.sort{display:block;width:13px;height:26px;background:var(--btn-bg-h);border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:11px/26px Verdana,Arial,sans-serif;text-align:center;text-indent:-9px;white-space:normal;opacity:0}.list-table tbody:first-of-type:hover .list-table-header .header-title .link.sort{width:80px;opacity:1}.list-table-header .header-title a.hover_info{display:none!important}.list-table .list-table-header .header-title .link.sort:hover{background:var(--btn-head-bg-h)}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.anime tbody:first-of-type:hover .header-title.finished a,.anime tbody:first-of-type:hover .header-title.started a{padding:0 13px}.manga tbody:first-of-type:hover .header-title.finished a,.manga tbody:first-of-type:hover .header-title.started a{width:100px!important}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:11px}.list-table-header .header-title.tags{display:none!important}.list-item{position:relative;display:block;width:100%;background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;padding:0!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:11px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Try another category?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}[data-owner="1"] .list-table[data-items="[]"]:after{content:"No entries found. Why not add some?"}[data-query*='"s":'] .list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?"}.data.status{position:absolute;top:0;left:0;width:1px!important;height:100%;padding:0!important}.status.reading,.status.watching{background:var(--watching)!important}.status.completed{background:var(--completed)!important}.status.onhold{background:var(--onhold)!important}.status.dropped{background:var(--dropped)!important}.status.plantoread,.status.plantowatch{background:var(--plantowatch)!important}.data.number{position:relative;top:-22px;width:20px;height:20px;background:var(--bg);border-radius:10px;margin:0 -28px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1}.list-item:nth-child(n+101) .data.number{text-indent:-7px}.list-item:nth-child(n+1001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.image{width:64px;height:64px;margin:4px 0 4px 8px;order:1}.data.image a{position:relative;display:block!important;border-radius:50%;overflow:hidden}.data.image img{width:64px!important;height:64px!important;border:none!important;object-fit:cover}.data.image a:after{content:"\f14c";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;font:30px/64px FontAwesome;opacity:0}.data.image a:hover:after{opacity:1}.data.title{position:relative;width:142px;height:16px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto;line-height:16px}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status,.rereading,.rewatching{color:var(--text-dim)!important;font-size:10px!important}.content-status:before,.rereading:before,.rewatching:before{content:"["}.content-status:after,.rereading:after,.rewatching:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;z-index:1;width:92px;height:16px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);line-height:16px;font-size:10px}.data.number+td:not(.image)~.type{margin-left:28px;margin-right:-128px}.data.score{position:relative;width:26px;height:26px;order:13}.data.score a{display:block;width:26px;height:26px;background:var(--btn-bg);border-radius:13px;margin:0 0 0 auto;line-height:26px}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:0;right:0;display:block;width:40px;height:26px;padding:0 9px;background:var(--btn-bg-h) url(https://i.imgur.com/KF8oOyC.png) no-repeat 20px center/16px auto;border:none;border-radius:13px;box-shadow:none!important;color:var(--btn-text-h);font:bold 1.1em/26px Verdana,Arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}@-moz-document url-prefix(){.data.score select{padding:0 16px 0 0;text-align:center}}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3)}.data.chapter,.data.progress,.data.volume{width:92px;order:15}.data.chapter{margin-top:-34px}.data.volume{margin:34px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" \f058";position:relative;top:1px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box;color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{width:92px;height:74px;background:var(--bg);order:14;color:var(--text);line-height:74px;z-index:1}.data.priority:before{content:"\f0a2";font-family:FontAwesome}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.data.chapter~.priority,.data.progress~.priority,.data.volume~.priority{position:relative;margin-right:-92px;opacity:1;pointer-events:none;z-index:1}.list-item:hover .chapter~.priority,.list-item:hover .progress~.priority,.list-item:hover .volume~.priority{opacity:0}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:92px;order:20}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.licensor,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.magazine:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"Unknown\aStudio"}.data.licensor:empty:before{content:"Unknown\aLicensor"}.data.magazine:empty:before{content:"Unknown\aMagazine"}.data.tags textarea{position:absolute;top:3px;right:4px;z-index:5;width:530px!important;height:calc(100% - 6px)!important;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;resize:none;color:var(--text)}@-moz-document url-prefix(){.data.tags textarea{width:524px!important;height:calc(100% - 14px)!important;padding:2px;box-sizing:initial!important}}.data.tags a.edit{position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"\f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;display:flex!important;width:100px;height:14px;flex-flow:row wrap;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);margin-right:3px;flex:0 0 auto;text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.manga .data.airing-finished,.manga .data.airing-started{width:107px}.manga .data.airing-finished{margin-left:-107px}.manga .data.airing-finished:before,.manga .data.airing-started:before{width:36px}.data.airing-finished::after,.data.airing-started::after,.data.days::after,.data.finished::after,.data.started::after{content:"-";display:block;width:63px;flex:0 0 auto;color:var(--text-dim);font-size:14px}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}.more-info .td1>div{margin:0}.more-info .td1>div>a{position:absolute;top:0;left:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{position:absolute;bottom:0;left:0;width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:"";position:absolute;left:0;top:-2px;width:100%;min-width:1060px;height:2px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}#copyright{padding:0;color:var(--text-head);line-height:16px}#copyright:after{content:"\aList design by Valerio Lyndon.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px var(--shadow)}#fancybox-outer #fancybox-close:after{content:"\f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"\f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/26px FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:transparent url(https://i.imgur.com/hFijppc.png) no-repeat right center/16px auto}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px var(--shadow);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"\f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"\f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"\f00d Close";font:12px/26px Arial,FontAwesome,sans-serif}#fancybox-wrap[style*="width: 320px;"]{height:120px!important}[style*="width: 320px;"] #fancybox-inner{height:calc(100% - 20px)!important}div[style^="width: 300px;"]{display:flex;height:100%!important;flex-flow:column nowrap;justify-content:center;color:var(--text);font-size:13px!important}div[style^="width: 300px;"] div{font-size:0}div[style^="width: 300px;"] input{display:block;width:240px;height:26px;background:var(--btn-bg);border:none;border-radius:13px;box-shadow:0 1px 2px var(--shadow);margin:0 auto 5px;color:var(--text);font:normal 12px/26px Arial,Verdana,sans-serif;transition:all .3s ease;cursor:pointer}div[style^="width: 300px;"] input:hover{background:var(--btn-bg-h);color:var(--btn-text-h)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Hover Image on Circle R0.3 | \*------------------------------*/ @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:48px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index):before{content:'$content'}&list=anime&user=ShaDedZz"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Dark Mode R3.4 | \*------------------------------*/ :root{--banner:url(https://i.imgur.com/WaLokPG.jpg);--character:url(https://i.imgur.com/h8HW1jf.png);--pbg:#161616;--bg:#212121;--bg-dark:#444;--text:#ababab;--text-h:#416abe;--text-dim:#777;--text-dim-h:#999;--text-dark:#ababab;--shadow:rgba(0,0,0,0.8);--icon:#959595;--accent:#416abe;--banner-text:#f6f5ff;--banner-text-shadow:#e4bef4;--btn-bg:#191919;--btn-bg-h:#ababab;--btn-head-bg-h:#416abe;--btn-text-h:#212121;--text-head:#9b9b9b;--text-head-h:#ababab;--cover-bg:#090909;--edit-btn:#323232;--checkmark:#416abe}.cover-block:before{background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}.status-menu-container:after{background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0))}#footer-block:before{background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,0))}.data.score select{background-image:url(https://i.imgur.com/hFijppc.png)}#fancybox-overlay{opacity:.35!important}#advanced-options,#fancybox-outer{box-shadow:0 0 32px rgba(0,0,0,.75)}#fancybox-frame{-webkit-filter:invert(87.8%) hue-rotate(197deg);filter:invert(87.8%) hue-rotate(197deg)}#advanced-options [class*="-widget"] select{background-image:url(https://i.imgur.com/KF8oOyC.png)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Mis Cambios | \*------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Character Renders R0.3 | \*------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | CatCol Header Text R0.0 | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ Delete @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; replace with @\import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/dataimagelinkbefore"; @\import "https://malscraper.azurewebsites.net/covers/manga/DateYutaka/presets/dataimagelinkbefore"; change "SpaceCowboy" and "DateYukata" in the imports to your username. This would speed up the layout dramatically since the original malscraper import is very heavy for the headers, afaik @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index) .status:before{content:'$content'}&user=ShaDedZz&list=anime"; the header code goes at the absolute top above everything else |
Shishio-kunJun 7, 2021 7:13 PM
Jun 8, 2021 11:21 AM
#794
Shishio-kun said: ShaDedZz said: Hello, I was wondering if you could help me with my category headers (Round). My browser is: Opera GX I've been reading most of the replies but still can't get a solution to it. With the code that I have now, at the top of the list the gap or space for the header exists but there is no header. My first code had the headers but it was going TOO slow, I was unable to navigate on the list freely, so I changed some things, now it lags less but it still bothers a lot and there are no headers. Also only if it isn't a lot to ask could you also help me optimize it? When I want to scroll niether way, the list it takes to long to respond and it lags a lot, same with the buttons, they don't react unless I stay still on them for like 10 seconds. Basically it's going pretty slow and I would like to know if theres any way to fix it. PD: If you can't understand something make me know, as it is that my first language isn't English (It is Spanish, i'm from Chile) it may be difficult to understand what I am asking for. Im using this one on the manga list to have the old code for now, so you can see whats wrong. It goes very slow and I don't know why. /*==============================* | "Clarity" by Valerio Lyndon | | R25.1 | *==============================*/ @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Dark Mode R3.4 | *------------------------------*/ @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Hover Image on Circle R0.3 | *------------------------------*/ @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Category Headers (Round) R0.3 | *------------------------------*/ @import "https://malcat-gen.appspot.com/headers?user=ShaDedZz&list=manga&template=[data-query*='status":7'] .list-item:nth-child($index) .data.status:before{content:"$content"}[data-query*='status":7'] .list-item:nth-child($index){margin-top: 110px;}"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Mis Cambios | *------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Character Renders R0.3 | *------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Category Headers (Round) R0.3 | *------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Change Banner Height | *------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | CatCol Header Text R0.0 | *------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ This one is the anime list were I changed some things but as I know little and nothing about CSS I couldn't do much. It still goes a little slow but not as much tough. /*==============================* | "Clarity" by Valerio Lyndon | | R25.2 | *==============================*/ @import "https://fonts.googleapis.com/css?family=Oswald"; :root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--background:none;--pbg:#efefef;--bg:#fff;--bg-dark:#ddd;--text:#323232;--text-h:#787878;--text-dim:#bababa;--text-dim-h:#646464;--text-dark:#111;--shadow:rgba(0,0,0,0.2);--icon:#323232;--accent:#4065ba;--banner-text:#fff;--banner-text-shadow:rgba(0,0,0,0.45);--btn-bg:#ebebeb;--btn-bg-h:#323232;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--text-head:#9b9b9b;--text-head-h:#787878;--watching:#2db039;--completed:#26448f;--onhold:#f1c83e;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:#9696eb}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:13px;box-shadow:0 1px 2px var(--shadow);overflow:hidden;color:var(--text)!important;font:normal 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) var(--background) no-repeat center/cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial,#recaptcha-terms{display:none!important}.cover-block{position:absolute;top:0;left:0;z-index:25;width:100%;min-width:1060px;height:318px;background:var(--cover-bg) var(--banner) no-repeat center center/cover scroll}.cover-block:before{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:50px;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}#cover-image,.btn-list-setting{display:none!important}#list-container #cover-image-container{display:block!important;width:1060px;height:100%;padding:0;background:var(--character) no-repeat right center/contain;margin:0 auto}#cover-image-container:after{content:var(--name);position:absolute;top:55px;left:50%;margin-left:-475px;color:var(--banner-text);font:bold 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px var(--banner-text-shadow);text-transform:uppercase;white-space:pre;transform:scale(.9) perspective(350px) rotateY(8deg) rotateZ(-3deg);animation:name-slide 3s 1 .5s backwards}@keyframes name-slide{0%{top:12px;margin-left:-535px;opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{top:55px;margin-left:-475px}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{z-index:36;display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:0;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:45!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,var(--shadow),transparent)}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{content:"";position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:var(--bg-dark) var(--avatar) no-repeat center top/cover;border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px var(--shadow)}.fixed .status-menu:after{top:0;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0;z-index:1}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0;color:var(--text)}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}.open~#search-button{pointer-events:none}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{content:"";position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;pointer-events:none;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:0;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.quick-add:hover:before{color:var(--btn-text-h)!important}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;color:var(--btn-text-h)!important;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:9px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-unit .list-status-title{width:1060px;height:64px;margin-top:-64px;background:0 0}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;display:block;width:auto;height:26px!important;border-radius:0 0 26px 0;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:416px;width:1060px!important;background:0 0!important;color:var(--text)!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:-26px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:39}.list-table>tbody:first-of-type:after{content:"f0dc";position:absolute;top:0;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table .list-table-header .header-title{position:relative;display:inline-block;width:auto!important;height:auto;padding:0!important;border:none;background:0 0;font-weight:400}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table .list-table-header .header-title .link.sort{display:block;width:13px;height:26px;background:var(--btn-bg-h);border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:11px/26px Verdana,Arial,sans-serif;text-align:center;text-indent:-9px;white-space:normal;opacity:0}.list-table tbody:first-of-type:hover .list-table-header .header-title .link.sort{width:80px;opacity:1}.list-table-header .header-title a.hover_info{display:none!important}.list-table .list-table-header .header-title .link.sort:hover{background:var(--btn-head-bg-h)}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.anime tbody:first-of-type:hover .header-title.finished a,.anime tbody:first-of-type:hover .header-title.started a{padding:0 13px}.manga tbody:first-of-type:hover .header-title.finished a,.manga tbody:first-of-type:hover .header-title.started a{width:100px!important}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:11px}.list-table-header .header-title.tags{display:none!important}.list-item{position:relative;display:block;width:100%;background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;padding:0!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:11px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Try another category?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}[data-owner="1"] .list-table[data-items="[]"]:after{content:"No entries found. Why not add some?"}[data-query*='"s":'] .list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?"}.data.status{position:absolute;top:0;left:0;width:1px!important;height:100%;padding:0!important}.status.reading,.status.watching{background:var(--watching)!important}.status.completed{background:var(--completed)!important}.status.onhold{background:var(--onhold)!important}.status.dropped{background:var(--dropped)!important}.status.plantoread,.status.plantowatch{background:var(--plantowatch)!important}.data.number{position:relative;top:-22px;width:20px;height:20px;background:var(--bg);border-radius:10px;margin:0 -28px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1}.list-item:nth-child(n+101) .data.number{text-indent:-7px}.list-item:nth-child(n+1001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.image{width:64px;height:64px;margin:4px 0 4px 8px;order:1}.data.image a{position:relative;display:block!important;border-radius:50%;overflow:hidden}.data.image img{width:64px!important;height:64px!important;border:none!important;object-fit:cover}.data.image a:after{content:"f14c";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;font:30px/64px FontAwesome;opacity:0}.data.image a:hover:after{opacity:1}.data.title{position:relative;width:142px;height:16px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto;line-height:16px}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status,.rereading,.rewatching{color:var(--text-dim)!important;font-size:10px!important}.content-status:before,.rereading:before,.rewatching:before{content:"["}.content-status:after,.rereading:after,.rewatching:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;z-index:1;width:92px;height:16px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);line-height:16px;font-size:10px}.data.number+td:not(.image)~.type{margin-left:28px;margin-right:-128px}.data.score{position:relative;width:26px;height:26px;order:13}.data.score a{display:block;width:26px;height:26px;background:var(--btn-bg);border-radius:13px;margin:0 0 0 auto;line-height:26px}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:0;right:0;display:block;width:40px;height:26px;padding:0 9px;background:var(--btn-bg-h) url(https://i.imgur.com/KF8oOyC.png) no-repeat 20px center/16px auto;border:none;border-radius:13px;box-shadow:none!important;color:var(--btn-text-h);font:bold 1.1em/26px Verdana,Arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}@-moz-document url-prefix(){.data.score select{padding:0 16px 0 0;text-align:center}}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3)}.data.chapter,.data.progress,.data.volume{width:92px;order:15}.data.chapter{margin-top:-34px}.data.volume{margin:34px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" f058";position:relative;top:1px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box;color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{width:92px;height:74px;background:var(--bg);order:14;color:var(--text);line-height:74px;z-index:1}.data.priority:before{content:"f0a2";font-family:FontAwesome}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.data.chapter~.priority,.data.progress~.priority,.data.volume~.priority{position:relative;margin-right:-92px;opacity:1;pointer-events:none;z-index:1}.list-item:hover .chapter~.priority,.list-item:hover .progress~.priority,.list-item:hover .volume~.priority{opacity:0}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:92px;order:20}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.licensor,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.magazine:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"UnknownaStudio"}.data.licensor:empty:before{content:"UnknownaLicensor"}.data.magazine:empty:before{content:"UnknownaMagazine"}.data.tags textarea{position:absolute;top:3px;right:4px;z-index:5;width:530px!important;height:calc(100% - 6px)!important;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;resize:none;color:var(--text)}@-moz-document url-prefix(){.data.tags textarea{width:524px!important;height:calc(100% - 14px)!important;padding:2px;box-sizing:initial!important}}.data.tags a.edit{position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;display:flex!important;width:100px;height:14px;flex-flow:row wrap;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);margin-right:3px;flex:0 0 auto;text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.manga .data.airing-finished,.manga .data.airing-started{width:107px}.manga .data.airing-finished{margin-left:-107px}.manga .data.airing-finished:before,.manga .data.airing-started:before{width:36px}.data.airing-finished::after,.data.airing-started::after,.data.days::after,.data.finished::after,.data.started::after{content:"-";display:block;width:63px;flex:0 0 auto;color:var(--text-dim);font-size:14px}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}.more-info .td1>div{margin:0}.more-info .td1>div>a{position:absolute;top:0;left:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{position:absolute;bottom:0;left:0;width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:"";position:absolute;left:0;top:-2px;width:100%;min-width:1060px;height:2px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}#copyright{padding:0;color:var(--text-head);line-height:16px}#copyright:after{content:"aList design by Valerio Lyndon.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px var(--shadow)}#fancybox-outer #fancybox-close:after{content:"f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/26px FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:transparent url(https://i.imgur.com/hFijppc.png) no-repeat right center/16px auto}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px var(--shadow);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"f00d Close";font:12px/26px Arial,FontAwesome,sans-serif}#fancybox-wrap[style*="width: 320px;"]{height:120px!important}[style*="width: 320px;"] #fancybox-inner{height:calc(100% - 20px)!important}div[style^="width: 300px;"]{display:flex;height:100%!important;flex-flow:column nowrap;justify-content:center;color:var(--text);font-size:13px!important}div[style^="width: 300px;"] div{font-size:0}div[style^="width: 300px;"] input{display:block;width:240px;height:26px;background:var(--btn-bg);border:none;border-radius:13px;box-shadow:0 1px 2px var(--shadow);margin:0 auto 5px;color:var(--text);font:normal 12px/26px Arial,Verdana,sans-serif;transition:all .3s ease;cursor:pointer}div[style^="width: 300px;"] input:hover{background:var(--btn-bg-h);color:var(--btn-text-h)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Hover Image on Circle R0.3 | *------------------------------*/ @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Category Headers (Round) R0.3 | *------------------------------*/ @import "https://malcat-gen.appspot.com/headers?template=[data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child($index){margin-top:48px;}[data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child($index):before{content:'$content'}&list=anime&user=ShaDedZz"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Dark Mode R3.4 | *------------------------------*/ :root{--banner:url(https://i.imgur.com/WaLokPG.jpg);--character:url(https://i.imgur.com/h8HW1jf.png);--pbg:#161616;--bg:#212121;--bg-dark:#444;--text:#ababab;--text-h:#416abe;--text-dim:#777;--text-dim-h:#999;--text-dark:#ababab;--shadow:rgba(0,0,0,0.8);--icon:#959595;--accent:#416abe;--banner-text:#f6f5ff;--banner-text-shadow:#e4bef4;--btn-bg:#191919;--btn-bg-h:#ababab;--btn-head-bg-h:#416abe;--btn-text-h:#212121;--text-head:#9b9b9b;--text-head-h:#ababab;--cover-bg:#090909;--edit-btn:#323232;--checkmark:#416abe}.cover-block:before{background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}.status-menu-container:after{background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0))}#footer-block:before{background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,0))}.data.score select{background-image:url(https://i.imgur.com/hFijppc.png)}#fancybox-overlay{opacity:.35!important}#advanced-options,#fancybox-outer{box-shadow:0 0 32px rgba(0,0,0,.75)}#fancybox-frame{-webkit-filter:invert(87.8%) hue-rotate(197deg);filter:invert(87.8%) hue-rotate(197deg)}#advanced-options [class*="-widget"] select{background-image:url(https://i.imgur.com/KF8oOyC.png)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Mis Cambios | *------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Character Renders R0.3 | *------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Category Headers (Round) R0.3 | *------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Change Banner Height | *------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | CatCol Header Text R0.0 | *------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ Delete @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; replace with @import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/dataimagelinkbefore"; @import "https://malscraper.azurewebsites.net/covers/manga/DateYutaka/presets/dataimagelinkbefore"; change "SpaceCowboy" and "DateYukata" in the imports to your username. This would speed up the layout dramatically since the original malscraper import is very heavy for the headers, afaik @import "https://malcat-gen.appspot.com/headers?template=[data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child($index) .status:before{content:'$content'}&user=ShaDedZz&list=anime"; the header code goes at the absolute top above everything else Thanks! Everything is almost fine now, but the anime hover covers aren't working. And a small detail the Home button, quick add button, anime list, manga list, history, export, etc. still lag a little but only when I'm on the All anime page, in the others it works fine. Edit: They lag on the pages that have lots of entries I don't know if that can be fixed. |
ShaDedZzJun 8, 2021 11:42 AM
Jun 8, 2021 11:41 AM
#795
For some reason it cuts my code and the spoiler button, I've tried to edit it but couldn't so here. /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index) .status:before{content:'$content'}&user=ShaDedZz&list=anime"; /*------------------------E-N-D-*/ /*==============================*\ | "Clarity" by Valerio Lyndon | | R25.2 | \*==============================*/ @\import "https://fonts.googleapis.com/css?family=Oswald"; :root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--background:none;--pbg:#efefef;--bg:#fff;--bg-dark:#ddd;--text:#323232;--text-h:#787878;--text-dim:#bababa;--text-dim-h:#646464;--text-dark:#111;--shadow:rgba(0,0,0,0.2);--icon:#323232;--accent:#4065ba;--banner-text:#fff;--banner-text-shadow:rgba(0,0,0,0.45);--btn-bg:#ebebeb;--btn-bg-h:#323232;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--text-head:#9b9b9b;--text-head-h:#787878;--watching:#2db039;--completed:#26448f;--onhold:#f1c83e;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:#9696eb}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:13px;box-shadow:0 1px 2px var(--shadow);overflow:hidden;color:var(--text)!important;font:normal 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) var(--background) no-repeat center/cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial,#recaptcha-terms{display:none!important}.cover-block{position:absolute;top:0;left:0;z-index:25;width:100%;min-width:1060px;height:318px;background:var(--cover-bg) var(--banner) no-repeat center center/cover scroll}.cover-block:before{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:50px;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}#cover-image,.btn-list-setting{display:none!important}#list-container #cover-image-container{display:block!important;width:1060px;height:100%;padding:0;background:var(--character) no-repeat right center/contain;margin:0 auto}#cover-image-container:after{content:var(--name);position:absolute;top:55px;left:50%;margin-left:-475px;color:var(--banner-text);font:bold 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px var(--banner-text-shadow);text-transform:uppercase;white-space:pre;transform:scale(.9) perspective(350px) rotateY(8deg) rotateZ(-3deg);animation:name-slide 3s 1 .5s backwards}@keyframes name-slide{0%{top:12px;margin-left:-535px;opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{top:55px;margin-left:-475px}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{z-index:36;display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"\f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:0;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:45!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,var(--shadow),transparent)}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{content:"";position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:var(--bg-dark) var(--avatar) no-repeat center top/cover;border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px var(--shadow)}.fixed .status-menu:after{top:0;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0;z-index:1}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0;color:var(--text)}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}.open~#search-button{pointer-events:none}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{content:"";position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;pointer-events:none;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:0;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"\f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"\f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.quick-add:hover:before{color:var(--btn-text-h)!important}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;color:var(--btn-text-h)!important;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:9px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-unit .list-status-title{width:1060px;height:64px;margin-top:-64px;background:0 0}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;display:block;width:auto;height:26px!important;border-radius:0 0 26px 0;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:416px;width:1060px!important;background:0 0!important;color:var(--text)!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:-26px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:39}.list-table>tbody:first-of-type:after{content:"\f0dc";position:absolute;top:0;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table .list-table-header .header-title{position:relative;display:inline-block;width:auto!important;height:auto;padding:0!important;border:none;background:0 0;font-weight:400}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table .list-table-header .header-title .link.sort{display:block;width:13px;height:26px;background:var(--btn-bg-h);border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:11px/26px Verdana,Arial,sans-serif;text-align:center;text-indent:-9px;white-space:normal;opacity:0}.list-table tbody:first-of-type:hover .list-table-header .header-title .link.sort{width:80px;opacity:1}.list-table-header .header-title a.hover_info{display:none!important}.list-table .list-table-header .header-title .link.sort:hover{background:var(--btn-head-bg-h)}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.anime tbody:first-of-type:hover .header-title.finished a,.anime tbody:first-of-type:hover .header-title.started a{padding:0 13px}.manga tbody:first-of-type:hover .header-title.finished a,.manga tbody:first-of-type:hover .header-title.started a{width:100px!important}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:11px}.list-table-header .header-title.tags{display:none!important}.list-item{position:relative;display:block;width:100%;background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;padding:0!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:11px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Try another category?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}[data-owner="1"] .list-table[data-items="[]"]:after{content:"No entries found. Why not add some?"}[data-query*='"s":'] .list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?"}.data.status{position:absolute;top:0;left:0;width:1px!important;height:100%;padding:0!important}.status.reading,.status.watching{background:var(--watching)!important}.status.completed{background:var(--completed)!important}.status.onhold{background:var(--onhold)!important}.status.dropped{background:var(--dropped)!important}.status.plantoread,.status.plantowatch{background:var(--plantowatch)!important}.data.number{position:relative;top:-22px;width:20px;height:20px;background:var(--bg);border-radius:10px;margin:0 -28px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1}.list-item:nth-child(n+101) .data.number{text-indent:-7px}.list-item:nth-child(n+1001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.image{width:64px;height:64px;margin:4px 0 4px 8px;order:1}.data.image a{position:relative;display:block!important;border-radius:50%;overflow:hidden}.data.image img{width:64px!important;height:64px!important;border:none!important;object-fit:cover}.data.image a:after{content:"\f14c";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;font:30px/64px FontAwesome;opacity:0}.data.image a:hover:after{opacity:1}.data.title{position:relative;width:142px;height:16px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto;line-height:16px}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status,.rereading,.rewatching{color:var(--text-dim)!important;font-size:10px!important}.content-status:before,.rereading:before,.rewatching:before{content:"["}.content-status:after,.rereading:after,.rewatching:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;z-index:1;width:92px;height:16px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);line-height:16px;font-size:10px}.data.number+td:not(.image)~.type{margin-left:28px;margin-right:-128px}.data.score{position:relative;width:26px;height:26px;order:13}.data.score a{display:block;width:26px;height:26px;background:var(--btn-bg);border-radius:13px;margin:0 0 0 auto;line-height:26px}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:0;right:0;display:block;width:40px;height:26px;padding:0 9px;background:var(--btn-bg-h) url(https://i.imgur.com/KF8oOyC.png) no-repeat 20px center/16px auto;border:none;border-radius:13px;box-shadow:none!important;color:var(--btn-text-h);font:bold 1.1em/26px Verdana,Arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}@-moz-document url-prefix(){.data.score select{padding:0 16px 0 0;text-align:center}}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3)}.data.chapter,.data.progress,.data.volume{width:92px;order:15}.data.chapter{margin-top:-34px}.data.volume{margin:34px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" \f058";position:relative;top:1px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box;color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{width:92px;height:74px;background:var(--bg);order:14;color:var(--text);line-height:74px;z-index:1}.data.priority:before{content:"\f0a2";font-family:FontAwesome}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.data.chapter~.priority,.data.progress~.priority,.data.volume~.priority{position:relative;margin-right:-92px;opacity:1;pointer-events:none;z-index:1}.list-item:hover .chapter~.priority,.list-item:hover .progress~.priority,.list-item:hover .volume~.priority{opacity:0}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:92px;order:20}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.licensor,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.magazine:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"Unknown\aStudio"}.data.licensor:empty:before{content:"Unknown\aLicensor"}.data.magazine:empty:before{content:"Unknown\aMagazine"}.data.tags textarea{position:absolute;top:3px;right:4px;z-index:5;width:530px!important;height:calc(100% - 6px)!important;background:var(--btn-bg);border:1px solid var(--bg-dark);outline-color:var(--accent)!important;resize:none;color:var(--text)}@-moz-document url-prefix(){.data.tags textarea{width:524px!important;height:calc(100% - 14px)!important;padding:2px;box-sizing:initial!important}}.data.tags a.edit{position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"\f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;display:flex!important;width:100px;height:14px;flex-flow:row wrap;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis;white-space:nowrap}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);margin-right:3px;flex:0 0 auto;text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.manga .data.airing-finished,.manga .data.airing-started{width:107px}.manga .data.airing-finished{margin-left:-107px}.manga .data.airing-finished:before,.manga .data.airing-started:before{width:36px}.data.airing-finished::after,.data.airing-started::after,.data.days::after,.data.finished::after,.data.started::after{content:"-";display:block;width:63px;flex:0 0 auto;color:var(--text-dim);font-size:14px}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}.more-info .td1>div{margin:0}.more-info .td1>div>a{position:absolute;top:0;left:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{position:absolute;bottom:0;left:0;width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:"";position:absolute;left:0;top:-2px;width:100%;min-width:1060px;height:2px;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}#copyright{padding:0;color:var(--text-head);line-height:16px}#copyright:after{content:"\aList design by Valerio Lyndon.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px var(--shadow)}#fancybox-outer #fancybox-close:after{content:"\f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"\f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/26px FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:transparent url(https://i.imgur.com/hFijppc.png) no-repeat right center/16px auto}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px var(--shadow);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"\f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"\f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"\f00d Close";font:12px/26px Arial,FontAwesome,sans-serif}#fancybox-wrap[style*="width: 320px;"]{height:120px!important}[style*="width: 320px;"] #fancybox-inner{height:calc(100% - 20px)!important}div[style^="width: 300px;"]{display:flex;height:100%!important;flex-flow:column nowrap;justify-content:center;color:var(--text);font-size:13px!important}div[style^="width: 300px;"] div{font-size:0}div[style^="width: 300px;"] input{display:block;width:240px;height:26px;background:var(--btn-bg);border:none;border-radius:13px;box-shadow:0 1px 2px var(--shadow);margin:0 auto 5px;color:var(--text);font:normal 12px/26px Arial,Verdana,sans-serif;transition:all .3s ease;cursor:pointer}div[style^="width: 300px;"] input:hover{background:var(--btn-bg-h);color:var(--btn-text-h)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Hover Image on Circle R0.3 | \*------------------------------*/ @\import "https://malscraper.azurewebsites.net/covers/anime/ShaDedZz/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Dark Mode R3.4 | \*------------------------------*/ :root{--banner:url(https://i.imgur.com/WaLokPG.jpg);--character:url(https://i.imgur.com/h8HW1jf.png);--pbg:#161616;--bg:#212121;--bg-dark:#444;--text:#ababab;--text-h:#416abe;--text-dim:#777;--text-dim-h:#999;--text-dark:#ababab;--shadow:rgba(0,0,0,0.8);--icon:#959595;--accent:#416abe;--banner-text:#f6f5ff;--banner-text-shadow:#e4bef4;--btn-bg:#191919;--btn-bg-h:#ababab;--btn-head-bg-h:#416abe;--btn-text-h:#212121;--text-head:#9b9b9b;--text-head-h:#ababab;--cover-bg:#090909;--edit-btn:#323232;--checkmark:#416abe}.cover-block:before{background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}.status-menu-container:after{background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0))}#footer-block:before{background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,0))}.data.score select{background-image:url(https://i.imgur.com/hFijppc.png)}#fancybox-overlay{opacity:.35!important}#advanced-options,#fancybox-outer{box-shadow:0 0 32px rgba(0,0,0,.75)}#fancybox-frame{-webkit-filter:invert(87.8%) hue-rotate(197deg);filter:invert(87.8%) hue-rotate(197deg)}#advanced-options [class*="-widget"] select{background-image:url(https://i.imgur.com/KF8oOyC.png)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Mis Cambios | \*------------------------------*/ body { --avatar: url(https://pa1.narvii.com/6791/a6bbd38f3052882a7224d00a2940b0c986cdfb48_hq.gif); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Character Renders R0.3 | \*------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | CatCol Header Text R0.0 | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ |
Jun 8, 2021 12:25 PM
#796
@ShaDedZz Delete this entire section. Something was broken here, I think Replace it with the import for the same @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; If you have almost 2000 PTW entries I guess the list is gonna lag- start your list on current and use that, move planned anime to another account, etc, import the entire CSS, there's a tutorial on this |
Jun 8, 2021 1:27 PM
#797
Shishio-kun said: @ShaDedZz Delete this entire section. Something was broken here, I think Replace it with the import for the same @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; If you have almost 2000 PTW entries I guess the list is gonna lag- start your list on current and use that, move planned anime to another account, etc, import the entire CSS, there's a tutorial on this Thank you very much! Now it's all good :D |
Jun 8, 2021 8:52 PM
#798
Suddenly the stats button in my animelist stopped working. When I click on the "stats" button nothing shows up. Can someone please help??? This is my list CSS: /*------------------------------*\ | IMPORTS | \*------------------------------*/ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; @\import "https://malscraper.azurewebsites.net/covers/anime/LEGENDS_OF_ANIME/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20Compressed.css"; /* ====================*\ |Dark Mode Filter Fix | \*=====================*/ body[data-owner="1"] #fancybox-frame { filter: none; } /*================================*/ /*------------------------------*\ | NAME | \*------------------------------*/ body { --name: "LEGENDS OF\a ANIME"; } #cover-image-container:after { top: 55px; left: 35%; } body { --character: none; } #cover-image-container:after { text-shadow: 1px 4px 5px #f22929; color: #7b3eed; } /*------------------------------*\ | AVATAR | \*------------------------------*/ [data-query*="status\":7"] { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } /* Watching */ [data-query*="status\":1"] { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } /* Completed */ [data-query*="status\":2"] { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } /* Onhold */ [data-query*="status\":3"] { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } /* Dropped */ [data-query*="status\":4"] { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } /* Planned */ [data-query*="status\":6"] { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } /*------------------------------*\ | BANNER | \*------------------------------*/ /* All Anime */ [data-query*='status":7'] { --banner: url(https://i.imgur.com/gATFmUX.jpg); } /* Watching/Reading */ [data-query*='status":1'] { --banner: url(https://i.imgur.com/0YfSPBK.png); } /* Completed */ [data-query*='status":2'] { --banner: url(https://i.imgur.com/i5yfzkd.jpg); } /* Onhold */ [data-query*='status":3'] { --banner: url(https://i.imgur.com/qWsIEf8.jpg); } /* Dropped */ [data-query*='status":4'] { --banner: url(https://i.imgur.com/hhd4Pdx.png?1); } /* Planned */ [data-query*='status":6'] { --banner: url(https://i.imgur.com/73pNrNU.jpg); } /*------------------------------*\ | BACKGROUND | \*------------------------------*/ /* All Anime */ body[data-query*='status":7'] { --background: url(https://i.imgur.com/02mSogk.jpg); } /* Watching/Reading */ body[data-query*='status":1'] { --background: url(https://i.imgur.com/02mSogk.jpg); } /* Completed */ body[data-query*='status":2'] { --background: url(https://i.imgur.com/02mSogk.jpg); } /* Onhold */ body[data-query*='status":3'] { --background: url(https://i.imgur.com/02mSogk.jpg); } /* Dropped */ body[data-query*='status":4'] { --background: url(https://i.imgur.com/02mSogk.jpg); } /* Planned */ body[data-query*='status":6'] { --background: url(https://i.imgur.com/02mSogk.jpg); } } /*------------------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 318px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------------*\ | Change Status Bar Width | \*------------------------------*/ .data.status { width: 2px !important; } .list-table-data { padding-left: 2px; padding-right: 0px; } /*------------------------------*\ | CATEGORY LINE BORDER | \*------------------------------*/ [data-query*='status":7'] {--header-border:var(--accent)} [data-query*='status":1']{--header-border:var(--watching)} [data-query*='status":2']{--header-border:var(--completed)} [data-query*='status":3']{--header-border:var(--onhold)} [data-query*='status":4']{--header-border:var(--dropped)} [data-query*='status":6']{--header-border:var(--plantowatch)} .status-menu-container:before{ height:56px; border-width:4px 0; border-style:solid; border-color:var(--header-border)} .status-menu:after{ left:-4px; top:-47px; border-width:4px; box-shadow:0 0 0 4px var(--header-border)} .fixed .status-menu:after{ top:4px; } /*------------------------------*\ | HEADER COLORS | \*------------------------------*/ :root { /* Status Colours */ /*--watching: #2db039;*/ --watching: #2ad449; --completed: #3492f7; --onhold: #f7ff03; --dropped: #d1171a; --plantowatch: #fff; } /*------------------------------*\ | HEADER TEXT | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease} .status-menu .status-button.on:nth-of-type(1), .status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important} .status-menu .status-button.on:nth-of-type(2), .status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important} .status-menu .status-button.on:nth-of-type(3), .status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important} .status-menu .status-button.on:nth-of-type(4), .status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important} .status-menu .status-button.on:nth-of-type(5), .status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important} .status-menu .status-button.on:nth-of-type(6), .status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------------*\ | CHANGE BANNER HIGHT | \*------------------------------*/ :root { --banner-height: 700px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 228px); } /*------------------------------*\ | STATUS BAR SIZE | \*------------------------------*/ .data.status { width: 3px !important; } .list-table-data { padding-left: 0px; } /*------------------------------*\ | AVATAR LOCATION | \*------------------------------*/ .status-menu:after { left: -12px; border-radius: 30%; top: -55px; } /*------------------------------*\ | EDIT/MORE TEXT | \*------------------------------*/ .add-edit-more { /* text */ --text-dim: #a3a0a0; /* text on hover */ --text-dim-h: #bfbdbd; } /*------------------------------*\ | AIRING/NOT AIRING TEXT | \*------------------------------*/ .data.title { padding: 10px !important; height: auto; } .data.title::after { content: none; } .data.title .link.sort { position: static; display: inline; padding-right: 0; margin-right: 3px; white-space: normal; } .content-status, .rereading, .rewatching { --text-dim: #a3a0a0; --text-dim-h: #bfbdbd; } .content-status::before, .rereading::before, .rewatching::before, .content-status::after, .rereading::after, .rewatching::after { content: none; } .list-table .list-table-data .data.title .add-edit-more { display: block; height: 15px; } /*------------------------------*\ | ROW COVER ANIMATION | \*------------------------------*/ .list-item:hover { transform:scale(1.03); } .list-item:hover { z-index: 1; } .list-item:hover { background-color: #292929 !important; } /*------------------------------*\ | HOVER COVER IMAGE | \*------------------------------*/ .data.image a{ overflow:visible } .data.image a:before{ content:""; position:absolute; top:50%; left:-185px; z-index:50; width:150px; height:0; transform:scale(1.1); background:var(--bg-dark) no-repeat center/cover; border-radius:8px; box-shadow:0 0 2px #000; opacity:0;pointer-events:none; transition:all .3s ease } .list-item:hover .data.image a:before{ top:calc(50% - 100px); height:200px;opacity:1 } .data.image a:after, .data.image img{border-radius:50% } /*------------------------------*\ | COVER IMAGE BORDER | \*------------------------------*/ /*Border*/ .data.image a::before { border: 3px solid var(--item-category); box-sizing: border-box; } /*------------------------------*\ | Transparent List Rows | \*------------------------------*/ :root { /* Change colour here */ --row-tint: rgba(33,33,33,0.5); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important;} /*------------------------------*\ | SCORE DESCRIPTION POPUP | \*------------------------------*/ .score-na::before { content: "NOT DECIDED"; } .score-1::before { content: "UNREDEEMABLE"; } .score-2::before { content: "HORRIBLE"; } .score-3::before { content: "AWFUL"; } .score-4::before { content: "BAD"; } .score-5::before { content: "AVARAGE"; } .score-6::before { content: "FINE"; } .score-7::before { content: "GOOD"; } .score-8::before { content: "GREAT"; } .score-9::before { content: "AMAZING"; } .score-10::before { content: "MASTERPIECE"; } /* Internals */ .score-label { position: relative; display: inline-block; z-index: 0; transition: color 0.3s ease; } .score-label:hover { color: #fff !important; } .score-label::before { position: absolute; top: -4px; left: -10px; z-index: -1; display: block; padding: 4px 8px 4px calc(100% + 12px); background: #111; border-radius: 4px; opacity: 0; transition: opacity 0.3s ease; white-space: pre; text-align: left; pointer-events: none; } .score-label:hover::before { opacity: 1; } div.status-menu::after { } /*------------------------------*\ | ENTRY NUMBER COLOR | \*------------------------------*/ .data.number { background: var(--btn-bg) !important; color: #cfcfcf; } /*------------------------------*\ | ROW ELEMENTS COLOR CONFIG | \*------------------------------*/ .data.progress span:only-of-type:after{ content:" \f058"; color:var(--item-category)!important; } .list-table .list-table-data .data a { color: #fff !important; text-decoration: none!important; } .data.chapter span, .data.progress span, .data.volume span { color: #fff; } .data.progress:before { content: "Progress:"; color: #fff; } .data.started { top: -10px; } .data.finished { top: 10px; margin-left: -100px; } .data.type { top: -22px; } .data.days { top: 10px; left: -805px; margin-left: -100px; } .data.airing-finished:before, .data.airing-started:before, .data.days:before, .data.finished:before, .data.started:before { color: #a8a8a8; } /*------------------------------*\ | SEASON BUTTON CONFIG | \*------------------------------*/ .data.season::before { content: none; } .list-table-data .data.season a { display: block; width: 70px; padding: 2px; background: #1e2226; border-radius: 3px; color: var(--item-category-contrast) !important; text-align: center; line-height: 22px; } /*------------------------------*\ | ROW HOVER ANIMATION | \*------------------------------*/ .list-item:hover { transform:scale(1.03); } .list-item:hover { z-index: 1; } .list-item:hover { background-color: #292929 !important; } /*------------------------------*\ | ROW BACKGROUND | \*------------------------------*/ .list-item { z-index: 0; background: none !important; } .data.title { position: static; } .title .link::before { content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed; pointer-events: none; } /*------------------------------*\ | HEADER - ROW LIST SPACING | \*------------------------------*/ .list-table > tbody:first-of-type { /* adjust this number to increase or decrease spacing * negative numbers e.x -12px are accepted */ margin-bottom: 17px; } /*------------------------------*\ | HORIZONTAL TAGS | \*------------------------------*/ .list-table-data{ padding-bottom:11px } .data.tags{ position:absolute; left:0; top:0; display:flex!important; width:0; height:100%; padding:0!important; align-items:flex-end } .data.tags div{ max-width:980px; margin:0 0 4px 80px; font-size:0; white-space:nowrap } .data.tags span{ display:inline-block; padding:0 } .data.tags span a{ padding:1px 8px!important; margin:0 4px 0 0; white-space:nowrap } .data.tags span a[href*="=Favo"]{ padding:0!important } .data.tags a.edit{right:-1060px}.data.tags textarea{right:-1060px} /*------------------------------*\ | GENRES | \*------------------------------*/ .data.tags span a[href*="\=Action"] { background: BGCOLOUR; color: #bc2525 !important } .data.tags span a[href*="\=Adventure"] { background: BGCOLOUR; color: #c65d2f !important } .data.tags span a[href*="\=Cars"] { background: BGCOLOUR; color: #a88037 !important } .data.tags span a[href*="\=Comedy"] { background: BGCOLOUR; color: #ce901c !important } .data.tags span a[href*="\=Dementia"] { background: BGCOLOUR; color: #9aaa2e !important } .data.tags span a[href*="\=Demons"] { background: BGCOLOUR; color: #db4123 !important } .data.tags span a[href*="\=Drama"] { background: BGCOLOUR; color: #54d861 !important } .data.tags span a[href*="\=Ecchi"] { background: BGCOLOUR; color: #ad2682 !important } .data.tags span a[href*="\=Fantasy"] { background: BGCOLOUR; color: #07b5c1 !important } .data.tags span a[href*="\=Game"] { background: BGCOLOUR; color: #acf4f9 !important } .data.tags span a[href*="\=Harem"] { background: BGCOLOUR; color: #d1a806 !important } .data.tags span a[href*="\=Hentai"] { background: BGCOLOUR; color: #ea38b2 !important } .data.tags span a[href*="\=Historical"] { background: BGCOLOUR; color: #a59b72 !important } .data.tags span a[href*="\=Horror"] { background: BGCOLOUR; color: #b50800 !important } .data.tags span a[href*="\=Josei"] { background: BGCOLOUR; color: #7d24b5 !important } .data.tags span a[href*="\=Kids"] { background: BGCOLOUR; color: #05ff6d !important } .data.tags span a[href*="\=Magic"] { background: BGCOLOUR; color: #574aad !important } .data.tags span a[href*="\=Martial%20Arts"] { background: BGCOLOUR; color: #b3cfe2 !important } .data.tags span a[href*="\=Mecha"] { background: BGCOLOUR; color: #FF0000 !important } .data.tags span a[href*="\=Military"] { background: BGCOLOUR; color: #024c00 !important } .data.tags span a[href*="\=Music"] { background: BGCOLOUR; color: #20b27c !important } .data.tags span a[href*="\=Mystery"] { background: BGCOLOUR; color: #bc6f7c !important } .data.tags span a[href*="\=Parody"] { background: BGCOLOUR; color: #54bfb4 !important } .data.tags span a[href*="\=Police"] { background: BGCOLOUR; color: #1959e5 !important } .data.tags span a[href*="\=Psychological"] { background: BGCOLOUR; color: #630202 !important } .data.tags span a[href*="\=Romance"] { background: BGCOLOUR; color: #ff61f4 !important } .data.tags span a[href*="\=Samurai"] { background: BGCOLOUR; color: #8c82ff !important } .data.tags span a[href*="\=School"] { background: BGCOLOUR; color: #fff8d6 !important } .data.tags span a[href*="\=Sci-Fi"] { background: BGCOLOUR; color: #598aff !important } .data.tags span a[href*="\=Seinen"] { background: BGCOLOUR; color: #61717c !important } .data.tags span a[href*="\=Shoujo"] { background: BGCOLOUR; color: #c677ff !important } .data.tags span a[href*="\=Shoujo%20Ai"] { background: BGCOLOUR; color: #b677ff !important } .data.tags span a[href*="\=Shounen"] { background: BGCOLOUR; color: #94a1ff !important } .data.tags span a[href*="\=Shounen%20Ai"] { background: BGCOLOUR; color: #84a1ff !important } .data.tags span a[href*="\=Slice%20of%20Life"] { background: BGCOLOUR; color: #e0ffc4 !important } .data.tags span a[href*="\=Space"] { background: BGCOLOUR; color: #4304b0 !important } .data.tags span a[href*="\=Sports"] { background: BGCOLOUR; color: #fc9700 !important } .data.tags span a[href*="\=Super%20Powers"] { background: BGCOLOUR; color: #7a2334 !important } .data.tags span a[href*="\=Supernatural"] { background: BGCOLOUR; color: #8258c7 !important } .data.tags span a[href*="\=Thriller"] { background: BGCOLOUR; color: #998671 !important } .data.tags span a[href*="\=Vampire"] { background: BGCOLOUR; color: #630031 !important } .data.tags span a[href*="\=Yaoi"] { background: BGCOLOUR; color: #571693 !important } .data.tags span a[href*="\=Yuri"] { background: BGCOLOUR; color: #93165f !important } .data.tags span a[href*="\=Super%20Power"] { background: BGCOLOUR; color: #04b2b5 !important } .data.tags span a[href*="=Art%2FAnimation"] { background: url(https://image.myanimelist.net/ui/5LYzTBVoS196gvYvw3zjwBn6wo3BMhxmNN0w_H0mTfE) ; color: white !important } /*------------------------------*\ | NOT GENRES | \*------------------------------*/ .data.tags span a[href*="=Manga"] { background: BGCOLOUR; color: #41f0e7 !important } .data.tags span a[href*="\=YOLIN"] { background: BGCOLOUR; color: #2cdb5b !important } .data.tags span a[href*="\=SALVINA"] { background: BGCOLOUR; color: #7635ab !important } .data.tags span a[href*="=Underrated"] { background: BGCOLOUR; color: #2c3030 !important } .data.tags span a[href*="=Childhood"] { background: BGCOLOUR; color: #c18bf7 !important } .data.tags span a[href*="=Story"] { background: BGCOLOUR; color: #75fadd !important } .data.tags span a[href*="=Overpowered"] { background: BGCOLOUR; color: #5007b0 !important } /*------------------------------*\ | TAG DESCRIPTION | \*------------------------------*/ .data.tags span a[href*="=YOLIN"]:after { content: "This was recommended to me by my Otaku friend YOLIN" } .data.tags span a[href*="=SALVINA"]:after { content: "This was recommended to me by my Otaku friend SALVINA" } .data.tags a[href*="=Childhood"]:after { content: "The anime that I watched watched when I was little" } .data.tags a[href*="=Manga"]:after { content: "I preffered reading the Manga and feel like it is better" } .data.tags a[href*="=Underrated"]:after { content: "Shows that I think are REALLY GOOD but most people haven't watched it" } .data.tags a[href*="=Art%2FAnimation"]:after { content: "The animation was TOOOOOO GOOD" } .data.tags a[href*="=Story"]:after { content: "I LOVED THE STORY" } .data.tags a[href*="=Overpowered"]:after { content: "The MC or the other characters are OVERPOWERED in this anime" } /*------------------------------*\ | TAG HOVER DESCRIPTION CONFIG | \*------------------------------*/ .data.tags span a { position: relative; } .data.tags span a::after { position: absolute; top: calc(100% + 5px); left: 50%; z-index: 2; width: max-content; max-width: 250px; padding: 6px; background: #181818; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.75); color: #fff; white-space: pre-wrap; opacity: 0; transform: translateX(-50%); transition: opacity 0.3s ease; pointer-events: none; } .data.tags span a:hover::after { opacity: 1; } /*------------------------------*\ | CATEGORY COLOR SETUP | \*------------------------------*/ .watching ~ .data, .reading ~ .data { --item-category: var(--watching); --item-category-contrast: #fff; } .completed ~ .data { --item-category: var(--completed); --item-category-contrast: #fff; } .onhold ~ .data { --item-category: var(--onhold); --item-category-contrast: #fff; } .dropped ~ .data { --item-category: var(--dropped); --item-category-contrast: #fff; } .plantowatch ~ .data, .plantoread ~ .data { --item-category: var(--plantowatch); --item-category-contrast: #fff; } /*------------------------------*\ | COVER IMAGE BORDER | \*------------------------------*/ .data.image a::before { border: 3px solid var(--item-category); box-sizing: border-box; } /*-S-T-A-R-T--------------------*\ | Change List Width | \*------------------------------*/ :root { --listWidth: 1140px; /* desired list width - 1060px is default */ } .list-block { min-width: 1060px; /* Minimum list width */ width: var(--listWidth); max-width: calc(100% - 30px); /* prevents list overflowing page edges */ } .list-table-data { max-width: var(--listWidth); } /* change some items so they remain in their correct positions after width change */ .list-unit .list-status-title { width: 100%; } .list-status-title .stats { right: calc(50% - 498px) !important; } .list-table > tbody:first-of-type { left: calc(50% + 502px); } .data.tags a.edit { right: -1140px; width: 8px!important; } |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Jun 12, 2021 6:07 PM
#799
LEGENDS_OF_ANIME said: Suddenly the stats button in my animelist stopped working. When I click on the "stats" button nothing shows up. Can someone please help??? This is my list CSS: -snip- Seems to be an issue with the positioning. To fix it, you can either find the banner height code on line ~210: .list-stats { top: calc(var(--banner-height) + 228px); } And change it to this: .list-stats { top: calc(var(--banner-height) + 98px); } Or simply add this ^ second code to the bottom of your CSS. |
Jun 14, 2021 9:30 AM
#800
JayDaAnimeLord said: how do we make the preview images larger? -> for clarity list design as well or is it the same way ? do the banner images have a specific size? Moved your post to here |
More topics from this board
» theme helpthreat - Jul 5 |
5 |
by Zaryf
»»
Aug 21, 5:46 AM |
|
» [CSS] ⭐️ Customize your List Cursor + Cursor FixesShishio-kun - Mar 8, 2021 |
30 |
by Shishio-kun
»»
Jul 28, 3:17 AM |
|
» How To Have Different Banner/Cover image & Background Image For Manga & Anime ListsYasminaRegina - Jul 25 |
2 |
by YasminaRegina
»»
Jul 26, 1:02 AM |
|
Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )Shishio-kun - Nov 17, 2023 |
52 |
by LucaBalsa
»»
Jul 6, 2:02 PM |
|
» [CSS/BBCODE] ⭐️ How to view anyone's CSS or BBcodes (for lists, profiles, or clubs)!Shishio-kun - Feb 6, 2012 |
37 |
by sunnysummerday
»»
Jun 11, 7:44 PM |