Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 150 151 [152] 153 154 » ... Last »
Jul 6, 2022 8:34 AM

Offline
May 2010
1237
ArthurNo1 said:

Help me.ty
.malicon, icon-watch2 {display: none !important}
Jul 7, 2022 8:58 PM
平沢唯

Offline
Dec 2016
2206
wkteo said:
Valerio_Lyndon said:
if you add this code to the bottom of your CSS, it will hide the tag column on all entries except Plan to Watch items, as you requested.

OMG thank u so much!!! only one quick thing, would you know a way to fix how the hover looks with this too? https://i.imgur.com/EqVyeQ1.png

Ah I didn't notice that. Looks like some other code is interfering with the "display" property, so this can be fixed by applying an "!important" statement. Here's what the code looks like with that added:
/* Hide tags on all entries. Also hides genre column as a byproduct */
[width="125"] {
	display: none !important;
}

/* Add tags back to planned entries
also adds back the genre column which was affected by the earlier selector */
[width="125"] ~ [width="125"], /*genre header & cells*/
.header_ptw [width="125"], /*tag header*/
.header_ptw ~ table [width="125"] /*tag cells*/
{
	display: table-cell !important;
}


I like the tag colours you've added!
Jul 7, 2022 11:06 PM

Offline
Aug 2012
87
@Valerio_Lyndon it all works now! Thank u so much for all the help!! <3

ワンダーランズ×ショウタイム
Jul 11, 2022 12:49 AM

Offline
Feb 2010
12650
@ShaggyZE
@Valerio_Lyndon

Thanks for helping them!!! :D
Jul 11, 2022 12:45 PM
Offline
Jul 2021
1
I'm ''BlastBuddyJay'' for my anime list i keep having this random grey bar with the numbers (Watching/completed/...etc) right below it, barely readable
Jul 12, 2022 4:50 AM

Offline
Feb 2010
12650
random photoshop questions

is there a Go backwards shortcut besides alt ctrl F9 or w/e, that's my graphic card shortcut too so I can't use that in Photoshop

had more but forgot, very busy, will google the answer later and might answer my own question
Jul 18, 2022 9:34 AM

Offline
Mar 2020
55
So I tried to remove the privacy widget because it suddenly popped up on my list again. I removed it a long time ago already but now it's there again. I put in the code that was available from the FAQ but the code will disappear again once I save and reload.

Could it be that there is only a maximum number of code space available? I customized a few cover images for some anime so maybe that's the reason why there is no space left?

If there is a solution (preferably one where I can keep the customized cover images) please let me know.
Jul 18, 2022 9:55 AM

Offline
May 2010
1237
frenzleboy said:

If there is a solution (preferably one where I can keep the customized cover images) please let me know.

https://myanimelist.net/forum/?topicid=1911384
Jul 18, 2022 1:14 PM

Offline
Mar 2020
55
ShaggyZE said:
frenzleboy said:

If there is a solution (preferably one where I can keep the customized cover images) please let me know.

https://myanimelist.net/forum/?topicid=1911384


I'll check that out, thank you!
Jul 18, 2022 1:36 PM

Offline
Mar 2020
55
@ShaggyZE Alright everything worked perfectly, thanks again!
Jul 21, 2022 2:35 PM
Offline
Sep 2008
3
Hello guys, I'm posting here for help regarding a theme/style I believe I found posted or referred to on Reddit YEARS ago. Recently something broke, and the CSS referred me to this group. :)

List is myanimelist.net/animelist/Tvingman , and the full code would be this:

/* BACKGROUND IMAGE This is the main background image for the whole page. Change the image link to the background you want!

If you're not seeing a background, make sure you are copied the entire CSS code or added any new background image codes correctly. Also your image link may be broken, try uploading a new background then! */

