You can now have Ichigo-sora's list design which won our list design contest! It has a beautiful translucent look to show off the glow of the backgrounds plus a simple, easy to read design. Notes are put in to make it easier to change images out and its based on the Channel style layout, so people familiar with that will have an easy time customizing this one.
5-30-2013 Update: Light text which appears in editing boxes is now fixed and added to the codes below! You can simply recopy the CSS; or if you used and customized the layout before this date you simply need to replace the * under LIST FONT with this #list_surround, #list_surround a
SakuraNatsume said: When we bring up the text box to edit our progress, score, etc, the writing is completely white and I can't see anything. Can I change this?
I'm not seeing where you mean. You mean the box that comes up when you click Edit next to a title? It doesn't come up white for me atm.
SakuraNatsume said: When we bring up the text box to edit our progress, score, etc, the writing is completely white and I can't see anything. Can I change this?
I'm not seeing where you mean. You mean the box that comes up when you click Edit next to a title? It doesn't come up white for me atm.
She means when you click on like the "-" thing where score is and you type in the score; the writing is all white and is hard too see.
SakuraNatsume said: When we bring up the text box to edit our progress, score, etc, the writing is completely white and I can't see anything. Can I change this?
I'm not seeing where you mean. You mean the box that comes up when you click Edit next to a title? It doesn't come up white for me atm.
He means when you click on like the "-" thing where score is and you type in the score; the writing is all white and is hard too see.
Oh ok I see what you mean now thanks a lot!
I wrote this fix code quickly but it works, I tried it with this list and it turned the little box text into black. You'll need to add it to the bottom of your CSS edit box.
Yes that is right, your CSS is correct, and the code is active on your layout from what I can see. I used your current code on my own anime list and when I don't have that code at the end I see the faint text in the box, but when I add the code its black and clear. So I don't see how it can't work for your own list. Maybe when you checked, MAL was lagging as it often does and not showing you your updated CSS. So try seeing if it works on your list now that its been a while since you installed it and see if it works.
If its still not working for you we can change the original CSS so it doesn't use universal selector anymore which is why that particular text is faint.
I'm sorry, but it still doesn't seem to be working for me. Maybe I've done something wrong, but I've checked the code several time and it seems to be right.
Dawwww :( Would be so great if there was a manga version!
I'm noob to this whole css thingy but if I take out the image where it says "my anime list" into photoshop or something and try to rename it into something more relevant like "my manga list" instead. Does it still work out?
XxAkenoxX said: Dawwww :( Would be so great if there was a manga version!
I'm noob to this whole css thingy but if I take out the image where it says "my anime list" into photoshop or something and try to rename it into something more relevant like "my manga list" instead. Does it still work out?
The buttons say currently watching so you'd have to change that too.
SakuraNatsume said: I'm sorry, but it still doesn't seem to be working for me. Maybe I've done something wrong, but I've checked the code several time and it seems to be right.
@media screen and (-webkit-min-device-pixel-ratio:0) {
#copyright {
}
}
.td1 div:last-child *, .td2 div:last-child * {
color: black !important;
}
Ok I'm pretty sure you can use the 5-30-13 update in the top post to fix this issue on your lists now. The main copying code for the layout is fixed with it now too.
Hey, I have a question.
I am trying to create my own lay out, and until now it's pretty well :)
I saw your lay out has those cool category buttons on the left side.
I wondered if you can help me find the part of the code to make that happen.