New
Aug 16, 2021 8:34 PM
#901
I stumbled on my list while I was logged out and noticed my gold highlight box doesn't show up (below is what should pop up) Checking various browsers logged in and out, it does seem to be specifically due to not being logged in (all browsers work when logged in, none whilst logged out). Strangely enough, the favorites hearts (stars) do show up. The code I'm using for the highlight box is .data.title a[href*="/30015"]:after { content: ""; background-color:transparent; opacity: 1; position:absolute; display: block; width: 1060px; height: 250px; margin-left: -80px; margin-top: -149px; box-shadow: 1px 1px 5px 3px gold; } Anyone see a possible fix? |
Aug 22, 2021 9:08 AM
#902
I fixed the above. The highlight box was based off the "Edit - More" element, which only exists as a logged in user viewing one's own page (otherwise the edit button isn't there). So I just switched it to based on some other element (Progress button: div.progress-animeID#:after{...}) |
Aug 23, 2021 9:09 AM
#903
Firstly, thanks alot for this CSS, I love it. Problem: I've been using Dark mode clarity with a few of the additions and tweaks listed like the Category headers for around a few months now, but it seems to no longer show up. I cleared CSS, followed all the steps again, and checked the Repair Sticky but the problem persists. Would be glad if someone can help me. @import "https://malcat-gen.appspot.com/headers?template=[data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='"status":7']:not([data-query*='order']):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child($index) .status:before{content:'$content'}&user=Raventric&list=anime"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @import "https://malscraper.azurewebsites.net/covers/anime/Raventric/presets/dataimagelinkbefore"; @import "https://malscraper.azurewebsites.net/covers/manga/Raventric/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://media1.tenor.com/images/9539b5034c2ba1284451f0739f65d5cb/tenor.gif?itemid=20178155); } body { --banner: url(https://i.imgur.com/gSXhBi1.jpg?1); } body { --character: none; } /*-S-T-A-R-T--------------------* | Category Headers (Round) R0.3 | *------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | Change Status Bar Width | *------------------------------*/ .data.status { width: 3px !important; } .list-table-data { padding-left: 0px; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------* | CatCol Header Text R0.0 | *------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ |
removed-userAug 23, 2021 9:13 AM
Aug 23, 2021 12:24 PM
#904
Hi, I have the same problem as some of the users above, my category headers round aren't working, this has been happening for like 3 week Here is my code /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:162px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index) .status:before{content:'$content'}&user=ShaDedZz&list=anime"; /*------------------------E-N-D-*/ /*==============================*\ | "Clarity" by Valerio Lyndon | | R25.2 | \*==============================*/ @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Hover Image on Circle R0.3 | \*------------------------------*/ @\import "https://malscraper.azurewebsites.net/covers/anime/ShaDedZz/presets/dataimagelinkbefore"; @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20On%20Circle%20Compressed.css"; /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Dark Mode R3.4 | \*------------------------------*/ :root{--banner:url(https://i.imgur.com/WaLokPG.jpg);--character:url(https://i.imgur.com/h8HW1jf.png);--pbg:#161616;--bg:#212121;--bg-dark:#444;--text:#ababab;--text-h:#416abe;--text-dim:#777;--text-dim-h:#999;--text-dark:#ababab;--shadow:rgba(0,0,0,0.8);--icon:#959595;--accent:#416abe;--banner-text:#f6f5ff;--banner-text-shadow:#e4bef4;--btn-bg:#191919;--btn-bg-h:#ababab;--btn-head-bg-h:#416abe;--btn-text-h:#212121;--text-head:#9b9b9b;--text-head-h:#ababab;--cover-bg:#090909;--edit-btn:#323232;--checkmark:#416abe}.cover-block:before{background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}.status-menu-container:after{background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0))}#footer-block:before{background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,0))}.data.score select{background-image:url(https://i.imgur.com/hFijppc.png)}#fancybox-overlay{opacity:.35!important}#advanced-options,#fancybox-outer{box-shadow:0 0 32px rgba(0,0,0,.75)}#fancybox-frame{-webkit-filter:invert(87.8%) hue-rotate(197deg);filter:invert(87.8%) hue-rotate(197deg)}#advanced-options [class*="-widget"] select{background-image:url(https://i.imgur.com/KF8oOyC.png)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Mis Cambios | \*------------------------------*/ body { --avatar: url(https://64.media.tumblr.com/b5403b25186e3b0e061a2b646c83402b/24c1ff49b89e2919-00/s540x810/f26001573537d8e440ec3b01703bea69d2b77d4c.gifv); } body { --banner: url(https://i.pinimg.com/originals/b4/d3/6e/b4d36ef37091534a94921a0fd6dd9c4f.jpg); } body { --character: none; } body { --background: url(https://1920x1080hdwallpapers.com/image/201502/anime/162/apocalypse-girl-city-smoke.jpg); } /* All Anime Header Color */ :root { --accent: #105E6F; } /* Tv, Edit, More, Progress, Rated, Aired to, etc Colors */ .list-item { --text-dim: #105E6F; } /* Completed Check Color*/ .data.chapter span:only-of-type::after, .data.progress span:only-of-type::after, .data.volume span:only-of-type::after { color: #105E6F !important; } /*List Numbers Color*/ .data.number { color: #105E6F !important; } /* Menu Icons on Hover */ .header .header-title:hover, .icon-menu:hover, .list-menu-float .icon-menu:hover, .icon-menu.setting .text a:hover, .stats a:hover, .list-table > tbody:first-of-type:hover::after, .list-table .list-table-header .header-title .link.sort:hover { background: hsl(190, 85%, 35%) !important; } /* Score & Tags on Hover */ .list-table .list-table-data .tags span a:hover, .list-table .list-table-data .score a:not(.edit-disabled):hover { background: #105E6F; color: #9f9f9f !important; } /*Studio, Tags, Etc on Hover*/ :root { --btn-bg-h: #105E6F; --btn-text-h: #ffffff; } /* ================== RESTYLE SCROLLBARS */ /* Change Colours Here */ :root { --scrollbar-accent: var(--text); } [data-query*='status":7'] { --scrollbar-accent: var(--accent); } [data-query*='status":1'] { --scrollbar-accent: var(--watching); } [data-query*='status":2'] { --scrollbar-accent: var(--completed); } [data-query*='status":3'] { --scrollbar-accent: var(--onhold); } [data-query*='status":4'] { --scrollbar-accent: var(--dropped); } [data-query*='status":6'] { --scrollbar-accent: var(--plantowatch); } /* Chrome */ *::-webkit-scrollbar { background: var(--bg); } *::-webkit-scrollbar-button:vertical { background: transparent center / 10px auto no-repeat; } *::-webkit-scrollbar-button:vertical:start { background-image: url(https://i.imgur.com/Cu2u9Hu.png); } *::-webkit-scrollbar-button:vertical:end { background-image: url(https://i.imgur.com/0YI7VxA.png); } *::-webkit-scrollbar-button:horizontal { background: transparent center / auto 10px no-repeat; } *::-webkit-scrollbar-button:horizontal:start { background-image: url(https://i.imgur.com/BArw1oI.png); } *::-webkit-scrollbar-button:horizontal:end { background-image: url(https://i.imgur.com/vqOtoms.png); } *::-webkit-scrollbar-corner { background: var(--bg); } *::-webkit-scrollbar-thumb { background: var(--scrollbar-accent) content-box; border: 0 solid transparent; } *::-webkit-scrollbar-thumb:vertical { border-width: 0 2px; } *::-webkit-scrollbar-thumb:horizontal { border-width: 2px 0; } *::-webkit-scrollbar-track { width: 5px; } /* ========================== Change Progress Appearance */ .data.progress { margin-right: 8px; } .data.progress div, .data.volume div, .data.chapter div { display: block; padding: 1px; background: var(--btn-bg); border-radius: 8.5px; color: var(--text) !important; font-size: 11px !important; line-height: 15px; transition: all 0.3s ease; } .data.progress div:hover, .data.volume div:hover, .data.chapter div:hover { background: var(--btn-bg-h); color: var(--btn-text-h) !important; } .data.progress span, .data.chapter span, .data.volume span { transition: all 0.3s ease; } .data.progress span::after, .data.chapter span::after, .data.volume span::after { transition: all 0.3s ease; } .list-table .list-table-data .progress div:hover span, .list-table .list-table-data .volume div:hover span, .list-table .list-table-data .chapter div:hover span, .list-table .list-table-data .progress div:hover span::after, .list-table .list-table-data .volume div:hover span::after, .list-table .list-table-data .chapter div:hover span::after, .list-table .list-table-data .progress div:hover a, .list-table .list-table-data .volume div:hover a, .list-table .list-table-data .chapter div:hover a { color: var(--btn-text-h) !important; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Character Renders R0.3 | \*------------------------------*/ footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://imgur.com/sKiwhr9.png); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://cdn141.picsart.com/327797829014211.png?type=webp&to=min&r=640); background-position: right bottom; } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Category Headers (Round) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:58px}.list-item .status:after,.list-item .status:before{position:absolute;top:-40px;left:0;display:block;width:1059px;height:31px;background:var(--bg);border-width:1px 0 0 1px;border-style:solid;border-color:var(--text-head);border-radius:16px 16px 0 0;color:var(--text-head);font:20px/31px Oswald;letter-spacing:3px;text-indent:-.5px;text-transform:uppercase;pointer-events:none}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item .status:after{content:"";top:auto;bottom:-40px;height:32px;border-width:0 0 0 1px;border-radius:0 0 16px 16px}.list-item .reading:after,.list-item .reading:before,.list-item .watching:after,.list-item .watching:before{border-color:var(--watching)}.list-item .completed:after,.list-item .completed:before{border-color:var(--completed)}.list-item .onhold:after,.list-item .onhold:before{border-color:var(--onhold)}.list-item .dropped:after,.list-item .dropped:before{border-color:var(--dropped)}.list-item .plantoread:after,.list-item .plantoread:before,.list-item .plantowatch:after,.list-item .plantowatch:before{border-color:var(--plantowatch)} /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | Change Banner Height | \*------------------------------*/ /*Change number here*/ :root { --banner-height: 590px; } .cover-block { height: var(--banner-height); } .header { margin-top: calc(var(--banner-height) - 36px); } .list-stats { top: calc(var(--banner-height) + 98px); } /*------------------------E-N-D-*/ /*-S-T-A-R-T--------------------*\ | CatCol Header Text R0.0 | \*------------------------------*/ .status-menu .status-button{transition:color .3s ease}.status-menu .status-button.on:nth-of-type(1),.status-menu .status-button:nth-of-type(1):hover{color:var(--accent)!important}.status-menu .status-button.on:nth-of-type(2),.status-menu .status-button:nth-of-type(2):hover{color:var(--watching)!important}.status-menu .status-button.on:nth-of-type(3),.status-menu .status-button:nth-of-type(3):hover{color:var(--completed)!important}.status-menu .status-button.on:nth-of-type(4),.status-menu .status-button:nth-of-type(4):hover{color:var(--onhold)!important}.status-menu .status-button.on:nth-of-type(5),.status-menu .status-button:nth-of-type(5):hover{color:var(--dropped)!important}.status-menu .status-button.on:nth-of-type(6),.status-menu .status-button:nth-of-type(6):hover{color:var(--plantowatch)!important} /*------------------------E-N-D-*/ |
Aug 25, 2021 5:49 AM
#905
Hi ValerioLydon do u know a way to resize the character render? mine appears too small so I'd like to resize it nvm, I figured out a way to adjust do u think it possible to add character render on the top banner? like the very top banner regarding the character render part, do u think I can add more then 2 character renders? on each side? thx in advance! |
Neop60Aug 25, 2021 9:22 PM
Sep 2, 2021 7:08 PM
#906
How can I get the row to expand as well to prevent the title from over-lapping with the edit - more .data:hover .link.sort{ max-height: 32px; white-space: pre-wrap; text-overflow: none; } Also I've been usin this for a while now and has been working fine but recently the smaller images appear squashed on hover. /*----------------------- ((Anime, ID_Number)) -----------------------*/ .data.image a[href^="/anime/ID_Number/"]:before{background-image:url(Preview_image) !important} .data.image a[href*="/ID_Number"]::after { background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(Preview_image); background-position: center;background-size: cover;background-repeat: no-repeat;opacity: 1;color: #fff; } .data.image a[href*="/ID_Number"]:hover::after { background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(Preview_image); color: #fff; } /*----------------------- ((Black Clover, 34572)) -----------------------*/ .data.image a[href^="/anime/34572/"]:before{background-image:url(https://i.imgur.com/vd5lehl.png) !important} .data.image a[href*="/34572"]::after { background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(https://i.imgur.com/vd5lehl.png); background-position: center;background-size: cover;background-repeat: no-repeat;opacity: 1;color: transparent; } .data.image a[href*="/34572"]:hover::after { background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(https://i.imgur.com/vd5lehl.png); color: #fff; } |
LeosparsSep 3, 2021 6:39 AM
Sep 7, 2021 12:31 PM
#907
Hi!! I'm having trouble resizing the side renders on my list. Kaguya is sized perfectly, fills up the space nicely. But Miyuki is a bit too small. I tried messing with some of the numbers but I must have made a mistake because it didn't change the size, only the position, so I just reverted it back to its original position. Any help appreciated :)) https://imgur.com/a/CsivgCq |
Sep 7, 2021 4:52 PM
#908
Camchop04 said: Hi!! I'm having trouble resizing the side renders on my list. Kaguya is sized perfectly, fills up the space nicely. But Miyuki is a bit too small. I tried messing with some of the numbers but I must have made a mistake because it didn't change the size, only the position, so I just reverted it back to its original position. Any help appreciated :)) https://imgur.com/a/CsivgCq change footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } to footer:before, footer:after { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / cover scroll; } or if you want more control over them seperately. footer:before { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / 100% scroll; } footer:after { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / 135% scroll; } |
ShaggyZESep 7, 2021 5:32 PM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Sep 8, 2021 7:02 AM
#909
ShaggyZE said: Camchop04 said: Hi!! I'm having trouble resizing the side renders on my list. Kaguya is sized perfectly, fills up the space nicely. But Miyuki is a bit too small. I tried messing with some of the numbers but I must have made a mistake because it didn't change the size, only the position, so I just reverted it back to its original position. Any help appreciated :)) https://imgur.com/a/CsivgCq change footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } to footer:before, footer:after { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / cover scroll; } or if you want more control over them seperately. footer:before { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / 100% scroll; } footer:after { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / 135% scroll; } Thank you so much, this totally fixed the size issue!! However, now I have a problem where Miyuki's arm and leg is cropped off. https://imgur.com/a/EqrCaKS I adjusted his position because I wanted his arm to be more visible, so I changed: /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); /* Right Render */ footer:after { left: calc(100% - (47% - 538px)); --------------------------- Also, a secondary issue that I'm not sure if you or someone else knows how to fix, but the categories on the all anime page aren't showing. I have this at the top of my code: @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:48px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index):before{content:'$content'}&user=Camchop04&list=anime"; and this at the bottom: /*-S-T-A-R-T--------------------*\ | Category Headers (Basic) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:32px}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:before{position:absolute;top:-40px;left:0;display:block;width:100%;height:32px;color:var(--text-head);font:20px/32px Oswald;text-align:center;letter-spacing:1px;text-transform:uppercase;pointer-events:none} /*------------------------E-N-D-*/ |
removed-userSep 8, 2021 7:10 AM
Sep 8, 2021 8:27 AM
#910
Camchop04 said: Thank you so much, this totally fixed the size issue!! However, now I have a problem where Miyuki's arm and leg is cropped off. https://imgur.com/a/EqrCaKS I adjusted his position because I wanted his arm to be more visible, so I changed: /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); /* Right Render */ footer:after { left: calc(100% - (47% - 538px)); --------------------------- Also, a secondary issue that I'm not sure if you or someone else knows how to fix, but the categories on the all anime page aren't showing. I have this at the top of my code: @\import "https://malcat-gen.appspot.com/headers?template=[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index){margin-top:48px;}[data-query*='\"status\":7']:not([data-query*='order']):not([data-query*='tag\"']):not([data-query*='\"s\"']) .list-item:nth-child($index):before{content:'$content'}&user=Camchop04&list=anime"; and this at the bottom: /*-S-T-A-R-T--------------------*\ | Category Headers (Basic) R0.3 | \*------------------------------*/ [data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:nth-child(2){margin-top:32px}[data-query*='"status":7']:not([data-query*=order]):not([data-query*='tag"']):not([data-query*='"s"']) .list-item:before{position:absolute;top:-40px;left:0;display:block;width:100%;height:32px;color:var(--text-head);font:20px/32px Oswald;text-align:center;letter-spacing:1px;text-transform:uppercase;pointer-events:none} /*------------------------E-N-D-*/ not sure about the categories as I've never messed with that, but looks like there is an error with https://malcat-gen.appspot.com/ you can lower the width and add a second percentage for the height for more control in my case I set width to 100% and height to 95% in order to show his other arm and still have his head around the same spot as hers, but you will probably need to adjust it for your resolution. footer:before { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / 100% scroll; } footer:after { content: ""; position: fixed; top: 0px; z-index: -1; width: calc(50% - 538px); min-width: 262px; background: transparent no-repeat center bottom / 100% 95% scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-image: url(https://image.myanimelist.net/ui/5LYzTBVoS196gvYvw3zjwAZeJvgyuunDcF7BHUFmL0A); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-image: url(https://image.myanimelist.net/ui/5LYzTBVoS196gvYvw3zjwDKPhMZ_xTWXVv2oWPjYHkQ); background-position: right bottom; } |
ShaggyZESep 8, 2021 8:51 AM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Sep 8, 2021 9:36 AM
#911
THANK YOU SO MUCH! @ShaggyZe !!! The resizing totally worked, I got it exactly how I want it now, fits perfectly on my laptop screen. @Valerio_Lyndon I'm hoping you know how to fix the category headers not being present on the all anime page. I used the MalCat thing, this at the top of my code and this at the bottom of my code. Here's my entire code at a PasteBin link. |
Sep 11, 2021 2:35 PM
#912
I'm guessing there still isn't a fix for category headers not working? |
Sep 15, 2021 7:16 PM
#913
I have a few questions: How would I go about making a favorites tag like this? (I.e., the hearts implement) How do I change the font? Can I download a font on my laptop and utilize that one somehow? Thank you for your time. |
"Did you forget already? In my word the color "red" doesn't exist. These must be...my tears. Ever since I woke up from my coma...I think I've been waiting for this very moment. You'd do well to remember this, Maya. The only time a lawyer can cry is when it's all over." (Ace Attorney T&T: Bridge to the Turnabout) "I'm my worst critic." (Kendrick Lamar) |
Sep 15, 2021 10:31 PM
#914
Hi. I wanted to add tags of genre and demographics, but instead on the right, it adds on the left side.Pls, help!! Thank you https://i.imgur.com/qnsRwYv.png |
Sep 16, 2021 5:37 PM
#915
Pingu_the_weeb said: Hi. I wanted to add tags of genre and demographics, but instead on the right, it adds on the left side.Pls, help!! Thank you https://i.imgur.com/qnsRwYv.png For the time being, here's a little patch to move them in a better place for now (they'll go near the title since I don't know where to put them or how to make more room), but there might be changes in the future, and you might have to delete the patch then. We'll surely use a mass-update message to let you know of any changes which you might need to make :D /* CLARITY PATCH */ .list-table .list-table-data .data.genre { position: absolute; margin-top: 60px; margin-left: 80px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em; } .list-table .list-table-data .data.genre a:hover{ color:var(--text-dim-h) !important } .list-table .list-table-data .data.demographic { margin-top: 58px; margin-left: 80px; position: absolute; } .list-table .list-table-data a[href*="&demographic"] { position: absolute; margin-top: -65px; margin-left: 0px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a{ color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a:hover{ color:var(--text-dim-h) !important } |
Sep 16, 2021 6:51 PM
#916
For the time being, here's a little patch to move them in a better place for now (they'll go near the title since I don't know where to put them or how to make more room), but there might be changes in the future, and you might have to delete the patch then. We'll surely use a mass-update message to let you know of any changes which you might need to make :D /* CLARITY PATCH */ .list-table .list-table-data .data.genre { position: absolute; margin-top: 60px; margin-left: 80px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em; } .list-table .list-table-data .data.genre a:hover{ color:var(--text-dim-h) !important } .list-table .list-table-data .data.demographic { margin-top: 58px; margin-left: 80px; position: absolute; } .list-table .list-table-data a[href*="&demographic"] { position: absolute; margin-top: -65px; margin-left: 0px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a{ color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a:hover{ color:var(--text-dim-h) !important } That patch is actually better than nothing (or having to change the design!), thanks a lot for the share ♥ |
Sep 17, 2021 6:09 AM
#917
TheAceAttorney said: How would I go about making a favourites tag like this? (I.e., the hearts implement) First, add this code if you want the hearts on the left, or this code if you want the hearts on the right. DO NOT ADD BOTH. Now, any tag called "Favourite" or "Favorite" will display at the side of the list entry as a heart. So you can tag your anime accordingly. TheAceAttorney said: How do I change the font? Can I download a font on my laptop and utilize that one somehow? @Shishio-kun, being the god that he is, made this incredible video that will explain everything. Make sure to send him your thanks, this guy is not the hero we deserved but the one we needed. Seriously, he does so much for these forums it's insane. Here's the link to the video :) |
Sep 17, 2021 6:34 AM
#918
Neop60 said: Hi ValerioLydon do u know a way to resize the character render? mine appears too small so I'd like to resize it nvm, I figured out a way to adjust do u think it possible to add character render on the top banner? like the very top banner regarding the character render part, do u think I can add more then 2 character renders? on each side? thx in advance! Not Valerio, so my answer is not going to be nearly as helpful (if at all), but you should be able to add a character render on the very top banner using this code: body { --character: url(URLHERE); } As for adding more than one render to the banner, I genuinely don't know how to do that. Someone with actual CSS knowledge probably would though. Sorry!! |
Sep 17, 2021 6:58 AM
#919
So I'm using this code for the premiered/studio section of my list: /*-S-T-A-R-T--------------------*\ | Combine Premier/Studio Sections | \*------------------------------*/ .data.season { width: 120px; height: 32px; margin-top: 8px; -webkit-align-self: flex-start; -moz-align-self: flex-start; align-self: flex-start; } .data.studio { margin-top: 45px !important; margin-left: -120px; -webkit-order: 20; -moz-order: 20; order: 20; } .data.studio:empty:before, .data.licensor:empty:before { content: "Unknown Studio"; display: block; padding: 1px; color: #777; font-size: 10px; line-height: 15px; white-space: pre; } /*------------------------E-N-D-*/ I'm wondering how I can center the text so that it doesn't look so...funky? Like how in the image, Blend S looks much more normal than B Gata H Kei or Blood+ |
Sep 17, 2021 5:47 PM
#920
Camchop04 said: I'm wondering how I can center the text so that it doesn't look so...funky? Like how in the image, Blend S looks much more normal than B Gata H Kei or Blood+ That will be dependent on the number of tags, actually. Since the more tags, the more space it will need. Since your tags are vertical, it will stretch so all of them fit, thus making that space bigger ... You might want to give Horizontal Tags a try ;D or probably making the tags size smaller |
SheyCroixSep 18, 2021 6:23 PM
Sep 18, 2021 11:47 AM
#921
Camchop04 Thanks, this helped. EDIT: Can I still have descriptive tags tagged as favorite or no? |
TheAceAttorneySep 18, 2021 1:33 PM
"Did you forget already? In my word the color "red" doesn't exist. These must be...my tears. Ever since I woke up from my coma...I think I've been waiting for this very moment. You'd do well to remember this, Maya. The only time a lawyer can cry is when it's all over." (Ace Attorney T&T: Bridge to the Turnabout) "I'm my worst critic." (Kendrick Lamar) |
Sep 19, 2021 4:04 AM
#922
Shishio-kun said: Pingu_the_weeb said: Hi. I wanted to add tags of genre and demographics, but instead on the right, it adds on the left side.Pls, help!! Thank you https://i.imgur.com/qnsRwYv.png For the time being, here's a little patch to move them in a better place for now (they'll go near the title since I don't know where to put them or how to make more room), but there might be changes in the future, and you might have to delete the patch then. We'll surely use a mass-update message to let you know of any changes which you might need to make :D /* CLARITY PATCH */ .list-table .list-table-data .data.genre { position: absolute; margin-top: 60px; margin-left: 80px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em; } .list-table .list-table-data .data.genre a:hover{ color:var(--text-dim-h) !important } .list-table .list-table-data .data.demographic { margin-top: 58px; margin-left: 80px; position: absolute; } .list-table .list-table-data a[href*="&demographic"] { position: absolute; margin-top: -65px; margin-left: 0px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a{ color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a:hover{ color:var(--text-dim-h) !important } Hi there, thank you so much for this patch! My list works well and looks nice with it! Is there any way to change the font color of the genres/demographics though? Some of the entries look a bit cluttered if it's just one color. It would be nice if we could set those to another color to make them stand out from the series title and the edit/more buttons. Thank you very much in advance! |
「 I am forever your most devoted believer. 」 |
Sep 19, 2021 6:19 AM
#923
gwendal738 said: Is there any way to change the font color of the genres/demographics though? Some of the entries look a bit cluttered if it's just one color. It would be nice if we could set those to another color to make them stand out from the series title and the edit/more buttons. You can set specific colors for them if you want to. |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Sep 19, 2021 6:42 AM
#924
LEGENDS_OF_ANIME said: gwendal738 said: Is there any way to change the font color of the genres/demographics though? Some of the entries look a bit cluttered if it's just one color. It would be nice if we could set those to another color to make them stand out from the series title and the edit/more buttons. You can set specific colors for them if you want to. Would you happen to know how/where in the code to modify it? I must admit I'm not very good at all this coding stuff ^^;;; I pretty much just copy-paste whatever is on there. |
「 I am forever your most devoted believer. 」 |
Sep 19, 2021 5:30 PM
#925
gwendal738 said: LEGENDS_OF_ANIME said: gwendal738 said: Is there any way to change the font color of the genres/demographics though? Some of the entries look a bit cluttered if it's just one color. It would be nice if we could set those to another color to make them stand out from the series title and the edit/more buttons. You can set specific colors for them if you want to. Would you happen to know how/where in the code to modify it? I must admit I'm not very good at all this coding stuff ^^;;; I pretty much just copy-paste whatever is on there. looking at V.L's colored tags/studio/producer and Shishio-kun's patch something like this should work .data.genre span a[href*="genre=4"] { color: COLOUR !important } .data.demographic span a[href*="demographic=27"] { color: COLOUR !important } also you may need to remove !important from these codes depending on where you paste it .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em;} .list-table .list-table-data a[href*="&demographic"] {position: absolute;margin-top: -65px;margin-left: 0px;text-align: left; color: var(--text-dim) !important; } |
ShaggyZESep 19, 2021 5:57 PM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Sep 19, 2021 10:35 PM
#926
ShaggyZE said: gwendal738 said: LEGENDS_OF_ANIME said: gwendal738 said: Is there any way to change the font color of the genres/demographics though? Some of the entries look a bit cluttered if it's just one color. It would be nice if we could set those to another color to make them stand out from the series title and the edit/more buttons. You can set specific colors for them if you want to. Would you happen to know how/where in the code to modify it? I must admit I'm not very good at all this coding stuff ^^;;; I pretty much just copy-paste whatever is on there. looking at V.L's colored tags/studio/producer and Shishio-kun's patch something like this should work .data.genre span a[href*="genre=4"] { color: COLOUR !important } .data.demographic span a[href*="demographic=27"] { color: COLOUR !important } also you may need to remove !important from these codes depending on where you paste it .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em;} .list-table .list-table-data a[href*="&demographic"] {position: absolute;margin-top: -65px;margin-left: 0px;text-align: left; color: var(--text-dim) !important; } Thank you so much!!! I'll try it out now! I'll experiment and do trial & error :D |
「 I am forever your most devoted believer. 」 |
Sep 24, 2021 10:15 PM
#927
Dark Theme @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css"; @import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css"; body { --avatar: url(Your Profile Link); } body { --name: "Your Name"; } 'Copy Past Whole Code' :Simple |
"ᴡʜᴇɴ ᴛʜᴇ ᴡᴏʀʟᴅ ꜱʜᴏᴠᴇꜱ ʏᴏᴜ ᴀʀᴏᴜɴᴅ, ʏᴏᴜ ᴊᴜꜱᴛ ɢᴏᴛᴛᴀ ꜱᴛᴀɴᴅ ᴜᴘ ᴀɴᴅ ꜱʜᴏᴠᴇ ʙᴀᴄᴋ. ɪᴛ’ꜱ ɴᴏᴛ ʟɪᴋᴇ ꜱᴏᴍᴇʙᴏᴅʏ’ꜱ ɢᴏɴɴᴀ ꜱᴀᴠᴇ ʏᴏᴜ ɪꜰ ʏᴏᴜ ꜱᴛᴀʀᴛ ʙᴀʙʙʟɪɴɢ ᴇxᴄᴜꜱᴇꜱ." - ʀᴏʀᴏɴᴏᴀ ᴢᴏʀᴏ. |
Sep 30, 2021 8:30 AM
#928
Curve as in round off the edges? Something like this?#list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } #list-container .data.status { width: 18px !important; background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; border-radius: 20px 0 0 20px; pointer-events: none; } #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } Hi Val. I have no idea what I'm doing wrong, it doesn't matter how much I try I can't get this thing to work. I tried everything but the reality is that I know little to nothing about CSS, so I prefer to ask for your help Also, I don't know if MALCat is broken because of Chrome (again) or because of MAL's update. I'll leave my code in case is needed: /*Copy of pink List */ @import "https://fonts.googleapis.com/css?family=Oswald"; @import "https://malscraper.azurewebsites.net/covers/anime/Black_D-44/presets/dataimagelinkbefore"; @import "https://malcat-gen.appspot.com/headers?template=[data-query*='"status":7'] .list-item:nth-child($index){margin-top:48px;}[data-query*='"status":7'] .list-item:nth-child($index):before{content:'$content'}&user=Black_D-44&list=anime"; /* BANNER BACKGROUND To change background images: Delete what's in the parenthesis. Upload the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save. */ :root { --banner: url(https://imgur.com/kXRH3Q2.png) !important;} /* BANNER TEXT*/ :root { --name: "a " !Important; } /* BANNER AVATAR (BOTTOM LEFT PIC) */ :root { --avatar: url(https://cdn.myanimelist.net/images/userimages/6878039.jpg?t=1611630000) !important;} /* BANNER CHARACTER (RIGHT PIC)*/ :root { --character: url(https://imgur.com/neFALsc.gif) !important; } /* WALLPAPER */ body:before{ background-image: url(https://i.imgur.com/uZzuvG0.jpg); background-size: cover !important; background-repeat: no-repeat; background-position: center center; } /* LEFT CHARACTER BY LIST */ footer:before { background-image: url(NONE) !important; } /* RIGHT CHARACTER BY LIST */ footer:after { background-image: url(NONE) !important; } /* TABLE COLORS*/ :root { /* Generic Colours */ --pbg: rgba(239,239,239,1); --bg: rgba(255,255,255,1); } /* OTHER CODES*/ body:before { width: 100%; height: 100%; display: block; position: fixed; left: 0; top:0; content: ""; } #search-box:after,.open~#search-button{pointer-events:none}:root{--name:none;--avatar:none;--banner:url(https://i.imgur.com/VoPJz2S.jpg);--character:url(https://i.imgur.com/6IPyngH.png);--pbg:#efefef;--bg:#fff;--text:#323232;--text-h:#787878;--text-dim:#bababa;--text-dim-h:#646464;--text-dark:#111;--icon:#323232;--accent:#4065ba;--btn-bg:#ebebeb;--btn-bg-h:#323232;--btn-head-bg-h:#1d439b;--btn-text-h:#fff;--bg-dark:#ddd;--text-head:#9b9b9b;--text-head-h:#787878;--watching:#2db039;--completed:#26448f;--onhold:#f9d457;--dropped:#a12f31;--plantowatch:#c3c3c3;--cover-bg:#323232;--edit-btn:#d9d9d9;--checkmark:#9696eb}#advanced-options .advanced-options-button a,#fancybox-close,#search-box,#search-box input,#search-box:after,.data.chapter,.data.image .link:after,.data.licensor a,.data.priority,.data.progress,.data.score a,.data.studio a,.data.tags a,.data.tags a.edit:after,.data.volume,.fixed .status-menu:after,.header .header-title:after,.icon-menu svg,.icon-menu.setting,.icon-menu.setting .text,.icon-menu.setting .text a,.icon-menu:after,.icon-menu:before,.list-table .list-table-header .header-title .link.sort,.list-table-header .header-title,.status-button:after,.status-menu-container.fixed .status-menu,.status-menu-container:not(.fixed) .status-menu,.status-menu:after{transition:all .3s ease!important}#advanced-options .advanced-options-header .description,#advanced-options .advanced-options-header .description:before,#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#search-button i,.header-info a,.list-table-data a,.more-info .td1>div>a{transition:all .15s ease!important}.header .header-title,.header-info,.icon-menu,.icon-menu.quick-add:before,.list-menu-float .icon-menu,.list-table>tbody:first-of-type:after,.stats a{display:inline-block;height:26px!important;width:26px!important;background:var(--bg)!important;border-radius:13px;color:var(--text)!important;font:400 0/26px Arial,Verdana,sans-serif;text-indent:0;text-align:left;white-space:nowrap;vertical-align:top;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease!important}.header .header-title:hover,.icon-menu:hover,.list-menu-float .icon-menu:hover,.stats a:hover{width:100px!important;background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}html{position:relative;min-height:100%}body{padding-bottom:64px;background:var(--pbg) no-repeat center / cover fixed!important}.list-container{position:static;width:100%;background:0 0!important;border:none}.list-block{width:1060px;min-height:initial;margin:64px auto 0}.status-menu-container.fixed+.list-block{margin-top:128px!important}.list-unit{width:100%!important;margin:0}.cover-block,.cover-block:before{left:0;width:100%;position:absolute}.list-table{border:none!important}a,a:hover{color:var(--accent)}.initialize-tutorial{display:none!important}.cover-block{top:0;z-index:-5;min-width:1060px;height:318px;background:center center/cover no-repeat var(--cover-bg);background-image:var(--banner)}.cover-block:before{content:"";bottom:0;display:block;height:50px;background:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}#cover-image,.btn-list-setting{display:none!important}.cover-block .image-container{display:block!important;width:1060px;height:100%;padding:0;background:right center/contain no-repeat var(--character);margin:0 auto}#cover-image-container:after{content:var(--name);position:absolute;top:55px;left:50%;margin-left:-475px;color:#fff;font:700 60px/60px Oswald;text-align:left;letter-spacing:15px;text-shadow:1px 4px 7px rgba(0,0,0,.45);text-transform:uppercase;white-space:pre;transform:scale(.9) perspective(350px) rotateY(8deg) rotateZ(-3deg);animation:name-slide 3s 1 .5s backwards}@keyframes name-slide{0%{top:12px;margin-left:-535px;opacity:0;letter-spacing:0;animation-timing-function:ease-out}90%{top:55px;margin-left:-475px}100%{letter-spacing:15px;opacity:1;animation-timing-function:cubic-bezier(0,0,.75,1)}}.header{display:flex;height:36px;margin-top:282px}.header .header-menu{position:static;display:flex;width:auto;height:26px;margin-left:6px;order:2}.btn-menu{height:0;font-size:0!important}.btn-menu #header-menu-button{display:none}.header .header-title{position:static;margin-left:155px;order:1;z-index:1}.header .header-title:before{content:"f015";display:inline-block;width:26px;background:0 0!important;font-size:14px;font-family:FontAwesome;text-align:center!important}.header .header-title:hover:before{color:var(--btn-text-h)!important}.header .header-title:after{content:"Home";display:inline-block;height:26px!important;width:26px!important;font:14px/26px Arial,Verdana,sans-serif;color:var(--text)}#search-box:after,.status-menu:after{content:""}.header .header-title:hover:after{color:var(--btn-text-h)}.header .header-menu .list-menu{position:static;order:1;display:inline-block;height:26px;border:none;background:0 0;box-shadow:none}.header .icon-menu.anime-list,.header .icon-menu.manga-list{position:static;padding:0;margin-right:6px;font-size:0!important;font-weight:400!important}.header .icon-menu.anime-list .text,.header .icon-menu.manga-list .text{position:static!important;font:14px/26px Arial,Verdana,sans-serif;vertical-align:top}.header .header-menu .list-menu .icon-menu svg.icon{position:static;max-width:14px;max-height:14px;padding:6px;fill:var(--text)}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:var(--btn-text-h)}.header-info{position:static;width:auto!important;padding:0 8px;margin:0!important;font-size:12px;order:2}.header-info a{color:var(--text)!important;text-decoration:none!important}.header-info a:hover{color:var(--text-h)!important}.btn-menu a.username{position:absolute;left:1px;top:-7px;display:block;width:150px;height:150px;background:0 0;border-radius:50%;font-size:0;z-index:36}.btn-menu span.username{display:none!important}.status-menu-container{position:relative;z-index:35!important;width:100%;min-width:1060px;height:64px;background:0 0;border:none!important}.status-menu-container.fixed{z-index:45!important}.status-menu-container:after,.status-menu-container:before{content:"";position:absolute;left:0;z-index:-1;display:block;width:100%}.status-menu-container:before{top:0;height:64px;background:var(--bg)}.status-menu-container:after{top:64px;height:2px;background:linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,0))}.status-menu{position:relative;display:block!important;width:1060px;padding:0 0 0 173px;margin:0 auto;box-sizing:border-box}.fixed .status-menu{padding:0 0 0 71px}.status-menu:after{position:absolute;top:-51px;left:-8px;width:150px;height:150px;background:center top/cover no-repeat var(--bg-dark);background-image:var(--avatar);border:8px solid var(--bg);border-radius:50%;opacity:1;box-shadow:0 1px 2px rgba(0,0,0,.2)}.fixed .status-menu:after{top:0;width:48px;height:48px;box-shadow:none}.status-menu .status-button{display:inline-block!important;height:32px;padding:16px 0!important;margin:0 15px!important;color:var(--text-head)!important;font-size:17.6px!important;line-height:30px;white-space:nowrap;font-family:Oswald!important;text-transform:uppercase;letter-spacing:1px}.status-menu .status-button.on{color:var(--text-head-h)!important}.status-button.all_anime:after{background:var(--accent)!important}.status-button.reading:after,.status-button.watching:after{background:var(--watching)!important}.status-button.completed:after{background:var(--completed)!important}.status-button.onhold:after{background:var(--onhold)!important}.status-button.dropped:after{background:var(--dropped)!important}.status-button.plantoread:after,.status-button.plantowatch:after{background:var(--plantowatch)!important}.status-menu-container .search-container{top:19px;right:0}#search-box{padding-right:22px;border:2px solid transparent;border-radius:13px;margin-top:0!important}#search-box.open{width:150px!important;background:var(--btn-bg);border:2px solid var(--bg-dark)}#search-box input{background:0 0;border:none;border-radius:13px;outline:0}#search-box.open input{text-indent:7.5px;line-height:20px}.status-menu-container .search-container #search-button{position:absolute;right:0;top:0;width:26px;height:26px;border-radius:13px;margin-top:0;text-align:center}#search-button i{color:var(--text-head)!important;font-size:18px;line-height:26px}.open~#search-button i{font-size:14px;line-height:24px}#search-box:after{position:absolute;right:0;top:0;width:0;height:22px;padding-right:22px;background:linear-gradient(to right,var(--btn-bg) 2px,transparent 9.5px,transparent 142.5px,var(--btn-bg) 150px) content-box;border:2px solid transparent;border-radius:13px;opacity:0}#search-box.open:after{width:150px;opacity:1}.list-menu-float{position:relative;top:auto;display:block;width:904px;height:0;padding-left:155px;margin:0 auto;border:none;background:0 0;text-align:left;font-size:0;z-index:38}.icon-menu,.list-menu-float form{display:inline-block!important}.list-menu-float .icon-menu{top:74px;margin:0 6px 0 0}.list-menu-float .icon-menu .text{top:0!important;left:26px!important;display:inline-block;width:auto!important;height:26px;color:var(--text)!important;font-size:14px!important;opacity:1!important}.list-menu-float .icon-menu:hover .text{color:var(--btn-text-h)!important}.list-menu-float .icon-menu svg.icon{top:6px!important;left:6px!important;max-width:14px;max-height:14px;fill:var(--text)}.list-menu-float .icon-menu:hover svg.icon{fill:var(--btn-text-h)}[data-owner="1"] .list-menu-float .icon-menu.profile{position:absolute;left:1px;top:-43px;display:block!important;width:150px!important;height:150px!important;background:0 0!important;border-radius:50%;font-size:0;box-shadow:none}[data-owner=""] .icon-menu.profile{background-image:none!important}[data-owner=""] .icon-menu.profile:before{content:"f007";position:absolute;top:0;left:0;display:block;width:26px;height:26px;font-size:14px;line-height:26px;text-align:center;color:var(--text);font-family:FontAwesome}[data-owner=""] .icon-menu.profile:hover:before{color:var(--btn-text-h)}[data-owner=""] .icon-menu.profile:after{content:"Profile";position:absolute;top:0;left:26px;display:inline-block;height:26px;font-size:14px;color:var(--text)}[data-owner=""] .icon-menu.profile:hover:after{color:var(--btn-text-h)}.icon-menu.quick-add:hover:before,.icon-menu.setting .text a{color:var(--btn-text-h)!important}.icon-menu.quick-add svg{display:none}.icon-menu.quick-add:before{content:"f067";background:0 0!important;font-size:14px;text-align:center;font-family:FontAwesome;box-shadow:none}.icon-menu.setting{overflow:visible}.icon-menu.setting:hover{width:26px!important}.icon-menu.setting .text{top:-2px!important;left:0!important;width:240px!important;height:26px!important;padding:2px 0;overflow:visible;font-size:0!important;opacity:1!important;pointer-events:none;z-index:-1}.icon-menu.setting:hover .text{pointer-events:auto}.icon-menu.setting .text a{position:absolute!important;top:2px!important;left:13px!important;width:0!important;height:26px!important;background:var(--btn-bg-h)!important;border:none!important;border-radius:0 13px 13px 0;overflow:hidden;font:14px/26px Arial,Verdana,sans-serif!important;text-indent:7.5px;text-align:center;white-space:nowrap;opacity:0!important}.icon-menu.setting:hover .text a{width:120px!important;border-radius:0 13px 13px 0;opacity:1!important}.icon-menu.setting:hover .text .link-list-setting{left:120px!important}.icon-menu.setting .text a:hover{background:var(--btn-head-bg-h)!important}.list-status-title{width:1060px!important;height:64px!important;margin-top:-64px;background:0 0!important}.list-status-title .text{display:none!important}.list-status-title .stats{position:absolute;top:10px;right:32px!important;display:block;width:auto;height:26px!important;border-radius:0 0 26px;font-size:0;line-height:13px!important}.stats a{margin:0 0 0 6px!important;font:14px/26px Arial,Verdana,sans-serif}.stats a i{width:26px;text-align:center}.list-stats{position:absolute;top:416px;width:1060px!important;background:0 0!important;color:var(--text)!important;font-weight:700}.list-table>tbody:first-of-type{position:relative;top:-26px;margin-top:-30px;left:1032px;display:block;width:30px;height:30px;background:0 0!important;z-index:39}.list-table>tbody:first-of-type:after{content:"f0dc";position:absolute;top:0;right:0;margin:2px;font-size:14px;font-family:FontAwesome;text-align:center}.list-table>tbody:first-of-type:hover:after{background:var(--btn-head-bg-h)!important;color:var(--btn-text-h)!important}.list-table-header{position:absolute;top:0;right:15px;display:block;width:auto;height:26px;padding:2px 0;font-size:0;white-space:nowrap;pointer-events:none;z-index:-1}.list-table>tbody:first-of-type:hover .list-table-header{pointer-events:auto}.list-table-header .header-title{position:relative;display:inline-block!important;width:auto!important;height:auto!important;padding:0!important;border:none!important;background:0 0!important;font-weight:400!important}.list-table>tbody:first-of-type:hover .header-title{opacity:1}.list-table-header .header-title a{display:block!important;width:13px!important;height:26px!important;background:var(--btn-bg-h)!important;border-radius:13px 0 0 13px;margin-left:-13px;overflow:hidden;box-sizing:border-box;color:var(--btn-text-h)!important;font:11px/26px Verdana,Arial,sans-serif!important;text-align:center!important;text-indent:-7.5px;white-space:normal!important;opacity:0}.list-table-header .header-title a.hover_info,.list-table-header .header-title.tags{display:none!important}tbody:first-of-type:hover .list-table-header .header-title.finished a,tbody:first-of-type:hover .list-table-header .header-title.started a{padding:0 13px}.data,.data.status{padding:0!important}.list-table-header .header-title a:hover{background:var(--btn-head-bg-h)!important}tbody:first-of-type:hover .list-table-header .header-title a{width:80px!important;opacity:1}.list-table-header .header-title a .sort-icon{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;color:inherit!important;font-size:10px;line-height:10px}.sort-icon.fa-sort-asc{top:2px}.sort-icon.fa-sort-desc{bottom:2px}.header-title.title a{font-size:0!important}.header-title.title a:after{content:"Title";font-size:11px!important}.list-item{position:relative;display:block;width:100%;background:var(--bg)!important;border:none;margin-bottom:8px}.list-table-data{position:relative;display:flex;max-width:1060px;min-height:64px;align-items:center;font-size:0}.data{display:block!important;border:none!important;flex:0 0 auto;color:var(--text);font-size:11px}.list-table .list-table-data .data a{color:var(--text)!important;text-decoration:none!important}.list-table .list-table-data a:not(.edit-disabled):hover{color:var(--text-h)!important}.list-unit .loading-space{margin:14px 0 22px}.list-unit .loading-space #loading-spinner{width:20px;height:20px;margin:0 auto;color:var(--text)}.list-table[data-items="[]"]:after{content:"No entries found. Perhaps your search terms are too restrictive?";display:block;width:900px;background:var(--bg);border-radius:16px;margin:32px auto;color:var(--text);font:16px/32px Arial,Verdana,sans-serif;text-align:center}.data.status{position:absolute;top:0;left:0;width:1px!important;height:100%}.data.image{width:64px;height:64px;border-radius:50%;margin:4px 0 4px 8px;overflow:hidden;order:1}.data.image a{position:relative;display:block!important}.data.image img{width:64px!important;height:64px!important;border:none!important;object-fit:cover}.data.image a:after{content:"f14c";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.5);font-family:FontAwesome;color:#fff;font-size:30px;line-height:64px;opacity:0}.data.image a:hover:after{opacity:1}.data.number{position:relative;top:-22px;width:20px;height:20px;background:var(--bg);border-radius:10px;margin:0 -28px 0 8px;order:1;line-height:20px;font-weight:700;z-index:1}.data.title,.data.type{height:16px;line-height:16px}.list-item:nth-child(n+101) .data.number{text-indent:-7px}.list-item:nth-child(n+1001) .data.number{width:27px;margin-right:-35px}.list-item:nth-child(n+10001) .data.number{width:34px;margin-right:-42px}.data.title{position:relative;width:142px;padding:32px 0 0 8px!important;order:12;flex:1 0 auto}.data.title .link.sort{position:absolute;top:16px;left:8px;display:inline-block;max-width:100%;padding-right:16px;overflow:hidden;box-sizing:border-box;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.list-table .list-table-data .title .link:hover{color:var(--accent)!important}.content-status,.rereading,.rewatching{color:var(--text-dim)!important;font-size:10px!important}.content-status:before,.rereading:before,.rewatching:before{content:"["}.content-status:after,.rereading:after,.rewatching:after{content:"] - "}.add-edit-more{display:inline;float:none!important;color:var(--text-dim)}.list-table .list-table-data .title .add-edit-more a{color:var(--text-dim)!important}.list-table .list-table-data .title .add-edit-more a:hover{color:var(--text-dim-h)!important}.icon-watch{display:none!important}.data.type{position:relative;top:-16px;width:92px;padding-left:8px!important;margin-right:-100px;order:11;text-align:left!important;color:var(--text-dim);font-size:10px}.data.score a,.data.score select{display:block;height:26px;border-radius:13px;line-height:26px}.data.score{position:relative;width:26px;height:26px;order:13}.data.score a{width:26px;background:var(--btn-bg);margin:0 0 0 auto}.list-table .list-table-data .score a:not(.edit-disabled):hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.score select{position:absolute;top:0;right:0;width:40px;background:var(--btn-bg-h);color:var(--btn-text-h);box-shadow:none!important}.data.score select:focus{outline:0!important;box-shadow:0 2px 2px rgba(0,0,0,.3)}.data.chapter input,.data.progress input,.data.tags textarea,.data.volume input{border:1px solid var(--bg-dark);outline-color:var(--accent)!important;box-sizing:border-box}.data.chapter,.data.progress,.data.volume{width:92px;order:15}.data.chapter{margin-top:-34px}.data.volume{margin:34px 0 0 -92px}.data.chapter span,.data.progress span,.data.volume span{color:var(--text)}.data.progress:before{content:"Progress:";color:var(--text-dim)}.data.chapter:before{content:"Chapters:";color:var(--text-dim)}.data.volume:before{content:"Volumes:";color:var(--text-dim)}.data.chapter span:only-of-type:after,.data.progress span:only-of-type:after,.data.volume span:only-of-type:after{content:" f058";position:relative;top:1px;color:var(--checkmark);font-family:FontAwesome;font-size:13px}.data.chapter input,.data.progress input,.data.volume input{height:15px;padding:0 1px;background:var(--btn-bg);color:var(--text-dark);font:11px Verdana,Arial,sans-serif}.data.priority{position:relative;width:92px;height:74px;background:var(--bg);margin-right:-92px;order:14;color:var(--text);line-height:74px;opacity:1;pointer-events:none;z-index:1}.status:not(.plantowatch):not(.plantoread)~.data.priority{display:none!important}.list-item:hover .data.priority{opacity:0}.data.priority:before{content:"f0a2";font-family:FontAwesome}.data.magazine,.data.rated,.data.retail,.data.season,.data.storage{margin-right:4px;order:19;flex-shrink:1}.data.rated{width:40px}.data.magazine{width:90px}.data.retail,.data.storage{width:72px}.data.season{width:92px;order:20}.data.magazine:before,.data.rated:before,.data.retail:before,.data.season:before,.data.storage:before{display:block;color:var(--text-dim)}.data.rated:before{content:"Rated:"}.data.magazine:before{content:"Magazine:"}.data.retail:before,.data.storage:before{content:"Storage:"}.data.season:before{content:"Premiered:"}.data.season:empty:after{content:"Unknown";display:block;color:var(--text-dim)}.data.licensor,.data.studio,.data.tags{width:120px;padding:3px 0!important;margin-right:8px;order:21;flex-shrink:1}.data.licensor span,.data.studio span,.data.tags span{display:block;padding:1px 0;font-size:0!important;line-height:0}.data.licensor a,.data.studio a,.data.tags a:not(.edit){display:block;padding:1px;background:var(--btn-bg);border-radius:8.5px;color:var(--text)!important;font-size:11px!important;line-height:15px}.list-table .list-table-data .licensor span a:hover,.list-table .list-table-data .studio span a:hover,.list-table .list-table-data .tags span a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)!important}.data.licensor:empty:before,.data.studio:empty:before{display:block;padding:1px;color:var(--text-dim);font-size:10px;line-height:15px;white-space:pre}.data.studio:empty:before{content:"UnknownaStudio"}.data.licensor:empty:before{content:"UnknownaLicensor"}.data.tags textarea{position:absolute;top:50%;right:4px;z-index:5;width:530px!important;height:64px!important;background:var(--btn-bg);margin-top:-32px;resize:none;color:var(--text)}.data.tags a.edit{position:absolute;top:0;right:0;width:5px!important;height:100%!important;background:var(--edit-btn);text-align:left!important;font-size:0!important;opacity:0;z-index:1}.list-item:hover .data.tags a.edit{opacity:.7}.list-item:hover .data.tags a.edit:hover{width:25px!important;opacity:1}.data.tags a.edit:after{content:"f040";position:absolute;top:50%;right:0;width:100%;height:20px;margin-top:-10px;color:var(--text);font:0/20px FontAwesome;text-align:center;opacity:0}.data.tags a.edit:hover:after{font-size:14px;opacity:1}.data.airing-finished,.data.airing-started,.data.days,.data.finished,.data.started{position:relative;width:100px;height:14px;overflow:hidden;order:25;color:var(--text);font-size:9px;line-height:14px;text-align:left!important;text-overflow:ellipsis}.data.started{top:-20px}.data.finished{top:0;margin-left:-100px}.data.days{top:20px;margin-left:-100px}.data.airing-started{top:-10px}.data.airing-finished{top:10px;margin-left:-100px}.data.airing-finished:before,.data.airing-started:before,.data.days:before,.data.finished:before,.data.started:before{display:inline-block;width:29px;padding-right:4px;border-right:1px solid var(--text-dim);text-align:right;color:var(--text-dim)}.data.started:before{content:"Start"}.data.finished:before{content:"End"}.data.days:before{content:"Days"}.anime .data.airing-started:before{content:"Aired"}.manga .data.airing-started:before{content:"Issued"}.data.airing-finished:before{content:"to"}.more-info{border:none!important}.more-info .td1{position:relative;padding-top:23px;color:var(--text-dark)}#footer-block:before,.more-info .td1>div>a,footer{position:absolute;left:0}.more-info .td1>div{margin:0}.more-info .td1>div>a{top:0;border-bottom:2px solid var(--accent)}.list-table .more-info .more-content a{color:var(--text-dark)!important}.list-table .more-info .more-content a:hover{color:var(--accent)!important}footer{bottom:0;width:100%}#footer-block{min-width:1060px;height:32px;padding:16px 0;background:var(--bg)}#footer-block:before{content:"";top:-2px;width:100%;min-width:1060px;height:2px;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,0))}#copyright{padding:0;color:var(--text-head);line-height:16px}#copyright:after{content:"aList design by Valerio Lyndon.";white-space:pre}#fancybox-overlay{background:#000!important;opacity:.2!important}#fancybox-outer [class^=fancy-]{display:none}#fancybox-outer{background:var(--bg)!important;box-shadow:0 0 32px rgba(0,0,0,.5)}#fancybox-outer #fancybox-close{top:-13px;right:-13px;width:16px;height:16px;padding:2px;background:var(--btn-bg);border:3px solid var(--btn-text-h);border-radius:13px;color:var(--text);text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.2)}#fancybox-outer #fancybox-close:after{content:"f00d";display:block;margin-top:-1px;font:16px/1 FontAwesome}#fancybox-outer #fancybox-close:hover{background:var(--text);color:var(--btn-text-h)}#advanced-options{top:64px;width:910px;padding:32px 0;background:var(--bg);border:none;box-shadow:0 0 32px rgba(0,0,0,.5);color:var(--text-dark)}#advanced-options .advanced-options-button,#advanced-options .advanced-options-header,#advanced-options [class*="-widget"]{width:100%;padding:0;border:none}#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:0}#advanced-options .filter,#advanced-options .sort{padding-bottom:32px}#advanced-options .advanced-options-header{font-size:0;line-height:26px;box-sizing:border-box}#advanced-options .advanced-options-header:before{display:inline-block;width:249px;height:100%;padding-bottom:7.5px;font-size:16px;line-height:26px;text-align:right}#advanced-options .filter .advanced-options-header:before{content:"Filter"}#advanced-options .sort .advanced-options-header:before{content:"Sort"}#advanced-options .advanced-options-header .description{display:inline-block;width:20px;margin:0;color:transparent;white-space:nowrap;vertical-align:top;transition:all .15s ease;pointer-events:none}#advanced-options .advanced-options-header .description:hover{color:inherit;pointer-events:auto}#advanced-options .advanced-options-header .description:before{content:"f059";display:inline-block;width:20.5px;color:var(--icon);font:14px/1 FontAwesome;text-align:center;pointer-events:auto}#advanced-options .advanced-options-header .description:hover:before{color:var(--text-dim)}#advanced-options [class*="-widget"]{font-size:0;line-height:1;white-space:nowrap}#advanced-options [class*="-widget"]>*{font-size:12px;vertical-align:top}#advanced-options [class*="-widget"] .widget-header{width:250.5px;height:26px;padding:11px 7.5px 11px 0;border-right:2px solid var(--text-dim);margin-right:7.5px;line-height:26px;text-align:right}#advanced-options [class*="-widget"] span{line-height:26px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] label,#advanced-options [class*="-widget"] select,#advanced-options [class*="-widget"] span:not(.widget-header){height:26px;margin:11px 0;border-color:var(--text-dim)!important;border-radius:13px;box-sizing:border-box;color:var(--text-dark);font-size:12px}#advanced-options [class*="-widget"] input,#advanced-options [class*="-widget"] select{padding:0 7.5px;background:0 0;outline:0}#advanced-options [class*="-widget"] select{padding-right:16px;background:url(https://i.imgur.com/hFijppc.png) center right/16px auto no-repeat}#advanced-options [class*="-widget"] input:focus,#advanced-options [class*="-widget"] option,#advanced-options [class*="-widget"] select:focus{background-color:var(--btn-bg)!important}#advanced-options :disabled,#advanced-options input:disabled+label{opacity:.5;color:var(--text)!important}#advanced-options .title input{width:387.5px!important}#advanced-options .filter-widget[class*="-status"] select{width:197.5px!important}#advanced-options .magazine select,#advanced-options .producer select{width:387.5px!important}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(n+2){display:inline-block;width:40px;padding:0 3px 0 7.5px;border:1px solid var(--text-dim);border-right:none;border-radius:13px 0 0 13px;margin-right:0!important;line-height:24px;font-style:italic}#advanced-options .filter-widget[class*="-date"] span:nth-of-type(3){margin-left:7.5px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-radius:0;padding:0 16px 0 7.5px;border-left-width:0}#advanced-options .filter-widget[class*="-date"] .month,#advanced-options .filter-widget[class*="-date"] .year{border-right:none}#advanced-options .filter-widget[class*="-date"] .day{border-radius:0 13px 13px 0}#advanced-options .filter-widget[class*="-date"] .year{width:60px!important}#advanced-options .filter-widget[class*="-date"] .day,#advanced-options .filter-widget[class*="-date"] .month{width:45px!important}#advanced-options .aired-season .year{width:60px!important}#advanced-options .aired-season .season{width:130px!important;margin-left:7.5px}#advanced-options .first select,#advanced-options .second select{width:190px!important}#advanced-options .sort-widget input[type=radio]+label{width:92.25px!important;border-radius:13px;margin-left:7.5px;background:0 0!important;color:var(--text-dark);line-height:14px;transition:all .15s ease}#advanced-options .sort-widget input[type=radio]:not(:disabled)+label:hover{background:var(--btn-bg)!important}#advanced-options .sort-widget input[type=radio]:not(:disabled):checked+label{background:var(--text-dim)!important;border:1px solid var(--text-dim);color:var(--bg)!important}#advanced-options .sort-widget input[type=radio]:not(:checked)+label i{color:var(--icon)}#advanced-options #fancybox-close,#advanced-options .advanced-options-button a{width:90px;height:26px;padding:0;background:var(--btn-bg);border-radius:13px;box-shadow:0 1px 2px rgba(0,0,0,.2);color:var(--text-dark);line-height:26px;text-align:center}#advanced-options #fancybox-close:hover,#advanced-options .advanced-options-button a:hover{background:var(--btn-bg-h);color:var(--btn-text-h)}#advanced-options .advanced-options-button .btn-apply{margin:0 0 0 -106px}#advanced-options .advanced-options-button .btn-clear{margin:0 0 0 8px}#advanced-options #fancybox-close{left:50%;top:auto;bottom:32px;border:none;margin-left:53px}#advanced-options .btn-apply:before{content:"f00c ";font-family:FontAwesome}#advanced-options .btn-clear:before{content:"f12d ";font-family:FontAwesome}#advanced-options #fancybox-close:after{content:"f00d Close";font:12px/26px Arial,FontAwesome,sans-serif} /* "Clarity" Modification by Valerio Lyndon / Hover Image / Revision 0.2 */ .data.image{overflow:visible}.data.image a:before{content:"";position:absolute;top:50%;left:-204px;z-index:50;width:190px;height:0;background:center/cover no-repeat var(--bg-dark);border-radius:8px;box-shadow:0 0 2px #000;opacity:0;pointer-events:none;transition:all .3s ease}.list-item:hover .data.image a:before{top:calc(50% - 100px);height:260px;opacity:1}.data.image a:after,.data.image img{border-radius:50%} .cover-block { z-index: 25; } .header { z-index: 30; } footer:before, footer:after { content: ""; position: fixed; top: 0; z-index: -1; width: calc(50% - 538px); min-width: 262px; height: 100%; background: transparent no-repeat center bottom / contain scroll; } /* Left Render */ footer:before { right: calc(100% - (50% - 538px)); background-position: left bottom; } /* Right Render */ footer:after { left: calc(100% - (50% - 538px)); background-position: right bottom; } /*-S-T-A-R-T--------------------* | Dark Mode R3.4 | *------------------------------*/ :root{--banner:url(https://i.imgur.com/WaLokPG.jpg);--character:url(https://i.imgur.com/h8HW1jf.png);--pbg:#161616;--bg:#212121;--bg-dark:#444;--text:#ababab;--text-h:#416abe;--text-dim:#777;--text-dim-h:#999;--text-dark:#ababab;--shadow:rgba(0,0,0,0.8);--icon:#959595;--accent:#416abe;--banner-text:#f6f5ff;--banner-text-shadow:#e4bef4;--btn-bg:#191919;--btn-bg-h:#ababab;--btn-head-bg-h:#416abe;--btn-text-h:#212121;--text-head:#9b9b9b;--text-head-h:#ababab;--cover-bg:#090909;--edit-btn:#323232;--checkmark:#416abe}.cover-block:before{background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}.status-menu-container:after{background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0))}#footer-block:before{background:linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,0))}.data.score select{background-image:url(https://i.imgur.com/hFijppc.png)}#fancybox-overlay{opacity:.35!important}#advanced-options,#fancybox-outer{box-shadow:0 0 32px rgba(0,0,0,.75)}#fancybox-frame{-webkit-filter:invert(87.8%) hue-rotate(197deg);filter:invert(87.8%) hue-rotate(197deg)}#advanced-options [class*="-widget"] select{background-image:url(https://i.imgur.com/KF8oOyC.png)} /*------------------------E-N-D-*/ /* ==================== Dark Mode Filter Fix */ body[data-owner="1"] #fancybox-frame { filter: none; } /*-S-T-A-R-T--------------------* | Transparent List Rows | *------------------------------*/ .list-item { background: rgba(33, 33, 33, 0.7) !important; } .data.priority { background: none; } .plantowatch ~ .data.progress, .plantoread ~ .data.progress { opacity: 0; transition: opacity 0.3s ease; } .list-item:hover .data.progress { opacity: 1; } /*------------------------E-N-D-*/ .list-table .list-table-data .data a { color: #0df246 !important; } :root { /* Generic Colours */ --text-h: #f832ff; --accent: #f832ff; /* Button Colours */ --btn-bg: #323232; --btn-bg-h: #424242; --btn-head-bg-h: #121212; --btn-text-h: #fff; /* Header Colours */ --text-head: white; --text-head-h: whitespace; /* Status Colours */ --watching: #2db039; --completed: #26448f; --onhold: #f9d457; --dropped: #a12f31; --plantowatch: #c3c3c3; /* Single-Use Colours */ --cover-bg: #323232; --edit-btn: #d9d9d9; --checkmark: silver; } /* Using dark scrollbar */ ::-webkit-scrollbar { background-color: #262626; width: 7px; } ::-webkit-scrollbar-thumb { background-color: rgba(86, 86, 86,0.4); } ::-webkit-scrollbar-thumb:hover { background-color: rgba(102, 102, 102,0.4); } textarea::-webkit-scrollbar:vertical { border-left: 1px solid #3e3e3e; } textarea::-webkit-scrollbar-thumb:vertical { border-left: 1px solid #3e3e3e; } textarea::-webkit-scrollbar:horizontal { border-top: 1px solid #3e3e3e; } textarea::-webkit-scrollbar-thumb:horizontal { border-top: 1px solid #3e3e3e; } /* Using separator */ [data-query*='"status":7'] .list-item:nth-child(2) { margin-top: 32px; } [data-query*='"status":7'] .list-item:before { position: absolute; top: -40px; left: 0; display: block; width: 100%; height: 32px; color: var(--text-head); font: 20px/32px Oswald; text-align: right; letter-spacing: 1px; text-transform: uppercase; pointer-events: none; } /* ======= END ======== */ |
Black_D-44Sep 30, 2021 8:35 AM
Sep 30, 2021 9:25 AM
#929
@gwendal738 Thanks to your post, i added the genres,, and they look good, now i am working around fixing other matter in my profile,, |
Oct 4, 2021 11:03 AM
#930
SheyCroix said: Camchop04 said: I'm wondering how I can center the text so that it doesn't look so...funky? Like how in the image, Blend S looks much more normal than B Gata H Kei or Blood+ That will be dependent on the number of tags, actually. Since the more tags, the more space it will need. Since your tags are vertical, it will stretch so all of them fit, thus making that space bigger ... You might want to give Horizontal Tags a try ;D or probably making the tags size smaller There's no way to reposition the text so that it's vertically centred depending on the size of the space? |
Oct 4, 2021 2:53 PM
#931
Camchop04 said: SheyCroix said: Camchop04 said: I'm wondering how I can center the text so that it doesn't look so...funky? Like how in the image, Blend S looks much more normal than B Gata H Kei or Blood+ That will be dependent on the number of tags, actually. Since the more tags, the more space it will need. Since your tags are vertical, it will stretch so all of them fit, thus making that space bigger ... You might want to give Horizontal Tags a try ;D or probably making the tags size smaller There's no way to reposition the text so that it's vertically centred depending on the size of the space? I'm unsure of that bit, my bad. You should prob wait to see if @Valerio_Lyndon, @Shishio-kun or any of the other members can help =/ |
Oct 4, 2021 8:23 PM
#932
Camchop04 said: I'm wondering how I can center the text so that it doesn't look so...funky? Like how in the image, Blend S looks much more normal than B Gata H Kei or Blood+ I agree with @SheyCroix because the solution you want doesn't seem to change anything .data.season, .data.studio { vertical-align: middle; } the problem you have is they should all be the same height to make them normal but the amount of tags you have for some is making the area larger, I'm not sure of a way to add a newline say every 4 tags, and cause the tags to show beside themselves, but something like this will work if you don't want to do horizontal tags. .list-table-data .data.tags { max-height: 70px; overflow-y: scroll; } you can also style the scroll bars, but not sure if it's supported by all browsers or just chrome. /* change all transparent codes to add a scrollbar background */ ::-webkit-scrollbar { width: 10px; background-color: transparent; } ::-webkit-scrollbar-track { border: 1px transparent solid; border-radius: 10px; -webkit-box-shadow: 0 0 6px transparent inset; } ::-webkit-scrollbar-thumb { background-color: var(--accent); border: 1px solid transparent; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background-color: var(--accent); border: 1px solid transparent; } ::-webkit-scrollbar-thumb:active { background-color: var(--accent); border: 1px solid transparent; } |
ShaggyZEOct 4, 2021 11:08 PM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Oct 5, 2021 7:00 AM
#933
Oct 6, 2021 11:10 AM
#934
Oct 6, 2021 12:17 PM
#935
@epicpunnyname V.L was on earlier and fixed them, meaning your @Shishio-kun Clarity Patch is now breaking them, so just remove it. personally I decided to make mine horizontal. |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Oct 6, 2021 12:19 PM
#936
ShaggyZE said: So just get rid of them for now and just wait to see if someone will make another patch?@epicpunnyname V.L. was on earlier and fixed them, meaning your shishio-kun Clarity Patch is now breaking them, so just remove it, personally I decided to make mine horizontal. |
Oct 6, 2021 12:21 PM
#937
epicpunnyname said: ShaggyZE said: So just get rid of them for now and just wait to see if someone will make another patch?@epicpunnyname V.L. was on earlier and fixed them, meaning your shishio-kun Clarity Patch is now breaking them, so just remove it, personally I decided to make mine horizontal. no, just delete the Clarity Patch at the bottom of your CSS /* CLARITY PATCH */ .list-table .list-table-data .data.genre { position: absolute; margin-top: 60px; margin-left: 80px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em; } .list-table .list-table-data .data.genre a:hover{ color:var(--text-dim-h) !important } .list-table .list-table-data .data.demographic { margin-top: 58px; margin-left: 80px; position: absolute; } .list-table .list-table-data a[href*="&demographic"] { position: absolute; margin-top: -65px; margin-left: 0px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a{ color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a:hover{ color:var(--text-dim-h) !important } |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Oct 6, 2021 12:25 PM
#938
ShaggyZE said: Ok, sorry for misunderstandingepicpunnyname said: ShaggyZE said: @epicpunnyname V.L. was on earlier and fixed them, meaning your shishio-kun Clarity Patch is now breaking them, so just remove it, personally I decided to make mine horizontal. no, just delete the Clarity Patch at the bottom of your CSS /* CLARITY PATCH */ .list-table .list-table-data .data.genre { position: absolute; margin-top: 60px; margin-left: 80px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data .data.genre a{ color: var(--text-dim) !important; font-size: 0.9em; } .list-table .list-table-data .data.genre a:hover{ color:var(--text-dim-h) !important } .list-table .list-table-data .data.demographic { margin-top: 58px; margin-left: 80px; position: absolute; } .list-table .list-table-data a[href*="&demographic"] { position: absolute; margin-top: -65px; margin-left: 0px; text-align: left; color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a{ color: var(--text-dim) !important; } .list-table .list-table-data a[href*="&demographic"] a:hover{ color:var(--text-dim-h) !important } |
Oct 6, 2021 6:55 PM
#939
@ShaggyZE Is there any way to get the code of clarity before patch??? I fixed my genres and demographics and quite liked the look of them. So is there any way to get the code for clarity before this patch?? |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Oct 6, 2021 7:02 PM
#940
@LEGENDS_OF_ANIME I would look at the older versions of Clarity in the Github history https://github.com/ValerioLyndon/MAL-Public-List-Designs/commits/master/Clarity%20Theme/Theme.css This looks like the last one...? https://raw.githubusercontent.com/ValerioLyndon/MAL-Public-List-Designs/c228845d700f46bd2d3434fc6c7ad35d87d9b311/Clarity%20Theme/Theme.css |
Shishio-kunOct 6, 2021 7:09 PM
Oct 6, 2021 7:05 PM
#941
Shishio-kun said: @LEGENDS_OF_ANIME I would look at the older versions of Clarity in the Github history https://github.com/ValerioLyndon/MAL-Public-List-Designs/commits/master/Clarity%20Theme/Theme.css You probably want 25.2 K, thanks. (your new pfp is awesome btw, much better than the pervious one I think) |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Oct 6, 2021 7:10 PM
#942
LEGENDS_OF_ANIME said: Shishio-kun said: @LEGENDS_OF_ANIME I would look at the older versions of Clarity in the Github history https://github.com/ValerioLyndon/MAL-Public-List-Designs/commits/master/Clarity%20Theme/Theme.css You probably want 25.2 K, thanks. (your new pfp is awesome btw, much better than the pervious one I think) Thanks! It's Happy Chaos from Guilty Gear who is That Man if you played it in the past (I think he is? I stopped with story mode 10 years ago lol...) I hope he's good :D btw I think this is the Clarity you want (last one, looks like it) https://raw.githubusercontent.com/ValerioLyndon/MAL-Public-List-Designs/c228845d700f46bd2d3434fc6c7ad35d87d9b311/Clarity%20Theme/Theme.css |
Oct 6, 2021 7:29 PM
#943
Shishio-kun said: LEGENDS_OF_ANIME said: Shishio-kun said: @LEGENDS_OF_ANIME I would look at the older versions of Clarity in the Github history https://github.com/ValerioLyndon/MAL-Public-List-Designs/commits/master/Clarity%20Theme/Theme.css You probably want 25.2 K, thanks. (your new pfp is awesome btw, much better than the pervious one I think) Thanks! It's Happy Chaos from Guilty Gear who is That Man if you played it in the past (I think he is? I stopped with story mode 10 years ago lol...) I hope he's good :D btw I think this is the Clarity you want (last one, looks like it) https://raw.githubusercontent.com/ValerioLyndon/MAL-Public-List-Designs/c228845d700f46bd2d3434fc6c7ad35d87d9b311/Clarity%20Theme/Theme.css Thanks forr helping. I was was finding it too but you got it first. Also, I am learning HTML and CSS right now. And if you have any tips on what I should practice more or anything I would really appreciate if you could tell me. (I dunno why my English suddenly broke) |
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
Oct 6, 2021 8:35 PM
#944
LEGENDS_OF_ANIME said: Shishio-kun said: LEGENDS_OF_ANIME said: Shishio-kun said: @LEGENDS_OF_ANIME I would look at the older versions of Clarity in the Github history https://github.com/ValerioLyndon/MAL-Public-List-Designs/commits/master/Clarity%20Theme/Theme.css You probably want 25.2 K, thanks. (your new pfp is awesome btw, much better than the pervious one I think) Thanks! It's Happy Chaos from Guilty Gear who is That Man if you played it in the past (I think he is? I stopped with story mode 10 years ago lol...) I hope he's good :D btw I think this is the Clarity you want (last one, looks like it) https://raw.githubusercontent.com/ValerioLyndon/MAL-Public-List-Designs/c228845d700f46bd2d3434fc6c7ad35d87d9b311/Clarity%20Theme/Theme.css Thanks forr helping. I was was finding it too but you got it first. Also, I am learning HTML and CSS right now. And if you have any tips on what I should practice more or anything I would really appreciate if you could tell me. (I dunno why my English suddenly broke) Definitely see the whole video and be able to design a layout in full. I think being able to do that would give you good fundamentals and imagination. https://myanimelist.net/forum/?topicid=1788327 Then go to W3schools and look at the tutorials there in a large variety of skills including HTML and CSS, really really good site with free tutorials and examples which make everything clear. https://www.w3schools.com/ W3schools was enough to make webpages 10 years ago, not sure about now :/ Try to make some fun things, new layouts, web pages, and enter contests with your skills to have something to show for it so you can stay motivated and progress. I used to make anime webpages for fun, it was cool (but designing websites for people turned me off to the profession). You can show off lists and webpages you design here :D Classes would help more tho, esp since you'd make cool stuff and see some progress. And also look into Drupal and RubyOnRails in the distant future, very useful skills and can make big $$$. My friend designed a gigantic university website with Drupal and made thousands of dollars on that alone iirc. I think he might have made over 10k on that but I don't pry lol. He comes to me and Hahaido for help sometimes, since we have some skills he doesn't. |
Shishio-kunOct 6, 2021 8:42 PM
Oct 7, 2021 9:42 PM
#945
Black_D-44 said: Curve as in round off the edges? Something like this? https://i.imgur.com/s1zyKWw.png #list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } #list-container .data.status { width: 18px !important; background: none !important; border-left: 2px solid rgb(var(--allanime)) !important; border-radius: 20px 0 0 20px; pointer-events: none; } #list-container .data.status.watching, #list-container .data.status.reading { border-color: rgb(var(--watching)) !important; } #list-container .data.status.completed { border-color: rgb(var(--completed)) !important; } #list-container .data.status.onhold { border-color: rgb(var(--onhold)) !important; } #list-container .data.status.dropped { border-color: rgb(var(--dropped)) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: rgb(var(--plantowatch)) !important; } Did you need help with this part of your post? You didn't pose an actual question for me to answer. If you were having trouble with the posted code not working, then it's probably because it was made for someone else's list and has a bunch of tweaks related to their list, primarily the colours. It's helpful to quote the original response you got the code from so I can see the context. You could try this alternate version. .list-item { border-radius: 20px; } #list-container .data.status { /* increase width so that the rounding effect will work */ width: 18px !important; /* remove background and replace it with a left-border so that it visually remains the same as before despite us increasing the width */ background: none !important; border-left: 2px solid var(--accent) !important; /* round edges using border-radius */ border-radius: 20px 0 0 20px; /* turn off mouse interaction to avoid any potential issues increasing the width might cause */ pointer-events: none; } /* add back category-specific colours */ #list-container .data.status.watching, #list-container .data.status.reading { border-color: var(--watching) !important; } #list-container .data.status.completed { border-color: var(--completed) !important; } #list-container .data.status.onhold { border-color: var(--onhold) !important; } #list-container .data.status.dropped { border-color: var(--dropped) !important; } #list-container .data.status.plantowatch, #list-container .data.status.plantoread { border-color: var(--plantowatch) !important; } |
Oct 7, 2021 10:12 PM
#946
Neop60 said: regarding the character render part, do u think I can add more then 2 character renders? on each side? You can use a series of background images to layer up characters. Here's some code for that. To add or remove a character, you can copy-paste one of the background lines. Here's the bare-bones code. /* Multiple Character Renders */ #list-container #cover-image-container { width: 100%; background: /* backgrounds listed first are placed "above" later backgrounds */ /* First background */ url(URLHERE) no-repeat right center / contain, /* Second background */ url(URLHERE) no-repeat center center/contain, /* Last background - MAKE SURE THIS LINE ENDS IN A SEMI-COLON, NOT A COMMA */ url(URLHERE) no-repeat left center/contain; } And here's a working example of the code in use. /* Multiple Character Renders */ #list-container #cover-image-container { width: 100%; background: /* backgrounds listed first are placed "above" later backgrounds */ /* First background */ url(https://cdn.donmai.us/original/fd/43/__shanna_fire_emblem_and_2_more_drawn_by_miwabe_sakura__fd432f4023cd2c58bd560c66277f2f2b.png) no-repeat calc(50% + 430px) 0px / auto 530px, /* Second background */ url(https://cdn.donmai.us/original/79/12/__sophia_fire_emblem_and_2_more_drawn_by_urata_asao__7912d7119ab540ab4a92189311b00859.png) no-repeat calc(50% + 300px) 1px / auto 500px, /* Last background - MAKE SURE THIS LINE ENDS IN A SEMI-COLON, NOT A COMMA */ url(https://cdn.donmai.us/original/b7/95/__fjorm_fire_emblem_and_1_more_drawn_by_maeshima_shigeki__b795d0c58df18f7d5cd40f29e19b5b7e.png) no-repeat calc(50% + 160px) 20px / auto 470px; } |
Oct 7, 2021 10:50 PM
#947
Leospars said: How can I get the row to expand as well to prevent the title from over-lapping with the edit - more .data:hover .link.sort{ max-height: 32px; white-space: pre-wrap; text-overflow: none; } The row can expand on hover by simply increasing its height (and z-index, to prevent layering issues). But this will be activated on hover of the row, not hover of the title as that isn't possible. Then a bunch of items need to be re-aligned to the bottom of the element so that they don't overlap with the title. .list-item:hover .list-table-data { --differential: 32px; min-height: calc(64px + var(--differential)); } .list-item:hover .data.title { padding-top: calc(48px + var(--differential)) !important; padding-bottom: 16px !important; } .data.title .link.sort { top: calc(50% - 8px); } .data:hover .link.sort { max-height: 32px; white-space: pre-wrap; text-overflow: none; } .list-table .list-table-data .data.genre { left: 80px; bottom: 1px; margin: 0; } I think that's probably the best you can do if you wish to continue with the simple overflow solution you provided. Personally though, I would recommend using the alternative overflow solution I've given some other people: https://myanimelist.net/forum/?topicid=1723114&show=400#msg59468531 Leospars said: Also I've been usin this for a while now and has been working fine but recently the smaller images appear squashed on hover. /*----------------------- ((Anime, ID_Number)) -----------------------*/ .data.image a[href^="/anime/ID_Number/"]:before{background-image:url(Preview_image) !important} .data.image a[href*="/ID_Number"]::after { background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(Preview_image); background-position: center;background-size: cover;background-repeat: no-repeat;opacity: 1;color: #fff; } .data.image a[href*="/ID_Number"]:hover::after { background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(Preview_image); color: #fff; } /*----------------------- ((Black Clover, 34572)) -----------------------*/ .data.image a[href^="/anime/34572/"]:before{background-image:url(https://i.imgur.com/vd5lehl.png) !important} .data.image a[href*="/34572"]::after { background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(https://i.imgur.com/vd5lehl.png); background-position: center;background-size: cover;background-repeat: no-repeat;opacity: 1;color: transparent; } .data.image a[href*="/34572"]:hover::after { background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(https://i.imgur.com/vd5lehl.png); color: #fff; } I don't quite get what the problem is here, when I visit your list or use this code the images appear normal, hovering or not. If you're still having an issue you'll have to describe it in more detail for me to be able to assist. |
Oct 7, 2021 11:00 PM
#948
Camchop04 said: https://i.imgur.com/JeP7UMn.png So I'm using this code for the premiered/studio section of my list: /*-S-T-A-R-T--------------------*\ | Combine Premier/Studio Sections | \*------------------------------*/ .data.season { width: 120px; height: 32px; margin-top: 8px; -webkit-align-self: flex-start; -moz-align-self: flex-start; align-self: flex-start; } .data.studio { margin-top: 45px !important; margin-left: -120px; -webkit-order: 20; -moz-order: 20; order: 20; } .data.studio:empty:before, .data.licensor:empty:before { content: "Unknown Studio"; display: block; padding: 1px; color: #777; font-size: 10px; line-height: 15px; white-space: pre; } /*------------------------E-N-D-*/ The reason it wasn't centered was to allow room for multiple studios, since it's not possible to detect how many studios are there and centre both the premier and studio in sync. If you wanted them to appear more centered, we can centre it as if it only has one studio. This means that when there are more than one studio it will appear further down than usual. This is unavoidable. There is only so much that styles can do without having further access to the webpage. This is what it may look like if you have few tags and many studios: Here's a preview of how it normally looks and replacement code for you to overwrite the current "Combine Premier" section with (if you choose to use this). /*-S-T-A-R-T--------------------*\ | Combine Premier/Studio Section | \*------------------------------*/ .data.season { width: 120px; height: 32px; margin-top: -28px; } .data.studio { height: 0; padding-top: 16px !important; margin-left: -120px; -webkit-order: 20; -moz-order: 20; order: 20; } .data.studio:empty:before, .data.licensor:empty:before { content: "Unknown Studio"; display: block; padding: 1px; color: #777; font-size: 10px; line-height: 15px; white-space: pre; } /*------------------------E-N-D-*/ |
Oct 7, 2021 11:14 PM
#949
Valerio_Lyndon said: Leospars said: How can I get the row to expand as well to prevent the title from over-lapping with the edit - more .data:hover .link.sort{ max-height: 32px; white-space: pre-wrap; text-overflow: none; } The row can expand on hover by simply increasing its height (and z-index, to prevent layering issues). But this will be activated on hover of the row, not hover of the title as that isn't possible. Then a bunch of items need to be re-aligned to the bottom of the element so that they don't overlap with the title. .list-item:hover .list-table-data { --differential: 32px; min-height: calc(64px + var(--differential)); } .list-item:hover .data.title { padding-top: calc(48px + var(--differential)) !important; padding-bottom: 16px !important; } .data.title .link.sort { top: calc(50% - 8px); } .data:hover .link.sort { max-height: 32px; white-space: pre-wrap; text-overflow: none; } .list-table .list-table-data .data.genre { left: 80px; bottom: 1px; margin: 0; } I think that's probably the best you can do if you wish to continue with the simple overflow solution you provided. Personally though, I would recommend using the alternative overflow solution I've given some other people: https://myanimelist.net/forum/?topicid=1723114&show=400#msg59468531 Leospars said: Also I've been usin this for a while now and has been working fine but recently the smaller images appear squashed on hover. I don't quite get what the problem is here, when I visit your list or use this code the images appear normal, hovering or not. If you're still having an issue you'll have to describe it in more detail for me to be able to assist. Thanks for the solutions to the overflow. Also oval images is no longer a problem, not sure what caused it at the time but it's fine now. |
LeosparsOct 9, 2021 12:42 AM
Oct 7, 2021 11:26 PM
#950
Valerio_Lyndon said: Here's a preview of how it normally looks and replacement code for you to overwrite the current "Combine Premier" section with (if you choose to use this). /*-S-T-A-R-T--------------------*\ | Combine Premier/Studio Section | \*------------------------------*/ .data.season { width: 120px; height: 32px; margin-top: -28px; } .data.studio { height: 0; padding-top: 16px !important; margin-left: -120px; -webkit-order: 20; -moz-order: 20; order: 20; } .data.studio:empty:before, .data.licensor:empty:before { content: "Unknown Studio"; display: block; padding: 1px; color: #777; font-size: 10px; line-height: 15px; white-space: pre; } /*------------------------E-N-D-*/ Can you tell me why it's not working for my list? I think it may be because I use the list table zooming on hover. But I don't know how I can fix it. I kept the code added to the bottom of my list. So......... If you could help me a bit.......... [List CSS] Also if you could tell me how to make the "|" devider the same color too. I can't find it's selector. |
Legends_of_animeOct 7, 2021 11:32 PM
StoryGraph x Spotify x Instagram “Whether we die or not isn't really that big a deal." — Suzuya Juuzou |
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 |