New
Dec 23, 2020 9:51 AM
#601
Acruxx said: Hello, I have a problem with my list, large covers won't load when I switch from my manga list to my anime list or vice versa. If I enter from my profile they load both, but if I do it from the buttons on the list they only work in the first one that I have entered. I don't know if I have explained myself very well. This is a relatively recent issue which I believe is to do with the browser caching information. It should be fixable by finding this line at the top of your CSS: @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; And replacing it with these two new ones: @\import "https://malscraper.azurewebsites.net/covers/anime/Acruxx/presets/dataimagelinkbefore"; @\import "https://malscraper.azurewebsites.net/covers/manga/Acruxx/presets/dataimagelinkbefore"; |
Dec 23, 2020 1:34 PM
#602
Valerio_Lyndon said: Acruxx said: Hello, I have a problem with my list, large covers won't load when I switch from my manga list to my anime list or vice versa. If I enter from my profile they load both, but if I do it from the buttons on the list they only work in the first one that I have entered. I don't know if I have explained myself very well. This is a relatively recent issue which I believe is to do with the browser caching information. It should be fixable by finding this line at the top of your CSS: @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; And replacing it with these two new ones: @import "https://malscraper.azurewebsites.net/covers/anime/Acruxx/presets/dataimagelinkbefore"; @import "https://malscraper.azurewebsites.net/covers/manga/Acruxx/presets/dataimagelinkbefore"; Thank you! Now seems to work propperly :) |
Dec 23, 2020 7:58 PM
#603
Is it possible to have the links for tags such as "Great Story" and "Great Plot" linked to [href*="=Great"]. So when you tap the tag "Great Story" or "Great Plot" you'll get redirected to a page with everything that starts with Great. This sounds even more unlikely but➡ ➡I have them all as the same color so is it possible for it to search by that if it can't find by using the text. Also I currently have coloured borders around my hover images for each category(Currently Watching, Planning, etc.) but for the All Anime category there is only one colour. Is it possible to have different colours for each category under the All Anime page. Example: When hovering over Currently watching on the All anime page the hover image's border will be green, when hovering over completed on the All Anime page it's blue, Dropped --> Red and so on... Thanks in advance. |
LeosparsDec 25, 2020 4:56 PM
Dec 24, 2020 10:22 PM
#604
Leospars said: Is it possible to have the links for tags such as "Great Story" and "Great Plot" linked to [href*="=Great"]. So when you tap the tag "Great Story" or "Great Plot" you'll get redirected to a page with everything that starts with Great. Unfortunately I can't think up a way to do this right now. The way MAL implemented tags was somewhat limiting in that you have to search for the exact tag and nothing else. And modifying the links on the page is beyond CSS capability (would require HTML access). The best option may be to add a new "Great" tag on each entry with "Great Story/Plot/Etc" and click on that instead. Leospars said: This sounds even more unlikely but➡ ➡I have them all as the same color so is it possible for it to search by that if it can't find by using the text. Searching by colour? Not possible I'm afraid, since it's a purely visual change. You'd have to add a new tag such as "blue". Leospars said: Also I currently have coloured borders around my hover images for each category(Currently Watching, Planning, etc.) but for the All Anime category there is only one colour. Is it possible to have different colours for each category under the All Anime page. Example: When hovering over Currently watching on the All anime page the hover image's border will be green, when hovering over completed on the All Anime page it's blue, Dropped --> Red and so on... Yeah, this is possible. :) Replace your current border code... /*-S-T-A-R-T----------------------* | Hover image border- Per Category| *--------------------------------*/ /*All anime*/ [data-query*='status":7'] .list-item .data.image a:before { border-style: solid; border-color: blue; border-width: 2px !important; } /*Watching*/ [data-query*='status":1'] .list-item .data.image a:before { border-style: solid; border-color: var(--watching)!important; border-width: 2px !important; } /*Completed*/ [data-query*='status":2'] .list-item .data.image a:before { border-style: solid; border-color: var(--completed)!important; border-width: 2px !important; } /*On-hold*/ [data-query*='status":3'] .list-item .data.image a:before { border-style: solid; border-color: #dbb330!important; border-width: 2px !important; } /*Dropped*/ [data-query*='status":4'] .list-item .data.image a:before { border-style: solid; border-color: red!important; border-width: 2px !important; } /*Planned*/ [data-query*='status":6'] .list-item .data.image a:before { border-style: solid; border-color: #a2a2fa!important; border-width: 2px !important; } /*------------------------E-N-D-*/ With this new code: /*-S-T-A-R-T----------------------*\ | Hover image border- Per Category | \*--------------------------------*/ /*Watching*/ .data.watching ~ .image a:before, .data.reading ~ .image a:before { border-style: solid; border-color: var(--watching)!important; border-width: 2px !important; } /*Completed*/ .data.completed ~ .image a:before { border-style: solid; border-color: var(--completed)!important; border-width: 2px !important; } /*On-hold*/ .data.onhold ~ .image a:before { border-style: solid; border-color: #dbb330!important; border-width: 2px !important; } /*Dropped*/ .data.dropped ~ .image a:before { border-style: solid; border-color: red!important; border-width: 2px !important; } /*Planned*/ .data.plantowatch ~ .image a:before, .data.plantoread ~ .image a:before { border-style: solid; border-color: #a2a2fa!important; border-width: 2px !important; } /*------------------------E-N-D-*/ |
Dec 28, 2020 7:05 AM
#605
Heyo :) I need a little bit of help Edit : I don't anymore, I just found the issue, sorry ^^ |
EstebanODDec 28, 2020 7:11 AM
I don't know how signatures work |
Dec 28, 2020 3:49 PM
#606
Hello there, can you please tell me how to add an image of our choice to the banner up top? Also this list is beautiful and I love it already have it on my list!!! |
Dec 28, 2020 9:12 PM
#607
MeSsI-AKA-FERNO said: Hello there, can you please tell me how to add an image of our choice to the banner up top? Also this list is beautiful and I love it already have it on my list!!! For this theme, you can add this bit of code to the bottom of what you already have: body { --banner: url(URLHERE); } Then, change the "URLHERE" text (but not the surrounding parentheses) to an image URL. An image URL will look something like: https://i.imgur.com/abc1234.png . It can't be from your local harddrive, so no links that look like: C:\Users\Messi\My Pictures\Image.png . It must be uploaded to an image hosting website. If you want help for a different theme than this one (I see you have a different one active at the moment) then the instructions will be different. |
Dec 29, 2020 3:34 AM
#608
Valerio_Lyndon said: MeSsI-AKA-FERNO said: Hello there, can you please tell me how to add an image of our choice to the banner up top? Also this list is beautiful and I love it already have it on my list!!! For this theme, you can add this bit of code to the bottom of what you already have: body { --banner: url(URLHERE); } Then, change the "URLHERE" text (but not the surrounding parentheses) to an image URL. An image URL will look something like: https://i.imgur.com/abc1234.png . It can't be from your local harddrive, so no links that look like: C:\Users\Messi\My Pictures\Image.png . It must be uploaded to an image hosting website. If you want help for a different theme than this one (I see you have a different one active at the moment) then the instructions will be different. Oh that you very much!! And I do have this theme but my Manga list |
Jan 13, 2021 3:20 PM
#609
Hello, I have a problem with the banner on my list: every banner I try to use always gets cropped from the top and the bottom when I put in the URL. Any ideas why? EDIT: I managed to somewhat fix it by using the code from a previous reply to change the banner height, but is there a way to make the bottom part of the original picture show more? /* ========== IMPORTS ========== */ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; /* ========== BASE PAGE ========== */ body { --avatar: url(https://cdn.myanimelist.net/images/userimages/7393962.jpg?t=1610580600); } body { --banner: url(https://i.imgur.com/V6fRfsb.png); } body { --character: none; } body { --background: url(); } /* ========== BANNER HEIGHT ========== */ :root { --banner-height: 500px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /* ========== HOVER PREVIEW PICS ========== */ .list-item:hover { z-index: 1; transform: scale(1.025); } /* ====== TRANSPARENT ROWS ====== */ :root { /* Change colour here */ --row-tint: rgba(33,33,33,0.4); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /* ===== COLOUR HEADER TEXT ===== */ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /* ===== HEADER OUTLINE (DISABLED) ===== */ :root { --header-border: #040707; } .status-menu-container:before{height:56px;border-width:4px 0;border-style:solid;border-color:var(--header-border)}.status-menu:after{left:-4px;top:-47px;border-width:4px;box-shadow:0 0 0 4px var(--header-border)}.fixed .status-menu:after{top:4px} /* ======= HORIZONTAL TAGS ======= */ .list-table-data{padding-bottom:11px}.data.tags{position:absolute;left:0;top:0;display:flex!important;width:0;height:100%;padding:0!important;align-items:flex-end}.data.tags div{max-width:980px;margin:0 0 4px 80px;font-size:0;white-space:nowrap}.data.tags span{display:inline-block;padding:0}.data.tags span a{padding:1px 8px!important;margin:0 4px 0 0;white-space:nowrap}.data.tags span a[href*="=Favo"]{padding:0!important}.data.tags a.edit{right:-1060px}.data.tags textarea{right:-1060px} /* ====== STATUS BAR WIDTH ====== */ .data.status { width: 2px !important; } .list-table-data { padding-left: 0px; } /* ========== RESTYLE SCROLL BARS ========== */ /* Firefox */ * { scrollbar-color: var(--text) var(--bg); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--text) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-thumb:hover { background-color: var(--text-dim); } *::-webkit-scrollbar-track { width: 5px; } /* ========== XXX ========== *// |
kkamizenJan 14, 2021 8:21 AM
Jan 14, 2021 4:15 PM
#610
I there a way to increase the distance between the list items and the category headers? When I tried doing it, the sort by icon thing got moved down too (im very inexperienced with css :( ). |
burnerfistahJan 14, 2021 4:19 PM
Jan 15, 2021 12:58 AM
#611
burnerfistah said: I there a way to increase the distance between the list items and the category headers? When I tried doing it, the sort by icon thing got moved down too (im very inexperienced with css :( ). Add this to the bottom of your code. You can adjust the number as you wish. /*-S-T-A-R-T--------------------*\ | Adjust List Spacing | \*------------------------------*/ .list-table > tbody:first-of-type { /* adjust this number to increase or decrease spacing * negative numbers e.x -12px are accepted */ margin-bottom: 30px; } /*------------------------E-N-D-*/ |
Jan 15, 2021 1:08 AM
#612
kkamizen said: Hello, I have a problem with the banner on my list: every banner I try to use always gets cropped from the top and the bottom when I put in the URL. Any ideas why? EDIT: I managed to somewhat fix it by using the code from a previous reply to change the banner height, but is there a way to make the bottom part of the original picture show more? /* ========== IMPORTS ========== */ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; /* ========== BASE PAGE ========== */ body { --avatar: url(https://cdn.myanimelist.net/images/userimages/7393962.jpg?t=1610580600); } body { --banner: url(https://i.imgur.com/V6fRfsb.png); } body { --character: none; } body { --background: url(); } /* ========== BANNER HEIGHT ========== */ :root { --banner-height: 500px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /* ========== HOVER PREVIEW PICS ========== */ .list-item:hover { z-index: 1; transform: scale(1.025); } /* ====== TRANSPARENT ROWS ====== */ :root { /* Change colour here */ --row-tint: rgba(33,33,33,0.4); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /* ===== COLOUR HEADER TEXT ===== */ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /* ===== HEADER OUTLINE (DISABLED) ===== */ :root { --header-border: #040707; } .status-menu-container:before{height:56px;border-width:4px 0;border-style:solid;border-color:var(--header-border)}.status-menu:after{left:-4px;top:-47px;border-width:4px;box-shadow:0 0 0 4px var(--header-border)}.fixed .status-menu:after{top:4px} /* ======= HORIZONTAL TAGS ======= */ .list-table-data{padding-bottom:11px}.data.tags{position:absolute;left:0;top:0;display:flex!important;width:0;height:100%;padding:0!important;align-items:flex-end}.data.tags div{max-width:980px;margin:0 0 4px 80px;font-size:0;white-space:nowrap}.data.tags span{display:inline-block;padding:0}.data.tags span a{padding:1px 8px!important;margin:0 4px 0 0;white-space:nowrap}.data.tags span a[href*="=Favo"]{padding:0!important}.data.tags a.edit{right:-1060px}.data.tags textarea{right:-1060px} /* ====== STATUS BAR WIDTH ====== */ .data.status { width: 2px !important; } .list-table-data { padding-left: 0px; } /* ========== RESTYLE SCROLL BARS ========== */ /* Firefox */ * { scrollbar-color: var(--text) var(--bg); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--text) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-thumb:hover { background-color: var(--text-dim); } *::-webkit-scrollbar-track { width: 5px; } /* ========== XXX ========== *// If adjusting the banner sizing isn't enough, I assume you need to change the positioning of the image? In that case, you can use this code (add to the bottom): /* Banner positioning */ .cover-block { /* banner image position. x is <horizontal>, y is <vertical> * accepted values are: left, right, center, top, bottom, #% value, #px value */ background-position-x: center; background-position-y: 100%; } |
Jan 15, 2021 1:48 AM
#613
Valerio_Lyndon said: kkamizen said: Hello, I have a problem with the banner on my list: every banner I try to use always gets cropped from the top and the bottom when I put in the URL. Any ideas why? EDIT: I managed to somewhat fix it by using the code from a previous reply to change the banner height, but is there a way to make the bottom part of the original picture show more? /* ========== IMPORTS ========== */ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; /* ========== BASE PAGE ========== */ body { --avatar: url(https://cdn.myanimelist.net/images/userimages/7393962.jpg?t=1610580600); } body { --banner: url(https://i.imgur.com/V6fRfsb.png); } body { --character: none; } body { --background: url(); } /* ========== BANNER HEIGHT ========== */ :root { --banner-height: 500px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /* ========== HOVER PREVIEW PICS ========== */ .list-item:hover { z-index: 1; transform: scale(1.025); } /* ====== TRANSPARENT ROWS ====== */ :root { /* Change colour here */ --row-tint: rgba(33,33,33,0.4); } .list-item, .data.priority, .data.number, .data.status:before, .data.status:after { background: linear-gradient(var(--row-tint),var(--row-tint)), var(--background) no-repeat center / cover fixed transparent !important; } /* ===== COLOUR HEADER TEXT ===== */ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /* ===== HEADER OUTLINE (DISABLED) ===== */ :root { --header-border: #040707; } .status-menu-container:before{height:56px;border-width:4px 0;border-style:solid;border-color:var(--header-border)}.status-menu:after{left:-4px;top:-47px;border-width:4px;box-shadow:0 0 0 4px var(--header-border)}.fixed .status-menu:after{top:4px} /* ======= HORIZONTAL TAGS ======= */ .list-table-data{padding-bottom:11px}.data.tags{position:absolute;left:0;top:0;display:flex!important;width:0;height:100%;padding:0!important;align-items:flex-end}.data.tags div{max-width:980px;margin:0 0 4px 80px;font-size:0;white-space:nowrap}.data.tags span{display:inline-block;padding:0}.data.tags span a{padding:1px 8px!important;margin:0 4px 0 0;white-space:nowrap}.data.tags span a[href*="=Favo"]{padding:0!important}.data.tags a.edit{right:-1060px}.data.tags textarea{right:-1060px} /* ====== STATUS BAR WIDTH ====== */ .data.status { width: 2px !important; } .list-table-data { padding-left: 0px; } /* ========== RESTYLE SCROLL BARS ========== */ /* Firefox */ * { scrollbar-color: var(--text) var(--bg); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--text) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-thumb:hover { background-color: var(--text-dim); } *::-webkit-scrollbar-track { width: 5px; } /* ========== XXX ========== *// If adjusting the banner sizing isn't enough, I assume you need to change the positioning of the image? In that case, you can use this code (add to the bottom): /* Banner positioning */ .cover-block { /* banner image position. x is <horizontal>, y is <vertical> * accepted values are: left, right, center, top, bottom, #% value, #px value */ background-position-x: center; background-position-y: 100%; } That did the trick, thanks! |
Jan 17, 2021 6:22 AM
#614
Hello again! I'm wondering whether it is possible to 1. Use grouped horizontal tags to further elaborate on the specific scoring of different sectors (e.g. Story/Animation/Character/Sound/Enjoyment) 2. Move the premiere and studio information next to it 3. Change the colours of the background/text for the specific sector & other functions above Something like or this if the above is impossible to do due to certain restrictions It should be noted that I am using "convert tags to notes", "favourite tags display", and "decimal ratings", so it might be rather difficult if they do conflict with each other. |
YoshePlaysJan 17, 2021 6:27 AM
Cosplayer, Photographer, & Journalist. ========= Discord► Yoshe#7068 Instagram► yoshe_plays Other Social Media Links► YoshePlays |
Jan 18, 2021 7:04 PM
#615
Hello again! Once again I have a few questions on how I can change certain things. How can I change the colours of: 1. The home button 2. Change the colour of the bar (shown in the picture) 3. The buttons as well as when you hover over them. 4. The search bar. 5. The scores 6. Edit/More text 7. The list entry numbers and the circle they are in 8. And finally progress/episode numbers Once again I am thankful for your help! |
Jan 19, 2021 8:56 PM
#616
burnerfistah said: Hello again! Once again I have a few questions on how I can change certain things. How can I change the colours of: 1. The home button 2. Change the colour of the bar (shown in the picture) 3. The buttons as well as when you hover over them. 4. The search bar. 5. The scores 6. Edit/More text 7. The list entry numbers and the circle they are in 8. And finally progress/episode numbers Once again I am thankful for your help! The theme colour section under "Further Modification" can help with changing many of the colours. Valerio Lyndon said: To get started, insert this code anywhere below the main theme (or below dark mode if you have it). [Source Code] Once pasted into your CSS box, you can play with each colour as you wish. The colours provided are for the light theme. If you do not want a colour to be changed, simply delete the relevant line and it will revert to its default. For help with CSS colours, google "CSS color picker" and you should find tools for selecting valid colours. One of the best ways to get a feel for what each colour controls is to just start tweaking them and see what changes. But, for extra help, here's some explanations of each colour. --pbg: Page background. --bg: Content background (list entries, header, footer, header buttons, popups); --bg-dark: Mostly used for borders (search bar, user inputs). --text: Generic text colour, applies to almost all text on the list. --text-h: Generic text on hover. --text-dim: Lighter text (add/edit/more, type, column descriptors, start/end/days, etcetera). Also serves as border colour for filter menu. --text-dim-h: Lighter text on hover. --text-dark: Used for longer text chunks (filter menu, more info). --icon: Used for larger features to blend with text (filter menu). --accent: Used for occasional colour flares (header all anime button, entry names, discuss link). --banner-text: Name text on the banner; --banner-text-shadow: Shadow of the name text on the banner; --btn-bg: Background for secondary content (score, tags, search bar, etcetera). --btn-bg-h: Background for secondary content on hover. Also serves as a secondary colour for header buttons. --btn-head-bg-h: Background for header buttons on hover. --btn-text-h: Text colour for secondary content and header buttons on hover. --text-head: Text colour for header category buttons and search icon. Also serves as footer text colour. --text-head-h: Text colour for active header category button. --watching: Colour for respective category of header category buttons. --completed: Ditto. --onhold: Ditto. --dropped: Ditto. --plantowatch: Ditto. n --cover-bg: The colour that is seen if the cover banner lacks an image. --edit-btn: Edit button for tags, seen on the right of each list entry. --checkmark: The checkmark on completed list entries. But, in the case you need separate, specific colours for the areas you mentioned, then here's code for those. Add any/all of these to the bottom of your CSS and then change the "#COLOUR" to any CSS colour. /* Home Button/Swap List/Affinity Section */ .header { /* background */ --bg: #COLOUR; /* text */ --text: #COLOUR; /* background on hover */ --btn-head-bg-h: #COLOUR; /* text on hover */ --text-h: #COLOUR; --btn-text-h: #COLOUR; } /* Header Bar */ #status-menu { /* background */ --bg: #COLOUR; /* text */ --text-head: #COLOUR; --text-head-h: #COLOUR; } /* Lower Button Row */ .list-menu-float, .list-status-title, .list-table > tbody:first-of-type { /* background */ --bg: #COLOUR; /* text */ --text: #COLOUR; /* background on hover */ --btn-head-bg-h: #COLOUR; /* sort menu background */ --btn-bg-h: #COLOUR; /* text on hover */ --text-h: #COLOUR; --btn-text-h: #COLOUR; } /* Search Bar */ #status-menu .search-container { /* background */ --btn-bg: #COLOUR; /* border */ --bg-dark: #COLOUR; /* text */ --text: #COLOUR; /* icon */ --text-head: #COLOUR; } /* Scores */ .data.score { /* background */ --btn-bg: #COLOUR; /* text */ --text: #COLOUR; /* background on hover */ --btn-bg-h: #COLOUR; /* text on hover */ --btn-text-h: #COLOUR; } To change the text including the "Airing" indiciator, use this: /* Edit/More Text */ .data.title { /* text */ --text-dim: #COLOUR; /* text on hover */ --text-dim-h: #COLOUR; } To change only the edit/more, use this: /* Edit/More Text */ .add-edit-more { /* text */ --text-dim: #COLOUR; /* text on hover */ --text-dim-h: #COLOUR; } /* Numbers */ .data.number { /* background */ --bg: #COLOUR; /* text */ --text: #COLOUR; } /* Progress */ .data.progress, .data.volume, .data.chapter { /* text */ --text: #COLOUR; /* text on hover */ --text-h: #COLOUR; } |
Jan 19, 2021 10:07 PM
#617
YoshePlays said: Hello again! I'm wondering whether it is possible to 1. Use grouped horizontal tags to further elaborate on the specific scoring of different sectors (e.g. Story/Animation/Character/Sound/Enjoyment) 2. Move the premiere and studio information next to it 3. Change the colours of the background/text for the specific sector & other functions above Something like or this if the above is impossible to do due to certain restrictions It should be noted that I am using "convert tags to notes", "favourite tags display", and "decimal ratings", so it might be rather difficult if they do conflict with each other. Here's some code you can try. It doesn't use the horizontal tag nor the grouped tag code as those do not work with review tags, but this imitates their look. For anyone other than Yoshe reading this, expect this code to not work as expected, as it was purpose-made for Yoshe's heavily modified list. As always, add this to the bottom of your CSS. /*-S-T-A-R-T--------------------*\ | Tag Tweaks for YoshePlays | https://myanimelist.net/forum/?topicid=1723114&show=600#msg61718769 \*------------------------------*/ /* styling to make things look similar to horizontal tags */ .list-table-data { padding-bottom: 11px; } /* add decorative score background */ .data.tags div::before { content: ""; position: absolute; bottom: 4px; left: 80px; width: 98px; height: 17px; background-image: linear-gradient( to right, #212121 0px, #212121 18px, /* 1st box */ transparent 18px, transparent 20px, #212121 20px, #212121 38px, /* 2nd box */ transparent 38px, transparent 40px, #212121 40px, #212121 58px, /* 3rd box */ transparent 58px, transparent 60px, #212121 60px, #212121 78px, /* 4th box */ transparent 78px, transparent 80px, #212121 80px, #212121 98px /* 5th box */ ); border-radius: 8.5px; } /* reposition score tags */ .data.tags a[href$="tag=-"], .data.tags a[href$="tag=1"], .data.tags a[href$="tag=2"], .data.tags a[href$="tag=3"], .data.tags a[href$="tag=4"], .data.tags a[href$="tag=5"], .data.tags a[href$="tag=6"], .data.tags a[href$="tag=7"], .data.tags a[href$="tag=8"], .data.tags a[href$="tag=9"], .data.tags a[href$="tag=10"] { position: absolute; bottom: 4px; left: 80px; width: 18px; padding: 1px 0; margin: 0; color: var(--text) !important; /* box 1 colour */ } .data.tags span:nth-last-child(4) a[href$="tag=-"], .data.tags span:nth-last-child(4) a[href$="tag=1"], .data.tags span:nth-last-child(4) a[href$="tag=2"], .data.tags span:nth-last-child(4) a[href$="tag=3"], .data.tags span:nth-last-child(4) a[href$="tag=4"], .data.tags span:nth-last-child(4) a[href$="tag=5"], .data.tags span:nth-last-child(4) a[href$="tag=6"], .data.tags span:nth-last-child(4) a[href$="tag=7"], .data.tags span:nth-last-child(4) a[href$="tag=8"], .data.tags span:nth-last-child(4) a[href$="tag=9"], .data.tags span:nth-last-child(4) a[href$="tag=10"] { left: 100px; border-radius: 0; color: var(--text) !important; /* box 2 colour */ } .data.tags span:nth-last-child(3) a[href$="tag=-"], .data.tags span:nth-last-child(3) a[href$="tag=1"], .data.tags span:nth-last-child(3) a[href$="tag=2"], .data.tags span:nth-last-child(3) a[href$="tag=3"], .data.tags span:nth-last-child(3) a[href$="tag=4"], .data.tags span:nth-last-child(3) a[href$="tag=5"], .data.tags span:nth-last-child(3) a[href$="tag=6"], .data.tags span:nth-last-child(3) a[href$="tag=7"], .data.tags span:nth-last-child(3) a[href$="tag=8"], .data.tags span:nth-last-child(3) a[href$="tag=9"], .data.tags span:nth-last-child(3) a[href$="tag=10"] { left: 120px; border-radius: 0; color: var(--text) !important; /* box 3 colour */ } .data.tags span:nth-last-child(2) a[href$="tag=-"], .data.tags span:nth-last-child(2) a[href$="tag=1"], .data.tags span:nth-last-child(2) a[href$="tag=2"], .data.tags span:nth-last-child(2) a[href$="tag=3"], .data.tags span:nth-last-child(2) a[href$="tag=4"], .data.tags span:nth-last-child(2) a[href$="tag=5"], .data.tags span:nth-last-child(2) a[href$="tag=6"], .data.tags span:nth-last-child(2) a[href$="tag=7"], .data.tags span:nth-last-child(2) a[href$="tag=8"], .data.tags span:nth-last-child(2) a[href$="tag=9"], .data.tags span:nth-last-child(2) a[href$="tag=10"] { left: 140px; border-radius: 0; color: var(--text) !important; /* box 4 colour */ } .data.tags span:nth-last-child(1) a[href$="tag=-"], .data.tags span:nth-last-child(1) a[href$="tag=1"], .data.tags span:nth-last-child(1) a[href$="tag=2"], .data.tags span:nth-last-child(1) a[href$="tag=3"], .data.tags span:nth-last-child(1) a[href$="tag=4"], .data.tags span:nth-last-child(1) a[href$="tag=5"], .data.tags span:nth-last-child(1) a[href$="tag=6"], .data.tags span:nth-last-child(1) a[href$="tag=7"], .data.tags span:nth-last-child(1) a[href$="tag=8"], .data.tags span:nth-last-child(1) a[href$="tag=9"], .data.tags span:nth-last-child(1) a[href$="tag=10"] { left: 160px; border-radius: 0 50% 50% 0; color: var(--text) !important; /* box 5 colour */ } /* remove pseudo comma from tags */ .data.tags a[href$="tag=-"]::before, .data.tags a[href$="tag=1"]::before, .data.tags a[href$="tag=2"]::before, .data.tags a[href$="tag=3"]::before, .data.tags a[href$="tag=4"]::before, .data.tags a[href$="tag=5"]::before, .data.tags a[href$="tag=6"]::before, .data.tags a[href$="tag=7"]::before, .data.tags a[href$="tag=8"]::before, .data.tags a[href$="tag=9"]::before, .data.tags a[href$="tag=10"]::before { content: none; } /* reposition & restyle season & studio */ .data.season, .data.studio { position: absolute; bottom: 4px; height: 15px; background: #212121; border-radius: 8.5px; } .data.season { left: 182px; padding: 1px 0 !important; line-height: 15px; } .data.season::before { content: none; } /* reposition & restyle studio */ .data.studio { left: 278px; width: auto; padding: 1px 8px !important; white-space: nowrap; } .data.studio span { display: inline; font-size: 11px !important; } .data.studio a { display: inline; background: none !important; } .list-table .list-table-data .studio span a:hover { color: var(--text-h) !important; } /*------------------------E-N-D-*/ This code relies on a few things. Firstly, you must place all the scores at the end of your tag section, even after decimal scores, so your tags should be ordered: review/other tags -> decimal rating -> advanced scoring. Secondly, you must have all 5 numbers for them to position correctly. If you do not have a score for one of the sections, just use a "-". Here's an example of tags that should work when placed at the end of one of your tag sections: "6,10,7,-,9". Also, remember that tags can only contain 255 characters at max, so having both reviews and scores on your list may begin stretching that limit thin. I swapped the position of the season and studio for technical reasons. These same reasons are why every item is in a fixed location instead of being dynamic, it's simply not possible to dynamically detect the width of the other elements (in this case). Yet another note, these tags are not searchable nor sortable. As we are just using numbers, there is no distinguishing factor to find them by. Even if we did use a prefix on the numbers, you'd still only be able to find others of the same score. So if you scored something ST:2, then you'd only be able to find other entries that were scored 2 of your ST category. Since this would be such a minor function and use up more of the tag character limit, I didn't bother with prefixes. To change box colours, you'll need to change the #212121 colour twice for each box. You can find the relevant section near the top of the provided code, under "add decorative score background". Pictured here: To change the text colour, find the sections further down in the code labelled "box # colour". Change "var(--text)" to any colour. This new code adds the bottom padding from horizontal tags, which changes the height of list rows. This means you will have to re-adjust the decimal scoring position (or remove the padding, which can be found at the top of this new code, but I don't recommend this due to potential overlap issues). The decimal score position should be able to be found around line ~708 and line ~730 [Image]. Changing the number from "14px" to "20.5px" seemed to position things correctly for me, so that is what I recommend trying first. As it is very possible I missed some incompatibilities, you can let me know if this has issues. Or if it just doesn't work, but I hope it does. |
Valerio_LyndonJan 19, 2021 10:13 PM
Jan 19, 2021 10:36 PM
#618
First of all, thank you so much for dedicating this much time to the community, I can imagine how much of a hassle it would be to cater to the mass amounts of support request from people. Here are some of the points of interest so far though: 1. Valerio_Lyndon said: Unfortunately, there's no way to extend the tag limit. Your best alternative option would be to use some CSS to add reviews to each item, but that is more annoying to maintain (and is not exported if you use MAL's list export function, unlike tags, which *are* exported). Would end up looking something like this for each review, and you would have to copy-paste this sort of template for each review/comment. .tags-7367::before { content: "Mini-review would go here\a \a You would have to use some specific formatting for line-breaks and \"quotes\", but not overall too crazy." } I could make a functional concept when I have more time if you were interested. It appears that the long reviews which use CSS aren't displayed anymore. 2. For series that are made by an unknown studio, it overflows into a new line. 3. Would tag descriptions like this be possible? |
YoshePlaysJan 20, 2021 10:22 PM
Cosplayer, Photographer, & Journalist. ========= Discord► Yoshe#7068 Instagram► yoshe_plays Other Social Media Links► YoshePlays |
Jan 20, 2021 4:12 PM
#619
Hi! I was wondering is there any way to change the color of my CSS to have it not be black? Thanks! I'll put my code down here @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20Compressed.css"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; body { --avatar: url(https://i.imgur.com/hRdrKcH.png); } body { --name: "mooshya loo"; }body { --character: none; } body { --banner: url(https://i.imgur.com/AZJE32l.jpeg); } /*-S-T-A-R-T--------------------* | Favourite Hearts (Left) R0.4 | *------------------------------*/ .data.tags span{padding:0}.data.tags span a{margin:1px 0}.data.tags span a[href*="=Favorite"],.data.tags span a[href*="=Favourite"]{position:absolute;left:-34px;top:calc(50% - 13px);width:26px;height:26px;padding:0;background:var(--bg);border-radius:50%;color:#ff65ad!important;font-size:0!important;line-height:23px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.2)}.data.tags span a[href*="=Favorite"]:before,.data.tags span a[href*="=Favourite"]:before{content:"♥";font-size:26px} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Per-Category Banner Image | *------------------------------*/ /* All Anime */ [data-query*='status":7'] { --banner: url(https://zippyimage.com/images/2020/10/26/8e34b19c0dab21756548d2a82ba311bd.jpg); } /* Watching/Reading */ [data-query*='status":1'] { --banner: url(https://zippyimage.com/images/2020/10/26/f0c745459538642fb1ecfd598bddfd0b.jpg); } /* Completed */ [data-query*='status":2'] { --banner: url(https://zippyimage.com/images/2020/10/26/4e8d3388c847c2d9ccef6a29be6e654b.jpg); } /* Onhold */ [data-query*='status":3'] { --banner: url(https://zippyimage.com/images/2020/10/26/f7fd4d9ba54e05e55cb27528d07a68a5.jpg); } /* Dropped */ [data-query*='status":4'] { --banner: url(https://zippyimage.com/images/2020/10/26/079218e7f50ba7ad29ca857d232e3948.jpg); } /* Planned */ [data-query*='status":6'] { --banner: url(https://zippyimage.com/images/2020/10/26/692f6464913b392283f7603bb572f910.jpg); } /*==============================* | Score Descriptors | * --- - --- - ---- - --- - --- */ .score-na::before { content: "Haven't decided"; } .score-1::before { content: "Unredeemable"; } .score-2::before { content: "Horrid"; } .score-3::before { content: "Awful"; } .score-4::before { content: "Bad"; } .score-5::before { content: "Mediocre"; } .score-6::before { content: "Alright"; } .score-7::before { content: "Good"; } .score-8::before { content: "Great"; } .score-9::before { content: "Fantastic"; } .score-10::before { content: "Incredible"; } /* Internals */ .score-label { position: relative; display: inline-block; z-index: 0; transition: color 0.2s ease; } .score-label:hover { color: #fff !important; } .score-label::before { position: absolute; top: -4px; left: -8px; z-index: -1; display: block; padding: 4px 8px 4px calc(100% + 12px); background: #111; border-radius: 4px; opacity: 0; transition: opacity 0.2s ease; white-space: pre; text-align: left; pointer-events: none; } .score-label:hover::before { opacity: 1; } |
Jan 21, 2021 1:40 AM
#620
YoshePlays said: First of all, thank you so much for dedicating this much time to the community, I can imagine how much of a hassle it would be to cater to the mass amounts of support request from people. It can be interesting! YoshePlays said: 1. It appears that the long reviews which use CSS aren't displayed anymore. 2. For series that are made by an unknown studio, it overflows into a new line. 3. Would tag descriptions like this be possible? https://i.imgur.com/CpeGxdK.png Good catches. This new version should fix those issues and add descriptions. Use it to replace what you added previously. Here's a comparison of the changes: [Comparison]. /*-S-T-A-R-T--------------------*\ | Tag Tweaks for YoshePlays v4 | https://myanimelist.net/forum/?topicid=1723114&show=600#msg61718769 \*------------------------------*/ /* styling to make things look similar to horizontal tags */ .list-table-data { padding-bottom: 11px; } /* add decorative score background */ .data.tags div:after { content: ""; position: absolute; bottom: 4px; left: 80px; width: 98px; height: 17px; background-image: linear-gradient( to right, #212121 0px, #212121 18px, /* 1st box */ transparent 18px, transparent 20px, #212121 20px, #212121 38px, /* 2nd box */ transparent 38px, transparent 40px, #212121 40px, #212121 58px, /* 3rd box */ transparent 58px, transparent 60px, #212121 60px, #212121 78px, /* 4th box */ transparent 78px, transparent 80px, #212121 80px, #212121 98px /* 5th box */ ); border-radius: 8.5px; } /* reposition score tags */ .data.tags a[href$="tag=-"], .data.tags a[href$="tag=1"], .data.tags a[href$="tag=2"], .data.tags a[href$="tag=3"], .data.tags a[href$="tag=4"], .data.tags a[href$="tag=5"], .data.tags a[href$="tag=6"], .data.tags a[href$="tag=7"], .data.tags a[href$="tag=8"], .data.tags a[href$="tag=9"], .data.tags a[href$="tag=10"] { position: absolute; bottom: 4px; width: 18px; padding: 1px 0; margin: 0; pointer-events: auto; } .data.tags a[href$="tag=-"]:hover, .data.tags a[href$="tag=1"]:hover, .data.tags a[href$="tag=2"]:hover, .data.tags a[href$="tag=3"]:hover, .data.tags a[href$="tag=4"]:hover, .data.tags a[href$="tag=5"]:hover, .data.tags a[href$="tag=6"]:hover, .data.tags a[href$="tag=7"]:hover, .data.tags a[href$="tag=8"]:hover, .data.tags a[href$="tag=9"]:hover, .data.tags a[href$="tag=10"]:hover { cursor: default; /* resets cursor - delete this line to restore pointer cursor */ background: transparent !important; /* background on hover */ } .data.tags span:nth-last-child(5) a[href$="tag=-"], .data.tags span:nth-last-child(5) a[href$="tag=1"], .data.tags span:nth-last-child(5) a[href$="tag=2"], .data.tags span:nth-last-child(5) a[href$="tag=3"], .data.tags span:nth-last-child(5) a[href$="tag=4"], .data.tags span:nth-last-child(5) a[href$="tag=5"], .data.tags span:nth-last-child(5) a[href$="tag=6"], .data.tags span:nth-last-child(5) a[href$="tag=7"], .data.tags span:nth-last-child(5) a[href$="tag=8"], .data.tags span:nth-last-child(5) a[href$="tag=9"], .data.tags span:nth-last-child(5) a[href$="tag=10"] { left: 80px; border-radius: 8.5px 0 0 8.5px; color: var(--text) !important; /* box 1 colour */ } .data.tags span:nth-last-child(4) a[href$="tag=-"], .data.tags span:nth-last-child(4) a[href$="tag=1"], .data.tags span:nth-last-child(4) a[href$="tag=2"], .data.tags span:nth-last-child(4) a[href$="tag=3"], .data.tags span:nth-last-child(4) a[href$="tag=4"], .data.tags span:nth-last-child(4) a[href$="tag=5"], .data.tags span:nth-last-child(4) a[href$="tag=6"], .data.tags span:nth-last-child(4) a[href$="tag=7"], .data.tags span:nth-last-child(4) a[href$="tag=8"], .data.tags span:nth-last-child(4) a[href$="tag=9"], .data.tags span:nth-last-child(4) a[href$="tag=10"] { left: 100px; border-radius: 0; color: var(--text) !important; /* box 2 colour */ } .data.tags span:nth-last-child(3) a[href$="tag=-"], .data.tags span:nth-last-child(3) a[href$="tag=1"], .data.tags span:nth-last-child(3) a[href$="tag=2"], .data.tags span:nth-last-child(3) a[href$="tag=3"], .data.tags span:nth-last-child(3) a[href$="tag=4"], .data.tags span:nth-last-child(3) a[href$="tag=5"], .data.tags span:nth-last-child(3) a[href$="tag=6"], .data.tags span:nth-last-child(3) a[href$="tag=7"], .data.tags span:nth-last-child(3) a[href$="tag=8"], .data.tags span:nth-last-child(3) a[href$="tag=9"], .data.tags span:nth-last-child(3) a[href$="tag=10"] { left: 120px; border-radius: 0; color: var(--text) !important; /* box 3 colour */ } .data.tags span:nth-last-child(2) a[href$="tag=-"], .data.tags span:nth-last-child(2) a[href$="tag=1"], .data.tags span:nth-last-child(2) a[href$="tag=2"], .data.tags span:nth-last-child(2) a[href$="tag=3"], .data.tags span:nth-last-child(2) a[href$="tag=4"], .data.tags span:nth-last-child(2) a[href$="tag=5"], .data.tags span:nth-last-child(2) a[href$="tag=6"], .data.tags span:nth-last-child(2) a[href$="tag=7"], .data.tags span:nth-last-child(2) a[href$="tag=8"], .data.tags span:nth-last-child(2) a[href$="tag=9"], .data.tags span:nth-last-child(2) a[href$="tag=10"] { left: 140px; border-radius: 0; color: var(--text) !important; /* box 4 colour */ } .data.tags span:nth-last-child(1) a[href$="tag=-"], .data.tags span:nth-last-child(1) a[href$="tag=1"], .data.tags span:nth-last-child(1) a[href$="tag=2"], .data.tags span:nth-last-child(1) a[href$="tag=3"], .data.tags span:nth-last-child(1) a[href$="tag=4"], .data.tags span:nth-last-child(1) a[href$="tag=5"], .data.tags span:nth-last-child(1) a[href$="tag=6"], .data.tags span:nth-last-child(1) a[href$="tag=7"], .data.tags span:nth-last-child(1) a[href$="tag=8"], .data.tags span:nth-last-child(1) a[href$="tag=9"], .data.tags span:nth-last-child(1) a[href$="tag=10"] { left: 160px; border-radius: 0 8.5px 8.5px 0; color: var(--text) !important; /* box 5 colour */ } /* add description on hover & remove pseudo comma from tags */ a[href$="tag=-"]:before, a[href$="tag=1"]:before, a[href$="tag=2"]:before, a[href$="tag=3"]:before, a[href$="tag=4"]:before, a[href$="tag=5"]:before, a[href$="tag=6"]:before, a[href$="tag=7"]:before, a[href$="tag=8"]:before, a[href$="tag=9"]:before, a[href$="tag=10"]:before { content: "" !important; position: absolute; top: 17px; left: calc(50% - 5px); z-index: 5; display: block; border-width: 5px; border-style: solid; border-color: transparent transparent var(--text-dim) transparent; opacity: 0; transition: opacity 0.15s ease; pointer-events: none; } a[href$="tag=-"]:after, a[href$="tag=1"]:after, a[href$="tag=2"]:after, a[href$="tag=3"]:after, a[href$="tag=4"]:after, a[href$="tag=5"]:after, a[href$="tag=6"]:after, a[href$="tag=7"]:after, a[href$="tag=8"]:after, a[href$="tag=9"]:after, a[href$="tag=10"]:after { content: "Story"; /* box 1 description */ position: absolute; top: 27px; left: 50%; z-index: 5; display: block; width: auto; max-width: 340px; height: auto; padding: 4px 8px; background: var(--btn-bg); border: 1px solid var(--text-dim); border-radius: 4px; box-sizing: border-box; color: var(--text); font: 11px/15px Arial, Verdana; text-align: left; white-space: pre-wrap; opacity: 0; transition: opacity 0.15s ease; transform: translateX(-50%); pointer-events: none; } a[href$="tag=-"]:hover:before, a[href$="tag=1"]:hover:before, a[href$="tag=2"]:hover:before, a[href$="tag=3"]:hover:before, a[href$="tag=4"]:hover:before, a[href$="tag=5"]:hover:before, a[href$="tag=6"]:hover:before, a[href$="tag=7"]:hover:before, a[href$="tag=8"]:hover:before, a[href$="tag=9"]:hover:before, a[href$="tag=10"]:hover:before, a[href$="tag=-"]:hover:after, a[href$="tag=1"]:hover:after, a[href$="tag=2"]:hover:after, a[href$="tag=3"]:hover:after, a[href$="tag=4"]:hover:after, a[href$="tag=5"]:hover:after, a[href$="tag=6"]:hover:after, a[href$="tag=7"]:hover:after, a[href$="tag=8"]:hover:after, a[href$="tag=9"]:hover:after, a[href$="tag=10"]:hover:after { opacity: 1; } span:nth-last-child(4) a[href$="tag=-"]:after, span:nth-last-child(4) a[href$="tag=1"]:after, span:nth-last-child(4) a[href$="tag=2"]:after, span:nth-last-child(4) a[href$="tag=3"]:after, span:nth-last-child(4) a[href$="tag=4"]:after, span:nth-last-child(4) a[href$="tag=5"]:after, span:nth-last-child(4) a[href$="tag=6"]:after, span:nth-last-child(4) a[href$="tag=7"]:after, span:nth-last-child(4) a[href$="tag=8"]:after, span:nth-last-child(4) a[href$="tag=9"]:after, span:nth-last-child(4) a[href$="tag=10"]:after { content: "Animation"; /* box 2 description */ } span:nth-last-child(3) a[href$="tag=-"]:after, span:nth-last-child(3) a[href$="tag=1"]:after, span:nth-last-child(3) a[href$="tag=2"]:after, span:nth-last-child(3) a[href$="tag=3"]:after, span:nth-last-child(3) a[href$="tag=4"]:after, span:nth-last-child(3) a[href$="tag=5"]:after, span:nth-last-child(3) a[href$="tag=6"]:after, span:nth-last-child(3) a[href$="tag=7"]:after, span:nth-last-child(3) a[href$="tag=8"]:after, span:nth-last-child(3) a[href$="tag=9"]:after, span:nth-last-child(3) a[href$="tag=10"]:after { content: "Characters"; /* box 3 description */ } span:nth-last-child(2) a[href$="tag=-"]:after, span:nth-last-child(2) a[href$="tag=1"]:after, span:nth-last-child(2) a[href$="tag=2"]:after, span:nth-last-child(2) a[href$="tag=3"]:after, span:nth-last-child(2) a[href$="tag=4"]:after, span:nth-last-child(2) a[href$="tag=5"]:after, span:nth-last-child(2) a[href$="tag=6"]:after, span:nth-last-child(2) a[href$="tag=7"]:after, span:nth-last-child(2) a[href$="tag=8"]:after, span:nth-last-child(2) a[href$="tag=9"]:after, span:nth-last-child(2) a[href$="tag=10"]:after { content: "Sound"; /* box 4 description */ } span:nth-last-child(1) a[href$="tag=-"]:after, span:nth-last-child(1) a[href$="tag=1"]:after, span:nth-last-child(1) a[href$="tag=2"]:after, span:nth-last-child(1) a[href$="tag=3"]:after, span:nth-last-child(1) a[href$="tag=4"]:after, span:nth-last-child(1) a[href$="tag=5"]:after, span:nth-last-child(1) a[href$="tag=6"]:after, span:nth-last-child(1) a[href$="tag=7"]:after, span:nth-last-child(1) a[href$="tag=8"]:after, span:nth-last-child(1) a[href$="tag=9"]:after, span:nth-last-child(1) a[href$="tag=10"]:after { content: "Enjoyment"; /* box 5 description */ } /* reposition & restyle season & studio */ .data.season, .data.studio { position: absolute; bottom: 4px; height: 15px; background: #212121; border-radius: 8.5px; } .data.season { left: 182px; padding: 1px 0 !important; line-height: 15px; } .data.season:before { content: none; } /* reposition & restyle studio */ .data.studio { left: 278px; width: auto; padding: 1px 8px !important; white-space: nowrap; } .data.studio span { display: inline; font-size: 11px !important; } .data.studio a { display: inline; background: none !important; } .data.studio:empty:before { white-space: nowrap; } .list-table .list-table-data .studio span a:hover { color: var(--text-h) !important; } /*------------------------E-N-D-*/ |
Valerio_LyndonJan 21, 2021 1:54 AM
Jan 21, 2021 1:58 AM
#621
mooshyloo said: Hi! I was wondering is there any way to change the color of my CSS to have it not be black? Thanks! I'll put my code down here @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20Compressed.css"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; body { --avatar: url(https://i.imgur.com/hRdrKcH.png); } body { --name: "mooshya loo"; }body { --character: none; } body { --banner: url(https://i.imgur.com/AZJE32l.jpeg); } /*-S-T-A-R-T--------------------* | Favourite Hearts (Left) R0.4 | *------------------------------*/ .data.tags span{padding:0}.data.tags span a{margin:1px 0}.data.tags span a[href*="=Favorite"],.data.tags span a[href*="=Favourite"]{position:absolute;left:-34px;top:calc(50% - 13px);width:26px;height:26px;padding:0;background:var(--bg);border-radius:50%;color:#ff65ad!important;font-size:0!important;line-height:23px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.2)}.data.tags span a[href*="=Favorite"]:before,.data.tags span a[href*="=Favourite"]:before{content:"♥";font-size:26px} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Per-Category Banner Image | *------------------------------*/ /* All Anime */ [data-query*='status":7'] { --banner: url(https://zippyimage.com/images/2020/10/26/8e34b19c0dab21756548d2a82ba311bd.jpg); } /* Watching/Reading */ [data-query*='status":1'] { --banner: url(https://zippyimage.com/images/2020/10/26/f0c745459538642fb1ecfd598bddfd0b.jpg); } /* Completed */ [data-query*='status":2'] { --banner: url(https://zippyimage.com/images/2020/10/26/4e8d3388c847c2d9ccef6a29be6e654b.jpg); } /* Onhold */ [data-query*='status":3'] { --banner: url(https://zippyimage.com/images/2020/10/26/f7fd4d9ba54e05e55cb27528d07a68a5.jpg); } /* Dropped */ [data-query*='status":4'] { --banner: url(https://zippyimage.com/images/2020/10/26/079218e7f50ba7ad29ca857d232e3948.jpg); } /* Planned */ [data-query*='status":6'] { --banner: url(https://zippyimage.com/images/2020/10/26/692f6464913b392283f7603bb572f910.jpg); } /*==============================* | Score Descriptors | * --- - --- - ---- - --- - --- */ .score-na::before { content: "Haven't decided"; } .score-1::before { content: "Unredeemable"; } .score-2::before { content: "Horrid"; } .score-3::before { content: "Awful"; } .score-4::before { content: "Bad"; } .score-5::before { content: "Mediocre"; } .score-6::before { content: "Alright"; } .score-7::before { content: "Good"; } .score-8::before { content: "Great"; } .score-9::before { content: "Fantastic"; } .score-10::before { content: "Incredible"; } /* Internals */ .score-label { position: relative; display: inline-block; z-index: 0; transition: color 0.2s ease; } .score-label:hover { color: #fff !important; } .score-label::before { position: absolute; top: -4px; left: -8px; z-index: -1; display: block; padding: 4px 8px 4px calc(100% + 12px); background: #111; border-radius: 4px; opacity: 0; transition: opacity 0.2s ease; white-space: pre; text-align: left; pointer-events: none; } .score-label:hover::before { opacity: 1; } You want to switch to light mode like in the picture below, yeah? In that case, find this line in your code. It should be right near the top. You can quickly identify it by the ending text having "Dark%20Mode" in it. @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; Once you've found it, delete that line (no more and no less). That should change your list to the light theme. |
Jan 21, 2021 2:24 AM
#622
Valerio_Lyndon said: Good catches. This new version should fix those issues and add descriptions. Looks like the previous issues have been fixed but the advanced scoring and descriptions aren't showing up. EDIT: I used inspect element and found out that the ratings are indeed there, but for some reason, they're just not visible. |
YoshePlaysJan 21, 2021 6:19 AM
Cosplayer, Photographer, & Journalist. ========= Discord► Yoshe#7068 Instagram► yoshe_plays Other Social Media Links► YoshePlays |
Jan 21, 2021 4:37 AM
#623
Hi there, apologies if this has been answered before, but I can't for the life of me find it. How do I change the color and capitalization of my username? Right now it's stark white and all caps and it's sort of bothering me... I would like it to be more gray or yellow to fit my theme, and to not be in all caps. Screenshot for your reference. Also, is there any way to make at least the footer transparent? Because my background has some important words on the bottom, and it's obscured by the footer once I get to the bottom of the page... Thank you so much in advance! |
gwendal738Jan 21, 2021 4:41 AM
「 I am forever your most devoted believer. 」 |
Jan 21, 2021 5:49 PM
#624
YoshePlays said: Valerio_Lyndon said: Good catches. This new version should fix those issues and add descriptions. Looks like the previous issues have been fixed but the advanced scoring and descriptions aren't showing up. EDIT: I used inspect element and found out that the ratings are indeed there, but for some reason, they're just not visible. Serves me right for applying one of the fixes last minute. It just needs a "z-index: 1;" on all the number tags, as seen here: Full code with the z-index change, just in case you need it. /*-S-T-A-R-T--------------------*\ | Tag Tweaks for YoshePlays v5 | https://myanimelist.net/forum/?topicid=1723114&show=600#msg61718769 \*------------------------------*/ /* styling to make things look similar to horizontal tags */ .list-table-data { padding-bottom: 11px; } /* add decorative score background */ .data.tags div:after { content: ""; position: absolute; bottom: 4px; left: 80px; width: 98px; height: 17px; background-image: linear-gradient( to right, #212121 0px, #212121 18px, /* 1st box */ transparent 18px, transparent 20px, #212121 20px, #212121 38px, /* 2nd box */ transparent 38px, transparent 40px, #212121 40px, #212121 58px, /* 3rd box */ transparent 58px, transparent 60px, #212121 60px, #212121 78px, /* 4th box */ transparent 78px, transparent 80px, #212121 80px, #212121 98px /* 5th box */ ); border-radius: 8.5px; } /* reposition score tags */ .data.tags a[href$="tag=-"], .data.tags a[href$="tag=1"], .data.tags a[href$="tag=2"], .data.tags a[href$="tag=3"], .data.tags a[href$="tag=4"], .data.tags a[href$="tag=5"], .data.tags a[href$="tag=6"], .data.tags a[href$="tag=7"], .data.tags a[href$="tag=8"], .data.tags a[href$="tag=9"], .data.tags a[href$="tag=10"] { position: absolute; bottom: 4px; z-index: 1; width: 18px; padding: 1px 0; margin: 0; pointer-events: auto; } .data.tags a[href$="tag=-"]:hover, .data.tags a[href$="tag=1"]:hover, .data.tags a[href$="tag=2"]:hover, .data.tags a[href$="tag=3"]:hover, .data.tags a[href$="tag=4"]:hover, .data.tags a[href$="tag=5"]:hover, .data.tags a[href$="tag=6"]:hover, .data.tags a[href$="tag=7"]:hover, .data.tags a[href$="tag=8"]:hover, .data.tags a[href$="tag=9"]:hover, .data.tags a[href$="tag=10"]:hover { cursor: default; /* resets cursor - delete this line to restore pointer cursor */ background: transparent !important; /* background on hover */ } .data.tags span:nth-last-child(5) a[href$="tag=-"], .data.tags span:nth-last-child(5) a[href$="tag=1"], .data.tags span:nth-last-child(5) a[href$="tag=2"], .data.tags span:nth-last-child(5) a[href$="tag=3"], .data.tags span:nth-last-child(5) a[href$="tag=4"], .data.tags span:nth-last-child(5) a[href$="tag=5"], .data.tags span:nth-last-child(5) a[href$="tag=6"], .data.tags span:nth-last-child(5) a[href$="tag=7"], .data.tags span:nth-last-child(5) a[href$="tag=8"], .data.tags span:nth-last-child(5) a[href$="tag=9"], .data.tags span:nth-last-child(5) a[href$="tag=10"] { left: 80px; border-radius: 8.5px 0 0 8.5px; color: var(--text) !important; /* box 1 colour */ } .data.tags span:nth-last-child(4) a[href$="tag=-"], .data.tags span:nth-last-child(4) a[href$="tag=1"], .data.tags span:nth-last-child(4) a[href$="tag=2"], .data.tags span:nth-last-child(4) a[href$="tag=3"], .data.tags span:nth-last-child(4) a[href$="tag=4"], .data.tags span:nth-last-child(4) a[href$="tag=5"], .data.tags span:nth-last-child(4) a[href$="tag=6"], .data.tags span:nth-last-child(4) a[href$="tag=7"], .data.tags span:nth-last-child(4) a[href$="tag=8"], .data.tags span:nth-last-child(4) a[href$="tag=9"], .data.tags span:nth-last-child(4) a[href$="tag=10"] { left: 100px; border-radius: 0; color: var(--text) !important; /* box 2 colour */ } .data.tags span:nth-last-child(3) a[href$="tag=-"], .data.tags span:nth-last-child(3) a[href$="tag=1"], .data.tags span:nth-last-child(3) a[href$="tag=2"], .data.tags span:nth-last-child(3) a[href$="tag=3"], .data.tags span:nth-last-child(3) a[href$="tag=4"], .data.tags span:nth-last-child(3) a[href$="tag=5"], .data.tags span:nth-last-child(3) a[href$="tag=6"], .data.tags span:nth-last-child(3) a[href$="tag=7"], .data.tags span:nth-last-child(3) a[href$="tag=8"], .data.tags span:nth-last-child(3) a[href$="tag=9"], .data.tags span:nth-last-child(3) a[href$="tag=10"] { left: 120px; border-radius: 0; color: var(--text) !important; /* box 3 colour */ } .data.tags span:nth-last-child(2) a[href$="tag=-"], .data.tags span:nth-last-child(2) a[href$="tag=1"], .data.tags span:nth-last-child(2) a[href$="tag=2"], .data.tags span:nth-last-child(2) a[href$="tag=3"], .data.tags span:nth-last-child(2) a[href$="tag=4"], .data.tags span:nth-last-child(2) a[href$="tag=5"], .data.tags span:nth-last-child(2) a[href$="tag=6"], .data.tags span:nth-last-child(2) a[href$="tag=7"], .data.tags span:nth-last-child(2) a[href$="tag=8"], .data.tags span:nth-last-child(2) a[href$="tag=9"], .data.tags span:nth-last-child(2) a[href$="tag=10"] { left: 140px; border-radius: 0; color: var(--text) !important; /* box 4 colour */ } .data.tags span:nth-last-child(1) a[href$="tag=-"], .data.tags span:nth-last-child(1) a[href$="tag=1"], .data.tags span:nth-last-child(1) a[href$="tag=2"], .data.tags span:nth-last-child(1) a[href$="tag=3"], .data.tags span:nth-last-child(1) a[href$="tag=4"], .data.tags span:nth-last-child(1) a[href$="tag=5"], .data.tags span:nth-last-child(1) a[href$="tag=6"], .data.tags span:nth-last-child(1) a[href$="tag=7"], .data.tags span:nth-last-child(1) a[href$="tag=8"], .data.tags span:nth-last-child(1) a[href$="tag=9"], .data.tags span:nth-last-child(1) a[href$="tag=10"] { left: 160px; border-radius: 0 8.5px 8.5px 0; color: var(--text) !important; /* box 5 colour */ } /* add description on hover & remove pseudo comma from tags */ a[href$="tag=-"]:before, a[href$="tag=1"]:before, a[href$="tag=2"]:before, a[href$="tag=3"]:before, a[href$="tag=4"]:before, a[href$="tag=5"]:before, a[href$="tag=6"]:before, a[href$="tag=7"]:before, a[href$="tag=8"]:before, a[href$="tag=9"]:before, a[href$="tag=10"]:before { content: "" !important; position: absolute; top: 17px; left: calc(50% - 5px); z-index: 5; display: block; border-width: 5px; border-style: solid; border-color: transparent transparent var(--text-dim) transparent; opacity: 0; transition: opacity 0.15s ease; pointer-events: none; } a[href$="tag=-"]:after, a[href$="tag=1"]:after, a[href$="tag=2"]:after, a[href$="tag=3"]:after, a[href$="tag=4"]:after, a[href$="tag=5"]:after, a[href$="tag=6"]:after, a[href$="tag=7"]:after, a[href$="tag=8"]:after, a[href$="tag=9"]:after, a[href$="tag=10"]:after { content: "Story"; /* box 1 description */ position: absolute; top: 27px; left: 50%; z-index: 5; display: block; width: auto; max-width: 340px; height: auto; padding: 4px 8px; background: var(--btn-bg); border: 1px solid var(--text-dim); border-radius: 4px; box-sizing: border-box; color: var(--text); font: 11px/15px Arial, Verdana; text-align: left; white-space: pre-wrap; opacity: 0; transition: opacity 0.15s ease; transform: translateX(-50%); pointer-events: none; } a[href$="tag=-"]:hover:before, a[href$="tag=1"]:hover:before, a[href$="tag=2"]:hover:before, a[href$="tag=3"]:hover:before, a[href$="tag=4"]:hover:before, a[href$="tag=5"]:hover:before, a[href$="tag=6"]:hover:before, a[href$="tag=7"]:hover:before, a[href$="tag=8"]:hover:before, a[href$="tag=9"]:hover:before, a[href$="tag=10"]:hover:before, a[href$="tag=-"]:hover:after, a[href$="tag=1"]:hover:after, a[href$="tag=2"]:hover:after, a[href$="tag=3"]:hover:after, a[href$="tag=4"]:hover:after, a[href$="tag=5"]:hover:after, a[href$="tag=6"]:hover:after, a[href$="tag=7"]:hover:after, a[href$="tag=8"]:hover:after, a[href$="tag=9"]:hover:after, a[href$="tag=10"]:hover:after { opacity: 1; } span:nth-last-child(4) a[href$="tag=-"]:after, span:nth-last-child(4) a[href$="tag=1"]:after, span:nth-last-child(4) a[href$="tag=2"]:after, span:nth-last-child(4) a[href$="tag=3"]:after, span:nth-last-child(4) a[href$="tag=4"]:after, span:nth-last-child(4) a[href$="tag=5"]:after, span:nth-last-child(4) a[href$="tag=6"]:after, span:nth-last-child(4) a[href$="tag=7"]:after, span:nth-last-child(4) a[href$="tag=8"]:after, span:nth-last-child(4) a[href$="tag=9"]:after, span:nth-last-child(4) a[href$="tag=10"]:after { content: "Animation"; /* box 2 description */ } span:nth-last-child(3) a[href$="tag=-"]:after, span:nth-last-child(3) a[href$="tag=1"]:after, span:nth-last-child(3) a[href$="tag=2"]:after, span:nth-last-child(3) a[href$="tag=3"]:after, span:nth-last-child(3) a[href$="tag=4"]:after, span:nth-last-child(3) a[href$="tag=5"]:after, span:nth-last-child(3) a[href$="tag=6"]:after, span:nth-last-child(3) a[href$="tag=7"]:after, span:nth-last-child(3) a[href$="tag=8"]:after, span:nth-last-child(3) a[href$="tag=9"]:after, span:nth-last-child(3) a[href$="tag=10"]:after { content: "Characters"; /* box 3 description */ } span:nth-last-child(2) a[href$="tag=-"]:after, span:nth-last-child(2) a[href$="tag=1"]:after, span:nth-last-child(2) a[href$="tag=2"]:after, span:nth-last-child(2) a[href$="tag=3"]:after, span:nth-last-child(2) a[href$="tag=4"]:after, span:nth-last-child(2) a[href$="tag=5"]:after, span:nth-last-child(2) a[href$="tag=6"]:after, span:nth-last-child(2) a[href$="tag=7"]:after, span:nth-last-child(2) a[href$="tag=8"]:after, span:nth-last-child(2) a[href$="tag=9"]:after, span:nth-last-child(2) a[href$="tag=10"]:after { content: "Sound"; /* box 4 description */ } span:nth-last-child(1) a[href$="tag=-"]:after, span:nth-last-child(1) a[href$="tag=1"]:after, span:nth-last-child(1) a[href$="tag=2"]:after, span:nth-last-child(1) a[href$="tag=3"]:after, span:nth-last-child(1) a[href$="tag=4"]:after, span:nth-last-child(1) a[href$="tag=5"]:after, span:nth-last-child(1) a[href$="tag=6"]:after, span:nth-last-child(1) a[href$="tag=7"]:after, span:nth-last-child(1) a[href$="tag=8"]:after, span:nth-last-child(1) a[href$="tag=9"]:after, span:nth-last-child(1) a[href$="tag=10"]:after { content: "Enjoyment"; /* box 5 description */ } /* reposition & restyle season & studio */ .data.season, .data.studio { position: absolute; bottom: 4px; height: 15px; background: #212121; border-radius: 8.5px; } .data.season { left: 182px; padding: 1px 0 !important; line-height: 15px; } .data.season:before { content: none; } /* reposition & restyle studio */ .data.studio { left: 278px; width: auto; padding: 1px 8px !important; white-space: nowrap; } .data.studio span { display: inline; font-size: 11px !important; } .data.studio a { display: inline; background: none !important; } .data.studio:empty:before { white-space: nowrap; } .list-table .list-table-data .studio span a:hover { color: var(--text-h) !important; } /*------------------------E-N-D-*/ Fingers crossed I didn't miss anything this time! |
Jan 21, 2021 6:11 PM
#625
gwendal738 said: Hi there, apologies if this has been answered before, but I can't for the life of me find it. How do I change the color and capitalization of my username? Right now it's stark white and all caps and it's sort of bothering me... I would like it to be more gray or yellow to fit my theme, and to not be in all caps. Screenshot for your reference. You didn't miss anything, thanks for looking though! The colours were supposed to be with the rest, but seems I forgot to add it. Add this code below your other colour section or at the bottom of all the CSS. This adds the banner-text and banner-text-shadow colours and resets the capitalization. So however you capitalize the name when you typed it is how it will be displayed on the banner. /* Banner Text Properties */ #cover-image-container::after { --banner-text: #fff; --banner-text-shadow: rgba(0,0,0,0.45); text-transform: initial; } gwendal738 said: Also, is there any way to make at least the footer transparent? Because my background has some important words on the bottom, and it's obscured by the footer once I get to the bottom of the page... Thank you so much in advance! Sure thing, add this to the bottom. This will enable you to easily change the background and text colours to any CSS colour you want. In this example I set the background to a half transparency black and left the text colour as it was. /* Footer Properties */ #footer-block { /* background */ background: rgba(0,0,0,0.5) ; } #copyright { /* footer text colour */ color: var(--text-head) ; } |
Jan 21, 2021 7:58 PM
#626
Valerio_Lyndon said: Fingers crossed I didn't miss anything this time! Looks like you didn't! Everything works and looks amazing now, thanks for everything once again! |
Cosplayer, Photographer, & Journalist. ========= Discord► Yoshe#7068 Instagram► yoshe_plays Other Social Media Links► YoshePlays |
Jan 21, 2021 9:31 PM
#627
Valerio_Lyndon said: gwendal738 said: Hi there, apologies if this has been answered before, but I can't for the life of me find it. How do I change the color and capitalization of my username? Right now it's stark white and all caps and it's sort of bothering me... I would like it to be more gray or yellow to fit my theme, and to not be in all caps. Screenshot for your reference. You didn't miss anything, thanks for looking though! The colours were supposed to be with the rest, but seems I forgot to add it. Add this code below your other colour section or at the bottom of all the CSS. This adds the banner-text and banner-text-shadow colours and resets the capitalization. So however you capitalize the name when you typed it is how it will be displayed on the banner. /* Banner Text Properties */ #cover-image-container::after { --banner-text: #fff; --banner-text-shadow: rgba(0,0,0,0.45); text-transform: initial; } gwendal738 said: Also, is there any way to make at least the footer transparent? Because my background has some important words on the bottom, and it's obscured by the footer once I get to the bottom of the page... Thank you so much in advance! Sure thing, add this to the bottom. This will enable you to easily change the background and text colours to any CSS colour you want. In this example I set the background to a half transparency black and left the text colour as it was. /* Footer Properties */ #footer-block { /* background */ background: rgba(0,0,0,0.5) ; } #copyright { /* footer text colour */ color: var(--text-head) ; } Wow, thank you so much for providing these codes!!!! I really appreciate your efforts in providing even me, who knows next to nothing about CSS, a list style that's really pretty but also very easily customizable. Once again, thank you!!!!! |
「 I am forever your most devoted believer. 」 |
Jan 22, 2021 7:42 PM
#628
Sorry for bothering you again! I would like to ask for one more thing - right now, my buttons are all black when they're not on hover, but I would like the logo to be visible because I usually look at my list on my ipad/phone, but since there is no hover function on those devices, I have to guess or memorize what the buttons are (so far, no luck with that - I keep forgetting and getting confused, haha). Therefore, do you think it's possible to keep at least the logo visible? Screenshot of what I mean. I hope the request is understandable, I don't know how to express it properly ><;;;; |
「 I am forever your most devoted believer. 」 |
Jan 22, 2021 8:27 PM
#629
gwendal738 said: Sorry for bothering you again! I would like to ask for one more thing - right now, my buttons are all black when they're not on hover, but I would like the logo to be visible because I usually look at my list on my ipad/phone, but since there is no hover function on those devices, I have to guess or memorize what the buttons are (so far, no luck with that - I keep forgetting and getting confused, haha). Therefore, do you think it's possible to keep at least the logo visible? Screenshot of what I mean. I hope the request is understandable, I don't know how to express it properly ><;;;; I'm pretty sure you explained it well. Try this out, adding to the bottom of your CSS. /* Header Button Properties */ .header, .list-menu-float, .stats, .list-table > tbody:first-of-type { --text: #aaa; } |
Jan 23, 2021 12:31 AM
#630
Valerio_Lyndon said: gwendal738 said: Sorry for bothering you again! I would like to ask for one more thing - right now, my buttons are all black when they're not on hover, but I would like the logo to be visible because I usually look at my list on my ipad/phone, but since there is no hover function on those devices, I have to guess or memorize what the buttons are (so far, no luck with that - I keep forgetting and getting confused, haha). Therefore, do you think it's possible to keep at least the logo visible? Screenshot of what I mean. I hope the request is understandable, I don't know how to express it properly ><;;;; I'm pretty sure you explained it well. Try this out, adding to the bottom of your CSS. /* Header Button Properties */ .header, .list-menu-float, .stats, .list-table > tbody:first-of-type { --text: #aaa; } Yes, it worked!!!! Thank you so much again!!!!!! <3 <3 <3 |
「 I am forever your most devoted believer. 」 |
Jan 24, 2021 6:50 AM
#631
Thanks for making such an awesome theme! This guy summed it up perfectly: YoshePlays said: First of all, thank you so much for dedicating this much time to the community, I can imagine how much of a hassle it would be to cater to the mass amounts of support request from people. I've been tweaking some of the features and one of them is that I made a double-favourite icon for the "best of the best" anime like this: However, its separated into two tags and I don't know how to make it appear just with one tag. I bet it's super easy, but I'm new to CSS, so I'd appreciate your help. The way it is set up now with two tags required: The second thing I'd like to ask is where can I edit the anime title size and font. I looked through the source code on github but couldn't find it. Thanks! |
Jan 24, 2021 12:19 PM
#632
Hello this is more of a general question. Just wanted to ask if anyone knows how to like save images I want to use for my layout so they can stay for a long time. Ive been using imgur, but occasionally I see on my list saying that the picture is no longer available so I am sort of confused if imgur just deletes the images after a certain period of time. I want to know if there is a better way to store like wallpapers, banners, etc. |
Jan 24, 2021 2:50 PM
#633
burnerfistah said: Hello this is more of a general question. Just wanted to ask if anyone knows how to like save images I want to use for my layout so they can stay for a long time. Ive been using imgur, but occasionally I see on my list saying that the picture is no longer available so I am sort of confused if imgur just deletes the images after a certain period of time. I want to know if there is a better way to store like wallpapers, banners, etc. I've been using Imgur for 5+ years and haven't lost a single file, so I'm pretty sure its not a bad choice for hosting images. Do you have an account there or did you just quickly upload it without logging in? I'm just guessing, but the issue might be that imgur simply doesn't keep anonymous uploads indefinitely. |
Jan 26, 2021 12:16 AM
#634
ffFreeze144 said: Thanks for making such an awesome theme! This guy summed it up perfectly: YoshePlays said: First of all, thank you so much for dedicating this much time to the community, I can imagine how much of a hassle it would be to cater to the mass amounts of support request from people. I've been tweaking some of the features and one of them is that I made a double-favourite icon for the "best of the best" anime like this: https://i.imgur.com/8YCqr0X.png However, its separated into two tags and I don't know how to make it appear just with one tag. I bet it's super easy, but I'm new to CSS, so I'd appreciate your help. The way it is set up now with two tags required: https://i.imgur.com/Yf4fxOa.png The second thing I'd like to ask is where can I edit the anime title size and font. I looked through the source code on github but couldn't find it. Thanks! It's not the simplest, but it is doable! Try this code out. I recommend replacing your current XX code (lines 44-64) with this new one. /*Favouritexx Addon for Favourite Tags*/ .data.tags span a[href*="=Favouritexx"] { position: absolute; left: -64px; top: calc(50% - 13px); display: flex; background: none !important; box-shadow: none; overflow: visible; } .data.tags span a[href*="=Favouritexx"]::before, .data.tags span a[href*="=Favouritexx"]::after { content: "♡"; display: block; width: 26px; height: 26px; background: var(--bg); border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.2); margin-right: 4px; flex: 0 0 auto; color: #b8005f; font-size: 26px; line-height: 26px; transition: inherit; } .data.tags span a[href*="=Favouritexx"]:hover::before, .data.tags span a[href*="=Favouritexx"]:hover::after { background: var(--btn-bg-h); color: var(--btn-text-h); } It shouldn't look any different after you apply the code, but you should be able to remove the "Favourite" tag from each entry and only use the one "Favouritexx" now. Let me know if there's any issues I missed. The trick is using the ::before and ::after pseudo elements, which allow us to essentially create two child elements of the tag and style them separately from each other. This gets around the problem of trying to make one element look like two elements. Unfortunately, there aren't any pseudo elements other than ::before and ::after, so two child elements are all we can create for each element (in this case, a tag). |
Valerio_LyndonJan 26, 2021 12:20 AM
Jan 26, 2021 3:21 AM
#635
I recently found this style AND I LOVED IT. But just as I started using it a problem appeared THIS IS THE CODE: @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20Compressed.css"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; body { --avatar: url(https://cdn.myanimelist.net/images/userimages/9987589.jpg?t=1611402600); } body { --name: "LEGENDS OF\a ANIME"; }body { --character: none; } body { --banner: url(https://i.imgur.com/AZJE32l.jpeg); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Per-Category Banner Image | \*------------------------------*/ /* All Anime */ [data-query*='status":7'] { --banner: url(https://i.imgur.com/qMV9Sh6.jpg); } /* Watching/Reading */ [data-query*='status":1'] { --banner: url(https://zippyimage.com/images/2020/10/26/f0c745459538642fb1ecfd598bddfd0b.jpg); } /* Completed */ [data-query*='status":2'] { --banner: url(https://i.imgur.com/zocNC9q.png); } /* Onhold */ [data-query*='status":3'] { --banner: url(https://i.imgur.com/v12jmig.jpg); } /* Dropped */ [data-query*='status":4'] { --banner: url(https://i.imgur.com/hhd4Pdx.png?1); } /* Planned */ [data-query*='status":6'] { --banner: url(https://i.imgur.com/Uj2flKq.jpg?1); } /*==============================*\ | Score Descriptors | \* --- - --- - ---- - --- - --- */ .score-na::before { content: "HAVEN'T DECIDED"; } .score-1::before { content: "UNREDEEMABLE"; } .score-2::before { content: "HORRIBLE"; } .score-3::before { content: "AWFUL"; } .score-4::before { content: "BAD"; } .score-5::before { content: "AVARAGE"; } .score-6::before { content: "FINE"; } .score-7::before { content: "GOOD"; } .score-8::before { content: "GREAT"; } .score-9::before { content: "AMAZING"; } .score-10::before { content: "MASTERPIECE"; } /* Internals */ .score-label { position: relative; display: inline-block; z-index: 0; transition: color 0.2s ease; } .score-label:hover { color: #fff !important; } .score-label::before { position: absolute; top: -4px; left: -8px; z-index: -1; display: block; padding: 4px 8px 4px calc(100% + 12px); background: #111; border-radius: 4px; opacity: 0; transition: opacity 0.2s ease; white-space: pre; text-align: left; pointer-events: none; } .score-label:hover::before { opacity: 1; } The problem is when I try to quick search, either the code for dark mode doesn't work or the color is set to what it is. This is what happens: This thing didn't happen in my previous list style. This was my previous list style. I very much think that it has something to do with the code of these styles. Here is a picture of my previous list and it's code: /FOR DARK LAYOUTS/ /*CHANGING THE LIST COLORS 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. */ body{ background-size: cover !important; background-attachment: fixed !important; } .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; } .status-menu-container{ background-color: rgba(0,0,0,.8) !important; } .cover-block { padding-left: 17px; padding-right: 17px; } .list-block, .cover-block{ background-color: rgba(0,0,0,.5) !important; }\ SOOOOOOOOOOOOOOOO, if someone knows how to fix this problem pleaseeee tell me. I tinkered a bit with the code but since I didn't know a lot about coding I couldn't fix it. I always turn off my chrome dark mode extension for MAL so I know that it isn't any extension which is causing the problem. 😭SOMEONE PLEASEEEEEE FIX IT FOR ME MY CONTACT INFO - MYANIMELIST: https://myanimelist.net/profile/LEGENDS_OF_ANIME DISCORD: DSG#7757 |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Jan 26, 2021 4:17 AM
#636
Valerio_Lyndon said: It's not the simplest, but it is doable! Try this code out. I recommend replacing your current XX code (lines 44-64) with this new one. /*Favouritexx Addon for Favourite Tags*/ .data.tags span a[href*="=Favouritexx"] { position: absolute; left: -64px; top: calc(50% - 13px); display: flex; background: none !important; box-shadow: none; overflow: visible; } .data.tags span a[href*="=Favouritexx"]::before, .data.tags span a[href*="=Favouritexx"]::after { content: "♡"; display: block; width: 26px; height: 26px; background: var(--bg); border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.2); margin-right: 4px; flex: 0 0 auto; color: #b8005f; font-size: 26px; line-height: 26px; transition: inherit; } .data.tags span a[href*="=Favouritexx"]:hover::before, .data.tags span a[href*="=Favouritexx"]:hover::after { background: var(--btn-bg-h); color: var(--btn-text-h); } It shouldn't look any different after you apply the code, but you should be able to remove the "Favourite" tag from each entry and only use the one "Favouritexx" now. Let me know if there's any issues I missed. The trick is using the ::before and ::after pseudo elements, which allow us to essentially create two child elements of the tag and style them separately from each other. This gets around the problem of trying to make one element look like two elements. Unfortunately, there aren't any pseudo elements other than ::before and ::after, so two child elements are all we can create for each element (in this case, a tag). Thanks for writing the code and an explanation, it works exactly as I hoped it would! |
Jan 26, 2021 3:48 PM
#637
LEGENDS_OF_ANIME said: I recently found this style AND I LOVED IT. But just as I started using it a problem appeared … when I try to quick search, either the code for dark mode doesn't work or the color is set to what it is. This is what happens: https://i.imgur.com/Htjpe2A.png This thing didn't happen in my previous list style. Glad you like the theme. :) This happens due to a color inverting filter this theme applies. For people without dark mode themes on the main website, this makes these pages appear dark. For those with dark mode addons such as yourself though, it does the opposite. To remove the filter, add this code to the bottom of your CSS: /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame { filter: none; } If you want to remove the filter on the Quick Add page, but keep it on the add/edit pages (accessible by clicking on "Edit" on any list item), then you can use this alternative code. This is just in case your dark mode addon doesn't style these pages, I don't have it so I can't be sure myself. Make sure you don't use both or it won't work right. /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame[src*="addtolist.php"] { filter: none; } |
Valerio_LyndonJan 26, 2021 3:54 PM
Jan 26, 2021 4:17 PM
#638
burnerfistah said: Hello this is more of a general question. Just wanted to ask if anyone knows how to like save images I want to use for my layout so they can stay for a long time. Ive been using imgur, but occasionally I see on my list saying that the picture is no longer available so I am sort of confused if imgur just deletes the images after a certain period of time. I want to know if there is a better way to store like wallpapers, banners, etc. Freeze's response is quite accurate, Imgur is usually seen as a pretty safe bet as they have been around for many years. If you were the one who uploaded the images, then I don't know why your images may have been deleted as I have never experienced that. But, perhaps they clear out guest images every now and then? If you don't have an account with them, you could create an account and that should make sure images won't be auto deleted. The safest bet for any image is saving a copy locally to your PC, but this is obviously not linkable on your list as you need to host it on a website. Other than Imgur, there aren't too many (good) image hosts that have been around for a while that I know of, but you may be able to look into hosting images on Dropbox or something (changing the "www" in a Dropbox share link to "dl" should allow use in CSS i.e dl.dropbox.com). |
Jan 26, 2021 8:24 PM
#639
Valerio_Lyndon said: LEGENDS_OF_ANIME said: I recently found this style AND I LOVED IT. But just as I started using it a problem appeared … when I try to quick search, either the code for dark mode doesn't work or the color is set to what it is. This is what happens: https://i.imgur.com/Htjpe2A.png This thing didn't happen in my previous list style. Glad you like the theme. :) This happens due to a color inverting filter this theme applies. For people without dark mode themes on the main website, this makes these pages appear dark. For those with dark mode addons such as yourself though, it does the opposite. To remove the filter, add this code to the bottom of your CSS: /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame { filter: none; } If you want to remove the filter on the Quick Add page, but keep it on the add/edit pages (accessible by clicking on "Edit" on any list item), then you can use this alternative code. This is just in case your dark mode addon doesn't style these pages, I don't have it so I can't be sure myself. Make sure you don't use both or it won't work right. /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame[src*="addtolist.php"] { filter: none; } Valerio_Lyndon said: LEGENDS_OF_ANIME said: I recently found this style AND I LOVED IT. But just as I started using it a problem appeared … when I try to quick search, either the code for dark mode doesn't work or the color is set to what it is. This is what happens: https://i.imgur.com/Htjpe2A.png This thing didn't happen in my previous list style. Glad you like the theme. :) This happens due to a color inverting filter this theme applies. For people without dark mode themes on the main website, this makes these pages appear dark. For those with dark mode addons such as yourself though, it does the opposite. To remove the filter, add this code to the bottom of your CSS: /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame { filter: none; } If you want to remove the filter on the Quick Add page, but keep it on the add/edit pages (accessible by clicking on "Edit" on any list item), then you can use this alternative code. This is just in case your dark mode addon doesn't style these pages, I don't have it so I can't be sure myself. Make sure you don't use both or it won't work right. /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame[src*="addtolist.php"] { filter: none; } Thank you for your help. I REALLY APPRECIATE IT!!!!!! I spent hours reading your whole forum about your theme and how to add different themes and customized it. But this was the only thing holding me back from getting the perfect list style IN HISTORY (Thank you for making it) Now this list is truly PERFECT!!!!!!!!!! |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Jan 29, 2021 6:18 AM
#640
Can someone help me to blur the Cover image of Hentai titles in my list? |
Jan 29, 2021 7:42 PM
#641
@Valerio_Lyndon said this to a user Valerio_Lyndon said: There's actually some built-in CSS for hiding hentai entires on the design you're currently using. If you add the tag "Hentai" to the item, it will gain a darkened overlay.I'm trying to find a custom CSS code to have the ability to shadow out hentai, so you will only be able to see it if you hover over it. I have a line of code that i tried using but it doesn't seem to work. You could make this overlay fully opaque by adding this to the bottom of your CSS: .list-container .list-unit .list-table .list-item span a[href*="&tag=Hentai"] { background-color: #191919; } If you wanted this darkening done automatically (without adding a tag), it is possible, but would require the use of a browser extension and userscript, and would not be visible to other users (unless they were using the same script).[/quote] |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Jan 31, 2021 12:54 AM
#642
MitsuhaWatanabe said: Can someone help me to blur the Cover image of Hentai titles in my list? There's a couple of ways to do this, but they're all manual. I don't think anyone has made an automatic way to tag hentai on your list yet. The easiest way would be to use tags, which could be done by adding this code to the bottom of your CSS. /*============ Blur Hentai */ .data.tags a[href$="=Hentai"] { position: absolute; left: 8px; top: calc(50% - 32px); width: 64px; height: 64px; border-radius: 50%; backdrop-filter: blur(3px); font-size: 0 !important; transition: backdrop-filter 0.3s ease; } .data.image:hover ~ .tags a[href$="=Hentai"] { backdrop-filter: blur(0px); } /* ============================ Comma Change for Review Tags */ .data.tags span { font-size: 0; } .data.tags a ~ a::before { content: ", "; white-space: pre-wrap; } The main problem with this code is it uses some pretty new CSS that not all browsers have fully released support for, so if it doesn't work for you then you'll have to use the alternative option. But if it does work, then you have to give each entry you want blurred a "Hentai" tag (typed exactly as shown). Make sure this tag is placed after all your other tags, or you may see some weirdly placed commas. The caveat here is if you don't have any other tag, the little box won't disappear so it will look a little weird. This is unavoidable with the review-style tags as they are. The alternative is to use CSS to choose what entries to blur. That code would look like this. /*============ Blur Hentai */ /* add new anime to blur here */ .data.image a[href^="/anime/ID1/"] img, .data.image a[href^="/anime/ID2/"] img, .data.image a[href^="/anime/ID3/"] img { filter: blur(3px); } .data.image a img { transition: filter 0.3s ease; } .data.image:hover a img { filter: blur(0px); } For this, you would need to copy-paste the ".data.image a[href^="/anime/ID1/"] img," line for each new anime (with a comma after each of these lines except the last one). Then, you would change the "ID1" text to the anime ID, which can be found by look at the URL on MyAnimeList. To do this, mouse over the anime title, anime image, or visit the anime page and look at your browser's URL bar. You'll see the anime ID after the "/anime/" text: Here's an example which blurs Jimihen and JoJo's Bizarre Adventure. /* =========== Blur Hentai */ /* add new anime to blur here */ .data.image a[href^="/anime/44044/"] img, .data.image a[href^="/anime/14719/"] img { filter: blur(3px); } .data.image a img { transition: filter 0.3s ease; } .data.image:hover a img { filter: blur(0px); } Neither of these codes will blur the large image on hover as I assume you would want that to be viewable, but there are ways to blur that if desired. |
Feb 8, 2021 12:02 AM
#643
Hello there, First I must say that I love love love your list. I had this as my manga list since I started using these custom lists. The design is soo pretty it's just how I want my list to look. Recently I learned that you can modify the list to make it even prettier. while doing that I ran into a problem How do you insert these types of codes? I just put them at the bottom without doing anything special but they won't work /*-S-T-A-R-T--------------------* | CatCol Header Text R0.0 | *------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ Thank you for your good work!! |
-Ryoto-Feb 8, 2021 12:12 AM
Feb 10, 2021 2:34 AM
#644
MeSsI-AKA-FERNO said: I ran into a problem How do you insert these types of codes? I just put them at the bottom without doing anything special but they won't work /*-S-T-A-R-T--------------------* | CatCol Header Text R0.0 | *------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ I believe this is a simple case of some missing formatting. If you add a closing curly brace "}" to the end of line 11, this should allow the later code to work. It must have got deleted at some point by accident. Example image below. Ignore the image.myanimelist links, just pretend they're the regular links you have. Hopefully that works for you. Glad you like the list. :) |
Feb 10, 2021 7:31 AM
#645
Valerio_Lyndon said: attachment said: yes,that is exactly what I want. If this looks good, then add the code to the bottom of your CSS. /*-S-T-A-R-T--------------------*\ | Remove Banner R0.1 | \*------------------------------*/ /* forcefully remove banner */ .cover-block { display: none; } /* reposition menu buttons */ .header { top: calc(74px + 36px); margin: 0 auto -36px; } .list-menu-float { width: 1060px; padding-left: 0; } .header .header-title { margin-left: 0; } /* add space between buttons and table */ .list-unit .list-status-title { height: calc(64px + 36px); } .list-table > tbody:first-of-type { top: calc(-26px + -36px); } /* reposition category headers */ .status-menu { padding-left: 71px; } /* restyle avatar */ .status-menu:after { top: 0px; width: 48px; height: 48px; box-shadow: none; } .btn-menu a.username { top: -102px; width: 48px; height: 48px; } [data-owner="1"] .list-menu-float .icon-menu.profile { top: 8px; width: 48px !important; height: 48px !important; } /*------------------------E-N-D-*/ Hi there, and thanks for your hard work! Is there a way I can apply this to all the categories except All Anime? I want it to look like the request above for just those other 5 categories. |
Please sign up for MangAlert! It's a little project I made that I'd really like to see the light of day and some users. MangAlert! (please sign up!) GitHub Repo (please star!) |
Feb 10, 2021 6:09 PM
#646
Valerio_Lyndon said: MeSsI-AKA-FERNO said: I ran into a problem How do you insert these types of codes? I just put them at the bottom without doing anything special but they won't work /*-S-T-A-R-T--------------------* | CatCol Header Text R0.0 | *------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ I believe this is a simple case of some missing formatting. If you add a closing curly brace "}" to the end of line 11, this should allow the later code to work. It must have got deleted at some point by accident. Example image below. Ignore the image.myanimelist links, just pretend they're the regular links you have. Hopefully that works for you. Glad you like the list. :) Yes! It worked, thank you very much!! Uhhh I ran into another issue How do you make the render smaller? |
-Ryoto-Feb 10, 2021 7:59 PM
Feb 11, 2021 2:04 AM
#647
Great. :) To make the renders smaller you can add a "background-size: x y;" line to the respective left or right render code block. The first bit after the colon is the horizontal (or "x") position, with the second being the vertical (or "y") position. I recommend setting one of these to auto, which will keep the render's sizing equal to itself. Then you can set the other one, most likely the vertical position since that seems to be the issue, to any pixel or percent value. Here's some examples: background-size: auto 70%; background-size: 250px auto; background-size: auto 45%; Make sure this new line gets placed within the curly brackets of left or right render section. Hopefully that makes sense. |
Feb 11, 2021 2:12 AM
#648
Uji_Gintoki_Bowl said: Valerio_Lyndon said: attachment said: yes,that is exactly what I want. If this looks good, then add the code to the bottom of your CSS. /*-S-T-A-R-T--------------------*\ | Remove Banner R0.1 | \*------------------------------*/ /* forcefully remove banner */ .cover-block { display: none; } /* reposition menu buttons */ .header { top: calc(74px + 36px); margin: 0 auto -36px; } .list-menu-float { width: 1060px; padding-left: 0; } .header .header-title { margin-left: 0; } /* add space between buttons and table */ .list-unit .list-status-title { height: calc(64px + 36px); } .list-table > tbody:first-of-type { top: calc(-26px + -36px); } /* reposition category headers */ .status-menu { padding-left: 71px; } /* restyle avatar */ .status-menu:after { top: 0px; width: 48px; height: 48px; box-shadow: none; } .btn-menu a.username { top: -102px; width: 48px; height: 48px; } [data-owner="1"] .list-menu-float .icon-menu.profile { top: 8px; width: 48px !important; height: 48px !important; } /*------------------------E-N-D-*/ Hi there, and thanks for your hard work! Is there a way I can apply this to all the categories except All Anime? I want it to look like the request above for just those other 5 categories. Try this out. It should do what you describe, but I haven't extensively tested to see if it fits with your other modifications perfectly so you'll have to let me know if there is an issue. /*-S-T-A-R-T--------------------*\ | Remove Banner R0.1 Custom | \*------------------------------*/ /* forcefully remove banner */ body:not([data-query*='status":7']) .cover-block { display: none; } /* reposition menu buttons */ body:not([data-query*='status":7']) .header { top: calc(74px + 36px); margin: 0 auto -36px; } body:not([data-query*='status":7']) .list-menu-float { width: 1060px; padding-left: 0; } body:not([data-query*='status":7']) .header .header-title { margin-left: 0; } /* add space between buttons and table */ body:not([data-query*='status":7']) .list-unit .list-status-title { height: calc(64px + 36px); } body:not([data-query*='status":7']) .list-table > tbody:first-of-type { top: calc(-26px + -36px); } /* reposition category headers */ body:not([data-query*='status":7']) .status-menu { padding-left: 71px; } /* restyle avatar */ body:not([data-query*='status":7']) .status-menu:after { top: 0px; width: 48px; height: 48px; box-shadow: none; } body:not([data-query*='status":7']) .btn-menu a.username { top: -102px; width: 48px; height: 48px; } body[data-owner="1"]:not([data-query*='status":7']) .list-menu-float .icon-menu.profile { top: 8px; width: 48px !important; height: 48px !important; } /*------------------------E-N-D-*/ |
Feb 12, 2021 5:57 AM
#649
Valerio_Lyndon said: Great. :) To make the renders smaller you can add a "background-size: x y;" line to the respective left or right render code block. The first bit after the colon is the horizontal (or "x") position, with the second being the vertical (or "y") position. I recommend setting one of these to auto, which will keep the render's sizing equal to itself. Then you can set the other one, most likely the vertical position since that seems to be the issue, to any pixel or percent value. Here's some examples: background-size: auto 70%; background-size: 250px auto; background-size: auto 45%; Make sure this new line gets placed within the curly brackets of left or right render section. Hopefully that makes sense. It worked!! Thank you very much!! (also sorry if these were already asked) |
Feb 19, 2021 11:56 PM
#650
Hello, since a couple of days large covers no longer load in my list, they appear as a white blank page. I didn't change anything in my css since you helped me with my problem with large covers not loading while switching from manga to anime list. MAL probably has changed something related to this? |
More topics from this board
» theme helpthreat - Jul 5 |
5 |
by Zaryf
»»
Aug 21, 5:46 AM |
|
» [CSS] ⭐️ Customize your List Cursor + Cursor FixesShishio-kun - Mar 8, 2021 |
30 |
by Shishio-kun
»»
Jul 28, 3:17 AM |
|
» How To Have Different Banner/Cover image & Background Image For Manga & Anime ListsYasminaRegina - Jul 25 |
2 |
by YasminaRegina
»»
Jul 26, 1:02 AM |
|
Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )Shishio-kun - Nov 17, 2023 |
52 |
by LucaBalsa
»»
Jul 6, 2:02 PM |
|
» [CSS/BBCODE] ⭐️ How to view anyone's CSS or BBcodes (for lists, profiles, or clubs)!Shishio-kun - Feb 6, 2012 |
37 |
by sunnysummerday
»»
Jun 11, 7:44 PM |