body { background-image: url(http://i.imgur.com/Bkz9Yjz.jpg); background-attachment: fixed;wn.jpg }

/* http://i.imgur.com/7Fa1kRK.jpg - Rin & Archer on rooftop
http://i.imgur.com/Bkz9Yjz.jpg - Saber in sunset */

/* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). if you don't want a solid color there, go to the line that starts with background-color and replace it the color type (blue for example) with the word "transparent" (no quotations). */

.header_title { background-color:transparent; color:yellow; font-family:english111 vivace bt; font-size:48px; }

/* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */

.table_header { background-color:black; }

/* ANIME/MANGA TITLE FONTS This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc. */

.animetitle, .animetitle:visited { color:yellow; font-family:english111 vivace bt; font-size:20px; }

/* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */

.td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-family:Lucida Grande; }

/* LIST WIDTH Use this to increase the width of your list! */
list_surround {

width:950px; }

/* REPOSITION MAIN BACKGROUND Change the position your background starts on your screen from with the two properties after "background-position" below.

You replace 'center' and '43%' with two other properties, they can be any of the following: left, top, bottom, right, or center.

So if you want your background to start from the center of the screen, use "center center" after background-position in the code below, replacing "center 43%". If you want it to start from the top and left, use "top left" If you want it to start from the top and center, use "top center". If you want it to start from the right and top, use "right top" If you want it to start from the right and bottom, use "right bottom" and so forth...

Additionally, you can change "left" to a % to determine how far left or right the background starts from. For example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout. You can also change top to a % to change the amount you want to start it from the top or bottom. */

body{ background-position: center 43%;}

/*OTHER CODES Important codes for the layout's setup. Don't mess with these unless you know exactly what you're doing. If you want to customize more on the page, use the link at the top of this CSS, or ask in my club! */

body { font-weight: light; background-repeat: no-repeat; background-color: black; }
list_surround {

margin:auto; background-image:url(); } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:red; text-decoration:underline; } .category_totals, .td1, .td2,
grand_totals,
copyright {

background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); border-width:0; padding:2px; }

.category_totals:HOVER, .td1:HOVER, .td2:HOVER,
grand_totals:HOVER,
copyright:HOVER {background-color:black;

border-width:0; padding:2px; }
copyright:after {

content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info."; } .status_selected { background-color:black; padding:2px; color:white; text-decoration: blink; } .status_not_selected { background-color:black; padding:2px; color:white; } .status_selected a{ color:cyan; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { height:52px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; }
copyright, #grand_totals {

text-align: center; margin:0 auto; } /* Will round the headers */ .header_title{ border-radius: 25px 25px 0px 0px; }
list_surround {

position: absolute !important; right: 350px !important;} /* CURRENTLY WATCHING/READING LINK AREA */ .status_selected a, .status_not_selected a { display: none; } body { background-size: cover; }

As you see, the background for the shows themselves is now a solid blue, hiding the background image, whereas they used to be alternating lines of shades of gray with high degree of transparency.
I'm too clueless to figure out what to change/repair so I figured I'd post here for advice!
Jul 24, 2022 5:10 AM

Offline
Jul 2022
109
Yo... So... I'm kinda new here... And sorry if this was asked before... But you know... 250 page... Anyway...

Can i add a background image for my profile page...!?


"**** Yourself" - Frieren






Jul 25, 2022 7:04 AM

Offline
May 2010
1237
PwnZ said:
Yo... So... I'm kinda new here... And sorry if this was asked before... But you know... 250 page... Anyway...

Can i add a background image for my profile page...!?

no, not the whole page or not for everyone to see, you can choose themes for the new about me, each has a different background.
https://mxj.myanimelist.net/about-me/?utm_source=MAL&utm_medium=profile_link_about-me

or with the classic, you can post images using bbcode..and split them for links/youtube videos to go in-between.
https://myanimelist.net/forum/?topicid=1761000

and you can choose a custom one only you can see with stylish.
http://myanimelist.net/forum/?topicid=1383061
Jul 25, 2022 11:14 AM
Offline
Jul 2018
561910
hello!

There was a theme I used a couplpe months back but I stopped using it because the info like score/progress etc. wasn't aligned correctly...

I wonder how to fix this
Jul 25, 2022 10:42 PM
平沢唯

