Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 31 32 [33] 34 35 » ... Last »
Jan 10, 2014 3:28 AM
Offline
May 2011
138
Still need help with the row/row-header thing, if anyone knows what I should do? =P



Insanity lives deep within ourselves
Jan 10, 2014 3:45 AM

Offline
Jan 2012
1578
Be attentive, your problem is already solved
Jan 10, 2014 5:54 AM

Offline
Apr 2013
14
Shishio-kun said:
onyxdaman said:

Yea, i understand but reading the rules and other people's posts i still dont know what im doing wrong when requesting for a list style


Notice everyone who makes a successful request has that red text at the top of their post. Its copied from the last rule. I put it at the end to best ensure ppl actually looked thru them. If you don't have this red text, it shows me you probably won't follow or even read them, and I delete the post without a second thought or even reading it. If you're post was deleted, I didn't see the red text... this text is also to keep the topic organized at the request of designers way back

ah ok, i understand now, thank you
Jan 12, 2014 8:13 AM

Offline
Nov 2011
22
Greetings gentleman/woman, I'm wondering if anyone knows of a way to display the anime airing dates on my list. any help would be greatly appreciated.
Forgive me and my completely stock list style atm.
Thanks in advance!
Jan 12, 2014 11:30 AM

Offline
Feb 2010
12649
danann said:
Greetings gentleman/woman, I'm wondering if anyone knows of a way to display the anime airing dates on my list. any help would be greatly appreciated.
Forgive me and my completely stock list style atm.
Thanks in advance!


It seems it would be easiest to just copy the info from the anime's page (click the anime title for this) and just paste it into the Tags spot by each anime (click Edit in the tags box next to the series). You don't need any special codes or add ons for that plus its takes seconds for each series, and you only have two series not yet aired atm
Jan 12, 2014 11:46 AM

Offline
Nov 2011
22
Copying one by one isn't very practical really, because I intend to have it on all of my titles as an actual informative field.

I know that mal.oko.im fetches this kind of information from all of my titles, as it cross dates/decades and such, so there must be some efficient way to do it (I wonder if through API?).
Jan 12, 2014 1:21 PM

Offline
Apr 2012
181
The only way I think is by making an app/script to decode that info in a custom CSS, adding a new cell to the table of each anime.


I remember someone do something like that but can't remember who exactly...
Jan 12, 2014 1:27 PM

Offline
Feb 2010
12649
hmm well it looks like some ppl generate similar MAL facts for every title on their list (like popularity/ranking) and then import and display it on their list with CSS. Its very hard for someone new to all this to do this on their own. But I guess you could make a request to the MAL CSS generator creators for that option. If it could grab the info from the anime's page where there's starting dates, insert it into content CSS, and make a generated CSS code with that for every title on your list like:

a[href="http://myanimelist.net/anime/9074/Arakawa_Under_the_Bridge_x_Bridge"]:after {
content: "Aired: Oct 4, 2010 to Dec 27, 2010";
}


And you could import it, then you'd get that effect. atm I can't think of another way but manually. And I don't know about aps outside of our own
Jan 12, 2014 1:30 PM

Offline
Feb 2010
12649
al_exs said:
The only way I think is by making an app/script to decode that info in a custom CSS, adding a new cell to the table of each anime.


I remember someone do something like that but can't remember who exactly...


I think I know who you mean, there is a similar effect on DZgenius's list!
http://myanimelist.net/animelist/dzikibambus
Jan 12, 2014 6:45 PM

Offline
Apr 2012
181
Ah, you got it.

Yeap, need to be generated like the covers on a new CSS file. New features for Hahaido's generator(?)
Jan 12, 2014 8:07 PM

Offline
Jan 2012
1578
I can add the feature to the generator. Just describe what exactly should I add? Scores, dates, etc.
Jan 13, 2014 8:18 PM
Offline
Jul 2018
561910
Hi everyone. I'm having trouble making the font of "Anime Title/Score/Type/etc." consistent with the whole list's font. I've been messing with it lately and still haven't found the solution.

Also, how do you guys hide "more", the one located at the right side of the anime name. Thanks!
Jan 13, 2014 8:27 PM

Offline
Jan 2012
1578
Selector for sort links style is .table_headerLink

