Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 145 146 [147] 148 149 » ... Last »
Dec 21, 2021 11:37 AM

Offline
Jul 2020
735
Shishio-kun said:
triplepsycho said:

Alright, so I was able to finally create an Imgur account, but it still doesn't work.

I tried these:
https://imgur.com/m0IpaXn
https://imgur.com/BNZicCj
https://imgur.com/cVIuna4

The first one is a PNG file, and the other two are JPG files.


What part of the code are you trying to change, like post the lines of code


This is the code I was trying to change, though I've also tried it with other parts of the code without any success.




"Truth is always a cruel thing."

Dec 21, 2021 11:49 AM

Online
Feb 2010
13544
triplepsycho said:
Shishio-kun said:


What part of the code are you trying to change, like post the lines of code


This is the code I was trying to change, though I've also tried it with other parts of the code without any success.


You don't have a custom layout, you said you were using Grid Style 4 but its not on either list so the codes probably won't work for the default

Anyways you need to change the background codes as I do in the video after you install the layout

https://myanimelist.net/forum/?topicid=1640096
see the video, install the layout fresh, it'll show up on your list, then change the background image as I did in the video.

And those type of image links also don't work. You need to use the image links as I do in the video

https://imgur.com/m0IpaXn.png
etc, not
https://imgur.com/m0IpaXn
Dec 21, 2021 11:52 AM

Offline
Jul 2020
735
Shishio-kun said:
triplepsycho said:


This is the code I was trying to change, though I've also tried it with other parts of the code without any success.


You don't have a custom layout, you said you were using Grid Style 4 but its not on either list so the codes probably won't work for the default

Anyways you need to change the background codes as I do in the video after you install the layout

https://myanimelist.net/forum/?topicid=1640096
see the video, install the layout fresh, it'll show up on your list, then change the background image as I did in the video.

And those type of image links also don't work. You need to use the image links as I do in the video

https://imgur.com/m0IpaXn.png
etc, not
https://imgur.com/m0IpaXn

Adding .png to the end of the link solved the problem, thank you :D




"Truth is always a cruel thing."

Dec 23, 2021 11:47 PM

Offline
Apr 2014
4402
How to get rid of the PV/video icon in the anime list?
I'm using this code
.icon-watch, .icon-watch-pv {
display: none !important;}
and it's not working anymore. It looks like that the problem occur just today because yesterday everything was still ok. Maybe, some bug?
真姫ちゃん! 何が好き? トマト よりも あ・な・た♡
Dec 24, 2021 12:21 AM

Offline
May 2010
1266
AkeZZZ said:
How to get rid of the PV/video icon in the anime list?
I'm using this code
.icon-watch, .icon-watch-pv {
display: none !important;}
and it's not working anymore. It looks like that the problem occur just today because yesterday everything was still ok. Maybe, some bug?

it's not a bug, inspecting the element shows that the selector name is different now, so they are just updating code and changing an icon again.
.malicon, .icon-watch2 {
    display:none !important;
}
ShaggyZEDec 24, 2021 12:39 AM
Dec 24, 2021 12:55 AM

Offline
Apr 2014
4402
ShaggyZE said:
AkeZZZ said:
How to get rid of the PV/video icon in the anime list?
I'm using this code
.icon-watch, .icon-watch-pv {
display: none !important;}
and it's not working anymore. It looks like that the problem occur just today because yesterday everything was still ok. Maybe, some bug?

it's not a bug, inspecting the element shows that the selector name is different now, so they are just updating code and changing an icon again.
.malicon, .icon-watch2 {
    display:none !important;
}


Thanks a lot, yeah... the icon seemed to be different than before.
真姫ちゃん! 何が好き? トマト よりも あ・な・た♡
Dec 24, 2021 8:13 AM
Offline
Jul 2021
4
I saw a my friend's list that showed scores and synopsis like this when hovered over and I found it very helpful. Can you show me the code to make like this.
Dec 24, 2021 8:54 AM

Online
Feb 2010
13544
Nyannnn said:
I saw a my friend's list that showed scores and synopsis like this when hovered over and I found it very helpful. Can you show me the code to make like this.


Depends on the layout, but probably from the bottom of this post (all topics on customization on this page)

https://myanimelist.net/forum/?topicid=1499059#msg63378290
Dec 24, 2021 10:19 AM

Offline
May 2010
1266
Nyannnn said:
I saw a my friend's list that showed scores and synopsis like this when hovered over and I found it very helpful. Can you show me the code to make like this.

that's the clarity layout, and they custom made that particular mal score + alt title + pop rank + synopsis as it doesn't look like any of the examples we've made for clarity or the tools for generating them, but you can use V.L/BurtJelly's bookmarklet to create the css file https://myanimelist.net/forum/?topicid=1905478 or my scraper https://myanimelist.net/forum/?topicid=1938559 but if you want that particular one you'll need to view their source code to find the hover code that's going to look similar to this .list-table .list-table-data:hover .data.tags:after or share what their username is so we can share it with you.