Offline
Dec 2016
2206
MooneKnight said:
hello!

There was a theme I used a couplpe months back but I stopped using it because the info like score/progress etc. wasn't aligned correctly...

I wonder how to fix this

Positioning can generally be fixed with either "margin" rules or various other positioning rules (top, left, right, bottom). These would have to be applied to the correct section of the CSS. If you have a link to the theme or the theme CSS I could probably provide a fix here.
Jul 25, 2022 10:50 PM
平沢唯

Offline
Dec 2016
2206
Tvingman said:
Hello guys, I'm posting here for help regarding a theme/style I believe I found posted or referred to on Reddit YEARS ago. Recently something broke, and the CSS referred me to this group. :)

As you see, the background for the shows themselves is now a solid blue, hiding the background image, whereas they used to be alternating lines of shades of gray with high degree of transparency.
I'm too clueless to figure out what to change/repair so I figured I'd post here for advice!

I don't have much time so I'm kind of slap-dashing this post but it's been a few days so I just want to respond either way. If it's a matter of row backgrounds, that should be a relatively easy fix. The only trouble is getting it to match what you had before. I looked through the club (not extensively though) and didn't see the exact theme so I can't be sure of how it looked before, but you could get it close since you remember how it was.

Here's some CSS which you could add to the bottom of what you already have. Code for the backgrounds:
/* Row Backgrounds 1 */
.td1 { background: rgba(60,60,60,0.5); }
/* Row Backgrounds 2 */
.td2 { background: rgba(40,40,40,0.4); }

And here's code for when the mouse hovers over them:
/* Row Backgrounds 1 on hover */
.td1:hover { background: rgba(40,40,40,0.8); }
/* Row Backgrounds 2 on hover */
.td2:hover { background: rgba(20,20,20,0.7); }


For the colour, use a color picker:
And replace the "rgba()" sections with the new colour you've acquired from the color picker.

And just in case, here is what I am seeing on your list. Just to make sure we're talking about the same theme.
Jul 26, 2022 3:23 PM
Offline
Sep 2008
3
Valerio_Lyndon said:

I don't have much time so I'm kind of slap-dashing this post but it's been a few days so I just want to respond either way. If it's a matter of row backgrounds, that should be a relatively easy fix. The only trouble is getting it to match what you had before. I looked through the club (not extensively though) and didn't see the exact theme so I can't be sure of how it looked before, but you could get it close since you remember how it was.

Here's some CSS which you could add to the bottom of what you already have. Code for the backgrounds:
/* Row Backgrounds 1 */
.td1 { background: rgba(60,60,60,0.5); }
/* Row Backgrounds 2 */
.td2 { background: rgba(40,40,40,0.4); }

And here's code for when the mouse hovers over them:
/* Row Backgrounds 1 on hover */
.td1:hover { background: rgba(40,40,40,0.8); }
/* Row Backgrounds 2 on hover */
.td2:hover { background: rgba(20,20,20,0.7); }


For the colour, use a color picker:
And replace the "rgba()" sections with the new colour you've acquired from the color picker.

And just in case, here is what I am seeing on your list. Just to make sure we're talking about the same theme.


Now I'm not sure how to follow up, it must be something with my browser. What you posted is exactly how it used to be, and for a moment now that's how it appeared to me, too. Did it unscrew itself? No, I closed and re-opened the page 10 seconds later and now I get this:

In whatever case, I suppose it rules out the code, so I thank you for the reply.
TvingmanJul 26, 2022 3:28 PM
Jul 26, 2022 11:28 PM
平沢唯

Offline
Dec 2016
2206
Tvingman said:
Valerio_Lyndon said:
And just in case, here is what I am seeing on your list. Just to make sure we're talking about the same theme.
https://i.imgur.com/7xUCAKn.jpeg

Now I'm not sure how to follow up, it must be something with my browser. What you posted is exactly how it used to be, and for a moment now that's how it appeared to me, too. Did it unscrew itself? No, I closed and re-opened the page 10 seconds later and now I get this: https://i.imgur.com/HCV8Y21.png

