New
This topic has been locked and is no longer available for discussion.
Mar 26, 2021 2:39 PM
#401
AraZeL said: @\import "https://malscraper.azurewebsites.net/covers/auto/presets/datatitlebefore"; Not working anymore. Other solution? Yes, see the first post there are new imports |
Mar 28, 2021 9:54 AM
#402
Mar 28, 2021 10:14 AM
#403
Hinaya said: So I followed the video tutorial and read through the post here but I am zeroing on what exactly do I need to fix with my list to make it work. I am trying to use Turnip's modern layout. Here's how my list looks like rn: What are you trying to fix? What is Turnips layout code or link, and how is it supposed to look? I don't know who that is or what layout they made. |
Mar 31, 2021 1:26 PM
#404
bumping to fix the stickies back |
Apr 3, 2021 1:59 AM
#405
Apr 3, 2021 9:28 AM
#406
LeFaChu said: Hello everyone! I would like to know if it is possible to add falling snow on my anime and manga background, I tried with the layout and some codes but it didn´t work :( I was planning to do a topic with all the CSS effects soon, so keep an eye out for it. |
Apr 3, 2021 9:36 AM
#407
Updated the OP with new solutions for private lists. More to come probably, to help prevent the need for manual updates and changing imports again. |
Apr 10, 2021 3:19 AM
#408
Shishio-kun said: Hinaya said: So I followed the video tutorial and read through the post here but I am zeroing on what exactly do I need to fix with my list to make it work. I am trying to use Turnip's modern layout. Here's how my list looks like rn: What are you trying to fix? What is Turnips layout code or link, and how is it supposed to look? I don't know who that is or what layout they made. Hey, sorry for the delayed reply. This is the link to the code that I pasted while following the video instructions: http://pasted.co/141d0c26 As for the layout, it's 7th on the left from the bottom on the main page, under the modern layout options, the one with Miku banner with deep sea colours. |
Apr 11, 2021 4:55 PM
#409
Hinaya said: Shishio-kun said: Hinaya said: So I followed the video tutorial and read through the post here but I am zeroing on what exactly do I need to fix with my list to make it work. I am trying to use Turnip's modern layout. Here's how my list looks like rn: What are you trying to fix? What is Turnips layout code or link, and how is it supposed to look? I don't know who that is or what layout they made. Hey, sorry for the delayed reply. This is the link to the code that I pasted while following the video instructions: http://pasted.co/141d0c26 As for the layout, it's 7th on the left from the bottom on the main page, under the modern layout options, the one with Miku banner with deep sea colours. This one, I take it. The result you are getting seems to match the image and what I get when I use the code. The only difference is the banner image, which is controlled via the default theme settings and not the CSS (in the case of this theme, anyhow). The banner image itself seems to be a cropped version of the background image: https://anime-pictures.net/pictures/view_post/307948 https://i.imgur.com/poQXO58.jpg To get a similar result, you can use an online tool such as https://www.photopea.com/ or https://ezgif.com/ to crop the image and then optimize/downscale it to the point that it's 1MB or less in size (MAL has a 1MB upload limit on banner images). |
Apr 24, 2021 11:54 AM
#411
This has been updated again for like the millionth time to fix new issues |
May 11, 2021 8:11 PM
#412
um i was trying to edit my list but for some reason the images are halved i was hoping you could look into the css and tell me if something is wrong with it here's the link to the css https://pastebin.com/aGHevPBb here's my profile https://myanimelist.net/profile/theanimenerd999 any help would be much appreciated |
May 11, 2021 11:48 PM
#413
theanimenerd999 said: um i was trying to edit my list but for some reason the images are halved i was hoping you could look into the css and tell me if something is wrong with it here's the link to the css https://pastebin.com/aGHevPBb here's my profile https://myanimelist.net/profile/theanimenerd999 any help would be much appreciated As in, the images are cropped smaller than you'd like? For instance, on this banner, are you saying you want it to display more like this? Current: What I assume you want: If that's correct, then you're in luck as I have made code for this before. Add this code to the bottom of your CSS, then you can change the number at the top (the "500px"). Increase it to something like "660px" to reveal more of the image. /* LIST BANNER SPACING */ body { /* Change spacing here - default value is 500px */ --table-top-spacing: 500px; } .list-unit { padding-top: var(--table-top-spacing); } .list-block .list-unit .list-status-title::after { height: var(--table-top-spacing) !important; background-size: cover; margin-top: calc(var(--table-top-spacing) * -1) !important; } .list-unit .list-status-title .stats { margin-top: calc((var(--table-top-spacing) * -1) - 50px); } .list-unit .list-stats { margin-top: calc(var(--table-top-spacing) * -1) !important; } .list-table .list-table-header { margin-top: calc(var(--table-top-spacing) * -1 - 15px); } For changing image sizes, it will usually require some modification of the code like this, although usually simpler than the code I gave above. I also recommend checking out the commented code near the top of the theme's CSS where Shishio has quite a few notes on changing parts of the theme. If you meant something else, I'll need you to explain it in some more detail. |
May 12, 2021 6:18 AM
#414
thanks bud that did it god bless |
May 12, 2021 10:35 AM
#415
@Valerio_Lyndon hmm I wonder if that can be done with the new default codes now, or if I should add some contain/cover codes to each banner |
May 17, 2021 8:49 PM
#416
Shishio-kun said: @Valerio_Lyndon hmm I wonder if that can be done with the new default codes now, or if I should add some contain/cover codes to each banner Most of what that code does can be accomplished with your new customizations at the top, yep. IIRC you have one for increasing banner height and for moving list items down, so that achieves a pretty similar result. |
Jun 7, 2021 9:54 PM
#417
This might be an easy fix but I haven't been able to do it. When trying to edit the score, putting my mouse directly on the number will not enable the hover. When I put my mouse just under or just above it, then I can click it to change the score. https://docs.google.com/document/d/1Wj5x55NHSfBZYpmMxqRFq9kWQ9OfWR4WJwd1QX0YaRg/edit?usp=sharing I noticed that the code was too long for the comment so here it is in google docs Edit: I forgot to mention I changed it to pointer events none so it wouldn't bug me for now. |
Paper2017Jun 8, 2021 9:19 AM
Jun 24, 2021 9:55 PM
#418
I'm having an issue where I've got images hovering to the left for my anime and manga lists; for the animelist, everything works really well, but on the mangalist, the hovering images only show up black. I've got the anime theme as the dark blue, and manga as white blue, if that makes a difference. Here's my code for the manga: @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkafter"; body { background-image: url(https://wallpaperaccess.com/full/1489985.png); background-position: center; } /*FOR LIGHT LAYOUTS*/ /*CHANGING THE LIST COLORS */ /* BACKGROUND COLOR OF CATEGORY LINKS Find codes below with "rgba" followed by numbers in parenthesis. The first number in the parenthesis is the amount of red (0-255). The second number in the parenthesis is the amount of green (0-255). The third number in the parenthesis is the amount of blue (0-255). The fourth number in the parenthesis is the amount of opacity (.0 to 1). Change the fourth number (opacity) to a lesser number like .3 for more transparency. Raise to a higher number like .8 for less transparency. Generate RGBA color codes you can use here http://www.hexcolortool.com/ You can also use color names and color numbers for the background color too. */ .status-menu-container{ background-color: rgba(0,0,0,.2) !important; } /* CATEGORY HEADER BACKGROUND COLOR */ .list-unit .list-status-title { background-color: ; } /* BACKGROUND AND BORDER COLOR OF LIST */ .list-block, .cover-block{ background-color: rgba(0,0,0,.2) !important; } /*BACKGROUND COLOR OF ROWS ON HOVER */ tbody[class*="list-item"]:hover, .list-table tbody:nth-of-type(2n+1):hover { background-color:rgba(0,0,0,.4) !important;} /*BACKGROUND COLOR OF SIDE MENU */ .list-menu-float .icon-menu { background: ; background-color: dimgrey; } /*BACKGROUND COLOR OF SIDE MENU WHEN OPENED*/ .list-menu-float .icon-menu:not(.profile):hover, .list-menu-float .icon-menu.setting:hover .text .link-list-setting, .list-menu-float .icon-menu.setting:hover .text .link-style-setting { background:; background-color: dimgrey; } /*BORDER COLOR OF SIDE MENU */ .list-menu-float{ border: #EBEBEB 1px solid; } /*FOOTER COLOR */ #footer-block { background-color: #244291; } /*FONT COLORS Change the colors to what you want. Put the color you want for fonts after color: for each code below.*/ /* HEADER TEXT COLORS*/ .header .header-menu *,#header-menu-button,.header .header-menu a{ color: ; } /* CATEGORY BUTTON LINK COLORS*/ .status-menu-container .status-menu .status-button, .status-menu-container .status-menu .status-button.on{ color: magenta; } /* STATS FILTER COLORS*/ .list-unit .list-status-title .stats *, .list-unit .list-status-title .stats a{ color: ; } /* ANIME STAT COLORS*/ .list-unit .list-stats{ color: ; font-family: arial; } /* CATEGORY HEADER FONT */ .list-unit .list-status-title .text { color: ; font-family: arial; } /* COLLUMN HEADER COLORS */ .list-table .list-table-header .header-title, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title.image a{ color: magenta ; font-family: ; } /* LIST LINK FONT */ .list-table .list-table-data .data a{ color: magenta ; font-family: arial; } /* LIST NON-LINK FONT */ .list-table .list-table-data .data{ color: white ; font-family: arial; } /* TAGS EDIT FONT */ .list-table .list-table-data .tags .edit{ color: ; font-family: arial; } /* SIDE MENU ICONS */ .list-menu-float .icon-menu svg.icon{ fill: ; } /* SIDE MENU ICONS AND TEXT WHEN OPENED*/ .list-menu-float .icon-menu svg.icon:hover{ fill: white !Important; } /* FOOTER FONT COLORS */ #footer-block *, #footer-block a{ color: ; font-family: arial; } /* LINK COLOR ON HOVER Make sure your color is followed by a space and !important */ a:hover, .list-table .list-table-data .data a:hover{ color: lavender !important; } /* OTHER CODES*/ body{ background-size: cover !important; background-attachment: fixed !important; } .cover-block { padding-left: 17px; padding-right: 17px; } .list-table > tbody:nth-of-type(2n+1), .list-table, .list-container, .list-table .list-table-header .header-title{ background-color: transparent !important; border: 0 transparent solid !important; } .list-table .list-table-data .data{ border: 0 transparent solid !important; } /* COVER SIZE */ .data.image a:after{ width: 200px; height: 300px; } /* COVER POSITION */ .data.image a:after{ position: fixed; top: 1%; left: calc(50% - 750px); } /* OTHER CODES */ .data.image a:after {content: ""; display: block !important; background-color: rgba(0,0,0,.3); background-position: center !important; background-repeat: no-repeat !important; background-size: cover; border: 1px solid #ffffff; box-shadow: 0 2px 5px rgba(0,0,0, 0.7); visibility: hidden; opacity: 0; transition: opacity .8s linear, margin-left .5s ease, transform 1s ease-in-out; z-index: 5;} .list-table .list-table-data:hover .data.image a:after { visibility: visible; opacity: 1; transition: .3s ease-out;} /* TAG TEXT COLOR AND SIZE */ .list-table .list-table-data .data.tags * { color: white !important; font-size: 12px; } /* TAG TEXT POSITION*/ .list-table .list-table-data .data.tags { position: fixed; left: calc(50% - 750px); top: 45%; } /* OTHER CODES */ .list-table .list-table-data .data.tags { position: fixed; opacity: 0; display: inline !important; line-height: 16px !important; font-family: Segoe UI, Atilla, Arial, Helvetica, sans-serif; text-align:left; width:150px !important; height:auto !important; background-color:rgba(0,0,0,.5); box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000; pointer-events: none; /* animation */ z-index: 6;} .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.tags span:after { opacity: 1; padding:5px; box-sizing: border-box; transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out;} .list-table .list-table-header .header-title.tags { font-size: 0px !important; display: block !important; border-width: 0 !important; background: none !important; position: fixed !important; } .list-table .list-table-data .tags .edit{ display: none;} .data.tags a { white-space: inherit !important; } Thanks in advance! |
johneastonJun 25, 2021 5:36 AM
Jun 25, 2021 7:35 AM
#419
johneaston said: I'm having an issue where I've got images hovering to the left for my anime and manga lists; for the animelist, everything works really well, but on the mangalist, the hovering images only show up black. I've got the anime theme as the dark blue, and manga as white blue, if that makes a difference. Here's my code for the manga: @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkafter"; body { background-image: url(https://wallpaperaccess.com/full/1489985.png); background-position: center; } /*FOR LIGHT LAYOUTS*/ /*CHANGING THE LIST COLORS */ /* BACKGROUND COLOR OF CATEGORY LINKS Find codes below with "rgba" followed by numbers in parenthesis. The first number in the parenthesis is the amount of red (0-255). The second number in the parenthesis is the amount of green (0-255). The third number in the parenthesis is the amount of blue (0-255). The fourth number in the parenthesis is the amount of opacity (.0 to 1). Change the fourth number (opacity) to a lesser number like .3 for more transparency. Raise to a higher number like .8 for less transparency. Generate RGBA color codes you can use here http://www.hexcolortool.com/ You can also use color names and color numbers for the background color too. */ .status-menu-container{ background-color: rgba(0,0,0,.2) !important; } /* CATEGORY HEADER BACKGROUND COLOR */ .list-unit .list-status-title { background-color: ; } /* BACKGROUND AND BORDER COLOR OF LIST */ .list-block, .cover-block{ background-color: rgba(0,0,0,.2) !important; } /*BACKGROUND COLOR OF ROWS ON HOVER */ tbody[class*="list-item"]:hover, .list-table tbody:nth-of-type(2n+1):hover { background-color:rgba(0,0,0,.4) !important;} /*BACKGROUND COLOR OF SIDE MENU */ .list-menu-float .icon-menu { background: ; background-color: dimgrey; } /*BACKGROUND COLOR OF SIDE MENU WHEN OPENED*/ .list-menu-float .icon-menu:not(.profile):hover, .list-menu-float .icon-menu.setting:hover .text .link-list-setting, .list-menu-float .icon-menu.setting:hover .text .link-style-setting { background:; background-color: dimgrey; } /*BORDER COLOR OF SIDE MENU */ .list-menu-float{ border: #EBEBEB 1px solid; } /*FOOTER COLOR */ #footer-block { background-color: #244291; } /*FONT COLORS Change the colors to what you want. Put the color you want for fonts after color: for each code below.*/ /* HEADER TEXT COLORS*/ .header .header-menu *,#header-menu-button,.header .header-menu a{ color: ; } /* CATEGORY BUTTON LINK COLORS*/ .status-menu-container .status-menu .status-button, .status-menu-container .status-menu .status-button.on{ color: magenta; } /* STATS FILTER COLORS*/ .list-unit .list-status-title .stats *, .list-unit .list-status-title .stats a{ color: ; } /* ANIME STAT COLORS*/ .list-unit .list-stats{ color: ; font-family: arial; } /* CATEGORY HEADER FONT */ .list-unit .list-status-title .text { color: ; font-family: arial; } /* COLLUMN HEADER COLORS */ .list-table .list-table-header .header-title, .list-table .list-table-header .header-title .link.sort, .list-table .list-table-header .header-title.image a{ color: magenta ; font-family: ; } /* LIST LINK FONT */ .list-table .list-table-data .data a{ color: magenta ; font-family: arial; } /* LIST NON-LINK FONT */ .list-table .list-table-data .data{ color: white ; font-family: arial; } /* TAGS EDIT FONT */ .list-table .list-table-data .tags .edit{ color: ; font-family: arial; } /* SIDE MENU ICONS */ .list-menu-float .icon-menu svg.icon{ fill: ; } /* SIDE MENU ICONS AND TEXT WHEN OPENED*/ .list-menu-float .icon-menu svg.icon:hover{ fill: white !Important; } /* FOOTER FONT COLORS */ #footer-block *, #footer-block a{ color: ; font-family: arial; } /* LINK COLOR ON HOVER Make sure your color is followed by a space and !important */ a:hover, .list-table .list-table-data .data a:hover{ color: lavender !important; } /* OTHER CODES*/ body{ background-size: cover !important; background-attachment: fixed !important; } .cover-block { padding-left: 17px; padding-right: 17px; } .list-table > tbody:nth-of-type(2n+1), .list-table, .list-container, .list-table .list-table-header .header-title{ background-color: transparent !important; border: 0 transparent solid !important; } .list-table .list-table-data .data{ border: 0 transparent solid !important; } /* COVER SIZE */ .data.image a:after{ width: 200px; height: 300px; } /* COVER POSITION */ .data.image a:after{ position: fixed; top: 1%; left: calc(50% - 750px); } /* OTHER CODES */ .data.image a:after {content: ""; display: block !important; background-color: rgba(0,0,0,.3); background-position: center !important; background-repeat: no-repeat !important; background-size: cover; border: 1px solid #ffffff; box-shadow: 0 2px 5px rgba(0,0,0, 0.7); visibility: hidden; opacity: 0; transition: opacity .8s linear, margin-left .5s ease, transform 1s ease-in-out; z-index: 5;} .list-table .list-table-data:hover .data.image a:after { visibility: visible; opacity: 1; transition: .3s ease-out;} /* TAG TEXT COLOR AND SIZE */ .list-table .list-table-data .data.tags * { color: white !important; font-size: 12px; } /* TAG TEXT POSITION*/ .list-table .list-table-data .data.tags { position: fixed; left: calc(50% - 750px); top: 45%; } /* OTHER CODES */ .list-table .list-table-data .data.tags { position: fixed; opacity: 0; display: inline !important; line-height: 16px !important; font-family: Segoe UI, Atilla, Arial, Helvetica, sans-serif; text-align:left; width:150px !important; height:auto !important; background-color:rgba(0,0,0,.5); box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000; pointer-events: none; /* animation */ z-index: 6;} .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.tags span:after { opacity: 1; padding:5px; box-sizing: border-box; transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out;} .list-table .list-table-header .header-title.tags { font-size: 0px !important; display: block !important; border-width: 0 !important; background: none !important; position: fixed !important; } .list-table .list-table-data .tags .edit{ display: none;} .data.tags a { white-space: inherit !important; } Thanks in advance! Did you try the solutions in the opening post? Because you don't have it in your CSS and this should fix it |
Jun 25, 2021 7:41 AM
#420
Paper2017 said: This might be an easy fix but I haven't been able to do it. When trying to edit the score, putting my mouse directly on the number will not enable the hover. When I put my mouse just under or just above it, then I can click it to change the score. https://docs.google.com/document/d/1Wj5x55NHSfBZYpmMxqRFq9kWQ9OfWR4WJwd1QX0YaRg/edit?usp=sharing I noticed that the code was too long for the comment so here it is in google docs Edit: I forgot to mention I changed it to pointer events none so it wouldn't bug me for now. I can't find the error in the version you sent- link the code that was broken before you changed around the pointer events and when you had to find the perfect spot to change score I'm guessing the score link needs a higher Z index and a relative position maybe. The add/edit section may be blocking it out .list-table .list-table-data .data.score .link { Z-INDEX: 1000 !important; position: relative; pointer-events: inherit; } |
Shishio-kunJun 25, 2021 7:45 AM
Jun 25, 2021 2:26 PM
#421
I'm not sure exactly how, but I tried opening it up after work today, and everything worked perfectly without making any changes. I'll take it, but I am very confused. Looks really nice now though. |
Jul 1, 2021 2:55 AM
#422
so i have this issue with my top bar behind the icons it shows a black bar i have no clue how to remove or make it look better: https://prnt.sc/17tnpv3 also i was wondering if it would be possible to change the ''on hold '' header/catagory to : ''movies''? here is a link to my list : https://myanimelist.net/animelist/wintersflame and a link to the css : https://justpaste.it/3svgd |
Jul 1, 2021 5:14 AM
#423
Hi, can I change that transparent white box to black transparent and that black text to white? If I can...in what part of CSS? I tried to find it by my self but unsuccessfully. (Left pic change to right one) It would be best if I could change it to exactly same style look...but I will be okay w just colours... |
TwixinkaaJul 1, 2021 5:23 AM
-English is not my national language- |
Jul 1, 2021 9:38 PM
#424
Hello I have a problem I do not see my image covers when I am disconnected , it happened suddenly my profils : https://myanimelist.net/animelist/Jazzmatic ( you don't see any cover but me as i'm log i see them all ) my css : https://justpaste.it/49i0e |
Jul 2, 2021 8:56 AM
#425
Jazzmatic said: Hello I have a problem I do not see my image covers when I am disconnected , it happened suddenly my profils : https://myanimelist.net/animelist/Jazzmatic ( you don't see any cover but me as i'm log i see them all ) my css : https://justpaste.it/49i0e Try Part D in the opening post |
Jul 2, 2021 10:07 AM
#426
Shishio-kun said: Jazzmatic said: Hello I have a problem I do not see my image covers when I am disconnected , it happened suddenly my profils : https://myanimelist.net/animelist/Jazzmatic ( you don't see any cover but me as i'm log i see them all ) my css : https://justpaste.it/49i0e Try Part D in the opening post It works again, thank you. Everything is fine, just a "\" was missing at the beginning :p |
Jul 2, 2021 3:21 PM
#427
Twixinkaa said: Hi, can I change that transparent white box to black transparent and that black text to white? If I can...in what part of CSS? I tried to find it by my self but unsuccessfully. (Left pic change to right one) It would be best if I could change it to exactly same style look...but I will be okay w just colours... There's already an extension for this in the topic it comes from |
Jul 2, 2021 3:24 PM
#428
wintersflame said: so i have this issue with my top bar behind the icons it shows a black bar i have no clue how to remove or make it look better: https://prnt.sc/17tnpv3 also i was wondering if it would be possible to change the ''on hold '' header/catagory to : ''movies''? here is a link to my list : https://myanimelist.net/animelist/wintersflame and a link to the css : https://justpaste.it/3svgd Watch my Inspect element video on my channel in my sig, find the selector for that black part and set it to opacity: 0; or display: none There's a modern tutorial on changing header text. You could use that, except you swap out the selector for on hold on modern with the selector for on hold in classic. You get the selector thru inspect element |
Jul 8, 2021 9:23 AM
#429
solojoker said: pls visite my anime list and tell me why there no hovering preview pics in it Use the solutions in the opening post |
Jul 9, 2021 1:31 AM
#430
I imported a custom CSS code the other day for the first time. But it won't let me see my custom anime list. I can see the design on incognito tabs, on other devices and other people can see it but I can't on my normal browser? Please Help... |
Jul 9, 2021 2:14 AM
#431
BigDickToxicity said: I imported a custom CSS code the other day for the first time. But it won't let me see my custom anime list. I can see the design on incognito tabs, on other devices and other people can see it but I can't on my normal browser? Please Help... My first thought is what URL are you visiting it with. For instance, when you click this version: And visit https://myanimelist.net/animelist/BigDickToxicity directly, does it work? Additionally, does it work when logged in while incognito or logged in on a different computer/browser? Assuming the URL is correct and it works on other devices while logged in, it must be an issue with your browser configuration. Disable all browser extensions temporarily and see if it fixes it. If it does, enable the extensions again one at a time, reloading your list each time until it breaks. When it breaks, you know that extension was a problem. Depending on the extension, it may have options you can change to have it still enabled while not breaking anything. For instance, an adblocker may have a filter list or custom rule you've added that you could disable. Or a userscript extension such as Tampermonkey may have a script that is acting in an undesired fashion that you can disable. |
Jul 9, 2021 4:53 AM
#432
Valerio_Lyndon said: BigDickToxicity said: I imported a custom CSS code the other day for the first time. But it won't let me see my custom anime list. I can see the design on incognito tabs, on other devices and other people can see it but I can't on my normal browser? Please Help... My first thought is what URL are you visiting it with. For instance, when you click this version: And visit https://myanimelist.net/animelist/BigDickToxicity directly, does it work? Additionally, does it work when logged in while incognito or logged in on a different computer/browser? Assuming the URL is correct and it works on other devices while logged in, it must be an issue with your browser configuration. Disable all browser extensions temporarily and see if it fixes it. If it does, enable the extensions again one at a time, reloading your list each time until it breaks. When it breaks, you know that extension was a problem. Depending on the extension, it may have options you can change to have it still enabled while not breaking anything. For instance, an adblocker may have a filter list or custom rule you've added that you could disable. Or a userscript extension such as Tampermonkey may have a script that is acting in an undesired fashion that you can disable. Thanks for that suggestion, it worked once I disabled one of my chrome extensions. Much appreciated ;) |
Sep 19, 2021 5:43 AM
#433
Oct 8, 2021 3:14 AM
#434
FervidJubatus said: I'm using the Clarity Dark on my Animelist and sometimes the Days column and the Studios column coincide This is mentioned in step 1 of the installation on the Clarity forum post. To change this behaviour, you will need to add this code to the very bottom of your CSS. .data.days { top: 0; width: 70px; margin: 0; } .data.days::after { content: none; } |
Oct 8, 2021 10:28 AM
#435
How did you make you MyAnimeList look like that?? I have a design too but isn't not mostly dark mode with characters on the side. But your MAL looks pretty different in the picture. So can you tell me what you're using to get that style? This is how MAL looks for me: |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Oct 8, 2021 11:24 PM
#436
LEGENDS_OF_ANIME said: How did you make you MyAnimeList look like that?? I have a design too but isn't not mostly dark mode with characters on the side. But your MAL looks pretty different in the picture. So can you tell me what you're using to get that style? This is how MAL looks for me: https://i.imgur.com/Fyy437O.png It's an abandoned project of mine. I had started making a custom style in 2018 and initially intended to finish and release it, but making a full redesign of MAL is extremely complex due to their spaghetti code and I began having doubts about some of my design decisions. Thus, it never came to be. I still personally use it despite the jank and unfinished pages because it's easier on the eyes. |
Oct 9, 2021 1:57 AM
#437
Valerio_Lyndon said: LEGENDS_OF_ANIME said: How did you make you MyAnimeList look like that?? I have a design too but isn't not mostly dark mode with characters on the side. But your MAL looks pretty different in the picture. So can you tell me what you're using to get that style? This is how MAL looks for me: https://i.imgur.com/Fyy437O.png It's an abandoned project of mine. I had started making a custom style in 2018 and initially intended to finish and release it, but making a full redesign of MAL is extremely complex due to their spaghetti code and I began having doubts about some of my design decisions. Thus, it never came to be. I still personally use it despite the jank and unfinished pages because it's easier on the eyes. If you don't wanan post release it publically then is it okay if you sent it to me at least??? Though I'm pretty sure just like me a lot of people would want it finished or not. I started learning HTML and CSS a few weeks ago and I am not doing any practice projects other than the ones provided with the course so I may just try to see if how much of your design I can complete (of course if you don't mind about that). |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Oct 9, 2021 9:35 PM
#438
LEGENDS_OF_ANIME said: If you don't wanan post release it publically then is it okay if you sent it to me at least??? Though I'm pretty sure just like me a lot of people would want it finished or not. I started learning HTML and CSS a few weeks ago and I am not doing any practice projects other than the ones provided with the course so I may just try to see if how much of your design I can complete (of course if you don't mind about that). Sure, why not. The code is here: https://pastebin.com/raw/2TNVwrXs It's formatted for import into Stylus (or Stylish if it still supports that, I don't use it so I wouldn't know). The code is a bit of a mess and there's a bunch of stuff that's half-done, but it could be interesting if you haven't done this before I suppose. Restyling a messy website like MyAnimeList is definitely one of the hardest things you can do in CSS though. |
Oct 11, 2021 3:23 PM
#439
Valerio_Lyndon said: Sure, why not. The code is here: https://pastebin.com/raw/2TNVwrXs It's formatted for import into Stylus (or Stylish if it still supports that, I don't use it so I wouldn't know). The code is a bit of a mess and there's a bunch of stuff that's half-done, but it could be interesting if you haven't done this before I suppose. Restyling a messy website like MyAnimeList is definitely one of the hardest things you can do in CSS though. Thanks, Love the blue!, this is the first MAL dark theme I can see myself actually keeping, was only half a dozen things I noticed that needed fixed IMO, I did have to edit a lot of hacker09's userscripts so they would fit in better places and change the comments for the sections so they would be named correctly (not sure if it's cause I use chrome), but you should definitely release it somewhere. |
ShaggyZEOct 11, 2021 3:29 PM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Oct 12, 2021 9:40 AM
#440
/*Layout CSS was originally made by Takana no hana, edits by Shishio-kun and Valerio_lyndon If you need help with it please visit our group: https://myanimelist.net/clubs.php?cid=19736 Learn how to customize the layout here: https://myanimelist.net/forum/?topicid=1640096 */ @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://fonts.googleapis.com/css?family=Rancho"; @\import "https://fonts.googleapis.com/css?family=Slabo+27px|PT+Sans+Narrow"; /*BANNER AVATAR */ .cover-block::after {background-image: url(https://i.imgur.com/YP6Kdeq.jpg);} /* BANNER QUOTE */ .cover-block::before { content: ""; } /* WALLPAPER */ body, body.ownlist { background-image: url(https://i.imgur.com/k4Qs5Le.jpg); } /* ANIME/MANGA CONTAINER SETTINGS */ .list-table > tbody:nth-of-type(2n+1) { background-color: rgba(50,0,0,0.6) !important; } .list-table > tbody:nth-of-type(2n) { background-color: rgba(0,0,50,0.6) !important; } .list-unit .list-status-title { background-color:rgba(0,0,0,.3) !important; } /* OTHER CODES */ /* Removing default cover (banner) image */ #cover-image{ display: none; } .list-unit .list-status-title { position: relative; display: table-cell; background-color: transparent; width: 1000px; height:0px !important; /*background-color:rgba(127,127,127,1);*/ } /* picture at the bottom of your list ** please note that default is a seiren picture even if you delete the image url below(it's just a sample image which you need to replace). ** if you don't want this section, just delete the image url */ .list-unit .loading-space { height:250px; width:1000px; background-image:url(); } #advanced-options { position: fixed; top: 24px; left: 0; right: 0; background-color: rgba(255,255,255,.9); display: none; width: 860px; margin: 0 auto; padding: 25px 0px 30px; -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); -o-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); -ms-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); color: #323232; text-align: left; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; z-index: 1101; border: none; background-image: url(); background-repeat: no-repeat; background-size: cover; background-position: 50% 100%; } #advanced-options .advanced-options-header { width: 750px; margin: 0px auto; padding-bottom: 4px; border-bottom: 1px solid #BEBEBE; font-size: 16px; color:rgba(0,0,0,.6) !important; } #advanced-options .advanced-options-header .description { font-size: 12px; font-weight: normal; margin-left: 8px; color:rgba(0,0,0,.6) !important; } #advanced-options .sort-widget .widget-header, #advanced-options .filter-widget .widget-header, #advanced-options .filter-widget.aired-date .text, #advanced-options .filter-widget.published-date .text { color:rgba(0,0,0,.6) !important; } #advanced-options select { -ms-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(/img/pc/ownlist/icon_pulldown_triangle.png); background-repeat: no-repeat; background-position: center right; background-size: 18px 8px; background-color: #FFFFFF; display: inline-block; height: 25px; padding: 4px 20px 4px 4px; padding-right: 4px\0; border: #BEBEBE 1px solid; border-radius: 0px; font-size: 12px; } #advanced-options select::-ms-expand { display: none; } #advanced-options select:disabled { background-image: url(/img/pc/ownlist/icon_pulldown_triangle_disable.png); color: #9B9B9B; } #advanced-options input[type=text] { padding: 4px; border: #BEBEBE 1px solid; } #advanced-options input:focus { outline: none; } /* sort */ #advanced-options .sort-widget { margin: 0px auto; padding: 12px 0px 0px; width: 750px; } #advanced-options .sort-widget:last-of-type { padding-bottom: 45px; } #advanced-options .sort-widget select { width: 172px; margin-right: 8px; } #advanced-options .sort-widget input[type=radio] { display: none; } #advanced-options .sort-widget input[type=radio] + label { background-color: #FFFFFF; display: inline-block; width: 56px; padding: 5px 0px; border: #BEBEBE 1px solid; border-radius: 4px; color: #323232; font-size: 12px; text-align: center; cursor: pointer; } #advanced-options .sort-widget input[type=radio]:checked + label { background-color: #244291; border: #244291 1px solid; color: #FFFFFF; } #advanced-options .sort-widget input[type=radio]:disabled + label { border: #BEBEBE 1px solid; color: #9B9B9B; } #advanced-options .sort-widget input[type=radio]:checked:disabled + label { background-color: #FFFFFF; border: #BEBEBE 1px solid; color: #9B9B9B; } /* filter */ #advanced-options .filter-widget { margin: 0px auto; padding: 12px 0px 0; width: 750px; } #advanced-options .filter-widget select { margin-right: 8px; font-size: 12px; } #advanced-options .filter-widget.title input[type=text] { width: 360px; } #advanced-options .filter-widget.airing-status select, #advanced-options .filter-widget.publishing-status select { width: 152px; } #advanced-options .filter-widget.producer select, #advanced-options .filter-widget.magazine select { width: 360px; } #advanced-options .filter-widget.aired-date select.year, #advanced-options .filter-widget.published-date select.year { width: 80px; } #advanced-options .filter-widget.aired-date select.month, #advanced-options .filter-widget.published-date select.month, #advanced-options .filter-widget.aired-date select.day, #advanced-options .filter-widget.published-date select.day { width: 60px; } #advanced-options .filter-widget.aired-date .text, #advanced-options .filter-widget.published-date .text { display: inline-block; margin-right: 4px; font-size: 12px; } #advanced-options .filter-widget.aired-season select.year { width: 80px; } #advanced-options .filter-widget.aired-season select.season { width: 110px; } #advanced-options .sort-widget .widget-header, #advanced-options .filter-widget .widget-header { display: inline-block; width: 110px; font-size: 12px; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; } #advanced-options .sort-widget:last-of-type, #advanced-options .filter-widget:last-of-type { padding-bottom: 40px; } #advanced-options .advanced-options-button { width: 750px; margin: 0px auto; padding: 12px 0px 0px; border-top: 1px solid #BEBEBE; text-align: center; } #advanced-options .btn-apply, #advanced-options .btn-clear { background-color: rgba(0,0,0, 0.8); display: inline-block; width: 135px; margin: 0 4px; padding: 6px 0px; border-radius: 4px; font-size: 12px; color: #FFFFFF; text-align: center; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } #advanced-options .btn-apply:hover, #advanced-options .btn-clear:hover { background-color: rgba(0,0,0, 0.8); } /** * General Styles */ td { line-height: 1.5em; height: 35px !important; border:none !important; } a { color: #fff; text-decoration: none; } a:hover { color: #fff !important; text-decoration: none; } #footer-block { padding: 15px 0; background-color: #244291; color: #FFFFFF; font-family: Avenir, "lucida grande", tahoma, verdana, arial, sans-serif; display:none; } #copyright { font-size: 12px; color: #FFFFFF; padding-top: 3px; text-align: center; } /* * Header */ .header a { font-weight: bold; color: #fff !important; } .header a:hover { text-decoration: underline; } .header { position: absolute; color: #fff; display: block; width: 100%; height: 50px; margin: 0 auto border:none; background: -webkit-linear-gradient(rgba(0,0,0,.4), transparent); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(rgba(0,0,0,.4), transparent); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(rgba(0,0,0,.4), transparent); /* For Firefox 3.6 to 15 */ background: linear-gradient(rgba(0,0,0,.4), transparent); /* Standard syntax */ -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; z-index: 40; } .header:hover {background-color:rgba(0,0,0,.5); -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .header .header-menu { position: absolute; top: 5px; right: 4px } .header .header-menu.other { top: 5px; } .header .header-menu .header-info { font-size: 10px; margin-top: 6px; margin-right: 15px; text-align: right; } .header .username { font-weight: bold; } .header .header-menu .list-menu { position: absolute; top: 25px; right: -4px; background-color: rgba(255,255,255,.8); display: none; border: none !important; -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; z-index: 1; } .header .header-menu .list-menu .icon-menu { display: block; width: 150px; height: 30px; color: #000; font-size: 14px; font-weight: bold; text-decoration: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .header .header-menu .list-menu .icon-menu:hover { background-color: rgba(0,0,0,.5); } .header .header-menu .list-menu .icon-menu svg.icon { position: absolute; fill: rgba(0,0,0,.5); left: 12px; top: 4px; } .header .header-menu .list-menu .icon-menu:hover svg.icon { fill: rgba(255,255,255,1) !important; } .header .header-menu .list-menu .icon-menu .text { position: absolute; left: 52px; top: 6px; } .header .header-menu .list-menu .icon-menu:hover .text {color:rgba(255,255,255,1) !important;} .header .header-menu .btn-menu { display: block; text-align: right; color: rgba(0,0,0,0.7) !important; font-size: 12px !important; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000; } #header-menu-dropdown > a {color: rgba(0,0,0,.5) !important;} /* svg.icon.icon-manga-list {color: rgba(0,0,0,.5) !important;} */ /** * Floating Menu */ /** * Floating Menu */ .list-menu-float:before {content: "\f0c9"; font-family: 'FontAwesome' !important; display: block; text-align: center !important; text-indent: 10px; color: #fff !important; font-size:1.5em !important; height: 50px; width: 40px; line-height: 50px;} .list-menu-float:hover:before { font-size:1.7em !important; text-shadow: 0 0 2px #fff, 0 0 1px #fff, 1px 1px 7px #fff, 0 0 0 #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-menu-float {position: absolute; top: 0px; left:0px; width: 50px; border: none; opacity: 1; height: 40px !important; z-index: 100; } .list-menu-float .icon-menu {display: block; width: 120px; background-color: #dfdfdf; height: 30px; line-height: 30px; text-indent: 10px; opacity:0; } .list-menu-float:hover .icon-menu {opacity:1; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;} .list-menu-float .icon-menu.profile {background-image: none !important;} .list-menu-float .icon-menu.profile:before {position:absolute; width:120px !important; content: "\f007\00a0Profile"; font-family: 'FontAwesome' !important; margin-top:5px !important; margin-left:-65px !important; color: #000; text-align: center;} .list-menu-float .icon-menu .text {opacity: 1; width: auto; left: 20px; top: 0; color: #555555;} .list-menu-float .icon-menu:hover {width: 120px !important; background-color:rgba(0,0,0,.5) !important;} .list-menu-float .icon-menu:hover .text, .list-menu-float .icon-menu:hover:before, .list-menu-float .icon-menu:hover:after {color: #fff; width: auto;} .list-menu-float .icon-menu.logout {border-radius: 0 0 4px 4px;} .list-menu-float .icon-menu.setting {display:none;} .list-menu-float .icon-menu svg.icon {top: 7px !important; left: 5px !important; width: 15px; height: 15px;} .list-menu-float .icon-menu.setting svg.icon-setting {display:none;} /** * List Container */ .list-container { position: absolute; background-color: transparent !important; width: 1000px; left: 0; right: 0; margin: auto; margin-top:100px; box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000; border:none !important; margin-bottom:30px; } /** * List Container - Cover Block */ .cover-block { position:relative; display: block; width: 1000px; margin: 0 auto; height:auto; text-align: center; vertical-align: middle; /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;*/ padding-bottom:40px; } .cover-block .image-container { display: block; width: 1000px; height:auto; padding-top:0; } .cover-block .image-container.hide { display: none; } .cover-block .image-container img { max-width: 1000px; height: auto; } /* cover image */ #cover-image{ margin:auto; width:1000px !important; height:auto; background-color:transparent; background-size: cover !important; background-position: 50% 50%; } /* setting icon */ .cover-block .image-container .btn-list-setting { display: none; } .cover-block .image-container:hover .btn-list-setting { display: block; position: absolute; top: 20px; right: 28px; padding: 8px; border: rgba(255,255,255,0) 1px solid; font-size: 14px; color: #ffffff; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; } .cover-block .image-container .btn-list-setting:hover { position: absolute; top: 20px; right: 28px; background-color: rgba(0,0,0,0.6); padding: 8px; border: none; -moz-box-shadow: 0 0 4px #000000; -webkit-box-shadow: 0 0 4px #000000; -o-box-shadow: 0 0 4px #000000; -ms-box-shadow: 0 0 4px #000000; box-shadow: 0 0 4px #000000; font-size: 14px; color: #ffffff; text-shadow: #323232 1px 1px 1px; } .cover-block .image-container .btn-list-setting .fa-camera { font-size: 16px; -moz-text-shadow: #000000 1px 1px 3px; -webkit-text-shadow: #000000 1px 1px 3px; -o-text-shadow: #000000 1px 1px 3px; -ms-text-shadow: #000000 1px 1px 3px; text-shadow: #000000 1px 1px 3px; -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)"; } .cover-block .image-container .btn-list-setting .icon-plus-circle { position: absolute; top: 4px; left: 18px; background-color: rgba(0,0,0,0.6); border-radius: 50%; -moz-box-shadow: -1px 1px 0px 0px #323232; -webkit-box-shadow: -1px 1px 0px 0px #323232; -o-box-shadow: -1px 1px 0px 0px #323232; -ms-box-shadow: -1px 1px 0px 0px #323232; box-shadow: -1px 1px 0px 0px #323232; font-size: 10px; } .cover-block .image-container .btn-list-setting .text { display: none; } .cover-block .image-container .btn-list-setting:hover .text { display: inline-block;; margin-left: 4px; } /** * List Container - Status Menu */ .status-menu-container { width: 1000px; height: 40px; background-color: rgba(255,255,255,.9); border-bottom: none; z-index: 1; margin-top:-40px; } .status-menu-container.fixed { position: absolute; display: none !important; top: 0; } .status-menu-container.fixed + div.list-block { margin-top: 0px; } .status-menu-container .status-menu { display: table; margin: 0 auto; border-collapse: separate; border-spacing: 0px 0; } .status-menu-container .status-menu .status-button { position: relative; display: table-cell; padding: 10px; left: 17px !important; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; text-align: center; vertical-align: middle; padding: 1.2em 10px; line-height: 1.105em; font-size: 1.1em; color: #9B9B9B; } .status-menu-container .status-menu .status-button.on { color: #000; font-weight: bold; } .status-menu-container .status-menu .status-button:hover { background-color: rgba(0,0,0,.5); color: #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .status-menu-container .status-menu .status-button.on:after, .status-menu .status-button:hover:after { opacity: 1 } .status-menu-container .status-menu .status-button.watching:before, .status-menu-container .status-menu .status-button.reading:before { content: "\f152\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.completed:before { content: "\f05d\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.onhold:before { content: "\f017\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.plantowatch:before, .status-menu-container .status-menu .status-button.plantoread:before { content: "\f073\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.dropped:before { content: "\f00d\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.all_anime:before { content: "\f022\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button:after {display:none !important;} /*scroll bar*/ ::-webkit-scrollbar {height: 7px; width: 7px; background-color: #f5f5f5;} ::-webkit-scrollbar-thumb {border: 2px solid #f5f5f5; background-color: #9B9B9B;} /** * List Container - Status Menu - Search */ .status-menu-container .search-container { position: absolute; right: 5px; z-index:20; } .status-menu-container .search-container #search-button { display: inline-block; height: 22px; margin-top: 10px; color: #787878; font-size: 1.6em; vertical-align: middle; } .status-menu-container .search-container #search-box { display: inline-block; width: 0; height: 22px; overflow: hidden; margin-top: 5px; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; vertical-align: middle; } .status-menu-container .search-container #search-box.open { display: inline-block; width: 130px; } .status-menu-container .search-container #search-box input { width: 100%; height: 100%; box-sizing: border-box; } /** * List Container - List Block */ .list-block { margin: 0; min-height:265px; } .list-unit { background-color:transparent; margin: auto; width: 1000px; /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;*/ } /** * List Container - List Status Title (with Stats) */ .list-unit .list-status-title .text { display: block; width: 1000px; height: 38px !important; font-size: 22px; color: #fff; text-align: center; vertical-align: middle; text-align: center; font-weight: 500; letter-spacing: 0.5px; border:none; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #FFF !important; font-style: bold; background-color: transparent; margin-top: 120px !important; } .list-unit .list-status-title .stats a.filterd { text-shadow: 0px 0px 2px #FFF; } .list-unit .list-status-title .stats a:hover { background:rgba(0,0,0,.5); padding:8px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-unit .list-stats { background-color: rgba(255,255,255,.8); margin-top: -155px !important; color : #000; height: 25px; margin:auto; position: absolute; width: 1000px; z-index: 1 !important; } .list-unit .list-status-title .stats { position: absolute; height: 40px; line-height: 40px; width:180px; right: -25px; margin-top: -197px; z-index: 1; } .list-unit .list-status-title .stats a { color: #9B9B9B; padding:8px; margin:0 !important; } /** * List Container - List Table */ .list-table { width: 100%; margin: 0 auto; border-collapse: collapse; background-color:transparent !important; color: #fff !important; border:none; } /** * List Container - List Table - Header */ .list-table .list-table-header:before {content: "\f0dc\00a0SORT"; display: block; text-align: center !important; font-family: 'FontAwesome' !important; text-indent: 0px; color: #9B9B9B !important; font-weight: 700 !important; width: 57px; line-height: 40px; height:40px; margin-left:0px !important; } .list-table .list-table-header:hover:before {color:#fff !important; background-color:rgba(0,0,0,.5);} .list-table .list-table-header { position: absolute; display: block; margin-left:0; margin-top:-198px; z-index:200 !important; } .list-table .list-table-header .header-title { background: #F6F6F6 url("/img/pc/ownlist/bar-table-header.png") no-repeat right 7px / 1px 22px; display: block; border-bottom: 0; height: 39px; text-align: center; vertical-align: middle; z-index:60 !important; opacity:0; } .list-table .list-table-header:hover .header-title {opacity:1; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;} .list-table .list-table-header .header-title:last-child { background-image: none; } .list-table .list-table-header .header-title.status,.list-table .list-table-header .header-title.number,.list-table .list-table-header .header-title.image,.list-table .list-table-header .header-title.tags { background-image: none; display:none !important; } .list-table .list-table-header .header-title.title { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.score { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.type { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.progress { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.chapters { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.volumes { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.rated { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.started { display:none; } .list-table .list-table-header .header-title.finished { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.days { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.storage { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.retail { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.priority { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title .link { font-size: 11px; color: #323232; text-decoration: none height:40px; width:90px; } .list-table .list-table-header .header-title.studio { display:none !important; } .list-table .list-table-header .header-title .link.sort { position: relative; display: inline-block; color: #323232; height:40px; width:90px; white-space: nowrap; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-table .list-table-header .header-title .link.sort:hover { color: #000; background-color: rgba(0,0,0,.5); height:40px; width:90px; } .list-table .list-table-header .header-title .sort-icon { color: #fff; } /* customize list */ .list-table .list-table-data { } .list-table .list-table-data:hover { /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important;*/ transition: .2s linear; background-color:rgba(0,0,0,.3); } .list-table .list-table-data:hover .data.title { text-shadow: 0 0 2px #000, 0 0 1px #000, 0 1px 7px #000, 0 0 0.5px #000; color:#fff; transition: .1s linear; } .header a:hover,.list-table .list-table-data a:not(.edit-disabled):hover { text-decoration:underline; } /** * List Container - List Table - Items */ .list-table .list-table-data .data { display: table-cell; padding: 4px 0; text-align: center; vertical-align: middle; color: #fff !important; border:none; } .list-table .list-table-data:hover .data { color: #fff !important; } .list-table .list-table-data a:not(.edit-disabled):hover { text-decoration: underline; color: #fff !important; } .list-table .list-table-data a.edit-disabled { cursor: text; color: #fff; } .list-table .list-table-data .tags .edit { display: block; width: 100%; text-align: center; color: #2db039; font-size: 10px; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; display:none; } .list-table .list-table-data .tags .edit:hover { display:none; } .list-table .list-table-data .tags textarea { box-sizing: border-box; width: 100%; height: 60px; } .list-table .list-table-data .data.image a { display:inline-block!important; } .list-table .list-table-data .data.image { width:4%; } .list-table .list-table-data .data.image .image { width: 30px !important; height: 30px !important; background-size:cover; border:2px solid #fff; -webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.76); -moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.76); box-shadow:2px 2px 8px -3px rgba(0,0,0,.76); border-radius:180px; display:inline-block!important; } .list-table .list-table-data:hover .data.image .image { display:inline-block!important; margin-left:-30px; opacity: 0; -moz-transition-duration: 0.3s ease-in-out; -o-transition-duration: 0.3s ease-in-out; -webkit-transition-duration: 0.3s ease-in-out; transition-duration: 0.3s ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out -moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; } /* */ .list-table .list-table-data .data.season * { color:#fff; } .list-table .list-table-data .data.title { padding-left: 8px; text-align: left; width:60%; } .list-table .list-table-data .data.title a { line-height:35px !important; display: inline-block; min-width:0; max-width: 450px; /* the width of your titles */ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .list-table .list-table-data .data.title .link { font-size: 16px !important; text-decoration: none !important; font-family: 'PT Sans Narrow', sans-serif; font-weight:100 !important; transition: all 0.3s ease 0s; color: #fff; } .list-table .list-table-data:hover .data.title .link { letter-spacing: 0.5px; transition: all 0.3s ease 0s; color: #fff !important; } .list-table .list-table-data .data.title .rewatching, .list-table .list-table-data .data.title .rereading, .list-table .list-table-data .data.title .content-status { text-shadow: 0 0 2px #1a1aff, 0 0 1px #1a1aff, 1px 1px 7px #1a1aff, 0 0 0 #1a1aff !important; color: #fff !important; font-size: 0.9em !important; margin-left:5px; display:inline-block; margin-top:10px !important; position:absolute; } .list-table .list-table-data .data.score .link { font-size: 1.1em; font-weight: bold; } .list-table .list-table-data .data.score { width: 21px !important; height: 21px !important; background-image: url(http://i.imgur.com/udzEw6G.png); background-repeat: no-repeat; background-size:contain; background-position: 50% 50%; } .list-table .list-table-data:hover .data.score { background-image: url(http://i.imgur.com/EQcGOeO.png); text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000; } .list-table .list-table-data .data.score a {color:#fff !important;} td.td1.borderRBL { color:#fff; } /*add edit */ .list-table .list-table-data .data.title .add-edit-more { float: right; margin-right: 10px; font-size:0 !important; margin-top:10px; } .add-edit-more { opacity: 0; transition: all 0.2s ease 0s; } .list-item:hover .add-edit-more { opacity: 1; transition: all 0.2s ease 0s; } .list-table .list-table-data .data.title .edit a { background-image: url(http://i.imgur.com/OT1yCLP.png); display: inline-block; width: 15px; height: 15px; background-size: cover; color: transparent !important; margin-right: 7px !important; } .list-table .list-table-data .data.title .more a { background-image: url(http://i.imgur.com/cUAaila.png); display: inline-block; width: 15px; height: 15px; background-size: cover; color: transparent !important; } .list-table .list-table-data .data.title .add a { background-image: url(http://i.imgur.com/AoTgUAL.png); display: inline-block; width: 15px; height: 15px; background-size: cover; color: transparent !important; margin-right: 7px !important; } /* */ .list-table .list-table-data .data.title .more { position: relative; } .list-table .more-info { display: none; } .list-table .more-info .more-content { padding: 10px; } /* */ .list-table .list-table-data .data.number { width:2% !important; } .list-table .list-table-data:hover .data.number { opacity:0; } /* review section */ .list-table .list-table-data .data.tags { position: fixed; right: calc( 50% + 510px); top: calc(20% + 230px); opacity: 0; display: inline !important; line-height: 16px !important; font-family: Segoe UI, Atilla, Arial, Helvetica, sans-serif; text-align:left; width:150px !important; height:auto !important; background-color:rgba(0,0,0,.5); box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000; pointer-events: none; /* animation */ transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out; z-index: 6; } .list-table .list-table-data .data.tags span:after { position: fixed; right: calc( 50% + 510px); top: calc(20% + 230px); opacity: 0; display: block !important; content:''; width:150px !important; height:auto; pointer-events: none; /* animation */ transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out; } .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.tags span:after { opacity: 1; padding:5px; box-sizing: border-box; right: calc( 50% + 510px); transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out; } .list-table .list-table-data .data.tags * {color: #fff !important;} .list-table .list-table-header .header-title.tags { display:none; } .link.sort + a {display: none;} /* remove watch buttons */ .list-table .list-table-data .data.studio { position:fixed; width: 150px; text-align:center; right: calc( 50% + 511px); top: calc(20% + 184px); height: 30px !important; opacity:0; z-index: 60 !important; background-color: transparent; background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); pointer-events:none; } .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.studio {opacity:1;} .list-item .data.studio * { text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important; font-weight: bold !important; color:#fff !important; } /** * Large full-res hover images */ .data.image a:before {content: ""; display: block !important; position: fixed; top:20%; right: calc( 50% + 530px); width: 150px; height: 221px; background-color: rgba(0,0,0,.3); background-position: center !important; background-repeat: no-repeat !important; background-size: cover; border: 1px solid #ffffff; box-shadow: 0 2px 5px rgba(0,0,0, 0.7); visibility: hidden; opacity: 0; transition: opacity .8s linear, margin-left .5s ease, transform 1s ease-in-out; z-index: 5;} .list-table .list-table-data:hover .data.image a:before { visibility: visible; opacity: 1; right: calc( 50% + 510px); transition: .3s ease-out;} /* */ .list-table .list-table-data .data.status { width: 4px; } .list-table .list-table-data .data.status .text { font-size:1.5em; } .list-table .list-table-data .data.status.reading, .list-table .list-table-data .data.status.watching { /*background-color: #2db039 */ background-color:transparent; } .list-table .list-table-data .data.status.plantoread, .list-table .list-table-data .data.status.plantowatch { /*background-color: #c3c3c3 */ background-color:transparent; } .list-table .list-table-data .data.status.completed { /*background-color: #26448f */ background-color:transparent; } .list-table .list-table-data .data.status.onhold { /*background-color: #f1c83e */ background-color:transparent; } .list-table .list-table-data .data.status.dropped { /*background-color: #a12f31 */ background-color:transparent; } /* list status */ .list-table .list-table-data .data.status.completed:before, .list-table .list-table-data .data.status.reading:before, .list-table .list-table-data .data.status.watching:before,.list-table .list-table-data .data.status.plantoread:before, .list-table .list-table-data .data.status.plantowatch:before,.list-table .list-table-data .data.status.onhold:before,.list-table .list-table-data .data.status.dropped:before { display: inline-block !important; position: absolute; margin-left:8px; margin-top:-7px; z-index: 100 !important; content: ""; pointer-events: none; opacity: 0; text-align:center !important; } .list-table .list-table-data:hover .data.status.completed:before, .list-table .list-table-data:hover .data.status.reading:before, .list-table .list-table-data:hover .data.status.watching:before,.list-table .list-table-data:hover .data.status.plantoread:before, .list-table .list-table-data:hover .data.status.plantowatch:before,.list-table .list-table-data:hover .data.status.onhold:before,.list-table .list-table-data:hover .data.status.dropped:before { opacity: 1; text-align:center !important; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-table .list-table-data:hover .data.status.completed:before { /* background-color: #26448f !important; */ color:#fff; content: "\f05d"; font-size: 1.5em; font-family: 'FontAwesome' !important; } .list-table .list-table-data:hover .data.status.watching:before, .list-table .list-table-data:hover .data.status.reading:before { /*background-color: #2db039 !important;*/ color:#fff; content: "\f152"; font-size: 1.5em; font-family: 'FontAwesome' !important;} .list-table .list-table-data:hover .data.status.plantowatch:before, .list-table .list-table-data:hover .data.status.plantoread:before {/*background-color: #c3c3c3 !important;*/ color:#fff; content: "\f073"; font-size: 1.5em; font-family: 'FontAwesome' !important;} .list-table .list-table-data:hover .data.status.onhold:before {/*background-color: #f1c83e !important;*/ color:#fff; content: "\f017"; font-size: 1.5em; font-family: 'FontAwesome' !important;} .list-table .list-table-data:hover .data.status.dropped:before {/*background-color: #a12f31 !important;*/ color:#fff; content: "\f00d"; font-size: 1.5em; font-family: 'FontAwesome' !important;} /* */ .list-unit .loading-space { background-color:rgba(0, 0, 0, .3); color: #fff !important; display: inline-block; margin: auto; width: 1000px; font-size: 11px; line-height:15px; text-align: middle !important; padding-top: 0px; margin-bottom: 0px; height:250px; background-attachment:scroll; background-image:url(); background-repeat: no-repeat no-repeat; background-position: 0% 100%; } /*override codes*/ .header .header-info > a {color: rgba(255,255,255,1) !important;} .header .header-info {color: rgba(255,255,255,0.8) !important;} .header .header-menu {color: rgba(255,255,255,0.8) !important;} .header .header-menu .btn-menu {color: rgba(255,255,255,0.8) !important;} .username {color: rgba(255,255,255,0.8) !important;} #header-menu-button {color: rgba(255,255,255,0.8) !important;} .header a { font-weight: bold; color: #fff !important; } .icon-watch, .icon-watch-pv {display:none !important;} /*profile image & name */ .cover-block::after { height: 120px !important; width: 120px! important; background-repeat: no-repeat; background-size: contain; position: absolute; display:block !important; margin-left:57px; margin-top:-70px; content: ""; z-index: 2 !important; padding: 5px; background-color:#fff; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); border-radius:5px; border: #fff 2px solid; } .cover-block::before { position: absolute; display:block !important; margin-left:200px; bottom:40px; width: 300px; color: #ffffff; font-size: 29px !important; font-family: Rancho; text-align: left; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important; letter-spacing: 0 !important; } /* */ .header .header-title { position: absolute; top: 0px; left: 40px; background-image: url("http://i.imgur.com/39cRtfK.png"); background-position: left top; background-repeat: no-repeat; background-size: auto 50px; display: block; width: 50px !important; height: 50px; text-indent: -9999px; overflow: hidden } /* customization */ /* The list background */ body[data-query*='"status":1'], body[data-query*='"status":2'], body[data-query*='"status":3'], body[data-query*='"status":4'], body[data-query*='"status":6'], body[data-query*='"status":7'] { background-attachment: fixed !important; background-position: center top; background-repeat: no-repeat !important; background-size:cover; } * {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;} /* */ span a[href*="&tag=!"], span a[href*="&tag=%40"], span a[href*="&tag=~"] {display: none !important;} /* favorite */ @media entrytags-favorites {} a[href$="&tag=*"] {position: absolute; left: 0; width: 150px; height: 0; font-size: 15px; top: 0px; color: transparent !important; } a[href$="&tag=*"]:after {content: '\f005'; font-family: 'FontAwesome' !important; display: inline-block; pointer-events: all; /* change the position below, and add in margin-whatever if it's not enough */ position: absolute; top: -224px; left: 130px; /* change the size of font */ font-size: 1.1em; color: #fff !important; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #fff !important; pointer-events:none; } /* Intro animation */ @keyframes intro { from { opacity: 0; margin-top: 100vh; } 16% { opacity: 0; margin-top: 100vh; } to { opacity: 1; margin-top: 100px; } } .list-container { animation: intro 2s; } /* */ footer { position: fixed; bottom: 0px; left: 0px; width: 100%; height:30px !important; z-index: 9998; } #footer-block { display:block; background-color: transparent; background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.6))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); } #copyright { color: #FFF; letter-spacing: 1px; text-shadow: 0px 3px 3px #000; font-size:10px; } #copyright::after { content: "ShelterStyleV3 - Layout originally designed by Takana no Hana" } I've tried but I could not change my background wallpaper. No matter what image I put when I try to preview its always blue. |
Oct 12, 2021 11:36 AM
#441
Skylleker said: /*Layout CSS was originally made by Takana no hana, edits by Shishio-kun and Valerio_lyndon If you need help with it please visit our group: https://myanimelist.net/clubs.php?cid=19736 Learn how to customize the layout here: https://myanimelist.net/forum/?topicid=1640096 */ @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://fonts.googleapis.com/css?family=Rancho"; @\import "https://fonts.googleapis.com/css?family=Slabo+27px|PT+Sans+Narrow"; /*BANNER AVATAR */ .cover-block::after {background-image: url(https://i.imgur.com/YP6Kdeq.jpg);} /* BANNER QUOTE */ .cover-block::before { content: ""; } /* WALLPAPER */ body, body.ownlist { background-image: url(https://i.imgur.com/k4Qs5Le.jpg); } /* ANIME/MANGA CONTAINER SETTINGS */ .list-table > tbody:nth-of-type(2n+1) { background-color: rgba(50,0,0,0.6) !important; } .list-table > tbody:nth-of-type(2n) { background-color: rgba(0,0,50,0.6) !important; } .list-unit .list-status-title { background-color:rgba(0,0,0,.3) !important; } /* OTHER CODES */ /* Removing default cover (banner) image */ #cover-image{ display: none; } .list-unit .list-status-title { position: relative; display: table-cell; background-color: transparent; width: 1000px; height:0px !important; /*background-color:rgba(127,127,127,1);*/ } /* picture at the bottom of your list ** please note that default is a seiren picture even if you delete the image url below(it's just a sample image which you need to replace). ** if you don't want this section, just delete the image url */ .list-unit .loading-space { height:250px; width:1000px; background-image:url(); } #advanced-options { position: fixed; top: 24px; left: 0; right: 0; background-color: rgba(255,255,255,.9); display: none; width: 860px; margin: 0 auto; padding: 25px 0px 30px; -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); -o-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); -ms-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); color: #323232; text-align: left; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; z-index: 1101; border: none; background-image: url(); background-repeat: no-repeat; background-size: cover; background-position: 50% 100%; } #advanced-options .advanced-options-header { width: 750px; margin: 0px auto; padding-bottom: 4px; border-bottom: 1px solid #BEBEBE; font-size: 16px; color:rgba(0,0,0,.6) !important; } #advanced-options .advanced-options-header .description { font-size: 12px; font-weight: normal; margin-left: 8px; color:rgba(0,0,0,.6) !important; } #advanced-options .sort-widget .widget-header, #advanced-options .filter-widget .widget-header, #advanced-options .filter-widget.aired-date .text, #advanced-options .filter-widget.published-date .text { color:rgba(0,0,0,.6) !important; } #advanced-options select { -ms-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(/img/pc/ownlist/icon_pulldown_triangle.png); background-repeat: no-repeat; background-position: center right; background-size: 18px 8px; background-color: #FFFFFF; display: inline-block; height: 25px; padding: 4px 20px 4px 4px; padding-right: 4px\0; border: #BEBEBE 1px solid; border-radius: 0px; font-size: 12px; } #advanced-options select::-ms-expand { display: none; } #advanced-options select:disabled { background-image: url(/img/pc/ownlist/icon_pulldown_triangle_disable.png); color: #9B9B9B; } #advanced-options input[type=text] { padding: 4px; border: #BEBEBE 1px solid; } #advanced-options input:focus { outline: none; } /* sort */ #advanced-options .sort-widget { margin: 0px auto; padding: 12px 0px 0px; width: 750px; } #advanced-options .sort-widget:last-of-type { padding-bottom: 45px; } #advanced-options .sort-widget select { width: 172px; margin-right: 8px; } #advanced-options .sort-widget input[type=radio] { display: none; } #advanced-options .sort-widget input[type=radio] + label { background-color: #FFFFFF; display: inline-block; width: 56px; padding: 5px 0px; border: #BEBEBE 1px solid; border-radius: 4px; color: #323232; font-size: 12px; text-align: center; cursor: pointer; } #advanced-options .sort-widget input[type=radio]:checked + label { background-color: #244291; border: #244291 1px solid; color: #FFFFFF; } #advanced-options .sort-widget input[type=radio]:disabled + label { border: #BEBEBE 1px solid; color: #9B9B9B; } #advanced-options .sort-widget input[type=radio]:checked:disabled + label { background-color: #FFFFFF; border: #BEBEBE 1px solid; color: #9B9B9B; } /* filter */ #advanced-options .filter-widget { margin: 0px auto; padding: 12px 0px 0; width: 750px; } #advanced-options .filter-widget select { margin-right: 8px; font-size: 12px; } #advanced-options .filter-widget.title input[type=text] { width: 360px; } #advanced-options .filter-widget.airing-status select, #advanced-options .filter-widget.publishing-status select { width: 152px; } #advanced-options .filter-widget.producer select, #advanced-options .filter-widget.magazine select { width: 360px; } #advanced-options .filter-widget.aired-date select.year, #advanced-options .filter-widget.published-date select.year { width: 80px; } #advanced-options .filter-widget.aired-date select.month, #advanced-options .filter-widget.published-date select.month, #advanced-options .filter-widget.aired-date select.day, #advanced-options .filter-widget.published-date select.day { width: 60px; } #advanced-options .filter-widget.aired-date .text, #advanced-options .filter-widget.published-date .text { display: inline-block; margin-right: 4px; font-size: 12px; } #advanced-options .filter-widget.aired-season select.year { width: 80px; } #advanced-options .filter-widget.aired-season select.season { width: 110px; } #advanced-options .sort-widget .widget-header, #advanced-options .filter-widget .widget-header { display: inline-block; width: 110px; font-size: 12px; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; } #advanced-options .sort-widget:last-of-type, #advanced-options .filter-widget:last-of-type { padding-bottom: 40px; } #advanced-options .advanced-options-button { width: 750px; margin: 0px auto; padding: 12px 0px 0px; border-top: 1px solid #BEBEBE; text-align: center; } #advanced-options .btn-apply, #advanced-options .btn-clear { background-color: rgba(0,0,0, 0.8); display: inline-block; width: 135px; margin: 0 4px; padding: 6px 0px; border-radius: 4px; font-size: 12px; color: #FFFFFF; text-align: center; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } #advanced-options .btn-apply:hover, #advanced-options .btn-clear:hover { background-color: rgba(0,0,0, 0.8); } /** * General Styles */ td { line-height: 1.5em; height: 35px !important; border:none !important; } a { color: #fff; text-decoration: none; } a:hover { color: #fff !important; text-decoration: none; } #footer-block { padding: 15px 0; background-color: #244291; color: #FFFFFF; font-family: Avenir, "lucida grande", tahoma, verdana, arial, sans-serif; display:none; } #copyright { font-size: 12px; color: #FFFFFF; padding-top: 3px; text-align: center; } /* * Header */ .header a { font-weight: bold; color: #fff !important; } .header a:hover { text-decoration: underline; } .header { position: absolute; color: #fff; display: block; width: 100%; height: 50px; margin: 0 auto border:none; background: -webkit-linear-gradient(rgba(0,0,0,.4), transparent); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(rgba(0,0,0,.4), transparent); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(rgba(0,0,0,.4), transparent); /* For Firefox 3.6 to 15 */ background: linear-gradient(rgba(0,0,0,.4), transparent); /* Standard syntax */ -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; z-index: 40; } .header:hover {background-color:rgba(0,0,0,.5); -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .header .header-menu { position: absolute; top: 5px; right: 4px } .header .header-menu.other { top: 5px; } .header .header-menu .header-info { font-size: 10px; margin-top: 6px; margin-right: 15px; text-align: right; } .header .username { font-weight: bold; } .header .header-menu .list-menu { position: absolute; top: 25px; right: -4px; background-color: rgba(255,255,255,.8); display: none; border: none !important; -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; z-index: 1; } .header .header-menu .list-menu .icon-menu { display: block; width: 150px; height: 30px; color: #000; font-size: 14px; font-weight: bold; text-decoration: none; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .header .header-menu .list-menu .icon-menu:hover { background-color: rgba(0,0,0,.5); } .header .header-menu .list-menu .icon-menu svg.icon { position: absolute; fill: rgba(0,0,0,.5); left: 12px; top: 4px; } .header .header-menu .list-menu .icon-menu:hover svg.icon { fill: rgba(255,255,255,1) !important; } .header .header-menu .list-menu .icon-menu .text { position: absolute; left: 52px; top: 6px; } .header .header-menu .list-menu .icon-menu:hover .text {color:rgba(255,255,255,1) !important;} .header .header-menu .btn-menu { display: block; text-align: right; color: rgba(0,0,0,0.7) !important; font-size: 12px !important; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000; } #header-menu-dropdown > a {color: rgba(0,0,0,.5) !important;} /* svg.icon.icon-manga-list {color: rgba(0,0,0,.5) !important;} */ /** * Floating Menu */ /** * Floating Menu */ .list-menu-float:before {content: "\f0c9"; font-family: 'FontAwesome' !important; display: block; text-align: center !important; text-indent: 10px; color: #fff !important; font-size:1.5em !important; height: 50px; width: 40px; line-height: 50px;} .list-menu-float:hover:before { font-size:1.7em !important; text-shadow: 0 0 2px #fff, 0 0 1px #fff, 1px 1px 7px #fff, 0 0 0 #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-menu-float {position: absolute; top: 0px; left:0px; width: 50px; border: none; opacity: 1; height: 40px !important; z-index: 100; } .list-menu-float .icon-menu {display: block; width: 120px; background-color: #dfdfdf; height: 30px; line-height: 30px; text-indent: 10px; opacity:0; } .list-menu-float:hover .icon-menu {opacity:1; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;} .list-menu-float .icon-menu.profile {background-image: none !important;} .list-menu-float .icon-menu.profile:before {position:absolute; width:120px !important; content: "\f007\00a0Profile"; font-family: 'FontAwesome' !important; margin-top:5px !important; margin-left:-65px !important; color: #000; text-align: center;} .list-menu-float .icon-menu .text {opacity: 1; width: auto; left: 20px; top: 0; color: #555555;} .list-menu-float .icon-menu:hover {width: 120px !important; background-color:rgba(0,0,0,.5) !important;} .list-menu-float .icon-menu:hover .text, .list-menu-float .icon-menu:hover:before, .list-menu-float .icon-menu:hover:after {color: #fff; width: auto;} .list-menu-float .icon-menu.logout {border-radius: 0 0 4px 4px;} .list-menu-float .icon-menu.setting {display:none;} .list-menu-float .icon-menu svg.icon {top: 7px !important; left: 5px !important; width: 15px; height: 15px;} .list-menu-float .icon-menu.setting svg.icon-setting {display:none;} /** * List Container */ .list-container { position: absolute; background-color: transparent !important; width: 1000px; left: 0; right: 0; margin: auto; margin-top:100px; box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000; border:none !important; margin-bottom:30px; } /** * List Container - Cover Block */ .cover-block { position:relative; display: block; width: 1000px; margin: 0 auto; height:auto; text-align: center; vertical-align: middle; /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;*/ padding-bottom:40px; } .cover-block .image-container { display: block; width: 1000px; height:auto; padding-top:0; } .cover-block .image-container.hide { display: none; } .cover-block .image-container img { max-width: 1000px; height: auto; } /* cover image */ #cover-image{ margin:auto; width:1000px !important; height:auto; background-color:transparent; background-size: cover !important; background-position: 50% 50%; } /* setting icon */ .cover-block .image-container .btn-list-setting { display: none; } .cover-block .image-container:hover .btn-list-setting { display: block; position: absolute; top: 20px; right: 28px; padding: 8px; border: rgba(255,255,255,0) 1px solid; font-size: 14px; color: #ffffff; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; } .cover-block .image-container .btn-list-setting:hover { position: absolute; top: 20px; right: 28px; background-color: rgba(0,0,0,0.6); padding: 8px; border: none; -moz-box-shadow: 0 0 4px #000000; -webkit-box-shadow: 0 0 4px #000000; -o-box-shadow: 0 0 4px #000000; -ms-box-shadow: 0 0 4px #000000; box-shadow: 0 0 4px #000000; font-size: 14px; color: #ffffff; text-shadow: #323232 1px 1px 1px; } .cover-block .image-container .btn-list-setting .fa-camera { font-size: 16px; -moz-text-shadow: #000000 1px 1px 3px; -webkit-text-shadow: #000000 1px 1px 3px; -o-text-shadow: #000000 1px 1px 3px; -ms-text-shadow: #000000 1px 1px 3px; text-shadow: #000000 1px 1px 3px; -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)"; } .cover-block .image-container .btn-list-setting .icon-plus-circle { position: absolute; top: 4px; left: 18px; background-color: rgba(0,0,0,0.6); border-radius: 50%; -moz-box-shadow: -1px 1px 0px 0px #323232; -webkit-box-shadow: -1px 1px 0px 0px #323232; -o-box-shadow: -1px 1px 0px 0px #323232; -ms-box-shadow: -1px 1px 0px 0px #323232; box-shadow: -1px 1px 0px 0px #323232; font-size: 10px; } .cover-block .image-container .btn-list-setting .text { display: none; } .cover-block .image-container .btn-list-setting:hover .text { display: inline-block;; margin-left: 4px; } /** * List Container - Status Menu */ .status-menu-container { width: 1000px; height: 40px; background-color: rgba(255,255,255,.9); border-bottom: none; z-index: 1; margin-top:-40px; } .status-menu-container.fixed { position: absolute; display: none !important; top: 0; } .status-menu-container.fixed + div.list-block { margin-top: 0px; } .status-menu-container .status-menu { display: table; margin: 0 auto; border-collapse: separate; border-spacing: 0px 0; } .status-menu-container .status-menu .status-button { position: relative; display: table-cell; padding: 10px; left: 17px !important; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; text-align: center; vertical-align: middle; padding: 1.2em 10px; line-height: 1.105em; font-size: 1.1em; color: #9B9B9B; } .status-menu-container .status-menu .status-button.on { color: #000; font-weight: bold; } .status-menu-container .status-menu .status-button:hover { background-color: rgba(0,0,0,.5); color: #fff; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .status-menu-container .status-menu .status-button.on:after, .status-menu .status-button:hover:after { opacity: 1 } .status-menu-container .status-menu .status-button.watching:before, .status-menu-container .status-menu .status-button.reading:before { content: "\f152\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.completed:before { content: "\f05d\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.onhold:before { content: "\f017\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.plantowatch:before, .status-menu-container .status-menu .status-button.plantoread:before { content: "\f073\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.dropped:before { content: "\f00d\00a0\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button.all_anime:before { content: "\f022\00a0"; float: left; font-size: 1.5em; font-family: 'FontAwesome' !important; } .status-menu-container .status-menu .status-button:after {display:none !important;} /*scroll bar*/ ::-webkit-scrollbar {height: 7px; width: 7px; background-color: #f5f5f5;} ::-webkit-scrollbar-thumb {border: 2px solid #f5f5f5; background-color: #9B9B9B;} /** * List Container - Status Menu - Search */ .status-menu-container .search-container { position: absolute; right: 5px; z-index:20; } .status-menu-container .search-container #search-button { display: inline-block; height: 22px; margin-top: 10px; color: #787878; font-size: 1.6em; vertical-align: middle; } .status-menu-container .search-container #search-box { display: inline-block; width: 0; height: 22px; overflow: hidden; margin-top: 5px; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; vertical-align: middle; } .status-menu-container .search-container #search-box.open { display: inline-block; width: 130px; } .status-menu-container .search-container #search-box input { width: 100%; height: 100%; box-sizing: border-box; } /** * List Container - List Block */ .list-block { margin: 0; min-height:265px; } .list-unit { background-color:transparent; margin: auto; width: 1000px; /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;*/ } /** * List Container - List Status Title (with Stats) */ .list-unit .list-status-title .text { display: block; width: 1000px; height: 38px !important; font-size: 22px; color: #fff; text-align: center; vertical-align: middle; text-align: center; font-weight: 500; letter-spacing: 0.5px; border:none; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #FFF !important; font-style: bold; background-color: transparent; margin-top: 120px !important; } .list-unit .list-status-title .stats a.filterd { text-shadow: 0px 0px 2px #FFF; } .list-unit .list-status-title .stats a:hover { background:rgba(0,0,0,.5); padding:8px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-unit .list-stats { background-color: rgba(255,255,255,.8); margin-top: -155px !important; color : #000; height: 25px; margin:auto; position: absolute; width: 1000px; z-index: 1 !important; } .list-unit .list-status-title .stats { position: absolute; height: 40px; line-height: 40px; width:180px; right: -25px; margin-top: -197px; z-index: 1; } .list-unit .list-status-title .stats a { color: #9B9B9B; padding:8px; margin:0 !important; } /** * List Container - List Table */ .list-table { width: 100%; margin: 0 auto; border-collapse: collapse; background-color:transparent !important; color: #fff !important; border:none; } /** * List Container - List Table - Header */ .list-table .list-table-header:before {content: "\f0dc\00a0SORT"; display: block; text-align: center !important; font-family: 'FontAwesome' !important; text-indent: 0px; color: #9B9B9B !important; font-weight: 700 !important; width: 57px; line-height: 40px; height:40px; margin-left:0px !important; } .list-table .list-table-header:hover:before {color:#fff !important; background-color:rgba(0,0,0,.5);} .list-table .list-table-header { position: absolute; display: block; margin-left:0; margin-top:-198px; z-index:200 !important; } .list-table .list-table-header .header-title { background: #F6F6F6 url("/img/pc/ownlist/bar-table-header.png") no-repeat right 7px / 1px 22px; display: block; border-bottom: 0; height: 39px; text-align: center; vertical-align: middle; z-index:60 !important; opacity:0; } .list-table .list-table-header:hover .header-title {opacity:1; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;} .list-table .list-table-header .header-title:last-child { background-image: none; } .list-table .list-table-header .header-title.status,.list-table .list-table-header .header-title.number,.list-table .list-table-header .header-title.image,.list-table .list-table-header .header-title.tags { background-image: none; display:none !important; } .list-table .list-table-header .header-title.title { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.score { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.type { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.progress { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.chapters { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.volumes { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.rated { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.started { display:none; } .list-table .list-table-header .header-title.finished { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.days { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.storage { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.retail { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title.priority { text-align: center; width:90px; line-height: 40px; padding:0 !important; } .list-table .list-table-header .header-title .link { font-size: 11px; color: #323232; text-decoration: none height:40px; width:90px; } .list-table .list-table-header .header-title.studio { display:none !important; } .list-table .list-table-header .header-title .link.sort { position: relative; display: inline-block; color: #323232; height:40px; width:90px; white-space: nowrap; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-table .list-table-header .header-title .link.sort:hover { color: #000; background-color: rgba(0,0,0,.5); height:40px; width:90px; } .list-table .list-table-header .header-title .sort-icon { color: #fff; } /* customize list */ .list-table .list-table-data { } .list-table .list-table-data:hover { /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important;*/ transition: .2s linear; background-color:rgba(0,0,0,.3); } .list-table .list-table-data:hover .data.title { text-shadow: 0 0 2px #000, 0 0 1px #000, 0 1px 7px #000, 0 0 0.5px #000; color:#fff; transition: .1s linear; } .header a:hover,.list-table .list-table-data a:not(.edit-disabled):hover { text-decoration:underline; } /** * List Container - List Table - Items */ .list-table .list-table-data .data { display: table-cell; padding: 4px 0; text-align: center; vertical-align: middle; color: #fff !important; border:none; } .list-table .list-table-data:hover .data { color: #fff !important; } .list-table .list-table-data a:not(.edit-disabled):hover { text-decoration: underline; color: #fff !important; } .list-table .list-table-data a.edit-disabled { cursor: text; color: #fff; } .list-table .list-table-data .tags .edit { display: block; width: 100%; text-align: center; color: #2db039; font-size: 10px; font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif; display:none; } .list-table .list-table-data .tags .edit:hover { display:none; } .list-table .list-table-data .tags textarea { box-sizing: border-box; width: 100%; height: 60px; } .list-table .list-table-data .data.image a { display:inline-block!important; } .list-table .list-table-data .data.image { width:4%; } .list-table .list-table-data .data.image .image { width: 30px !important; height: 30px !important; background-size:cover; border:2px solid #fff; -webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.76); -moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.76); box-shadow:2px 2px 8px -3px rgba(0,0,0,.76); border-radius:180px; display:inline-block!important; } .list-table .list-table-data:hover .data.image .image { display:inline-block!important; margin-left:-30px; opacity: 0; -moz-transition-duration: 0.3s ease-in-out; -o-transition-duration: 0.3s ease-in-out; -webkit-transition-duration: 0.3s ease-in-out; transition-duration: 0.3s ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out -moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease; } /* */ .list-table .list-table-data .data.season * { color:#fff; } .list-table .list-table-data .data.title { padding-left: 8px; text-align: left; width:60%; } .list-table .list-table-data .data.title a { line-height:35px !important; display: inline-block; min-width:0; max-width: 450px; /* the width of your titles */ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .list-table .list-table-data .data.title .link { font-size: 16px !important; text-decoration: none !important; font-family: 'PT Sans Narrow', sans-serif; font-weight:100 !important; transition: all 0.3s ease 0s; color: #fff; } .list-table .list-table-data:hover .data.title .link { letter-spacing: 0.5px; transition: all 0.3s ease 0s; color: #fff !important; } .list-table .list-table-data .data.title .rewatching, .list-table .list-table-data .data.title .rereading, .list-table .list-table-data .data.title .content-status { text-shadow: 0 0 2px #1a1aff, 0 0 1px #1a1aff, 1px 1px 7px #1a1aff, 0 0 0 #1a1aff !important; color: #fff !important; font-size: 0.9em !important; margin-left:5px; display:inline-block; margin-top:10px !important; position:absolute; } .list-table .list-table-data .data.score .link { font-size: 1.1em; font-weight: bold; } .list-table .list-table-data .data.score { width: 21px !important; height: 21px !important; background-image: url(http://i.imgur.com/udzEw6G.png); background-repeat: no-repeat; background-size:contain; background-position: 50% 50%; } .list-table .list-table-data:hover .data.score { background-image: url(http://i.imgur.com/EQcGOeO.png); text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000; } .list-table .list-table-data .data.score a {color:#fff !important;} td.td1.borderRBL { color:#fff; } /*add edit */ .list-table .list-table-data .data.title .add-edit-more { float: right; margin-right: 10px; font-size:0 !important; margin-top:10px; } .add-edit-more { opacity: 0; transition: all 0.2s ease 0s; } .list-item:hover .add-edit-more { opacity: 1; transition: all 0.2s ease 0s; } .list-table .list-table-data .data.title .edit a { background-image: url(http://i.imgur.com/OT1yCLP.png); display: inline-block; width: 15px; height: 15px; background-size: cover; color: transparent !important; margin-right: 7px !important; } .list-table .list-table-data .data.title .more a { background-image: url(http://i.imgur.com/cUAaila.png); display: inline-block; width: 15px; height: 15px; background-size: cover; color: transparent !important; } .list-table .list-table-data .data.title .add a { background-image: url(http://i.imgur.com/AoTgUAL.png); display: inline-block; width: 15px; height: 15px; background-size: cover; color: transparent !important; margin-right: 7px !important; } /* */ .list-table .list-table-data .data.title .more { position: relative; } .list-table .more-info { display: none; } .list-table .more-info .more-content { padding: 10px; } /* */ .list-table .list-table-data .data.number { width:2% !important; } .list-table .list-table-data:hover .data.number { opacity:0; } /* review section */ .list-table .list-table-data .data.tags { position: fixed; right: calc( 50% + 510px); top: calc(20% + 230px); opacity: 0; display: inline !important; line-height: 16px !important; font-family: Segoe UI, Atilla, Arial, Helvetica, sans-serif; text-align:left; width:150px !important; height:auto !important; background-color:rgba(0,0,0,.5); box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000; pointer-events: none; /* animation */ transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out; z-index: 6; } .list-table .list-table-data .data.tags span:after { position: fixed; right: calc( 50% + 510px); top: calc(20% + 230px); opacity: 0; display: block !important; content:''; width:150px !important; height:auto; pointer-events: none; /* animation */ transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out; } .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.tags span:after { opacity: 1; padding:5px; box-sizing: border-box; right: calc( 50% + 510px); transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out; } .list-table .list-table-data .data.tags * {color: #fff !important;} .list-table .list-table-header .header-title.tags { display:none; } .link.sort + a {display: none;} /* remove watch buttons */ .list-table .list-table-data .data.studio { position:fixed; width: 150px; text-align:center; right: calc( 50% + 511px); top: calc(20% + 184px); height: 30px !important; opacity:0; z-index: 60 !important; background-color: transparent; background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); pointer-events:none; } .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.studio {opacity:1;} .list-item .data.studio * { text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important; font-weight: bold !important; color:#fff !important; } /** * Large full-res hover images */ .data.image a:before {content: ""; display: block !important; position: fixed; top:20%; right: calc( 50% + 530px); width: 150px; height: 221px; background-color: rgba(0,0,0,.3); background-position: center !important; background-repeat: no-repeat !important; background-size: cover; border: 1px solid #ffffff; box-shadow: 0 2px 5px rgba(0,0,0, 0.7); visibility: hidden; opacity: 0; transition: opacity .8s linear, margin-left .5s ease, transform 1s ease-in-out; z-index: 5;} .list-table .list-table-data:hover .data.image a:before { visibility: visible; opacity: 1; right: calc( 50% + 510px); transition: .3s ease-out;} /* */ .list-table .list-table-data .data.status { width: 4px; } .list-table .list-table-data .data.status .text { font-size:1.5em; } .list-table .list-table-data .data.status.reading, .list-table .list-table-data .data.status.watching { /*background-color: #2db039 */ background-color:transparent; } .list-table .list-table-data .data.status.plantoread, .list-table .list-table-data .data.status.plantowatch { /*background-color: #c3c3c3 */ background-color:transparent; } .list-table .list-table-data .data.status.completed { /*background-color: #26448f */ background-color:transparent; } .list-table .list-table-data .data.status.onhold { /*background-color: #f1c83e */ background-color:transparent; } .list-table .list-table-data .data.status.dropped { /*background-color: #a12f31 */ background-color:transparent; } /* list status */ .list-table .list-table-data .data.status.completed:before, .list-table .list-table-data .data.status.reading:before, .list-table .list-table-data .data.status.watching:before,.list-table .list-table-data .data.status.plantoread:before, .list-table .list-table-data .data.status.plantowatch:before,.list-table .list-table-data .data.status.onhold:before,.list-table .list-table-data .data.status.dropped:before { display: inline-block !important; position: absolute; margin-left:8px; margin-top:-7px; z-index: 100 !important; content: ""; pointer-events: none; opacity: 0; text-align:center !important; } .list-table .list-table-data:hover .data.status.completed:before, .list-table .list-table-data:hover .data.status.reading:before, .list-table .list-table-data:hover .data.status.watching:before,.list-table .list-table-data:hover .data.status.plantoread:before, .list-table .list-table-data:hover .data.status.plantowatch:before,.list-table .list-table-data:hover .data.status.onhold:before,.list-table .list-table-data:hover .data.status.dropped:before { opacity: 1; text-align:center !important; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; } .list-table .list-table-data:hover .data.status.completed:before { /* background-color: #26448f !important; */ color:#fff; content: "\f05d"; font-size: 1.5em; font-family: 'FontAwesome' !important; } .list-table .list-table-data:hover .data.status.watching:before, .list-table .list-table-data:hover .data.status.reading:before { /*background-color: #2db039 !important;*/ color:#fff; content: "\f152"; font-size: 1.5em; font-family: 'FontAwesome' !important;} .list-table .list-table-data:hover .data.status.plantowatch:before, .list-table .list-table-data:hover .data.status.plantoread:before {/*background-color: #c3c3c3 !important;*/ color:#fff; content: "\f073"; font-size: 1.5em; font-family: 'FontAwesome' !important;} .list-table .list-table-data:hover .data.status.onhold:before {/*background-color: #f1c83e !important;*/ color:#fff; content: "\f017"; font-size: 1.5em; font-family: 'FontAwesome' !important;} .list-table .list-table-data:hover .data.status.dropped:before {/*background-color: #a12f31 !important;*/ color:#fff; content: "\f00d"; font-size: 1.5em; font-family: 'FontAwesome' !important;} /* */ .list-unit .loading-space { background-color:rgba(0, 0, 0, .3); color: #fff !important; display: inline-block; margin: auto; width: 1000px; font-size: 11px; line-height:15px; text-align: middle !important; padding-top: 0px; margin-bottom: 0px; height:250px; background-attachment:scroll; background-image:url(); background-repeat: no-repeat no-repeat; background-position: 0% 100%; } /*override codes*/ .header .header-info > a {color: rgba(255,255,255,1) !important;} .header .header-info {color: rgba(255,255,255,0.8) !important;} .header .header-menu {color: rgba(255,255,255,0.8) !important;} .header .header-menu .btn-menu {color: rgba(255,255,255,0.8) !important;} .username {color: rgba(255,255,255,0.8) !important;} #header-menu-button {color: rgba(255,255,255,0.8) !important;} .header a { font-weight: bold; color: #fff !important; } .icon-watch, .icon-watch-pv {display:none !important;} /*profile image & name */ .cover-block::after { height: 120px !important; width: 120px! important; background-repeat: no-repeat; background-size: contain; position: absolute; display:block !important; margin-left:57px; margin-top:-70px; content: ""; z-index: 2 !important; padding: 5px; background-color:#fff; box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3); border-radius:5px; border: #fff 2px solid; } .cover-block::before { position: absolute; display:block !important; margin-left:200px; bottom:40px; width: 300px; color: #ffffff; font-size: 29px !important; font-family: Rancho; text-align: left; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important; letter-spacing: 0 !important; } /* */ .header .header-title { position: absolute; top: 0px; left: 40px; background-image: url("http://i.imgur.com/39cRtfK.png"); background-position: left top; background-repeat: no-repeat; background-size: auto 50px; display: block; width: 50px !important; height: 50px; text-indent: -9999px; overflow: hidden } /* customization */ /* The list background */ body[data-query*='"status":1'], body[data-query*='"status":2'], body[data-query*='"status":3'], body[data-query*='"status":4'], body[data-query*='"status":6'], body[data-query*='"status":7'] { background-attachment: fixed !important; background-position: center top; background-repeat: no-repeat !important; background-size:cover; } * {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;} /* */ span a[href*="&tag=!"], span a[href*="&tag=%40"], span a[href*="&tag=~"] {display: none !important;} /* favorite */ @media entrytags-favorites {} a[href$="&tag=*"] {position: absolute; left: 0; width: 150px; height: 0; font-size: 15px; top: 0px; color: transparent !important; } a[href$="&tag=*"]:after {content: '\f005'; font-family: 'FontAwesome' !important; display: inline-block; pointer-events: all; /* change the position below, and add in margin-whatever if it's not enough */ position: absolute; top: -224px; left: 130px; /* change the size of font */ font-size: 1.1em; color: #fff !important; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #fff !important; pointer-events:none; } /* Intro animation */ @keyframes intro { from { opacity: 0; margin-top: 100vh; } 16% { opacity: 0; margin-top: 100vh; } to { opacity: 1; margin-top: 100px; } } .list-container { animation: intro 2s; } /* */ footer { position: fixed; bottom: 0px; left: 0px; width: 100%; height:30px !important; z-index: 9998; } #footer-block { display:block; background-color: transparent; background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.6))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%); } #copyright { color: #FFF; letter-spacing: 1px; text-shadow: 0px 3px 3px #000; font-size:10px; } #copyright::after { content: "ShelterStyleV3 - Layout originally designed by Takana no Hana" } I've tried but I could not change my background wallpaper. No matter what image I put when I try to preview its always blue. What wallpaper are you trying to change to, and how are you doing it? You change the background here /* WALLPAPER */ body, body.ownlist { background-image: url(https://i.imgur.com/k4Qs5Le.jpg); } Right now that wallpaper is on your anime list, is that what you're seeing now? If that's what you changed it to, it worked. Make sure you're editing the themes you have shaded the bubbles under https://myanimelist.net/ownlist/style |
Oct 12, 2021 8:44 PM
#442
Valerio_Lyndon said: LEGENDS_OF_ANIME said: If you don't wanan post release it publically then is it okay if you sent it to me at least??? Though I'm pretty sure just like me a lot of people would want it finished or not. I started learning HTML and CSS a few weeks ago and I am not doing any practice projects other than the ones provided with the course so I may just try to see if how much of your design I can complete (of course if you don't mind about that). Sure, why not. The code is here: https://pastebin.com/raw/2TNVwrXs It's formatted for import into Stylus (or Stylish if it still supports that, I don't use it so I wouldn't know). The code is a bit of a mess and there's a bunch of stuff that's half-done, but it could be interesting if you haven't done this before I suppose. Restyling a messy website like MyAnimeList is definitely one of the hardest things you can do in CSS though. Sorry for the late reply. I really list this style, IT'S JUST AMAZING HOW MUCH YOU CHANGED MAL. I made some changes (and still trying to figure out a lot of things about the code) but it really works. I made not be much of a help since you know much more about HTML and CSS than this miserable infant but tell me if you plan to release it. I am trying to complete some of the pages which you didn't do yet (Ex: the watch history page). And I would just want one help. I can't figure out how to change the background. I really wanna make this style work with this but I just can't get it to work. If you could just tell me how to change the dotted background image then I think I will be able to figure out the rest somehow. PS: Can you send me a friend request in MAL if you don't mind. I feel like you're a pretty busy person (I THINK), But when I finish my course that I'm currently doing and start doing some projects I want for practice I would like to get your help sometimes if possible. But sending the messages in forums of a different topic or in the comments doesn't look right to me. So I was wondering if I could PM you. It's totally fine if you don't wanna, thanks for this beautiful style. PEACE (─‿‿─) |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Oct 18, 2021 1:12 AM
#443
LEGENDS_OF_ANIME said: PS: Can you send me a friend request in MAL if you don't mind. Sure, I've continued the thread there since I feel we're getting a bit off topic for this thread. ShaggyZE said: Thanks, Love the blue!, this is the first MAL dark theme I can see myself actually keeping, was only half a dozen things I noticed that needed fixed IMO, I did have to edit a lot of hacker09's userscripts so they would fit in better places and change the comments for the sections so they would be named correctly (not sure if it's cause I use chrome), but you should definitely release it somewhere. Thanks for the kind words. Even if I finished it, I'm hesitant to officially release it since the moment MAL makes a change I'll get people asking why something is broken. But you never know. |
Nov 2, 2021 12:43 PM
#444
Hi guys, I'm having a little problem with my layout, well basically all anime images work, except for the anime "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2", I really wanted you to help me solve this problem, here Below is my code: @\import "https://malscraper.azurewebsites.net/covers/anime/MaximalDisguised/presets/more"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; @\import "https://dl.dropboxusercontent.com/s/r89y41zqmt8waaz/animelist_more.css"; /* ------------------------------------------ [sᴇᴄʀᴇᴛ ᴘʟᴀᴄᴇ] - theme #06 edited by nadeko_ (original code by TheHolyPotato) | merumomo.tumblr.com | myanimelist.net/profile/Nadeko_ Please do not delete the credit. Do not claim as your own. Do not copy any part of the code. Do not redistribute. Thank you.✧ ------------------------------------------ */ @import "YOUR COVERS"; @import url(\68 \74 \74 \70 \73 \3a \2f \2f \64 \6c \2e \64 \72 \6f \70 \62 \6f \78 \75 \73 \65 \72 \63 \6f \6e \74 \65 \6e \74 \2e \63 \6f \6d \2f \73 \2f \71 \34 \76 \35 \6b \64 \62 \78 \66 \35 \6d \74 \6b \70 \70 \2f \41 \72 \69 \61 \5f \42 \6c \75 \65 \53 \6b \79 \5f \53 \65 \63 \72 \65 \74 \5f \50 \6c \61 \63 \65 \5f \54 \68 \65 \6d \65 \2e \63 \73 \73 );{} |
Nov 2, 2021 12:55 PM
#445
Vivian_Lira666 said: Hi guys, I'm having a little problem with my layout, well basically all anime images work, except for the anime "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2", I really wanted you to help me solve this problem, here Below is my code: @\import "https://malscraper.azurewebsites.net/covers/anime/MaximalDisguised/presets/more"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; @\import "https://dl.dropboxusercontent.com/s/r89y41zqmt8waaz/animelist_more.css"; /* ------------------------------------------ [sᴇᴄʀᴇᴛ ᴘʟᴀᴄᴇ] - theme #06 edited by nadeko_ (original code by TheHolyPotato) | merumomo.tumblr.com | myanimelist.net/profile/Nadeko_ Please do not delete the credit. Do not claim as your own. Do not copy any part of the code. Do not redistribute. Thank you.✧ ------------------------------------------ */ @import "YOUR COVERS"; @import url(\68 \74 \74 \70 \73 \3a \2f \2f \64 \6c \2e \64 \72 \6f \70 \62 \6f \78 \75 \73 \65 \72 \63 \6f \6e \74 \65 \6e \74 \2e \63 \6f \6d \2f \73 \2f \71 \34 \76 \35 \6b \64 \62 \78 \66 \35 \6d \74 \6b \70 \70 \2f \41 \72 \69 \61 \5f \42 \6c \75 \65 \53 \6b \79 \5f \53 \65 \63 \72 \65 \74 \5f \50 \6c \61 \63 \65 \5f \54 \68 \65 \6d \65 \2e \63 \73 \73 );{} See the first post for solutions- Top three imports are outdated or don't work for your layout, remove them and use part B to get a working one Other imports for the actual layout are broken see solution part D |
Nov 12, 2021 11:45 AM
#446
Shishio-kun said: Vivian_Lira666 said: Hi guys, I'm having a little problem with my layout, well basically all anime images work, except for the anime "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2", I really wanted you to help me solve this problem, here Below is my code: @\import "https://malscraper.azurewebsites.net/covers/anime/MaximalDisguised/presets/more"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; @\import "https://dl.dropboxusercontent.com/s/r89y41zqmt8waaz/animelist_more.css"; /* ------------------------------------------ [sᴇᴄʀᴇᴛ ᴘʟᴀᴄᴇ] - theme #06 edited by nadeko_ (original code by TheHolyPotato) | merumomo.tumblr.com | myanimelist.net/profile/Nadeko_ Please do not delete the credit. Do not claim as your own. Do not copy any part of the code. Do not redistribute. Thank you.✧ ------------------------------------------ */ @import "YOUR COVERS"; @import url(\68 \74 \74 \70 \73 \3a \2f \2f \64 \6c \2e \64 \72 \6f \70 \62 \6f \78 \75 \73 \65 \72 \63 \6f \6e \74 \65 \6e \74 \2e \63 \6f \6d \2f \73 \2f \71 \34 \76 \35 \6b \64 \62 \78 \66 \35 \6d \74 \6b \70 \70 \2f \41 \72 \69 \61 \5f \42 \6c \75 \65 \53 \6b \79 \5f \53 \65 \63 \72 \65 \74 \5f \50 \6c \61 \63 \65 \5f \54 \68 \65 \6d \65 \2e \63 \73 \73 );{} See the first post for solutions- Top three imports are outdated or don't work for your layout, remove them and use part B to get a working one Other imports for the actual layout are broken see solution part D Hi so after a while I had given up trying to fix the layout because I always failed at it, so I decided to let it go, only now I went to look at my animelist and the anime "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2" is working perfectly, I was very happy, but then I saw that another anime on my list ran out of the cover that was the anime "Marudase Kintarou"... Now my brain bugged |
Nov 12, 2021 5:02 PM
#447
Vivian_Lira666 said: Shishio-kun said: Vivian_Lira666 said: Hi guys, I'm having a little problem with my layout, well basically all anime images work, except for the anime "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2", I really wanted you to help me solve this problem, here Below is my code: @\import "https://malscraper.azurewebsites.net/covers/anime/MaximalDisguised/presets/more"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; @\import "https://dl.dropboxusercontent.com/s/r89y41zqmt8waaz/animelist_more.css"; /* ------------------------------------------ [sᴇᴄʀᴇᴛ ᴘʟᴀᴄᴇ] - theme #06 edited by nadeko_ (original code by TheHolyPotato) | merumomo.tumblr.com | myanimelist.net/profile/Nadeko_ Please do not delete the credit. Do not claim as your own. Do not copy any part of the code. Do not redistribute. Thank you.✧ ------------------------------------------ */ @import "YOUR COVERS"; @import url(\68 \74 \74 \70 \73 \3a \2f \2f \64 \6c \2e \64 \72 \6f \70 \62 \6f \78 \75 \73 \65 \72 \63 \6f \6e \74 \65 \6e \74 \2e \63 \6f \6d \2f \73 \2f \71 \34 \76 \35 \6b \64 \62 \78 \66 \35 \6d \74 \6b \70 \70 \2f \41 \72 \69 \61 \5f \42 \6c \75 \65 \53 \6b \79 \5f \53 \65 \63 \72 \65 \74 \5f \50 \6c \61 \63 \65 \5f \54 \68 \65 \6d \65 \2e \63 \73 \73 );{} See the first post for solutions- Top three imports are outdated or don't work for your layout, remove them and use part B to get a working one Other imports for the actual layout are broken see solution part D Hi so after a while I had given up trying to fix the layout because I always failed at it, so I decided to let it go, only now I went to look at my animelist and the anime "Re:Zero kara Hajimeru Isekai Seikatsu 2nd Season Part 2" is working perfectly, I was very happy, but then I saw that another anime on my list ran out of the cover that was the anime "Marudase Kintarou"... Now my brain bugged The top three imports were part of the problem and they still are, you need to remove them like I said (delete them completely), or else they will keep causing issues, and also you need to replace them with a working one from part B. I suggest the full database one since it has the most recent updates. 1. REMOVE/DELETE THESE TOP THREE IMPORTS FROM THE TOP OF YOUR CSS @\import "https://malscraper.azurewebsites.net/covers/anime/MaximalDisguised/presets/more"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelink"; @\import "https://dl.dropboxusercontent.com/s/r89y41zqmt8waaz/animelist_more.css"; 2. REPLACE THEM WITH ONE FROM PART B I think this is best for your situation @\import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/more"; The final CSS should look like this @\import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/more"; /* ------------------------------------------ [sᴇᴄʀᴇᴛ ᴘʟᴀᴄᴇ] - theme #06 edited by nadeko_ (original code by TheHolyPotato) | merumomo.tumblr.com | myanimelist.net/profile/Nadeko_ Please do not delete the credit. Do not claim as your own. Do not copy any part of the code. Do not redistribute. Thank you.✧ ------------------------------------------ */ @\import url(\68 \74 \74 \70 \73 \3a \2f \2f \64 \6c \2e \64 \72 \6f \70 \62 \6f \78 \75 \73 \65 \72 \63 \6f \6e \74 \65 \6e \74 \2e \63 \6f \6d \2f \73 \2f \71 \34 \76 \35 \6b \64 \62 \78 \66 \35 \6d \74 \6b \70 \70 \2f \41 \72 \69 \61 \5f \42 \6c \75 \65 \53 \6b \79 \5f \53 \65 \63 \72 \65 \74 \5f \50 \6c \61 \63 \65 \5f \54 \68 \65 \6d \65 \2e \63 \73 \73 );{} As an alternative you could also try this, normally I don't think you should mix malscrapers but I think this will be fine if the above CSS doesn't cover everything during down times on MAL. It also makes it so other users can see the layout, normally its hidden to everyone except you @\import "https://malscraper.azurewebsites.net/covers/anime/Vivian_Lira666/presets/more"; @\import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/more"; /* ------------------------------------------ [sᴇᴄʀᴇᴛ ᴘʟᴀᴄᴇ] - theme #06 edited by nadeko_ (original code by TheHolyPotato) | merumomo.tumblr.com | myanimelist.net/profile/Nadeko_ Please do not delete the credit. Do not claim as your own. Do not copy any part of the code. Do not redistribute. Thank you.✧ ------------------------------------------ */ @\import url(\68 \74 \74 \70 \73 \3a \2f \2f \64 \6c \2e \64 \72 \6f \70 \62 \6f \78 \75 \73 \65 \72 \63 \6f \6e \74 \65 \6e \74 \2e \63 \6f \6d \2f \73 \2f \71 \34 \76 \35 \6b \64 \62 \78 \66 \35 \6d \74 \6b \70 \70 \2f \41 \72 \69 \61 \5f \42 \6c \75 \65 \53 \6b \79 \5f \53 \65 \63 \72 \65 \74 \5f \50 \6c \61 \63 \65 \5f \54 \68 \65 \6d \65 \2e \63 \73 \73 );{} @import "https://dl.dropboxusercontent.com/s/snaujxxx8c1xm0n/TodokanaiKoi_topbar.css"; @import url('https://fonts.googleapis.com/css?family=Amaranth'); /* MAIN BACKGROUND */ body { background-attachment:fixed; background-clip:border-box; background-color: black; background-image: url(http://i.imgur.com/tla1S6r.jpg); background-position: top center; background-repeat: no-repeat; background-size:cover; font-family:calibri; } /* LIST BACKGROUND COLOR, ROW HEIGHT AND FLASH Adjust the opacity and color of the list itself with the first two sets of code, as well as the height of the rows. td1 is odd numbered rows, td2 is even. The third set of code is for the row color and opacity on height. Google RGBA color generator for easy to copy color and opacity numbers customized for you. */ .td1 { background-color:rgba(0, 0, 0, 0.5); height:65px; } .td2 { background-color:rgba(0, 0, 0, 0.5); height:65px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(2, 129, 134, 0.6); } /* MAGICA LOGO Background-image is the Magica logo at page top. You can move it with background position. */ #list_surround { font-size:100%; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:60px; position:absolute; right:-4px !important; width:700px; } /* SIDE BUTTONS */ #list_surround .status_selected, #list_surround .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-image:url(http://i.imgur.com/C18QlIM.png); background-position:0 0; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid transparent; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; left:-300px; padding:0; position:absolute; top:20px; width:263px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/Lh7RiFh.png); background-position:100% 0; top:140px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/BkpE7PU.png); background-position:0 0; top:260px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/edsCiZQ.png); background-position:100% 0; top:380px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/DOfr8wo.png); background-position:0 0; top:500px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/S5Ge0XR.png); background-position:100% 0; top:620px; } /* CUSTOM HEADERS */ .header_cw { background-color: transparent; background-image: url("http://i.imgur.com/wppqZ5u.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_completed { background-color: transparent; background-image: url("http://i.imgur.com/ziN0kUa.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -150px; } .header_onhold { background-color: transparent; background-image: url("http://i.imgur.com/TLxRUZc.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -150px; } .header_dropped { background-color: transparent; background-image: url("http://i.imgur.com/ixqRL6W.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -150px; } .header_ptw { background-color: transparent; background-image: url("http://i.imgur.com/K5PtbLE.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -150px; } /* TOP COLORS The colors for the top text (#, anime title, score, etc) and the panel iteself. */ .table_header { background-color: rgba(28, 81, 147, 0.7); } .table_header, .table_header a{ color: white;} /* LIST FONT COLOR */ .td1, .td2, .category_totals { color:white; } /* OTHER CODES Ask in the original topic for this layout of in my club if you need to learn more about customizing this layout. */ a { color: #FFF; text-shadow: 1px 0px 3px #1375ED !important; text-decoration: none; } a:hover { color:#fff; text-decoration:none; letter-spacing: 1px; } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { padding-left:35px; text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0 none; padding:4px; text-align:center; vertical-align:top; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { background-color:rgba(28, 81, 147, 0.7); border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:white; text-align:center; } [class^="header_"] * { background-repeat: no-repeat no-repeat; font-size: 0; height: 265px; line-height: 24px; padding-bottom: 5px; text-align: right; vertical-align: bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:transparent; border:0 none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; color:#000000; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { background-color:rgba(220, 135, 140, 0.8); border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#ffffff; line-height:17px; margin-top:10px; padding:8px; text-align:center; } .hide { background-color:rgba(248, 162, 200, 0.701961); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border:1px solid #FFFFFF; border-bottom-left-radius:7px; border-bottom-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:0; display:inline-block !important; height:55px; margin-left:33px; margin-top:-65px; position:absolute; width:35px; } .hide:hover { background-color:transparent; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:20px; border-bottom-right-radius:20px; border-top-left-radius:20px; border-top-right-radius:20px; box-shadow:rgba(63, 52, 60, 0.54902) 0 0 8px 8px; margin-left:-140px; padding-right:150px; padding-top:220px !important; position:absolute; z-index:1; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 210px; z-index: 20; } .td1:nth-of-type(2), .td2:nth-of-type(2) { padding-left:35px; text-align:left; } .td1:nth-of-type(6), .td2:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; border-bottom-style:none !important; border-bottom-width:medium !important; display:inline-block; font-family:cursive; font-size:9pt; height:0 !important; left:70px; line-height:16px !important; margin-top:16px; position:absolute; text-align:justify !important; width:720px; z-index:2; } .table_header:nth-of-type(6) { display:none; } span[id*="tagRow"] { display:block !important; } span[id*="tagLinks"] { display:none !important; } a, .td1, .td2, .category_totals { -webkit-transition:all 0.25s ease-in-out 0s; transition:all 0.25s ease-in-out 0s; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:113px; width:263px; } .status_selected { display:block; } .status_not_selected { display:block; } .status_not_selected { opacity: none; } .status_not_selected:hover { color:transparent; opacity:1; } #list_surround { left:0 !important; margin:auto !important; position:absolute !important; right:0 !important; } .animetitle { font-family: Amaranth; font-size: 16px; font-weight: normal;} .animetitle + small { color: #49FCD8 !important; text-shadow: 1px 0px 3px #BBC5D5 !important; font-weight: normal; } small::before { content: '~ '; } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;} .table_header:nth-last-of-type(2) { border-radius: 0 10px 0 0;} .td1:nth-of-type(6), .td2:nth-of-type(6){ background-color: transparent !important; font-family: century gothic;} td:nth-of-type(6) small { font-size: 0; color: #ffffff; text-shadow: 1px 0px 3px rgba(19, 117, 237, 1); font-weight: bold; left: 52px; position: relative; } td:nth-of-type(6) small:after { font-size: 11px !important; content: "Edit Tags" } @media screen and (-webkit-min-device-pixel-ratio:0) { .td1:nth-of-type(2), .td2:nth-of-type(2){ width: 73% !important; } .animetitle { padding-left: 5px; } } /* Media query for devices above 1000px */ @media all and (min-device-width:1001px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -270px;} #list_surround { left: 24% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important; padding-top: 8px;} } /* Media query for devices above 1024px */ @media all and (min-device-width:1025px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -300px;} #list_surround { left: 17% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important;} } /* Media query for devices above 1140px */ @media all and (min-device-width:1141px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -290px;} #list_surround { left: 17% !important; width: 850px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 530px !important;} } /* Media query for devices above 1280px */ @media all and (min-device-width:1281px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -330px;} #list_surround { left: 20% !important; width: 800px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 575px !important;} } /* Media query for devices above 1440px */ @media all and (min-device-width:1441px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -385px;} #list_surround { left: 17% !important; width: 960px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 635px !important;} #list_surround { background-position: center -40px;} } /* Media query for devices above 1680px */ @media all and (min-device-width:1681px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -430px;} #list_surround { left: 16% !important; width: 1050px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 720px !important;} } /* Media query for devices above 1920px */ @media all and (min-device-width:1921px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -530px;} #list_surround { left: 10% !important; width: 1100px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 770px !important;} } ::-webkit-scrollbar-thumb:vertical {background-color: #8DB6CD; height: 7px;} ::-webkit-scrollbar-thumb:horizontal {background-color: #8DB6CD; height:7px!important;} ::-webkit-scrollbar {background-color: #ffffff; height:7px; width:7px;} #copyright::before { content: " "; display: block !important; font-size: 0px !important; color: rgba(0, 0, 0, 0) !important; position: fixed !important; width: 46px; height: 52px; bottom: 14px; right: 39px; background-color: rgba(51, 51, 51, 0); background-image: url(http://i.imgur.com/IO7tPuU.png); background-repeat: no-repeat; transition-duration: 0.6s; background-position: 76% 74%; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; } #copyright:hover::before { z-index: 1000; width: 250px; height: 55px !important; margin-right: -49px; font-size: 0px !important; color: #E5E5E5 !important; text-align: justify !important; background-image: url(http://i.imgur.com/uPE94mA.png); transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; } |
Shishio-kunNov 12, 2021 5:25 PM
Nov 13, 2021 3:40 AM
#448
Thanks, it worked!!!!!! |
Nov 17, 2021 7:14 AM
#449
Hey Umm so my animelist layout used to be pretty awesome,but now all of a sudden something has happened. here take a look:https://i.imgur.com/PiLTcWE.png the search option suddenly decided to fly and the stats option isn't there. So could you take a look at my profile and help me. Also this:https://i.imgur.com/FwOW6N8.png if you see the back of the anime cover there are three boxes below,which used to be the about,edit and tag options,but now they are ..well they're just boxes. I'd really appreciate if someone could help.Thanks! |
ZangifNov 17, 2021 7:19 AM
Nov 17, 2021 3:18 PM
#450
Hey, I have an issue with my lists that worked flawlessly up today. As you can see in the linked picuture the top bar is all wrong. Instead of the usual symbols you get a Sigma, a Quantifier etc. https://i.imgur.com/Ivvi3yR.png Can somebody help me? |
This topic has been locked and is no longer available for discussion.
More topics from this board
» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )Shishio-kun - Jul 21, 2017 |
381 |
by KabukiChouNights
»»
Sep 13, 10:56 AM |
|
» theme helpthreat - Jul 5 |
5 |
by Zaryf
»»
Aug 21, 5:46 AM |
|
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1261 |
by KiranaStarr
»»
Aug 16, 5:48 PM |
|
» [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 |