Edit: nevermind you only had 7 friends so was easy to see it was jery_js
you'd just need to create 4 file's for (technically it can all be put into one, but I won't go into that) Anime/Managa Synopsis and Score css files since your lists aren't identical obviously, he used V.L's/BurntJelly's and you can use the same Template with it or my program, whatever works best for you. (though mine does rank and the actual popularity rank)
@\import "https://jeryjs.github.io/Hosting/Anime-Synopsis.css";
@\import "https://jeryjs.github.io/Hosting/Anime-Score.css";

/*------------------------------*\
|  Anime/Manga-Score    |
\*------------------------------*/
.data.image a:after {
  z-index: 5;
  color: var(--text) !important;
  position: absolute;
  padding: 4px !important;
  border-radius: 40px 40px 100px 100px !important;
  background: black;
  margin-left: 100px;
  left: -85px;
  top: 46px;
  visibility: hidden;
  opacity: 1 !important;
  height: auto !important; 
  width: auto !important;
  font: inherit !important;
}

/*------------------------------*\
|  Anime/Manga-Synopsis    |
\*------------------------------*/
.list-table .list-table-data:hover .data.title .link:before{
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
  position: fixed;
  color: var(--text);
	text-shadow: none !important;
  right: 0.5%;
	width: 40%;
	height: auto;
  top: 0.5%;
	white-space: pre-wrap;
	overflow: auto;
  font-family: arial !important;
	font-size: 12px;
	border: var(--text) 2px groove;
	border-radius: 20px;
	padding: 1%;
	background-color: var(--bg);
	opacity: 0.9;
	z-index:100;
	transition: all .3s ease-in-out !important;
}
.list-table .list-table-data:hover .data.title .link:hover{z-index:101;}
ShaggyZEDec 24, 2021 11:47 AM
Dec 25, 2021 6:18 AM
Offline
Jul 2021
4
Nyannnn said:
I saw a my friend's list that showed scores and synopsis like this when hovered over and I found it very helpful. Can you show me the code to make like this.

that's the clarity layout, and they custom made that particular mal score + alt title + pop rank + synopsis as it doesn't look like any of the examples we've made for clarity or the tools for generating them, but you can use V.L/BurtJelly's bookmarklet to create the css file https://myanimelist.net/forum/?topicid=1905478 or my scraper https://myanimelist.net/forum/?topicid=1938559 but if you want that particular one you'll need to view their source code to find the hover code that's going to look similar to this .list-table .list-table-data:hover .data.tags:after or share what their username is so we can share it with you.

Edit: nevermind you only had 7 friends so was easy to see it was jery_js
you'd just need to create 4 file's for (technically it can all be put into one, but I won't go into that) Anime/Managa Synopsis and Score css files since your lists aren't identical obviously, he used V.L's/BurntJelly's and you can use the same Template with it or my program, whatever works best for you. (though mine does rank and the actual popularity rank)
@\import "https://jeryjs.github.io/Hosting/Anime-Synopsis.css";
@\import "https://jeryjs.github.io/Hosting/Anime-Score.css";

/*------------------------------*\
|  Anime/Manga-Score    |
\*------------------------------*/
.data.image a:after {
  z-index: 5;
  color: var(--text) !important;
  position: absolute;
  padding: 4px !important;
  border-radius: 40px 40px 100px 100px !important;
  background: black;
  margin-left: 100px;
  left: -85px;
  top: 46px;
  visibility: hidden;
  opacity: 1 !important;
  height: auto !important; 
  width: auto !important;
  font: inherit !important;
}

/*------------------------------*\
|  Anime/Manga-Synopsis    |
\*------------------------------*/
.list-table .list-table-data:hover .data.title .link:before{
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
  position: fixed;
  color: var(--text);
	text-shadow: none !important;
  right: 0.5%;
	width: 40%;
	height: auto;
  top: 0.5%;
	white-space: pre-wrap;
	overflow: auto;
  font-family: arial !important;
	font-size: 12px;
	border: var(--text) 2px groove;
	border-radius: 20px;
	padding: 1%;
	background-color: var(--bg);
	opacity: 0.9;
	z-index:100;
	transition: all .3s ease-in-out !important;
}
.list-table .list-table-data:hover .data.title .link:hover{z-index:101;}

Thanks for your help.I was able to make it show mal score and popularity rank. Summary not showing up maybe because my english is not good so I missed something but now i don't need it anymore.

Dec 29, 2021 8:11 PM

Offline
Dec 2019
3531
I'm working on a javascript/jquery script that will auto scroll back and forth the favs rows in profiles when they have 11 or more favs in a row.

Ok, so so far I've tried multiple numbers and none of them really worked, as I could not really find a pattern to do a specific math calculus that would always work for any amount of favorites in the profile favorites rows.



Basically this works perfectly for rows with 20 favs on it
$("div.fav-slide-outer").animate({ scrollLeft: 756 }, 5000); //go right
$("div.fav-slide-outer").animate({ scrollLeft: -756 }, 5000); //go back to left


The problem is for users with like only 11 favs, the script goes way too far to the right, showing a lot of... nothing... just a huge white space.

At first I thought that MAL did not code the profile favorites right, since the pixels for css width is all over the place and non really sense making... Although after studying it for a while I think they probably did not commit any mistakes, they just coded it in a weird way.
Anyway...

I've already tried to do a foreach loop and calculate the length of total "ul >li" elements on each row, and from that do a calculus, since every 11 fav half of it is shown upon profile loading, I only need to change 756 to 50 and that works perfectly for a row with only 11 favs, and basically for every other fav I have to run the same script again but change 50 to 80, so technically I always need to run the script once with the value 50, then run it again a couple times with the value of 80 (or something around 80).



I could not find any smart and really practical and short way to auto scroll the profile favs (when they have more than 10 favs) anywhere on the internet.

I think I might have to use a switch case or something like it, to make it work, but I would like to make this part of my script as short as possible, and a switch case stament with the proper scrollLeft values for 11,12,13,14,15,16,17,18,19,20 favs in the row will be much more than 40 lines of JS/Jquery code.

Here are a couple profiles that I've been testing this script on
https://myanimelist.net/profile/dipItFoo
https://myanimelist.net/profile/Atmogenic
https://myanimelist.net/profile/VSMEGA
https://myanimelist.net/profile/Jzcob
https://myanimelist.net/profile/CareBear
https://myanimelist.net/profile/Kunii
https://myanimelist.net/profile/anime-prime

If you want to find profiles with specific amount of favs in any favs row, use this simple google dork I've made, just change the number 12 to other number
"Anime (12)" site:myanimelist.net/profile/
hacker09Dec 29, 2021 8:17 PM
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jan 1, 2022 8:13 AM

Offline
Jul 2020
42
This is not exactly a broken layout/layout not working issue, i need help with changing something about the layout itself...
I have the one i want to change active as my list right now, so you can check it from my profile. On the banners that appear when you take each status i have included the title of the status on the image, but the layout has also listed them as text(all anime, completed, etc.), i was wondering if someone could tell me how to remove this text...



Only the ones ready to die should kill.
Jan 3, 2022 2:27 AM
平沢唯

Offline
Dec 2016
2206
Ph5YCh0 said:
This is not exactly a broken layout/layout not working issue, i need help with changing something about the layout itself...
I have the one i want to change active as my list right now, so you can check it from my profile. On the banners that appear when you take each status i have included the title of the status on the image, but the layout has also listed them as text(all anime, completed, etc.), i was wondering if someone could tell me how to remove this text...

I believe this could be solved by following the Inspect Element tutorial. All you need to do is add "font-size: 0;" to the relevant areas. But basically this is the code you would need, for both the small preview images and the larger banner images:
/* Large banner images */
.list-unit .list-status-title .text {
	font-size: 0;
}

/* Small preview images */
.status-menu-container .status-menu .status-button {
	font-size :0;
}
Jan 3, 2022 4:51 AM
Offline
Aug 2021
2
Hello! I want to move the "content-status" element next to the "data.type" element. By only changing the position of the "content-status" element, when the "data.type" element differs from "TV", the "content_status" element overlaps with the "data.type" element, like this:

(if it's hard to see, the dash is overlapping with the "A" in "ONA".)
If i just move the "content-status" element left, I'm going to have a bit of space inbetween of the two elements, and i don't like that.
How can i make it so the "content-status" element's position is always a set amount of pixels left from the end of the "data.type" element?
Thanks in advance!
I'm using Google Chrome.
Here is all of my custom CSS:
Jan 3, 2022 7:43 AM
Offline
Jul 2018
559035
My GRID-STYLE LAYOUTS is taking too long to load.

I don't know how to change "SpaceCowboy" and
"DateYutaka" to your MyAnimeList
Jan 3, 2022 2:51 PM

Offline
May 2010
1266
ThatAlphaPigeon said:
Hello! I want to move the "content-status" element next to the "data.type" element. By only changing the position of the "content-status" element, when the "data.type" element differs from "TV", the "content_status" element overlaps with the "data.type" element, like this:

(if it's hard to see, the dash is overlapping with the "A" in "ONA".)
If i just move the "content-status" element left, I'm going to have a bit of space inbetween of the two elements, and i don't like that.
How can i make it so the "content-status" element's position is always a set amount of pixels left from the end of the "data.type" element?
Thanks in advance!
I'm using Google Chrome.

you could compromise and just make the gab bigger so it's less noticeable
.content-status, .rewatching, .rereading {
  position:absolute;
  top:0;
  left:75px;
  color: var(--text-dim) !important;
  font-size: 10px !important;
}

.content-status:before, .rewatching:before, .rereading:before { content: "[" }
.content-status:after, .rewatching:after, .rereading:after { content: "]" }



@MonstroSemNome sure you do, you're just a little confused about what that means, just change
@\import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/dataimagelinkbefore";
@\import "https://malscraper.azurewebsites.net/covers/manga/DateYutaka/presets/dataimagelinkbefore";

or whatever it looks like on your layout to (i can't tell since you switched back to default)
@\import "https://malscraper.azurewebsites.net/covers/anime/MonstroSemNome/presets/dataimagelinkbefore";
@\import "https://malscraper.azurewebsites.net/covers/manga/MonstroSemNome/presets/dataimagelinkbefore";
using your keyboard and mouse.
you're literally just changing the username and you can use auto as well.

it could also be your background images slowing it down so you could use ezgif.com to optimize your images.
ShaggyZEJan 4, 2022 11:25 AM
Jan 4, 2022 6:46 AM

Offline
Jul 2020
42
Valerio_Lyndon said:
Ph5YCh0 said:
This is not exactly a broken layout/layout not working issue, i need help with changing something about the layout itself...
I have the one i want to change active as my list right now, so you can check it from my profile. On the banners that appear when you take each status i have included the title of the status on the image, but the layout has also listed them as text(all anime, completed, etc.), i was wondering if someone could tell me how to remove this text...

I believe this could be solved by following the Inspect Element tutorial. All you need to do is add "font-size: 0;" to the relevant areas. But basically this is the code you would need, for both the small preview images and the larger banner images:
/* Large banner images */
.list-unit .list-status-title .text {
	font-size: 0;
}

/* Small preview images */
.status-menu-container .status-menu .status-button {
	font-size :0;
}


Thanks, it worked out!



Only the ones ready to die should kill.
Jan 4, 2022 5:56 PM
Offline
Oct 2019
4
Hello i was customizing my anime list and tried to put two kaguya renders on each side i want them on top of everything and follow u when u scroll down.


this is what i want (code to the left)


this is how it looks like, no kaguya renders :(


only place i see the renders is on the on hold section at the very bottom

----------------------------------------------------------------------------------------------------

so how do i fix this and have the render show up on top all the time and follow when u scroll down?

Jan 8, 2022 7:34 AM
Dreamcatcher

Offline
Aug 2013
2420
Hello! I have a question regarding changing the colour of a studio tag

Currently it looks like this:

/* ========== Colored tags
/* Studios/Producers */
.data.studio a:link {
background: #C82536;
color: black !important }

However some studios like Doga Kobo and Kyoto Animation do not get their colour background changed. How do I fix this?
Jan 8, 2022 9:11 AM

Offline
Jun 2012
407
Hello! I need help fixing cover photos on my anime list. It's been broken for a while now, even before the whole classic/modern list change, so I couldn't tell you what caused it to break or when exactly it happened. I also have very little CSS knowledge so I can't diagnose exactly what's wrong with the code.

It used to work like this. I would hover over the flower image and the cover would pop up on the left side, where it's blank now


I tried solutions from sticky threads, but none of them worked, or maybe I didn't apply them correctly. I tried every import that was suggested and the ones from classic lists "worked" but not as intended. They showed images, but they would pop up in wrong place, like over the title


I'm currently using
@import "https://malscraper.azurewebsites.net/covers/auto/presets/animetitlebefore";
But it's not showing anything when I hover over. However I don't know if the problem is with import or the whole hover feature, since it's something I used to mess around with ages ago and probably broke.

Help would be appreciated. Thanks in advance!
Jan 10, 2022 3:31 PM

Offline
Jul 2016
467
I hope you can get rid of this play icon


Jan 10, 2022 4:37 PM

Offline
May 2010
1266
mutsurhea said:
I hope you can get rid of this play icon

.malicon, .icon-watch2 {
    display:none !important;
}
Jan 11, 2022 2:27 AM

Offline
Jul 2016
467
ShaggyZE said:

.malicon, .icon-watch2 {
    display:none !important;
}
ayye, thx mate.
any other new recent additions i should be aware of?


Jan 11, 2022 2:47 AM

Online
Feb 2010
13544
Mladen said:
Hello! I need help fixing cover photos on my anime list. It's been broken for a while now, even before the whole classic/modern list change, so I couldn't tell you what caused it to break or when exactly it happened. I also have very little CSS knowledge so I can't diagnose exactly what's wrong with the code.

It used to work like this. I would hover over the flower image and the cover would pop up on the left side, where it's blank now


I tried solutions from sticky threads, but none of them worked, or maybe I didn't apply them correctly. I tried every import that was suggested and the ones from classic lists "worked" but not as intended. They showed images, but they would pop up in wrong place, like over the title


I'm currently using
@import "https://malscraper.azurewebsites.net/covers/auto/presets/animetitlebefore";
But it's not showing anything when I hover over. However I don't know if the problem is with import or the whole hover feature, since it's something I used to mess around with ages ago and probably broke.

Help would be appreciated. Thanks in advance!


That layout is using more:before type CSS for covers, which was rarely used if at all in this group, and the cover imports and Malscraper doesn't use this type today, anyways this is an example:

#more48583:before
{background-image:url(https://cdn.myanimelist.net/images/anime/1988/119437.webp)}

But here's a two part solution

(1) You could generate a CSS with more type from the layout repair topic like you tried before (part B solution 1), this link should make a new one every 24 hours based on your list:
https://malscraper.azurewebsites.net/covers/anime/Mladen/presets/more

(2) and then use Notepad+ and mass-edit it (use the replace feature under search tab) into more:before codes for your list:
https://pastebin.com/raw/SZfdpckh

replace
{
with
:before{
and save the new codes somewhere

(3) then you add it to your layout by pasting it to the bottom or hosting it on dropbox (there's a tutorial for that
https://myanimelist.net/forum/?topicid=1499059#msg63378306).


For now you can use those pastebin codes in your layout and it will fix all the anime but new adds will be missing and require you to start back at (1) and generate new more codes and convert them to more:before


Shishio-kunJan 11, 2022 5:22 AM
Jan 11, 2022 4:39 AM

Offline
May 2010
1266
@Mladen you could also use my tool https://myanimelist.net/forum/?topicid=1938559 or V.L's tool https://myanimelist.net/forum/?topicid=1905478 to generate the CSS by using this template.
#more[ID]:before{background-image:url([IMGURL])}


@mutsurhea I don't think so, not that affect lists anyway.
ShaggyZEJan 11, 2022 4:47 AM
Jan 11, 2022 2:29 PM

Offline
Jun 2012
407
Shishio-kun said:


That layout is using more:before type CSS for covers, which was rarely used if at all in this group, and the cover imports and Malscraper doesn't use this type today, anyways this is an example:

#more48583:before
{background-image:url(https://cdn.myanimelist.net/images/anime/1988/119437.webp)}

But here's a two part solution

(1) You could generate a CSS with more type from the layout repair topic like you tried before (part B solution 1), this link should make a new one every 24 hours based on your list:
https://malscraper.azurewebsites.net/covers/anime/Mladen/presets/more

(2) and then use Notepad+ and mass-edit it (use the replace feature under search tab) into more:before codes for your list:
https://pastebin.com/raw/SZfdpckh

replace
{
with
:before{
and save the new codes somewhere

(3) then you add it to your layout by pasting it to the bottom or hosting it on dropbox (there's a tutorial for that
https://myanimelist.net/forum/?topicid=1499059#msg63378306).


For now you can use those pastebin codes in your layout and it will fix all the anime but new adds will be missing and require you to start back at (1) and generate new more codes and convert them to more:before




ShaggyZE said:
@Mladen you could also use my tool https://myanimelist.net/forum/?topicid=1938559 or V.L's tool https://myanimelist.net/forum/?topicid=1905478 to generate the CSS by using this template.
#more[ID]:before{background-image:url([IMGURL])}


@mutsurhea I don't think so, not that affect lists anyway.


Thank you! This will definitely work. Gonna give it a try :D
Jan 12, 2022 6:45 PM
Offline
Jan 2022
1
Hey, i'm trying to change my fonts across the board and from having followed everything instruction wise i've seen so far, i can't seem to make it work. am i missing something?
Jan 12, 2022 7:02 PM

Offline
May 2010
1266
Geluk said:
Hey, i'm trying to change my fonts across the board and from having followed everything instruction wise i've seen so far, i can't seem to make it work. am i missing something?

you have to change the font-family of the section you wish to change in the original layout code, not just/only the body and you may need to import the font at the top where the other font imports are.
or
you have to apply it to every part of the body using a wildcard like
body * {
  font-family: Maven !important;
}


also if you add this code to the top of your css it should fix your broken icons
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/resources/font-awesome-4.7.0/css/font-awesome-force-legacy.min.css";
ShaggyZEJan 12, 2022 7:11 PM
Jan 13, 2022 6:34 AM
Offline
Mar 2021
41
Im completely new to all this so its super confusing to me. I watched the videos and understand renders and everything so I added the Clarity (DARK, 1 Theme) to my mal and was able to change pictures and everything but do not know how to change the colors under each section right now the All Anime button shows as blue, CW is green, Completed is Blue, On Hold, Yellow, so on so forth how do I change this? Thanks
Jan 13, 2022 3:33 PM

Offline
Mar 2021
110
PLS HELP IM SURE AT LEAST SOMEONE KNOWS!

Is there a way to remove or hide the "more" button on your list with css? I want to remove the "last updated" part because i don't want other users to be able to see when I last updated an anime so I'm searching for either removing that single thing or the whole "more" button
Jan 13, 2022 3:59 PM

Offline
May 2010
1266
aus-_-ten said:
Im completely new to all this so its super confusing to me. I watched the videos and understand renders and everything so I added the Clarity (DARK, 1 Theme) to my mal and was able to change pictures and everything but do not know how to change the colors under each section right now the All Anime button shows as blue, CW is green, Completed is Blue, On Hold, Yellow, so on so forth how do I change this? Thanks

I'm not sure what you're referring to, since your list is still showing as default for me, can you provide an image to explain?
or you can try adding this to the top when you do add custom css again...
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Category-Coloured%20Header%20Text%20Compressed.css";

xrvbert said:
PLS HELP IM SURE AT LEAST SOMEONE KNOWS!

Is there a way to remove or hide the "more" button on your list with css? I want to remove the "last updated" part because i don't want other users to be able to see when I last updated an anime so I'm searching for either removing that single thing or the whole "more" button

you can watch Shishio's inspect element video https://www.youtube.com/watch?v=cTGbVutdqfc and use display:none; or font-size: 0px; but guessing you figured it out since I don't see a More link, also people that know about it can always use the Filter url https://myanimelist.net/animelist/xrvbert?order=5&status=7 to see what was last updated, or your history as it shows when https://myanimelist.net/history/xrvbert/anime
you'd have to set your list to private to prevent that.
ShaggyZEJan 13, 2022 4:06 PM
Jan 13, 2022 4:02 PM

Offline
Mar 2021
110
ShaggyZE said:
aus-_-ten said:
Im completely new to all this so its super confusing to me. I watched the videos and understand renders and everything so I added the Clarity (DARK, 1 Theme) to my mal and was able to change pictures and everything but do not know how to change the colors under each section right now the All Anime button shows as blue, CW is green, Completed is Blue, On Hold, Yellow, so on so forth how do I change this? Thanks

I'm not sure what you're referring to, since your list is still showing as default for me, can you provide an image to explain?
or you can try adding this to the top when you do add custom css again...
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Category-Coloured%20Header%20Text%20Compressed.css";

xrvbert said:
PLS HELP IM SURE AT LEAST SOMEONE KNOWS!

Is there a way to remove or hide the "more" button on your list with css? I want to remove the "last updated" part because i don't want other users to be able to see when I last updated an anime so I'm searching for either removing that single thing or the whole "more" button

you can use display:none; or font-size: 0px; but guessing you figured it out since I don't see a More link, also people that know about it can always use the Filter url https://myanimelist.net/animelist/xrvbert?order=5&status=7 to see you're Last Updated


no, i didn't figure it out, i just use this list style till i find a way to remove it on the actual list style that i use so could you please explain how to do it?
bassvictimJan 13, 2022 4:06 PM
Jan 13, 2022 4:10 PM

Offline
May 2010
1266
@xrvbert @aus-_-ten change your layout to the one you need help with else I can't see what you're talking about or view the code for it, it makes the whole "helping" process alot faster..
Jan 13, 2022 4:16 PM

Offline
Mar 2021
110
ShaggyZE said:
@xrvbert @aus-_-ten change your layout to the one you need help with else I can't see what you're talking about or view the code for it, it makes the whole "helping" process alot faster..


here, i changed my layout to the one i use, now what i need is to remove the last updated part or the whole more button
bassvictimJan 13, 2022 4:35 PM
Jan 13, 2022 4:29 PM

Offline
May 2010
1266
@xrvbert ok, that's just the default layout, but to remove the more link just add this to the custom css
span.more {
    display: none !important;
}
Jan 13, 2022 4:33 PM

Offline
Mar 2021
110
thank you, that's exactly what i needed
Jan 13, 2022 4:40 PM

Offline
Mar 2021
110
@ShaggyZE What about this hyphen (-) next to the "Edit" button, is there a way to remove it?

Jan 13, 2022 5:00 PM

Offline
Jan 2022
1
How to hide the Filter thing and maybe even the Stats thing
I just don't feel like they are needed in my list so I want to remove them
Jan 13, 2022 5:14 PM

Offline
May 2010
1266
xrvbert said:
@ShaggyZE What about this hyphen (-) next to the "Edit" button, is there a way to remove it?


I tried, I know it's the "text" after span.add and within div.add-edit-more, but I'm not good enough with selectors to figure it out, you'll have to ask someone like @Shishio-kun
or if you don't mind loosing the add/edit link you can use
div.add-edit-more {
    display: none !important;
}

test_acc__ said:
How to hide the Filter thing and maybe even the Stats thing
I just don't feel like they are needed in my list so I want to remove them

I find add-edit-more, filters and stats incredibly useful, but...since your list is private I assume you are using the default, but this should work anyway.
span.stats {
    display: none !important;
}

ShaggyZEJan 13, 2022 5:38 PM
Jan 13, 2022 5:20 PM

Offline
Mar 2021
110
@Shishio-kun how to remove the hyphen (-) next to the "Edit" button

Jan 14, 2022 3:12 AM

Online
Feb 2010
13544

@ShaggyZE
@xrvbert

https://myanimelist.net/forum/?topicid=1929120
I mapped out much of the list here already (its missing some parts added since mid 2021) so this would be where to go to find how to control whatever part and you'd remove it with one of these depending on the part
font-size: 0 !important;
display: none !important;
color: transparent !important;

With the dash for example, the codes are under Table and you could use (change the font size as needed)


/* EDIT/ADD, little dash between them, and MORE */
.list-table a.List_LightBox{

font-size: 12px;
}
.list-table .list-table-data .data.title .add-edit-more{
color: transparent;
font-size: 0px;

}
.list-table .list-table-data .data.title .more a{

font-size: 0px;
}
Jan 15, 2022 8:18 PM
Offline
May 2021
2
The code in the spoiler is just the basic code that is pasted in but it always results in this:
https://zippyimage.com/images/2022/01/15/ab107213619307cbb822fab176c197a8.png
The background for each of the sections are purple flame things not a black screen and I'm not sure why it's like this.
Jan 16, 2022 7:46 AM

Online
Feb 2010
13544
@ShaggyZE
Can you break a tie in judges votes for the list design contest, please? We need a winner for Best Theme. This category is for which layout best followed or rather "honored" a particular game or anime theme. Since you are top support for 2021 and work on lists, I think you are a good person we can trust to be unbiased for this

The tie for Best Theme is between:

https://myanimelist.net/animelist/Half_Blood
(he made the entire layout look like the game Hades)

https://myanimelist.net/animelist/imperator-sky
(he used many images from Monogatari)

If you want to break the tie, just let me know who you choose (has to be public)
Jan 16, 2022 7:55 AM

Offline
May 2010
1266
Shishio-kun said:
@ShaggyZE
Can you break a tie in judges votes for the list design contest, please? We need a winner for Best Theme. This category is for which layout best followed or rather "honored" a particular game or anime theme. Since you are top support for 2021 and work on lists, I think you are a good person we can trust to be unbiased for this

The tie for Best Theme is between:

https://myanimelist.net/animelist/Half_Blood
(he made the entire layout look like the game Hades)

https://myanimelist.net/animelist/imperator-sky
(he used many images from Monogatari)

If you want to break the tie, just let me know who you choose (has to be public)

Sure! I feel honored even being asked, and I would like to give it some thought to be fair, but I can't really say that's necessary this year since Half_Blood went way beyond honoring Hades and practically rebuilt the game into his list.
I've never even played the game but could tell from the comparison images how well he did so even though I like Monogatari more..
My vote is for Half_Blood, due to the sheer effort and hard work that went into it.
ShaggyZEJan 16, 2022 8:01 AM
Jan 16, 2022 9:01 AM

Offline
May 2010
1266
@Fadist I was unable to reproduce that problem using that code, try changing --background:none; and --bg:#fff; to --background:#000; and --bg:#000; or you can use a url for background image like
--background: url(https://dl.dropboxusercontent.com/s/cwywdz8jsq8epoz/Ram%20and%20Rem%20by%20Shrezy%20and%20juan-start.jpg);
and make sure you have MAL's cover and background images set to No, but if you switch your layout back to Clarity I can view your code to see what the issue might be.
Jan 16, 2022 9:11 AM

Online
Feb 2010
13544
ShaggyZE said:
Shishio-kun said:
@ShaggyZE
Can you break a tie in judges votes for the list design contest, please? We need a winner for Best Theme. This category is for which layout best followed or rather "honored" a particular game or anime theme. Since you are top support for 2021 and work on lists, I think you are a good person we can trust to be unbiased for this

The tie for Best Theme is between:

https://myanimelist.net/animelist/Half_Blood
(he made the entire layout look like the game Hades)

https://myanimelist.net/animelist/imperator-sky
(he used many images from Monogatari)

If you want to break the tie, just let me know who you choose (has to be public)

Sure! I feel honored even being asked, and I would like to give it some thought to be fair, but I can't really say that's necessary this year since Half_Blood went way beyond honoring Hades and practically rebuilt the game into his list.
I've never even played the game but could tell from the comparison images how well he did so even though I like Monogatari more..
My vote is for Half_Blood, due to the sheer effort and hard work that went into it.


Thank you, and well said :D
Jan 17, 2022 12:34 AM
Offline
May 2021
2
@ShaggyZE
It's just something with my laptop. Every public list with that layout has the same purple flame so not sure why. Im just gonna stick with the orig. All g's <3
Jan 19, 2022 2:17 AM
Offline
Jan 2016
1
How do i remove the my anime list logo at the top, or change the color?
And when i hover over the names of the list, they turn blue how do i change them to white, and how do i fix the blue line below the thing that is selected, and the green blue yellow white for the watching, planning to watch, on hold dropped stuff.
Jan 19, 2022 3:13 AM

Offline
May 2010
1266
Partyfosil said:
How do i remove the my anime list logo at the top, or change the color?
And when i hover over the names of the list, they turn blue how do i change them to white, and how do i fix the blue line below the thing that is selected, and the green blue yellow white for the watching, planning to watch, on hold dropped stuff.

.header .header-title {
    display: none !important;
}
a:hover, .list-table .list-table-data .data a:hover {
    color: white !important;
}
td.data.status, .status-button:after {
    visibility: hidden !important;
}

Jan 19, 2022 4:56 PM

Offline
Oct 2021
5
Yo guys help me out. I just got a new ccs design and all my pictures/banners are disappearing. Ccs quick overview code if you even bother:

@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css";
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore";
@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20Compressed.css";

@\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css";
body { --avatar: url(https://i.pinimg.com/originals/18/30/91/1830919aa6f34d18fbf420b1a12c7d6b.jpg); } body { --name: "big\a daddykane"; }body { --character: none; }
body { --banner: url(https://i.imgur.com/AZJE32l.jpeg); }

/*-S-T-A-R-T--------------------*\
| Favourite Hearts (Left) R0.4 |
\*------------------------------*/
.data.tags span{padding:0}.data.tags span a{margin:1px 0}.data.tags span a[href*="=Favorite"],.data.tags span a[href*="=Favourite"]{position:absolute;left:-34px;top:calc(50% - 13px);width:26px;height:26px;padding:0;background:var(--bg);border-radius:50%;color:#ff65ad!important;font-size:0!important;line-height:23px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.2)}.data.tags span a[href*="=Favorite"]:before,.data.tags span a[href*="=Favourite"]:before{content:"♥";font-size:26px}
/*------------------------E-N-D-*/
/*-S-T-A-R-T--------------------*\
| Per-Category Banner Image |
\*------------------------------*/

/* All Anime */
[data-query*='status":7'] { --banner: url(8ACB1711-F8E8-40A0-B755-B7014DAF120C.jpeg); }
/* Watching/Reading */
[data-query*='status":1'] { --banner: url(https://i.imgur.com/AZJE32l.jpeg); }
/* Completed */
[data-query*='status":2'] { --banner: url(ED8A5CAC-0E25-47CF-A10D-B27B55F64F44.jpeg); }
/* Onhold */
[data-query*='status":3'] { --banner: url(55BCC82C-7FE8-4248-9351-14E80ECFA0F9.jpeg); }
/* Dropped */
[data-query*='status":4'] { --banner: url(https://wallpapercave.com/uwp/uwp1888179.jpeg); }
/* Planned */
[data-query*='status":6'] { --banner: url(https://i.pinimg.com/originals/5c/c9/64/5cc964af6a86410bec0c8373fc8ceb2a.jpg); }
/*==============================*\
| Score Descriptors |
\* --- - --- - ---- - --- - --- */

.score-na::before {
content: "Haven't decided";
}

.score-1::before {
content: "Unredeemable";
}

.score-2::before {
content: "Horrid";
}

.score-3::before {
content: "Awful";
}

.score-4::before {
content: "Bad";
}

.score-5::before {
content: "Mediocre";
}

.score-6::before {
content: "Alright";
}

.score-7::before {
content: "Good";
}

.score-8::before {
content: "Great";
}

.score-9::before {
content: "Fantastic";
}

.score-10::before {
content: "Incredible";
}

/* Internals */

.score-label {
position: relative;
display: inline-block;
z-index: 0;
transition: color 0.2s ease;
}

.score-label:hover {
color: #fff !important;
}

.score-label::before {
position: absolute;
top: -4px;
left: -8px;
z-index: -1;
display: block;
padding: 4px 8px 4px calc(100% + 12px);
background: #111;
border-radius: 4px;
opacity: 0;
transition: opacity 0.2s ease;
white-space: pre;
text-align: left;
pointer-events: none;
}

.score-label:hover::before {
opacity: 1;
}


Reply Disabled for Non-Club Members
Pages (159) « First ... « 145 146 [147] 148 149 » ... Last »

More topics from this board

Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )

Shishio-kun - Nov 17, 2023

54 by Shishio-kun »»
5 hours ago

» [CSS- MODERN] ⭐ Minimal Dashboard layout by 5cm ~ Compact and convenient! ( 1 2 3 )

Shishio-kun - Sep 4, 2020

133 by Shishio-kun »»
Dec 2, 10:24 AM

» ⭐Ready to be amazed? View the Bunkasai graphic and list design contest (VOTE YOUR FAVES!)

Shishio-kun - Nov 22

3 by Shishio-kun »»
Nov 28, 9:02 PM

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

65 by F124N »»
Nov 11, 1:31 AM

» ✳️[9-7-24] New even higher quality Cover Imports! + Fixes for Takana Grids and more

Shishio-kun - Sep 7, 2024

37 by Shishio-kun »»
Oct 30, 4:42 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login