In whatever case, I suppose it rules out the code, so I thank you for the reply.
Hmm, interesting. Perhaps it was caused by the ImageShack image I can't get to display. After messing with the code for a few minutes my table turned blue as well, but it was the first time it's done that!

If you find the ImageShack code:
background-image:url(http://img15.imageshack.us/img15/228/frame6518.png);

You can try deleting it. Be sure to only delete the code I've displayed here and not any surrounding text, or else some other visuals might change. That should hopefully fix it for good. You can still use the table colour codes I posted if you want, but if this works then you shouldn't need them.
Jul 27, 2022 10:45 AM
Offline
Sep 2008
3
Valerio_Lyndon said:
Hmm, interesting. Perhaps it was caused by the ImageShack image I can't get to display. After messing with the code for a few minutes my table turned blue as well, but it was the first time it's done that!

If you find the ImageShack code:
background-image:url(http://img15.imageshack.us/img15/228/frame6518.png);

You can try deleting it. Be sure to only delete the code I've displayed here and not any surrounding text, or else some other visuals might change. That should hopefully fix it for good. You can still use the table colour codes I posted if you want, but if this works then you shouldn't need them.


That seems to have been it! Phew! Thank you a lot for taking your time and helping me with this issue. A lifesaver you are.
Jul 27, 2022 12:18 PM

Offline
May 2020
85
You know how on normal mal lists there is like a bar on the left of the list, next to the number and image for each anime going all the way down which shows different colours for if you're watching, completed, dropped etc... what code can get rid of this bar?
Jul 27, 2022 1:12 PM

Offline
May 2010
1237
LewisOHH said:
You know how on normal mal lists there is like a bar on the left of the list, next to the number and image for each anime going all the way down which shows different colours for if you're watching, completed, dropped etc... what code can get rid of this bar?

.data.status { display: none !important; }

ShaggyZEJul 27, 2022 1:21 PM
Jul 28, 2022 10:11 AM

Offline
Jan 2018
53
ive been trying to add a custom background to my anime list but whenever i add it it always ends up really zoomed in, how do i make it so its not zoomed in?
Aug 4, 2022 3:53 PM
Offline
Mar 2013
8
nevermind, shagee helped me find it.
nyappersAug 4, 2022 5:00 PM
Aug 4, 2022 4:45 PM

Offline
May 2010
1237
nyappers said:
Do you know where this song is from?

https://voca.ro/1e3QFvYPmzdQ

this is the wrong place to ask so I'll answer in one of your other threads.
ShaggyZEAug 4, 2022 4:53 PM
Aug 6, 2022 10:21 AM

Offline
Feb 2010
12650
Anyone know a 100% certain way to convert SVG files to PSD? it HAS to include the layers after conversion, otherwise it's of no use. Online tips and converters don't seem to actually work for my situation. I have SVG files I'd like to make editable by everyone so they need to be converted to PSD

Also can anyone tell me how Adobe Illustrator compares to Photoshop? It says SVG can be edited in that.. maybe I can save the SVG in AI and convert to PSD there
Aug 7, 2022 4:47 AM
Offline
Apr 2018
8
Hi, I´m finishing my custom anime and manga list, but in the AnimeList I want to put in it a cursor and I haven´t the .cur file. It´s true that I have the .png file but I need the other too , because I´m trying to leave for me the cursor with .cur and for the rest of people who look at my list the cursor with .png. In fact, I have the .cur file because I converted the .png in .cur file but it isn´t sumbit to the internet. And I need to know a web file hosting that allows upload .cur files and copy its link. Could you tell me one site for this?
Aug 7, 2022 8:47 AM
Offline
Apr 2018
8
@ShaggyZE thank you so much!
I already did it and worked.
I´m going to end for custom my anime and manga list soon and I will send it to the forum for see it if anyone want.
Aug 7, 2022 9:29 AM

Offline
Aug 2022
2
When i do any customization it doesn't show it to me
Hi everyone
Aug 7, 2022 9:56 AM

Offline
May 2010
1237
_Kaguya_sama_ said:
When i do any customization it doesn't show it to me

I'd start from the beginning, https://myanimelist.net/forum/?topicid=200323&show=0#msg8047258
make sure you don't have override user list styles checked https://myanimelist.net/editprofile.php?go=listpreferences
Aug 7, 2022 12:53 PM

Offline
Feb 2010
12650
_Kaguya_sama_ said:
When i do any customization it doesn't show it to me


What kind of customization? Also what page are you referring to/how far did you get? (link or screenshot please)
Aug 11, 2022 11:06 AM

Offline
Mar 2016
558
Heya! I'm just curious with how MyAnimeList cache the image.

How much days/week for MAL to refresh and cache (or download on their server temporary) image? I have an idea to make some sort of interactive dynamic profile, but this caching thing is something that held me off 👀


Signature layout designed by myself,
using Microsoft Office PowerPoint and Paint.NET
Aug 20, 2022 2:58 PM

Offline
Feb 2010
12650
nattadasu said:
Heya! I'm just curious with how MyAnimeList cache the image.

How much days/week for MAL to refresh and cache (or download on their server temporary) image? I have an idea to make some sort of interactive dynamic profile, but this caching thing is something that held me off 👀


I haven't tested it in a while, but it seemed to be 2 weeks on average.
Aug 20, 2022 2:59 PM

Offline
Feb 2010
12650
Is there a site beside Userstyles.org where I can post my CSS scripts and users can quickly just install them with one or two clicks when they have the Stylish or Stylus scripts? And with no limits. These sites and extensions have been fucked up in recent years.
Aug 20, 2022 4:27 PM
Offline
Nov 2019
2
Hello !


I apologize in advance for my bad English, I'm French and I'm learning the language ^^

I'm new here and I need your help!
Indeed, I managed to customize my anime roster the way I wanted (I took the base from the 5cm grid template I customized with the anime "Children of the Whales").
I'm happy with the result, it's what I wanted.


However, I noticed that it was not responsive, on phone the appearance remains as it is by default. On a tablet, I don't know, I haven't checked. So I wanted to know how to do it, if there was a setting to make, additional css to add to make it responsive or if it's complicated with the basic model I took.

I send you the link of my anime list as well as the code used to make it clearer for you!

Thank you in advance for your answer ! :)



Here is the link of my anime list :





And here is the CSS code i used to to get this result :



_Orun_Aug 21, 2022 12:27 AM
Aug 20, 2022 8:36 PM

Offline
May 2010
1237
Shishio-kun said:
Is there a site beside Userstyles.org where I can post my CSS scripts and users can quickly just install them with one or two clicks when they have the Stylish or Stylus scripts? And with no limits. These sites and extensions have been fucked up in recent years.

I use https://userstyles.world , stylus actually lets you publish straight from it to userstyles.world
however you can host it anywhere like github or dropbox if you name it whatever.user.css stylus will install it, and check for updates.
which I personally haven't tried since I just use the userstyles.world api
ShaggyZEAug 21, 2022 2:58 AM
Aug 20, 2022 8:43 PM

Offline
May 2010
1237
@_Orun_
nobody needs your CSS so can you delete that wall of text or put it in a spoiler?

you can add these codes for adding CSS that specifically target certain resolutions or landscape/portrait mode.
CSS hacks: Set different coding for each individual resolution and for phones
@media all and (orientation: portrait) {
//code here
}
Aug 21, 2022 12:32 AM
Offline
Nov 2019
2
@ShaggyZE Hello ! Oh I'm really sorry i didnt see that we can put text in a spoiler but it's done ! Ty very much i will look at it and try ! 🙂
Aug 22, 2022 7:36 AM
Offline
Jun 2020
64
Is there anyway to lock the status menu bar? Everytime I scroll down it just goes to the top of the screen but I want it to stay on the bottom. The position is fixed but even then scrolling still moves it. Thanks
Aug 22, 2022 8:41 AM

Offline
May 2010
1237
Kingasian said:
Is there anyway to lock the status menu bar? Everytime I scroll down it just goes to the top of the screen but I want it to stay on the bottom. The position is fixed but even then scrolling still moves it. Thanks
you have duplicate selectors in your code, this isn't the only one I saw, so not only are they canceling each other out, the status menu has top code that literally tells it to move up, change these two
from:
.status-menu-container.fixed {
    position: fixed;
    display: block;
    bottom: 7px !important;
    right: 5px !important;
    top:535px;
}
to
.status-menu-container.fixed {
    position: fixed;
    display: block;
    bottom: 7px !important;
    right: 5px !important;
    top: unset;
}

or remove top from both
.status-menu-container.fixed {
    position: fixed;
    display: block;
    /*top: 0;*/
}
and
.status-menu-container.fixed {
    position: fixed;
    display: block;
    bottom: 7px !important;
    right: 5px !important;
    /*top:535px;*/
}
Aug 22, 2022 8:53 AM
Offline
Jun 2020
64
Thank you man! Another question I have is: Is it possible to change the cover image on hover? I know how to do it with Html and Css, but I'm not sure if it's even possible to get it to change on hover using CSS only since the cover image uses a <img> tag. Thank you again.
Aug 22, 2022 9:45 AM

Offline
May 2010
1237
Kingasian said:
Thank you man! Another question I have is: Is it possible to change the cover image on hover? I know how to do it with Html and Css, but I'm not sure if it's even possible to get it to change on hover using CSS only since the cover image uses a <img> tag. Thank you again.

you'll have to wait for someone better than me to answer as it's probably going to require some trickery like
.cover-block .image-container img:hover {
    visibility: hidden !important;
}
.cover-block .image-container:hover {
    background-image: url(https://image.myanimelist.net/ui/yCHrxjyj0lwjmGEXjAnOyHZXVIArNvh4czN7ZJvtfBg) !important;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: contain;
}
ShaggyZEAug 22, 2022 9:54 AM
Sep 17, 2022 10:53 AM
Offline
Feb 2022
17
How do I display my tickets on my modern about me design for the bunkasai event?
Sep 19, 2022 11:33 AM

Offline
Oct 2020
94
Hi,

After checking the modern themes and doubting cards vs. table I ended up just using the default, but with bigger images and combining start/finish dates in one column to simplify it a bit.

However, when there's no start date or both cells are empty, the layout goes wonky and I'm not sure how to bonk it back into place. No dates can be observe in the PTW (or All Anime beyond 300-ish).

Can someone help me figure this out, please?

Anime list / PTW page

Screenshots


Custom CSS


Thanks, love you.
Sep 21, 2022 1:49 AM
平沢唯

Offline
Dec 2016
2206
Bl-zz said:
Hi,

After checking the modern themes and doubting cards vs. table I ended up just using the default, but with bigger images and combining start/finish dates in one column to simplify it a bit.

However, when there's no start date or both cells are empty, the layout goes wonky and I'm not sure how to bonk it back into place. No dates can be observe in the PTW (or All Anime beyond 300-ish).

Can someone help me figure this out, please?

Anime list / PTW page

Screenshots


Custom CSS


Thanks, love you.

Mixing tables with other displays (e.g "display: flex") is a recipe for jank behaviours, I try to avoid it as much as possible.

Anyway I figured since the problem only happens with empty cells, I'd fill them with some content to see if it fixed it. While it didn't immediately fix the problem, it did help and it's required for the later fixes to work so you'll need to add this code that adds text to empty cells:
.data.started::before, .data.finished::before, .data.airing-started::before, .data.airing-finished::before {
    content: "";
}


I then figured out the second problem which is the "justify-content: end". No idea why it offsets the airing columns like that, but, well, jank. Anyway I didn't see any of the same issues while using "margin" so I would recommend replacing this:
.list-table .list-table-data .data.started, .list-table .list-table-data .data.airing-started {
  justify-content: end;
  border-bottom: 0;
  /*height: 82px;*/
  /*min-height: 82px;*/
  /*max-height: 82px;*/
}

With this new code:
.list-table .list-table-data .data.started, .list-table .list-table-data .data.airing-started {
  border-bottom: 0;
  margin-top: 52px;
  margin-bottom: -52px;
}


With these two fixes it was no longer a problem in my testing.
Valerio_LyndonSep 21, 2022 1:58 AM
Sep 21, 2022 4:24 AM

Offline
Oct 2020
94
Valerio_Lyndon said:

Mixing tables with other displays (e.g "display: flex") is a recipe for jank behaviours, I try to avoid it as much as possible.



With these two fixes it was no longer a problem in my testing.

You're very right about the hackiness of the code. I figured as long as it works for now, it might not need to work if they ever introduce decent themes/customisation or someone fashions up a custom theme that conquers my heart like how you just helped conquer that table. Thanks a bunch!
Sep 27, 2022 7:04 AM

Offline
Aug 2012
87
[classic layout] anyone know what can be done to edit the text from the new "Anime List Notes" update MAL added yesterday? like changing the text size/color only for the notes but nothing else on the list

ワンダーランズ×ショウタイム
Sep 27, 2022 8:11 PM

Offline
Oct 2021
1312
There's a recent update where List Notes are added. I tried enabling the notes but it doesn't show up in the list. Any fix to this?
Sep 27, 2022 10:17 PM
平沢唯

Offline
Dec 2016
2206
Badonkers said:
There's a recent update where List Notes are added. I tried enabling the notes but it doesn't show up in the list. Any fix to this?

The column is not supported by default due to some problems implementing it with the default design. To support the notes in their default location, the anime/manga titles and the anime/manga type have to be top-aligned at all times. Here's the code for that, you can add it to the bottom of your CSS to try it out:
/*-S-T-A-R-T--------------------*\
| Notes Column Support R0.0      |
\*------------------------------*/

.notes {
	display: block;
	padding-bottom: 4px;
}

.notes .text {
	opacity: .7;
}

.notes textarea {
	background: var(--btn-bg);
	border: 1px solid var(--bg-dark);
	outline-color: var(--accent);
	color: var(--text);
}

.data.title {
	height: auto;
}

.data.type,
.data.title {
	top: 0;
	align-self: flex-start;
}

/*------------------------E-N-D-*/


There are other ways to implement the Notes that wouldn't cause the top-aligned titles, but so far I can only think of alternatives with other downsides such as a constant, fixed padding to all entries and a forced scroll on the notes Column. Or perhaps it could be implemented on the far right of the list items?.. The point is, if you can think of somewhere else you want the Notes I may be able to help but it's likely to have caveats.
Sep 27, 2022 10:20 PM
平沢唯

Offline
Dec 2016
2206
wkteo said:
[classic layout] anyone know what can be done to edit the text from the new "Anime List Notes" update MAL added yesterday? like changing the text size/color only for the notes but nothing else on the list

The notes on the classic list can be styled with the selector [id^="noteLinks"]. The text size, colour, and other properties can be changed as per any other element with regular CSS for instance "color", "font-size", and so-forth. Here's an example with a text colour, font size, a background, and some padding.
[id^="noteLinks"] {
	color: #ccf;
	background: #111;
	padding: 5px;
	font-size: 11px;
}
Reply Disabled for Non-Club Members
Pages (159) « First ... « 150 151 [152] 153 154 » ... Last »

More topics from this board

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

381 by KabukiChouNights »»
Sep 13, 10:56 AM

» theme help

threat - Jul 5

5 by Zaryf »»
Aug 21, 5:46 AM

» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )

Valerio_Lyndon - Apr 19, 2018

1261 by KiranaStarr »»
Aug 16, 5:48 PM

» [CSS] ⭐️ Customize your List Cursor + Cursor Fixes

Shishio-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 Lists

YasminaRegina - Jul 25

2 by YasminaRegina »»
Jul 26, 1:02 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login