Following codes can't be used in standart MAL CSS editor. For both, 'more' and 'add'
#list_surround table:nth-of-type(n+4) tbody div small {}

'add' button
#list_surround table:nth-of-type(n+4) tbody small a:first-of-type {}

'more' button
#list_surround table:nth-of-type(n+4) tbody small a:last-of-type {}
Jan 14, 2014 5:50 PM

Offline
Jul 2013
38
Hello, i've got this little problem, when i click all Anime header, all my header pictures pops up.

So how do i fix this if there is any way?

Tiny edit:

Side note: http://i44.tinypic.com/2vb7p0n.png <---- why does this happen
WonderpandaJan 14, 2014 5:57 PM
Ka-pe / Roo-ra
Jan 14, 2014 6:12 PM
Offline
Jul 2018
561910
Hahaido said:
Selector for sort links style is .table_headerLink


I still can't find the source of the problem. I've pretty much set all the font to the custom font. I also removed all other things such as bold/strong/etc.

Here's what my .table_headerLink looks like



Of course, the problem might be inherited from uhm, how do I say it, a code from the top (if that makes sense :| ). But just like what i've said, all is set to FontW. I've inspected the page (using firefox) and when I click "anime title", it says "strong". Maybe that has something to do with it?

Any suggestions? Thanks!
Jan 14, 2014 8:19 PM

Offline
Jan 2012
1578
So you can't set custom font of sort links? I recommend to use .woff font format instead of .ttf
For example, try this:

@font-face {
font-family: 'SAO';
src: url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fonts/SAO.woff) format('woff');
}
Jan 14, 2014 9:25 PM
Offline
Jul 2018
561910
Hey there, I did what you suggested. The font of the sort links is definitely the custom font I set, it's just in "bold" or "strong" form. The font you suggested was also in bold/strong when it comes to the sort links. I guess I have to find out what's causing this.
Jan 14, 2014 9:32 PM

Offline
Jan 2012
1578
You can set font in .table_headerLink only, there is no need to add custom font to .table_headerLink:visited or to others. To set font thickness use this:

font-weight: normal !important;
Jan 14, 2014 9:42 PM

Offline
Jul 2011
341
Hi everyone!
I have a problem with a Premade Layout (thanks for it! :D ), the button "more" is useless, no matter how much I click it, it doesn't show anything.

I've been trying to fix it but since I don't know anything about CSS it's too much for me D:

I hope someone can help me and sorry if it was asked before. My current anime list has this problem, if you need to check it out.

Greetings!
Jan 14, 2014 10:10 PM

Offline
Jan 2012
1578
Icon-style menu that you're using is not compatible with 'more' button
Jan 14, 2014 10:25 PM

Offline
Jan 2012
1578
2-Ronin: I've found the way for you:
Jan 14, 2014 10:40 PM

Offline
Jul 2013
38
Hahaido Could you please look at this?




I know its a mess, its my first try doing the "greater" list codes.
But can you help me with my header issue, i got All Anime in the headers but its not in my code "i think" because when you push all anime it forces my browser to load all the backgrounds from the other headers. so its using unnecessary bandwidth and causes my mobile browser to crash.
Ka-pe / Roo-ra
Jan 14, 2014 10:44 PM
Offline
Jul 2018
561910
Hahaido said:
You can set font in .table_headerLink only, there is no need to add custom font to .table_headerLink:visited or to others. To set font thickness use this:

font-weight: normal !important;


Thanks! it worked... partially. "Anime Title" is still in bold while Score/Type/Progress is already okay.
Jan 14, 2014 11:03 PM

Offline
Jan 2012
1578
You're using wrong selectors. Let's think. You put different backgrounds into each category (current, completed etc.) and when go to 'all' category it loads every background because displays all categories. Use this instead:

2Weakamon: use following code for 'Anime Title' button:

.table_headerLink strong { font-weight: normal !important; }
HahaidoJan 14, 2014 11:18 PM
Jan 14, 2014 11:08 PM

Offline
Jul 2013
38
Hahaido Well the code looks much more clean now, but my backgrounds aren't loading now.
Ka-pe / Roo-ra
Jan 14, 2014 11:19 PM

Offline
Jan 2012
1578
Copy the code from the post above again. I forgot to add something...
Jan 14, 2014 11:22 PM

