New
May 16, 2020 11:43 PM
#6151
xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. and that's my layout code (Text link) It works for me - is it still not showing for you? |
May 17, 2020 7:23 AM
#6152
Shishio-kun said: xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. and that's my layout code (Text link) It works for me - is it still not showing for you? yes :( |
May 17, 2020 11:07 AM
#6153
Works for me, too. Maybe try deleting your cache in case it only happens on your end? Since MAL is acting up a lot lately, my lists take enormously long to load (20secs up to 1 minute). So I checked my RAM and it spikes with a usage of 700mb when trying to opening them. Is there any reason why this could happen? I don't have the impression of it being a RAM-eating design... https://myanimelist.net/mangalist/Schlopsi |
May 17, 2020 12:37 PM
#6154
What's your browser and extensions you use? Sometimes extensions block the import for covers, I think. Schlopsi said: Works for me, too. Maybe try deleting your cache in case it only happens on your end? Since MAL is acting up a lot lately, my lists take enormously long to load (20secs up to 1 minute). So I checked my RAM and it spikes with a usage of 700mb when trying to opening them. Is there any reason why this could happen? I don't have the impression of it being a RAM-eating design... https://myanimelist.net/mangalist/Schlopsi You have a ton of entries on first load so there's going to be lag and spikes of RAM usage- you can switch to modern if you're not using it or start off on a page with less entries to get around this. |
May 17, 2020 1:07 PM
#6155
Shishio-kun said: You have a ton of entries on first load so there's going to be lag and spikes of RAM usage- you can switch to modern if you're not using it or start off on a page with less entries to get around this. I see. Time to switch to modern then. Thank you! |
May 17, 2020 1:27 PM
#6156
Schlopsi said: Shishio-kun said: You have a ton of entries on first load so there's going to be lag and spikes of RAM usage- you can switch to modern if you're not using it or start off on a page with less entries to get around this. I see. Time to switch to modern then. Thank you! Yeah Modern limits to 300 entries at a time I think. That can be annoying too tho. |
May 17, 2020 6:33 PM
#6157
xxheyamxx said: Shishio-kun said: xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. It works for me - is it still not showing for you? yes :( Quite strange. Your code looks fine, and if it worked before I see no reason it would break except for perhaps MAL issues — there have been a lot of reports of pages not loading recently, which could be it. But if you wanted a fix *now*, I have a whole write-up on fixing cover images: [Here]. It goes over every problem I know of that may be causing trouble. That may assist you in finding a solution. |
May 20, 2020 1:05 AM
#6158
i need help the photos for the anime is too far to the right than to the left https://imgur.com/a/VAiMP3L |
May 20, 2020 2:00 AM
#6159
DizDoggo said: Try adding this to the bottom of your CSS, it should prevent that from happening.i need help the photos for the anime is too far to the right than to the left https://imgur.com/a/VAiMP3L /* List Spacing Fix */ .list-unit { width: calc(170px * 8); max-width: initial; } @media (max-width: 1640px) { .list-unit { width: calc(170px * 7); } } @media (max-width: 1430px) { .list-unit { width: calc(170px * 6); } } @media (max-width: 1120px) { .list-unit { width: calc(170px * 5); } } @media (max-width: 1010px) { .list-unit { width: calc(170px * 4); } } @media (max-width: 800px) { .list-unit { width: calc(170px * 3); } } @media (max-width: 590px) { .list-unit { width: calc(170px * 2); } } /* List Spacing Fix End */ |
May 21, 2020 11:55 AM
#6160
is there anyway to resize the renders since its too big and at the same time the anime list pictures are blurry and somewhat dark https://imgur.com/a/Mi8A8mE |
May 21, 2020 10:22 PM
#6161
DizDoggo said: is there anyway to resize the renders since its too big and at the same time the anime list pictures are blurry and somewhat dark https://imgur.com/a/Mi8A8mE For render: These codes control the render size. Adjust the number (80 is 80% size). footer:before{ background-size: 80% !important; } footer:after { background-size: 80% !important; } For preview pics: Try to add the alternative imports to the top of your CSS, one should work for you. Test them out one at a time please if you don't know which one to use. https://myanimelist.net/forum/?topicid=1791551 |
May 25, 2020 3:16 PM
#6162
yenkoes said: hi, recently I watched your video on making the custom layout theme, and I'm still in the middle of changing my banner images, gifs, renders, etc. However, I noticed that the quality of the anime cover photos from my list dropped a lot and I'm not quite sure why. I tried screenshotting it but idk how to post it here sorry T_T if anyone is willing to check out my list and see if they can spot an issue, I can switch it to public rn. Thank you so much in advance. It needs to be public for HD preview pics to work. You can read about it here and there are alternate solutions linked here. https://myanimelist.net/forum/?topicid=439897 https://myanimelist.net/forum/?topicid=1791551 It looks fine to me atm however |
May 25, 2020 3:23 PM
#6163
Shishio-kun said: yenkoes said: hi, recently I watched your video on making the custom layout theme, and I'm still in the middle of changing my banner images, gifs, renders, etc. However, I noticed that the quality of the anime cover photos from my list dropped a lot and I'm not quite sure why. I tried screenshotting it but idk how to post it here sorry T_T if anyone is willing to check out my list and see if they can spot an issue, I can switch it to public rn. Thank you so much in advance. It needs to be public for HD preview pics to work. You can read about it here and there are alternate solutions linked here. https://myanimelist.net/forum/?topicid=439897 https://myanimelist.net/forum/?topicid=1791551 It looks fine to me atm however Ohhhhh, so it fixed to HD when I switched my list to public? Does that mean if I were to change it back to like friends only, the quality would ruin again? |
May 25, 2020 5:03 PM
#6164
yenkoes said: Shishio-kun said: yenkoes said: hi, recently I watched your video on making the custom layout theme, and I'm still in the middle of changing my banner images, gifs, renders, etc. However, I noticed that the quality of the anime cover photos from my list dropped a lot and I'm not quite sure why. I tried screenshotting it but idk how to post it here sorry T_T if anyone is willing to check out my list and see if they can spot an issue, I can switch it to public rn. Thank you so much in advance. It needs to be public for HD preview pics to work. You can read about it here and there are alternate solutions linked here. https://myanimelist.net/forum/?topicid=439897 https://myanimelist.net/forum/?topicid=1791551 It looks fine to me atm however Ohhhhh, so it fixed to HD when I switched my list to public? Does that mean if I were to change it back to like friends only, the quality would ruin again? probably :D |
May 25, 2020 5:12 PM
#6165
Shishio-kun said: yenkoes said: Shishio-kun said: yenkoes said: hi, recently I watched your video on making the custom layout theme, and I'm still in the middle of changing my banner images, gifs, renders, etc. However, I noticed that the quality of the anime cover photos from my list dropped a lot and I'm not quite sure why. I tried screenshotting it but idk how to post it here sorry T_T if anyone is willing to check out my list and see if they can spot an issue, I can switch it to public rn. Thank you so much in advance. It needs to be public for HD preview pics to work. You can read about it here and there are alternate solutions linked here. https://myanimelist.net/forum/?topicid=439897 https://myanimelist.net/forum/?topicid=1791551 It looks fine to me atm however Ohhhhh, so it fixed to HD when I switched my list to public? Does that mean if I were to change it back to like friends only, the quality would ruin again? probably :D okok thank you so much!!! i really appreciate it :D just finished too |
May 25, 2020 9:40 PM
#6166
Is there a thread/post that has few "review" based list designs? I enjoy writing short reviews for people to read on my list using the Tags section on each anime entry, so I'd like to see if anyone has made a customizable list. Preferably with one that also has image covers instead of just text. |
May 25, 2020 10:44 PM
#6167
Todd_ said: Is there a thread/post that has few "review" based list designs? I enjoy writing short reviews for people to read on my list using the Tags section on each anime entry, so I'd like to see if anyone has made a customizable list. Preferably with one that also has image covers instead of just text. I think there was something like that once or maybe I planned on doing it but I don't see it here. You can view pretty much all the layouts on these two pages https://myanimelist.net/forum/?topicid=1499058 https://myanimelist.net/forum/?topicid=318587 Some of the classic layouts are really good for reviews |
May 25, 2020 11:23 PM
#6168
Shishio-kun said: Todd_ said: Is there a thread/post that has few "review" based list designs? I enjoy writing short reviews for people to read on my list using the Tags section on each anime entry, so I'd like to see if anyone has made a customizable list. Preferably with one that also has image covers instead of just text. I think there was something like that once or maybe I planned on doing it but I don't see it here. You can view pretty much all the layouts on these two pages https://myanimelist.net/forum/?topicid=1499058 https://myanimelist.net/forum/?topicid=318587 Some of the classic layouts are really good for reviews I understand, thanks. By chance, is there a thread or post that explains how to customize and change the preview picture/"tag" pop up box? My current theme, as much as I like it, is a mess code wise, and also certain parts don't play well with different dimensions. I'm just looking to start over with something much simpler (in terms of code) for easy customization to whatever I want. I'll probably peruse the old style section and find something that works. |
May 25, 2020 11:53 PM
#6169
Todd_ said: Shishio-kun said: Todd_ said: Is there a thread/post that has few "review" based list designs? I enjoy writing short reviews for people to read on my list using the Tags section on each anime entry, so I'd like to see if anyone has made a customizable list. Preferably with one that also has image covers instead of just text. I think there was something like that once or maybe I planned on doing it but I don't see it here. You can view pretty much all the layouts on these two pages https://myanimelist.net/forum/?topicid=1499058 https://myanimelist.net/forum/?topicid=318587 Some of the classic layouts are really good for reviews I understand, thanks. By chance, is there a thread or post that explains how to customize and change the preview picture/"tag" pop up box? My current theme, as much as I like it, is a mess code wise, and also certain parts don't play well with different dimensions. I'm just looking to start over with something much simpler (in terms of code) for easy customization to whatever I want. I'll probably peruse the old style section and find something that works. There are some topics on preview pics and tags but I don't know if its what you want to do exactly as there's so many possibilities and codes. You're using classic so all the tutorials are here https://myanimelist.net/forum/?topicid=419405 You can ask here about how to do a particular thing like make the text box bigger and we can probably give you the code for it. You can also learn to code it yourself with the Inspect Element video (see my Carl Makes it Easy channel in my signature). |
May 26, 2020 5:05 AM
#6170
How do i make an anime list layout like yours in Manga style |
May 26, 2020 12:03 PM
#6171
koichi_and_rohan said: How do i make an anime list layout like yours in Manga style https://youtu.be/8besPyPQlzQ You'd have to learn to CSS code, this video would be what I'd show you. Then you'd learn CSS animation from W3schools and you'd need graphic design help from Photoshop and JASC animation shop to edit the panels. You can also look at the codes here, and maybe just replace the panels with your own you make in a graphic design program. Then you wouldn't need to code so much. https://myanimelist.net/forum/?topicid=393503&show=300#msg58419716 |
May 26, 2020 6:36 PM
#6172
I tried adding the start and end airing dates but it didn't work with the code provided. Any tips @Shishio-kun? Additionally, the page seems to always to loading like it is slow (the mouse always shows a circular loading sign). Is that normal? |
anime-primeMay 26, 2020 11:14 PM
May 26, 2020 11:51 PM
#6173
anime-prime said: The basic support you added was for user start/end dates, not airing dates. To add support for airing dates, try this out. Place at the bottom of your CSS:I tried adding the start and end airing dates but it didn't work with the code provided. Any tips @Shishio-kun? Additionally, the page seems to always to loading like it is slow (the mouse always shows a circular loading sign). Is that normal? /* Basic airing dates support */ .data.airing-started, .data.airing-finished { left: 5px; line-height: 25px; text-shadow: 0 1px 2px #000; opacity: 0; } .data.airing-started { top: 24px; } .data.airing-finished { top: 39px; } .list-item:hover .data.airing-started, .list-item:hover .data.airing-finished { opacity: 1; } .data.airing-started::before { content: ">" } .data.airing-finished::before { content: "<"; } |
May 27, 2020 12:24 AM
#6174
Valerio_Lyndon said: anime-prime said: The basic support you added was for user start/end dates, not airing dates. To add support for airing dates, try this out. Place at the bottom of your CSS:I tried adding the start and end airing dates but it didn't work with the code provided. Any tips @Shishio-kun? Additionally, the page seems to always to loading like it is slow (the mouse always shows a circular loading sign). Is that normal? /* Basic airing dates support */ .data.airing-started, .data.airing-finished { left: 5px; line-height: 25px; text-shadow: 0 1px 2px #000; opacity: 0; } .data.airing-started { top: 24px; } .data.airing-finished { top: 39px; } .list-item:hover .data.airing-started, .list-item:hover .data.airing-finished { opacity: 1; } .data.airing-started::before { content: ">" } .data.airing-finished::before { content: "<"; } Thanks. Is there a way to put those dates on the bottom of the thumbnail? Start date on left end date on right? Also is there a way to make either/both the dates or/and the tag (text written in the tag) automatically appear on the thumbnail even without clicking on it/putting mouse over it? |
May 27, 2020 12:27 AM
#6175
Looking for some advice/assistance to see why the "Hovering Review/Tag" section along with cover images aren't showing up on my list. I have all the necessary code, and it worked for minute. However when I pasted the custom header code, it stopped showing images and the hovering box, only the text remains. Also, for some reason, my Currently Watching header does not appear. Finally, when logged out, the Category buttons don't work. Here is the code to my list @\import "https://malscraper.azurewebsites.net/covers/auto/presets/more"; @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css"; /* // Self-explanatory */ BODY { background-image: url(http://myanimelist.net/images/userwalls/2092989.jpg); background-attachment: fixed; background-repeat: ; background-position: bottom right; color: #000000; font-size: 14.00px; font-variant: ; font-family: Roboto; background-color: #black; } /* // Determines the positioning of your list */ #list_surround { margin-left: 20px; width: 620px; } /* // All links on your list */ a { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #CC0033; text-decoration: none; } /* // Alternating row color 1 */ .td1 { color: #FF0033; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #000000; padding: 3px; background-color: #000000; } /* // Alternating row color 2 */ .td2 { color: #FF0033; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #000000; padding: 3px; background-color: #000000; } /* // This represents the "Anime Title", "Score", "# Eps" columns */ .table_header { color: #FFFFFF; border-width: 1px 1px 1px 0px; border-style: ; border-color: #000000; background-color: #000000; padding: 2px; } /* // headerLink represents the color of the links inside the_header */ .table_headerLink { color: #FFFFFF; } .table_headerLink:Visited { color: #000000; } .table_headerLink:Hover { color: #CC0033; } /* // Controls the select form decoration (the drop down select box) */ .form { border-width: 1px 1px 1px 1px; border-color: #000000; border-style: solid; color: #000000; padding: 2px; font-size: 11.00px; font-family: Roboto; } /* Which 'status' up top is selected? */ .status_selected { color: #FFFFFF; border-width: 0px 0px 0px 0px; border-style: inset; border-color: #FFFFFF; padding: 3px; background-color: #000000; } .status_not_selected { color: #CC0033; border-width: 0px 0px 0px 0px; border-style: solid; border-color: #FFFFFF; padding: 3px; background-color: #000000; } /* Header classes for Currently Watching, Completed, Dropped, etc... */ .header_cw { } .header_completed { } .header_onhold { } .header_dropped { } .header_ptw { } .header_title { font-size: 25px; font-weight: bold; text-align: right; } .category_totals { } #grand_totals { text-align: center; } /* header_al is thesurrounding "User's Anime List" at the top */ .header_al { font-weight: bold; font-size: 16px; } /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */ .header_al_links { } /* controls what styles you can give to all the anime titles in your list */ .animetitle { font-weight: bold; } /* copyright contains the "Producted by Garrett Gyssler" text DO NOT REMOVE OR HIDE THIS DIV IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO */ #copyright { padding-top: 6px; text-align: center; margin: 0 auto; width: 620px; } body { background-size: cover; } /* CURRENT BACKGROUND */ .status_selected a[href*="status=1"]:before { background-color: aquamarine; background-image: url(https://i.imgur.com/4NctLkO.jpg) !important; position: fixed !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } /* COMPLETE BACKGROUND */ .status_selected a[href*="status=2"]:before { background-color: violet; background-image: url(https://i.imgur.com/hBzriC8.png) !important; position: fixed !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } /* ON-HOLD BACKGROUND */ .status_selected a[href*="status=3"]:before { background-color: cyan; background-image: url(https://i.imgur.com/ShOBUdH.jpg) !important; position: fixed !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } /* DROPPED BACKGROUND */ .status_selected a[href*="status=4"]:before { background-color: teal; background-image: url(https://i.imgur.com/R9x4rpi.jpg) !important; position: fixed !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } /* PLANNED BACKGROUND */ .status_selected a[href*="status=6"]:before { background-color: pink; background-image: url(https://i.imgur.com/lKlCvUL.jpg) !important; position: fixed !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } /* ALL ANIME/MANGA BACKGROUND */ .status_selected a[href*="status=7"]:before { background-color: lime; background-image: url(https://i.imgur.com/0JZgiUn.jpg) !important; position: fixed !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } HEADERS /* Anime List only CURRENTLY WATCHING HEADER This is the header above currently watching/reading. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_cw { background-image:url(https://imgur.com/TpJcNfM); height: 200px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* COMPLETED HEADER This is the header above your anime/manga that's completed. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_completed { background-image:url(https://i.imgur.com/coo4nQA.png); height: 200px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* ON-HOLD HEADER This is the header above your animes/mangas on-hold. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_onhold { background-image:url(https://i.imgur.com/BJVDPiN.png); height: 200px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* DROPPED HEADER This is the header above your dropped animes/mangas. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_dropped { background-image:url(https://i.imgur.com/w1Mklhw.png); height: 200px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* PLAN TO WATCH HEADER This is the header above the anime/manga you plan to see or read on your list. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_ptw { background-image:url(https://i.imgur.com/ocONZB7.png); height: 200px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* REMOVE HEADER COLOR You need this code to remove the default background colors from the header and override any related codes. You're supposed to use your own images or the default ones for the header, so this color is set to transparent so it won't get in the way. If you want the color back for some reason, remove this section. */ .header_title { background-color: transparent !important; } /* OTHER CODES Stuff I had to add after site changes. You need this otherwise the headers won't be visible. */ tbody {background-color: transparent; background-image: none;} /* REMOVE HEADER TEXT These codes remove the original text like "Completed" and "Currently Watching" from each category on the list. Some people will want the text gone so they can have their own custom logos. But if you want the text back, you have to remove this whole section. It shouldn't affect the images in any way. */ .header_title { color: gray !important; color: transparent !important; font-size: 1px !important; font-size: 0px !important; font-size: 0 !important; font-size: 0pt !important; } REVIEW SECTION /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-color: 000000; background-position: 50% 20% !important; background-repeat: no-repeat !important; border-color: FFFFFF; border-radius: 0px 0px 0px 0px; border-style: solid; border-width: 5px; display: block !important; height: 450px; left: 645px; position: fixed; top: 65px; width: 234px; padding: 79px 40px 10px 10px; background-size: 250px !important; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "Review"; padding-bottom: 5px; position: absolute; text-align: center; width: 255px; top: 5px; border-radius: 25px 25px 0 0; font-size: 17px; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 482px; left: 665px; font-size: 14px; width: 245px; color: white !important; z-index: 1; background: transparent !important; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } tny.cz/464a7a3d TOP BAR /* COLOR OF THE ICONS Change the color, and adjust the opacity for brighter color. Remove the display: none to match the selected icon to the other icons. */ #mal\_cs\_listinfo:before, #mal\_cs\_links:before, #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before { background: transparent; opacity: .9; } /* BORDER OF ICONS If you're having trouble seeing the border bottom, lower the height by a pixel or two until you see it. */ #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal\_cs\_listinfo:before, #mal\_cs\_links:before, #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before { border-color: ; border-style: ; border-width: ; height: 32px !important; } /* BUTTONS COLOR AND BORDER Buttons within the hover menus, not the icons themselves. Second code is for button color on hover. */ #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{ background-color: rgba(64, 60, 90, 0.6) !important; border-color: transparent; border-style: solid !important; border-width: 1px !important; } #mal\_cs\_listinfo a:hover, #mal\_cs\_links a:hover, #mal\_cs\_otherlinks a:hover, #mal_cs_powered a img:hover { background-color: #403C5A !important; } /* COLOR OF HOVER MENUS AND SELECTED ICONS Remove display none from the second code to match the colors of the selected icon to the icons above. */ #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div, #mal\_cs\_powered div, #mal\_cs\_powered dd, #mal\_cs\_powered a { background-color: rgba(255, 255, 255, 0.6) !important; } #mal\_cs\_listinfo:hover:before, #mal\_cs\_links:hover:before, #mal\_cs\_otherlinks:hover:before, #mal\_cs\_powered:hover:before, #mal\_cs\_listinfo:hover:after, #mal\_cs\_links:hover:after, #mal\_cs\_otherlinks:hover:after, #mal\_cs\_powered:hover:after { display: none; background-color: ; opacity: .2; } /* COLOR OF USERNAME (for visitors) You don't see this username on the menus when you're logged in, log out to see it. */ #mal\_cs\_otherlinks strong a { color: #333333 !important; } #mal\_cs\_otherlinks strong a:hover { color: blue !important; background-color: transparent !important; } /* POSITION OF TOP BAR Change to absolute if you want it to not scroll with the page. */ #mal\_control\_strip { position: fixed !important; background-color: transparent !important; background-image: url(none) !important; } /* OTHER CODES If you want to change out the icon images themselves, you can scroll down through the codes and find the background images and change them with your own. */ #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered { -moz-box-sizing: border-box; transition: all 0.4s ease 0s; background: none no-repeat scroll 100% 0 transparent; border: 0 none; height: 0 !important; overflow: hidden; position: absolute; right: 4px; text-align: center; top: 4px; width: 150px; z-index: 10; } #mal\_cs\_listinfo:hover, #mal\_cs\_links:hover, #mal\_cs\_otherlinks:hover, #mal\_cs\_powered:hover { height: 200px !important; padding-top: 32px; width: 150px; } #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div, #mal\_cs\_powered div, #mal\_cs\_powered dd { transition: opacity 0.4s ease-in-out 0s; border-radius: 3px 0 0 0; font-size: 0 !important; line-height: 0; margin: 0 !important; opacity: 0; padding: 8px 0 0; } #mal\_cs\_listinfo:hover div, #mal\_cs\_links:hover div, #mal\_cs\_otherlinks:hover div, #mal\_cs\_powered:hover div, #mal\_cs\_powered:hover dd { opacity: 1; } #mal\_cs\_listinfo div:nth-of-type(2), #mal\_cs\_links div:nth-of-type(2), #mal\_cs\_otherlinks div:nth-of-type(2), #mal\_cs\_powered div:nth-of-type(2) { border-radius: 0 0 3px 3px; padding: 4px 0 8px; } #mal\_cs\_listinfo a, #mal\_cs\_links a, #mal\_cs\_otherlinks a, #mal\_cs\_powered a { background-color: rgba(64, 60, 90, 0.6); border-radius: 3px 3px 3px 3px; display: block; font: 13px/17px arial,sans-serif; margin: 4px 12px 0; padding: 3px 0; text-decoration: none; } #mal\_cs\_listinfo a:nth-of-type(1), #mal\_cs\_links a:nth-of-type(1), #mal\_cs\_otherlinks a:nth-of-type(1), #mal\_cs\_powered a:nth-of-type(1) { margin-top: 0; } #mal\_cs\_listinfo strong a strong { font-weight: normal; } #mal\_cs\_otherlinks strong { color: #333333; display: block; font: bold 13px/17px arial,sans-serif !important; padding: 0 4px 4px; text-shadow: 0 1px 1px #FFFFFF; } #mal\_cs\_otherlinks strong a { background: none repeat scroll 0 0 transparent !important; border-color: transparent !important; border-radius: 0 0 0 0; color: #333333; display: inline; font: bold 13px/17px arial,sans-serif !important; margin: 0; padding: 0; text-shadow: 0 1px 1px #FFFFFF; } #mal\_cs\_powered a { border-radius: 3px 0 0 0 !important; display: block !important; margin: 0 !important; opacity: 0; padding: 8px 0 0 !important; } #mal\_cs\_powered:hover a { opacity: 1; } #mal\_cs\_powered a img { background: url("http://i.imgur.com/fGTjBC3.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6); border-radius: 3px 3px 3px 3px; display: block; height: 0; margin: 0 12px; padding: 23px 0 0 126px; width: 0; } #mal\_cs\_powered a img:hover { background-color: #403C5A; } #mal\_cs\_powered #search { border-radius: 0 0 3px 3px; padding: 8px; position: relative; } #mal\_cs\_powered #search #searchBox { -moz-box-sizing: border-box; border-color: #BCBCBC #D6D6D6 #D6D6D6; border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px; color: #333333; display: inline-block; font-family: arial,sans-serif; font-size: 13px; height: 28px; padding-left: 6px; padding-right: 24px; vertical-align: top; width: 100%; } #mal\_cs\_powered #search #searchBox:hover, #mal\_cs\_powered #search #searchBox:focus { border-color: #ACACAC #C6C6C6 #C6C6C6; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } #mal\_cs\_powered #search #searchListButton { background: url("http://i.imgur.com/XqsilHp.png") no-repeat scroll 0 0 transparent; border-radius: 3px 3px 3px 3px; height: 0; margin: 0; padding: 16px 0 0 16px; position: absolute; right: 12px; top: 14px; width: 0; } #mal\_cs\_listinfo { background-image: url("http://i.imgur.com/UXZxrWI.png"); right: 106px; } #mal\_cs\_listinfo:hover { background-image: url("http://i.imgur.com/VcVVnod.png"); } #mal\_cs\_links { background-image: url("http://i.imgur.com/LpXWTzt.png"); right: 72px; z-index: 9; } #mal\_cs\_links:hover { background-image: url("http://i.imgur.com/oPfKrOl.png"); } #mal\_cs\_otherlinks { background-image: url("http://i.imgur.com/ogmX9qC.png"); right: 38px; z-index: 8; } #mal\_cs\_otherlinks:hover { background-image: url("http://i.imgur.com/EEGHkbF.png"); } #mal\_cs\_powered { background-image: url("http://i.imgur.com/ct4BVP5.png"); right: 4px !important; z-index: 7; } #mal\_cs\_powered:hover { background-image: url("http://i.imgur.com/TUUWtaj.png"); } td#mal\_cs\_pic a img { display: none; } #mal\_cs\_pic, #mal\_cs\_listinfo, #mal\_cs\_links { border-right: 0 none !important; } #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered { padding: 32px 0 0 !important; } #mal\_cs\_listinfo:before, #mal\_cs\_links:before, #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before { z-index: 10 !important; content: ""; right: 0 !important; top: 0 !important; width: 32px !important; position: absolute !important; border-radius: 4px; } #mal\_cs\_listinfo:after{ background-image: url(http://i.imgur.com/856wzPZ.png); } #mal\_cs\_links:after{ background-image: url(http://i.imgur.com/rwvRyux.png); } #mal\_cs\_otherlinks:after{ background-image: url(http://i.imgur.com/fbWr1K4.png); } #mal\_cs\_powered:after{ background-image: url(http://i.imgur.com/fKvpt1F.png); } #mal\_cs\_listinfo:after, #mal\_cs\_links:after, #mal\_cs\_otherlinks:after, #mal\_cs\_powered:after { z-index: 10 !important; content: ""; right: 0 !important; top: 0 !important; width: 32px !important; height: 32px !important; position: absolute !important; } #searchBox { width: 128px !important; margin-left: 1px; } #mal_cs_powered #search #searchListButton { right: 15px !important; top: 12px !important; } @media screen and (-webkit-min-device-pixel-ratio:0) { #searchBox { width: 96px !important; } } |
May 27, 2020 12:45 AM
#6176
anime-prime said: Thanks. Is there a way to put those dates on the bottom of the thumbnail? Start date on left end date on right? Also is there a way to make either/both the dates or/and the tag (text written in the tag) automatically appear on the thumbnail even without clicking on it/putting mouse over it? Sure, just replace the section I previously gave you with this new one. If you want it at the very bottom of the thumbnail, you may try tweaking the "bottom: 74px" to something a bit lower. And if you wanted the studio to be a bit higher, then you could probably lower the "top: 195px" on line ~2118 in your CSS. /* Basic airing dates support */ .data.airing-started, .data.airing-finished { bottom: 74px; line-height: 25px; text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important; } .data.airing-started { left: 5px; } .data.airing-finished { right: 5px; } anime-prime said: Additionally, the page seems to always to loading like it is slow (the mouse always shows a circular loading sign). Is that normal? Sorry, totally skipped over this the first time around. I meant to respond, but slipped my mind somewhere along the process. You can either find and delete this line (should be on line 2323 or so): * { cursor: url(ThisUrlMayBeDifferentSoUseYourImagination), progress !important;} Or, you can add this to the bottom of your code: * { cursor: initial !important; } a { cursor: pointer !important; } |
Valerio_LyndonMay 27, 2020 12:48 AM
May 27, 2020 1:15 AM
#6177
Todd_ said: Looking for some advice/assistance If you can't be bothered to apply all these fixes I list below, you can find a patched version of your code here: [Link]. Use it to replace all of your current CSS. But if you want to know what the changes are, that's all the rest of this post is. Todd_ said: the "Hovering Review/Tag" section along with cover images aren't showing up on my list. Deleting or commenting-out the "REVIEW SECTION" text on line 474 should fix the cover issue. Having uncommented (as in, not encased by /* */ marks) is a sure-fire way to break CSS. Todd_ said: Also, for some reason, my Currently Watching header does not appear. This is another uncommented text issue (line 345), as well as not using the direct link to the image. So, this link on line 356: https://imgur.com/TpJcNfM should actually be this: https://i.imgur.com/TpJcNfM.png The first link is an Imgur album link for social sharing, where-as the second is the direct link to the image, which is required for the CSS to work. Imgur provides the direct link, but it's hard to find (usually hidden in the "BBCode" share link), or you can just right click the image on Imgur's site and select "view image" or "copy image address" or similar. Todd_ said: Finally, when logged out, the Category buttons don't work. This seems to be due to an extra element that gets added when a logged-out user views the list. It isn't accounted for in the CSS, so it breaks some formatting and causes the header element to invisibly overflow a bit. Can be fixed by adding this CSS to the bottom: /* remove MAL logo */ #mal_cs_pic { display: none; } Todd_ said: I highly recommend keeping backups of your CSS in a text file before making changes. This way, you can always rollback to a working version should anything break.it worked for minute. However when I pasted the custom header code, it stopped working |
May 27, 2020 6:13 AM
#6178
Thanks @Valerio_Lyndon Is there a way to make the air dates easier to see (like making it bigger/brighter/adding an outline)? Also, can I add a black outline for the white letters that I added to the top of my list (since some of the backgrounds have white segments that make it impossible to see the white letters). |
anime-primeMay 27, 2020 7:10 PM
May 27, 2020 10:19 AM
#6179
Thank you so much! I don't have a great understanding on how coding works. I was just looking for a theme that I could easily edit in the future to whatever I want and I think this fits the bill. Soon enough I'll try working on the Top Bar and the Category Buttons, but for now this works great. Thanks again for all your help! |
May 27, 2020 7:35 PM
#6180
I'm converting my classic CSS list to modern and there's a feature present in the old template that I can't seem to get working on modern. I want to have an image above my category sections as a sub-header, like in this screenshot of my old list. https://imgur.com/NYGqe43 Is there any way to do the same thing on modern? This feature is pretty much the entire reason I bothered with custom CSS on my list in the first place |
Part 7 never |
May 27, 2020 10:48 PM
#6181
Deelaan said: There isn't a good way to do this, no. You could use a tool such as MalCat to somewhat work around the issue, but MalCat is not anywhere near as easy as the built-in classic list solution. In comparison to the default functionality, MalCat will not sort things correctly on ordered lists, and the list will not be ordered by category. Additionally, the headers will usually be out of place for at least a couple of hours after you add or remove an item from your list. It's also hard or impossible to get working with a lot of premade themes (specifically grid/cover-style themes). But if you were interested nonetheless, I could show an example of how to use it.I'm converting my classic CSS list to modern and there's a feature present in the old template that I can't seem to get working on modern. I want to have an image above my category sections as a sub-header, like in this screenshot of my old list. https://imgur.com/NYGqe43 Is there any way to do the same thing on modern? This feature is pretty much the entire reason I bothered with custom CSS on my list in the first place |
May 27, 2020 11:06 PM
#6182
anime-prime said: Is there a way to make the air dates easier to see (like making it bigger/brighter/adding an outline)? There's definitely a way, yep, just depends what look you want. If you have a specific idea of what you wanted, I could give some code to do so (or the closest that's possible). And/or if you want to tweak the code a bit yourself, find the code you added before, on line 2448-2462. Then you can start tweaking things. We'll be adding some CSS property/value pairs, like how I do here: For instance, to make the font bigger, you can use font-size: (1em is default size) font-size: 1.1em; To add a thicker text outline, you could add a thicker text-shadow than is already there (you could replace the current text-shadow property): text-shadow: 1px 0px 3px #000, 0px 1px 3px #000, -1px 0px 3px #000, 0px -1px 3px #000 !important; Or you could do something more advanced, such as giving it a background. This one is actually three properties: the background colour, and two padding values to make things spaced a little better. background: rgba(0,0,0,0.7); padding-left: 5px !important; padding-right: 5px !important; anime-prime said: Also, can I add a black outline for the white letters that I added to the top of my list (since some of the backgrounds have white segments that make it impossible to see the white letters). This text? There's actually some code already in the CSS to do this, it's just commented out for some reason. If you go to line 2283, you can remove the comment marks (these: /* */). Here's an example of how to remove them: If you want to add a darker shadow, there are ways to do so. |
May 27, 2020 11:09 PM
#6183
Valerio_Lyndon said: Deelaan said: There isn't a good way to do this, no. You could use a tool such as MalCat to somewhat work around the issue, but MalCat is not anywhere near as easy as the built-in classic list solution. In comparison to the default functionality, MalCat will not sort things correctly on ordered lists, and the list will not be ordered by category. Additionally, the headers will usually be out of place for at least a couple of hours after you add or remove an item from your list. It's also hard or impossible to get working with a lot of premade themes (specifically grid/cover-style themes). But if you were interested nonetheless, I could show an example of how to use it.I'm converting my classic CSS list to modern and there's a feature present in the old template that I can't seem to get working on modern. I want to have an image above my category sections as a sub-header, like in this screenshot of my old list. https://imgur.com/NYGqe43 Is there any way to do the same thing on modern? This feature is pretty much the entire reason I bothered with custom CSS on my list in the first place Ah I see. I'll be fine without it then, but thanks for the reply. |
Part 7 never |
May 28, 2020 12:48 AM
#6184
xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. appeared for me when I changed covers import link to https://malcovers.azurewebsites.net/covers/anime/xxheyamxx/presets/dataimagelinkbefore - - - - - datatitlebefore preset stopped working because there is no space between .data.title and [href^= .data.title[href^="/anime/38816/"]:before{background-image:url(https://cdn.myanimelist.net/images/anime/1395/102089.jpg)} can somebody find malscraper's author and tell him to revert changes back? |
HiruzawaMay 28, 2020 1:12 AM
May 28, 2020 6:53 AM
#6185
Thanks @Valerio_Lyndon One last thing (I hope, I am getting the hang some stuff), under the main banner where the list is, it is surrounded by a shadowy box. Is there a way to either remove the shadowy box so you can clearly see the background or adjust it so part of the bottom of the list isn't both in and out of it? |
May 28, 2020 9:10 AM
#6186
Hiruzawa said: xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. appeared for me when I changed covers import link to https://malcovers.azurewebsites.net/covers/anime/xxheyamxx/presets/dataimagelinkbefore - - - - - datatitlebefore preset stopped working because there is no space between .data.title and [href^= .data.title[href^="/anime/38816/"]:before{background-image:url(https://cdn.myanimelist.net/images/anime/1395/102089.jpg)} can somebody find malscraper's author and tell him to revert changes back? this cutie.. https://myanimelist.net/profile/Valerio_Lyndon my layout code (Text link) |
May 28, 2020 6:09 PM
#6187
Hello I just had a couple of questions. I recently made a new design after switching my list style from modern to classic again. However, I like the way the modern style is able to filter tags. Is there a way to filter tags in a classic design besides just going down my list and clicking on one of my tags to filter? I used to have a script to do it but it is long since dead lol. Also I am sure this has been answered before but how do I get thumbnail pictures into my list like the modern version has before the title of an anime? Thanks so much. |
May 28, 2020 7:36 PM
#6188
Seven said: Hello I just had a couple of questions. I recently made a new design after switching my list style from modern to classic again. However, I like the way the modern style is able to filter tags. Is there a way to filter tags in a classic design besides just going down my list and clicking on one of my tags to filter? I used to have a script to do it but it is long since dead lol. Also I am sure this has been answered before but how do I get thumbnail pictures into my list like the modern version has before the title of an anime? Thanks so much. I don't know about the filter feature on modern lists, I've never used it, you mean this filter button? It doesn't look like its on classic so you wouldn't be able to recreate it easily, I'm guessing. For the covers how about using this: https://myanimelist.net/forum/?topicid=626173 |
May 29, 2020 9:54 AM
#6189
Shishio-kun said: Seven said: Hello I just had a couple of questions. I recently made a new design after switching my list style from modern to classic again. However, I like the way the modern style is able to filter tags. Is there a way to filter tags in a classic design besides just going down my list and clicking on one of my tags to filter? I used to have a script to do it but it is long since dead lol. Also I am sure this has been answered before but how do I get thumbnail pictures into my list like the modern version has before the title of an anime? Thanks so much. I don't know about the filter feature on modern lists, I've never used it, you mean this filter button? It doesn't look like its on classic so you wouldn't be able to recreate it easily, I'm guessing. For the covers how about using this: https://myanimelist.net/forum/?topicid=626173 Awesome thank you so much! Yes something like that for the filters (or just any way to filter the tags) I used to have a gresemonkey script that had a simple pop down menu but it's not being updated anymore. |
May 29, 2020 11:53 AM
#6190
Seven said: Shishio-kun said: Seven said: Hello I just had a couple of questions. I recently made a new design after switching my list style from modern to classic again. However, I like the way the modern style is able to filter tags. Is there a way to filter tags in a classic design besides just going down my list and clicking on one of my tags to filter? I used to have a script to do it but it is long since dead lol. Also I am sure this has been answered before but how do I get thumbnail pictures into my list like the modern version has before the title of an anime? Thanks so much. I don't know about the filter feature on modern lists, I've never used it, you mean this filter button? It doesn't look like its on classic so you wouldn't be able to recreate it easily, I'm guessing. For the covers how about using this: https://myanimelist.net/forum/?topicid=626173 Awesome thank you so much! Yes something like that for the filters (or just any way to filter the tags) I used to have a gresemonkey script that had a simple pop down menu but it's not being updated anymore. Well maybe we could set up a menu where you have a button near the top and you click on it, and then it reveals all the tags on your list. I set up something like that a long time ago on my own lists. First you need to add a "dummy anime" to each of your categories. This is one throw away anime you don't intend to watch and you'd never move from the category. Later on, we'll hide it. After adding it, you need to go te edit the comments (not the tags but the comments). You can do this with the edit button I think. You need to add the link to each one of your tags in the comments box and save it. So it'd have all these kinds of links: https://myanimelist.net/animelist/Seven?status=1&tag=Comedy https://myanimelist.net/animelist/Seven?status=1&tag=Sports etc and so forth. Then I could code it, tho it might take a while to find and remember everything. So add all those tags to the comments of the dummy anime. We also might have to change the preview pic style to make the more button clickable again. And the All Anime category might look weird, so it might be best to delete that link too from your list. Honestly, you should just switch over to modern. It would be easier to make your modern list look like how you have it now and you'd have the filter and preview pics how you'd want it. |
May 29, 2020 11:56 AM
#6191
@seven Update: I have a better idea, add a dummy anime under current anime with all the tags you want on your list. Then we can simply try to move the tags to the top of the list. It should be an anime that will always be at the top of current watching, like one of the .hack animes. So add a .hack anime to currently watching, and then add all your list's tags to its tags. Then I might be able to code a sort of filter to the top :D This way you wouldn't need to change the preview pics. |
May 29, 2020 12:39 PM
#6192
Shishio-kun said: @seven Update: I have a better idea, add a dummy anime under current anime with all the tags you want on your list. Then we can simply try to move the tags to the top of the list. It should be an anime that will always be at the top of current watching, like one of the .hack animes. So add a .hack anime to currently watching, and then add all your list's tags to its tags. Then I might be able to code a sort of filter to the top :D This way you wouldn't need to change the preview pics. Honestly whatever is easier for you. I am just fine with scrolling through my list and filtering that way. I have a lot of tags and don't want to take up all of your time lol. |
Infinite-VoidMay 29, 2020 12:54 PM
May 29, 2020 1:30 PM
#6193
Seven said: Shishio-kun said: @seven Update: I have a better idea, add a dummy anime under current anime with all the tags you want on your list. Then we can simply try to move the tags to the top of the list. It should be an anime that will always be at the top of current watching, like one of the .hack animes. So add a .hack anime to currently watching, and then add all your list's tags to its tags. Then I might be able to code a sort of filter to the top :D This way you wouldn't need to change the preview pics. Honestly whatever is easier for you. I am just fine with scrolling through my list and filtering that way. I have a lot of tags and don't want to take up all of your time lol. Well if go modern or if you add an anime with all the tags let me know :D you should a .hack anime so it's near the top always |
May 29, 2020 2:15 PM
#6194
xxheyamxx said: Hiruzawa said: xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. appeared for me when I changed covers import link to https://malcovers.azurewebsites.net/covers/anime/xxheyamxx/presets/dataimagelinkbefore - - - - - datatitlebefore preset stopped working because there is no space between .data.title and [href^= .data.title[href^="/anime/38816/"]:before{background-image:url(https://cdn.myanimelist.net/images/anime/1395/102089.jpg)} can somebody find malscraper's author and tell him to revert changes back? this cutie.. https://myanimelist.net/profile/Valerio_Lyndon my layout code (Text link) someone help me please to fix my list.. |
May 29, 2020 2:31 PM
#6195
xxheyamxx said: xxheyamxx said: Hiruzawa said: xxheyamxx said: Hi, I have a little problem.. The image of the anime just today when I checked it didn't appear but actually it was before. appeared for me when I changed covers import link to https://malcovers.azurewebsites.net/covers/anime/xxheyamxx/presets/dataimagelinkbefore - - - - - datatitlebefore preset stopped working because there is no space between .data.title and [href^= .data.title[href^="/anime/38816/"]:before{background-image:url(https://cdn.myanimelist.net/images/anime/1395/102089.jpg)} can somebody find malscraper's author and tell him to revert changes back? this cutie.. https://myanimelist.net/profile/Valerio_Lyndon my layout code (Text link) someone help me please to fix my list.. So is the problem still the preview pics aren't showing for you, at this moment? Because I see them What browser are you using? Maybe you should use the alternative cover imports https://myanimelist.net/forum/?topicid=1791551 |
May 29, 2020 2:57 PM
#6196
@Shishio-kun would you mind taking a crack at adding the tags I put .hack to my currently watching list. Thank you :) |
May 29, 2020 3:56 PM
#6197
Seven said: @Shishio-kun would you mind taking a crack at adding the tags I put .hack to my currently watching list. Thank you :) Ok you can use this. You can probably delete the hack anime, actually. This will take the tag link from the anime on your list and add a copy to the top. You didn't add all the tags to .hack, so I didn't make the codes for all the possible tags, and you'll have to any more manually but you can follow what I did with the CSS. Just copy one of the codes and change the link at the top to the new tag link, change the content to the new tag name, and change the right and top codes to the new positions. I think that's the closest you can get to a filter without some really complex CSS coding on classic or making a script of some kind like you used to use. a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Game"]:before{ content: "Game"; position: fixed; top: 70px; right: 100px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Sci-Fi"]:before{ content: "Sci FI"; position: fixed; top: 70px; right: 150px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Adventure"]:before{ content: "Adventure"; position: fixed; top: 70px; right: 200px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Mystery"]:before{ content: "Mystery"; position: fixed; top: 70px; right: 30px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Mystery"]:before{ content: "Mystery"; position: fixed; top: 70px; right: 30px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Magic"]:before{ content: "Magic"; position: fixed; top: 70px; right: 280px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Fantasy"]:before{ content: "Fantasy"; position: fixed; top: 70px; right: 330px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Shounen"]:before{ content: "Shounen"; position: fixed; top: 70px; right: 390px; color: red; } a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=TV"]:before{ content: "TV"; position: fixed; top: 70px; right: 460px; color: red; } |
Shishio-kunMay 29, 2020 4:16 PM
May 29, 2020 5:46 PM
#6198
@Shishio-kun Thank you so much, you helped me out a bunch, I really appreciate it!! :) Now to try and configure where all these tags to lol. |
May 29, 2020 9:21 PM
#6199
anime-prime said: Thanks @Valerio_Lyndon One last thing (I hope, I am getting the hang some stuff), under the main banner where the list is, it is surrounded by a shadowy box. Is there a way to either remove the shadowy box so you can clearly see the background or adjust it so part of the bottom of the list isn't both in and out of it? If I understand correctly, you can remove the box by using this CSS at the bottom of your current code. The "box-shadow: none;" removes the bordering shadow, and the "background: none;" removes the entire black box. If you wanted to keep one, the black box for instance, just remove the relating line. /* Remove list background */ .list-unit { box-shadow: none; background: none; } To fix the padding, add this to the bottom of your CSS: /* List padding fix - set padding-bottom to the same value as used for the "Move anime/manga preview pics and header down" section. */ .list-unit { padding-bottom: 150px; margin-bottom: 50px; } |
May 29, 2020 10:58 PM
#6200
Seven said: @Shishio-kun Thank you so much, you helped me out a bunch, I really appreciate it!! :) Now to try and configure where all these tags to lol. Yeah good luck and to add more tags like if you want the tag for say Fantasy at the top you would just put fantasy in the codes I've made red and adjust the numbers I made green :D a[href*="https://myanimelist.net/animelist/Seven?status=1&tag=Fantasy"]:before{ content: "Fantasy"; position: fixed; top: 70px; right: 460px; color: red; } |
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 |