Offline
Jul 2013
38
Thank you Hahaido.

You are the MAN!

Thanks.
Ka-pe / Roo-ra
Jan 14, 2014 11:59 PM
Offline
Jul 2018
561910
Thanks! It's all okay now :D
Jan 15, 2014 1:48 AM
Offline
Dec 2013
4
Heya, I have a question:
Does MAL support renders as avatars? Or does it only show white instead of transparency?
Jan 15, 2014 7:14 AM

Offline
Feb 2010
12649
Nestala said:
Heya, I have a question:
Does MAL support renders as avatars? Or does it only show white instead of transparency?


I think so but getting them to upload is a pain so its a lot of trouble to test it out to be sure.
Jan 15, 2014 7:24 AM

Offline
Jul 2011
341
Hahaido said:
2-Ronin: I've found the way for you


Thank you very much! =D
Jan 15, 2014 3:36 PM

Offline
Aug 2013
520
Hi!
I would like to ask about how I would do to make it possible to import css from my dropbox :3




Jan 16, 2014 1:08 PM
Offline
Nov 2013
2
Hello Guys!!I am trying to make a picture abou showing my favorite characters in my profile. So i made a spoiler alert and then I put pictures not all yet cause a problem showed.So let's talk about the problem... as you can see in my profile (http://myanimelist.net/profile/FTasosApoGlyf)after pressing the spoiler alert down from Ace.. you will see tha i managed to put some pictures and some links in them(The links of each character to each picture)but a problem showed in Luffy's Link(http://myanimelist.net/character/40/Luffy_Monkey_D.) i did what i did in every other picture (have checked it i did no mistake...)and i dont know why but i cant damn put it..this also happened to ace's link but i removed him from the list cause i got really mad;p So help me as soon as you see it
Jan 16, 2014 1:42 PM

Offline
Jul 2013
381
FTasosApoGlyf said:
Hello Guys!!I am trying to make a picture abou showing my favorite characters in my profile. So i made a spoiler alert and then I put pictures not all yet cause a problem showed.So let's talk about the problem... as you can see in my profile (http://myanimelist.net/profile/FTasosApoGlyf)after pressing the spoiler alert down from Ace.. you will see tha i managed to put some pictures and some links in them(The links of each character to each picture)but a problem showed in Luffy's Link(http://myanimelist.net/character/40/Luffy_Monkey_D.) i did what i did in every other picture (have checked it i did no mistake...)and i dont know why but i cant damn put it..this also happened to ace's link but i removed him from the list cause i got really mad;p So help me as soon as you see it


when putting characters/anime/manga in links it's lways better to copy the link WITHOUT their name. I think the "." at the end of his name is a problem here. So for example if you want to link to Luffy, istead of copying http://myanimelist.net/character/40/Luffy_Monkey_D. copy http://myanimelist.net/character/40
It leads to his page and it won't make problems with the BBCode.
Also, please wait until someone replies to your question before asking it in more than one topic. It can cause confusion.
Oh, and I like the idea for the wanted posters :)
Jan 16, 2014 1:51 PM
Offline
Nov 2013
2
Okaaay Thanks A loot Man!!!!!You are thee beest:D.Ok from now one no double posts;p I actually did it cause i noticed that where i did the question was the wrong place anyway Thanks for liking the idea of mine :D!!
Jan 18, 2014 4:19 AM

Offline
Oct 2012
6
hello I just wanted to tell you that I am having a problem with this layout http://myanimelist.net/forum/?topicid=621875 I've instaled it but then it's somehow static like I can't press anything in the actual list like the edit button or even the anime links , it's really pretty one so i want to use it .. o3o
Jan 18, 2014 5:04 AM

Offline
Jan 2012
1578
Try it again, please
Jan 21, 2014 6:02 PM

Offline
Aug 2013
22
Hi ^^

Is there a way to only change the score column's colour? (with the "Score" header)
I only found this code, but it changes all links's colour and I only want to change the score one :/



Thanks you for you help :)
Adrenaline67Jan 21, 2014 6:07 PM
Jan 22, 2014 8:44 AM

Offline
Jul 2010
93
Adrenaline67 said:
Hi ^^

Is there a way to only change the score column's colour? (with the "Score" header)
I only found this code, but it changes all links's colour and I only want to change the score one :/



Thanks you for you help :)

Try something like:
td[class*=td][width="45"],td[class*=td][width="45"] a,td[class*=td][width="45"] a:visited {color:#f00;}
Jan 22, 2014 9:27 AM

Offline
Aug 2013
22
Exactly was I was looking for :p
Do you have the same code for number, type, progress, tags and storage columns? :o
Btw, your anime list is so gorgeous ! It's the best one I've seen so far. Ouaw !...
I still have to work on mine haha
Thanks again ^^
Jan 22, 2014 3:29 PM

Offline
Apr 2012
181
It's easy with:


.td1:first-of-type, .td2:first-of-type {}---> Number

.td1:nth-of-type(3), .td2:nth-of-type(3), .td1:nth-of-type(3) a, .td2:nth-of-type(3) a {} ---> Score

.td1:nth-of-type(4), .td2:nth-of-type(4) {} ---> Type

.td1:nth-of-type(5), .td2:nth-of-type(5), .td1:nth-of-type(5) a, .td2:nth-of-type(5) a {} ---> Progress

.td1:nth-of-type(6) a, .td2:nth-of-type(6) a {} ---> Tags

.td1:last-of-type, .td2:last-of-type {} ---> Storage


{} means {color: whatevercoloryouwant}

But only for the exact columns you have, if you add/remove columns need to change to match the new layout.
Jan 22, 2014 5:16 PM

Offline
Aug 2013
22
I understand how it works now, thanks both of you !! ^^


Edit : Can we add a custom column? I'd like to make a "fansub" one.
The only idea I have is to add another tag column and rename the header in "Fansub".
I know how to rename the header but I don't know how to add a second tag column :/
Someone can help me?

Here is a screen where I manage to do it, but with Total Days Watched column (completely useless).
http://image.noelshack.com/fichiers/2014/04/1390513360-sans-titre.jpg


Edit 2 : @dzikibambus I tried to do something like your wonderful rainbow hover background, but I failed so much XD
http://image.noelshack.com/fichiers/2014/04/1390526486-sans-kltitre.jpg
Adrenaline67Jan 23, 2014 5:25 PM
Jan 25, 2014 5:14 PM

Offline
Apr 2012
76
Hi!
And how to make this design?
I do not see the code...
Thank you. )
I appreciate your help very much. )
I do not love shounen-ai and yaoi there, where it is not present.
Jan 25, 2014 6:07 PM
SetoMary Fanatic

Offline
Jun 2013
5194
Hello, does anyone know the size of a embedded youtube video for an about me section?
Jan 25, 2014 6:57 PM

Offline
Feb 2010
12649
Zelot said:
Hello, does anyone know the size of a embedded youtube video for an about me section?


pretty sure its 355px high, 425px across
Jan 26, 2014 12:45 AM

Offline
Jul 2010
93
Adrenaline67 said:
I understand how it works now, thanks both of you !! ^^


Edit : Can we add a custom column? I'd like to make a "fansub" one.
The only idea I have is to add another tag column and rename the header in "Fansub".
I know how to rename the header but I don't know how to add a second tag column :/
Someone can help me?

Here is a screen where I manage to do it, but with Total Days Watched column (completely useless).
http://image.noelshack.com/fichiers/2014/04/1390513360-sans-titre.jpg


Edit 2 : @dzikibambus I tried to do something like your wonderful rainbow hover background, but I failed so much XD
http://image.noelshack.com/fichiers/2014/04/1390526486-sans-kltitre.jpg


You cannot exactly add a new column, but as you said you can change existing ones, or add more content to them (that's exactly how I've added score, rank, and popularity to my list). The idea is rather simple, you just need an element that has different id for each of the entries, and add :before or :after pseudo class to it (like #xmenu57:before {content:"8.48 102 191 ";}). That's the theory, in practice there is a lot of problems: positioning, styling in general, making enough space for it, keeping in mind that #xmenu57:before is actually a link... and so on. But the real problem is creating a .css file with all additional information you need and keeping it up to date. I'm using php (omg MAL security), but it's possible to write it by hand, both are somehow problematic...
Or maybe there is a simpler way I've never thought about...

About hover background, there are several ways to make something like you've shown work:
- simplest, but not perfect:
#list_surround table:nth-child(n+5):hover {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);}
#list_surround table[class*="header"]+table,#list_surround table[class*="header"] {background-image:none;}

- little better but with it's own issues:
#list_surround table:nth-child(n+5):hover td[class*="td"] {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);background-attachment:fixed;}

- another way would be to set background position of each of cells individually, but I'm too lazy to create an example.

On the other hand if you want more than two alternating row colours (like on my list), it's a completely different thing:
table:hover:nth-of-type(4n) td[class*=td] {background-color:#333;}
table:hover:nth-of-type(4n+1) td[class*=td] {background-color:#555;}
table:hover:nth-of-type(4n+2) td[class*=td] {background-color:#999;}
table:hover:nth-of-type(4n+3) td[class*=td] {background-color:#ccc;}
and you can change four to any number you want.
Jan 26, 2014 2:18 AM

Offline
Apr 2012
181
_YukariSekai_ said:
Hi!
And how to make this design?
I do not see the code...
Thank you. )
I appreciate your help very much. )


the code: http://dl.dropboxusercontent.com/u/61796201/css/MAL_Designs/alex2/style.css

It's really a mess, with no comments, the top-bar included into the code not imported, and for no Dropped anime, as I have 0.

Also, the columns are:
-Progress
-Score
-Rate
-Type
-Tags
Jan 26, 2014 3:13 AM

Offline
Aug 2013
22
dzikibambus said:

You cannot exactly add a new column, but as you said you can change existing ones, or add more content to them (that's exactly how I've added score, rank, and popularity to my list). The idea is rather simple, you just need an element that has different id for each of the entries, and add :before or :after pseudo class to it (like #xmenu57:before {content:"8.48 102 191 ";}). That's the theory, in practice there is a lot of problems: positioning, styling in general, making enough space for it, keeping in mind that #xmenu57:before is actually a link... and so on. But the real problem is creating a .css file with all additional information you need and keeping it up to date. I'm using php (omg MAL security), but it's possible to write it by hand, both are somehow problematic...
Or maybe there is a simpler way I've never thought about...

About hover background, there are several ways to make something like you've shown work:
- simplest, but not perfect:
#list_surround table:nth-child(n+5):hover {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);}
#list_surround table[class*="header"]+table,#list_surround table[class*="header"] {background-image:none;}

- little better but with it's own issues:
#list_surround table:nth-child(n+5):hover td[class*="td"] {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);background-attachment:fixed;}

- another way would be to set background position of each of cells individually, but I'm too lazy to create an example.

On the other hand if you want more than two alternating row colours (like on my list), it's a completely different thing:
table:hover:nth-of-type(4n) td[class*=td] {background-color:#333;}
table:hover:nth-of-type(4n+1) td[class*=td] {background-color:#555;}
table:hover:nth-of-type(4n+2) td[class*=td] {background-color:#999;}
table:hover:nth-of-type(4n+3) td[class*=td] {background-color:#ccc;}
and you can change four to any number you want.


Thanks for the explanations and for the hover background codes.
Indeed, creating a new column seems complicated :/
I'll look for more informations on google even if I'll most probably drop the idea x)
Once again, I appreciate your help ^^
Adrenaline67Jan 26, 2014 7:00 AM
Jan 30, 2014 3:46 PM

Offline
May 2013
4712
http://i.imgur.com/qY5IKld.jpg

So, I'm basically trying to change the colour of that little white/grey box that shows up whenever I hover over a title. It's the one over "Sword Art Online" in the screenshot. I'm no coder myself, but I've tried changing the majority of the code in my list that could have something to do with colour in order to find it, and I can't seem to find it that way :/
Jan 30, 2014 4:02 PM

Offline
Feb 2010
12649
Dark_Chaos said:
http://i.imgur.com/qY5IKld.jpg

So, I'm basically trying to change the colour of that little white/grey box that shows up whenever I hover over a title. It's the one over "Sword Art Online" in the screenshot. I'm no coder myself, but I've tried changing the majority of the code in my list that could have something to do with colour in order to find it, and I can't seem to find it that way :/


it should be the background color under this (find it by Custom Cursors)
tr:hover [class^="td"]
Reply Disabled for Non-Club Members
Pages (159) « First ... « 31 32 [33] 34 35 » ... 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