Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 64 65 [66] 67 68 » ... Last »
Oct 26, 2015 8:27 AM

Offline
Jul 2015
820
Deago said:
Hello I'm new here and I'm really n00b at editing layouts
First, I don't how to show "add" "edit" options next to anime titles :(
Second, making another version that features "Tags" (for short reviews)
I would appreciate if you can help me

To enable tags, go to this page and check off their box

To show the edit button, remove this text from your CSS:

td:nth-of-type(2) small a {
display: none;
}
td:nth-of-type(2) small {
color: transparent;
}
Oct 26, 2015 3:56 PM

Offline
Jun 2015
2667
Doomcat55 said:
Deago said:
Hello I'm new here and I'm really n00b at editing layouts
First, I don't how to show "add" "edit" options next to anime titles :(
Second, making another version that features "Tags" (for short reviews)
I would appreciate if you can help me

To enable tags, go to this page and check off their box

To show the edit button, remove this text from your CSS:

td:nth-of-type(2) small a {
display: none;
}
td:nth-of-type(2) small {
color: transparent;
}

You're awesome! thank you
Oct 28, 2015 3:03 PM
Offline
Mar 2015
1
I have a question but I don't know where to post it... anyway, why this selector works(#list_surround tab/le:) and this one (#list_surround table:) doesn't go trough the editor?

Thanks!
Oct 28, 2015 5:26 PM

Offline
Apr 2015
287
twitcraft said:
I have a question but I don't know where to post it... anyway, why this selector works(#list_surround tab/le:) and this one (#list_surround table:) doesn't go trough the editor?

Thanks!

I have heard that the CSS box has some problems and one of them is what you mentioned. You can use #list_surround table within imports tho
Oct 30, 2015 3:05 AM
Offline
Aug 2015
6
Hi all, I noticed my list (http://myanimelist.net/animelist/Whom_Are_You) doesn't show up the same on Chrome and Firefox, in that the table isn't aligned right on Chrome.

Also, this cat eye thing keeps popping up which I assume is some Halloween thing, but when it does it causes these weird looking folder icons to appear on my list in Chrome, and the misalignment only started today.

Chrome screenshot here (http://i.imgur.com/Lq1ctXK.png) and Firefox here (http://i.imgur.com/BOtOnkW.png).

Any help would be greatly appreciated, as I suck at CSS and want to avoid doing any further damage.

EDIT: Fixed the alignment, but the cat eyes showing up still causes the weird looking folders.
Whom_Are_YouOct 30, 2015 4:02 AM
Oct 30, 2015 4:26 AM

Offline
Jan 2014
25
Kinda freaking out LOL. From time to time my anime list would go completely black and show a pair of cat's eyes. Sometimes it would say look behind you in red. How do i remove this?

My anime list
"When does a man die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No. When they drink a soup made from a poisonous mushroom!? No! It’s when… they are forgotten."
- Dr Hiluluk



Oct 30, 2015 2:27 PM

Offline
Jul 2015
820
PhsychicEnigma said:
Kinda freaking out LOL. From time to time my anime list would go completely black and show a pair of cat's eyes. Sometimes it would say look behind you in red. How do i remove this?
LOL, whoever's hosting the cover import (probably Shishio) is pulling a Halloween prank. If you want to remove it, try adding this to your CSS:

.category_totals:before {display: none !important;}
.header_cw span:after {display: none !important;}
.category_totals:after {display: none !important;}
Doomcat55Oct 31, 2015 4:36 PM
Oct 30, 2015 5:32 PM

Offline
Oct 2009
7724
PhsychicEnigma said:
Kinda freaking out LOL. From time to time my anime list would go completely black and show a pair of cat's eyes. Sometimes it would say look behind you in red. How do i remove this?

It doesn't even work properly. In Chrome, the broken icons appear, and in Firefox 13, I only get a white "Look behind you." on the black background, and that's it
Oct 30, 2015 6:05 PM

Online
Feb 2010
12631
Serhiyko said:

It doesn't even work properly. In Chrome, the broken icons appear, and in Firefox 13, I only get a white "Look behind you." on the black background, and that's it


The prank seems to be 100% working properly in both of the latest browsers for me tho? FF 13 is very long past, we're on 40 now or something I think. That might be the problem for your Firefox. I've fixed the broken icon problem tho, if thats also what you were referring to



Whom_Are_You said:

this cat eye thing keeps popping up which I assume is some Halloween thing, but when it does it causes these weird looking folder icons to appear on my list in Chrome


I've fixed the folder thingie, thanks for bringing it to my attn. Now you can fully enjoy the evil eyes and any more Halloween pranks to come, right on your list! Its scary central!
Oct 30, 2015 8:29 PM

Offline
Dec 2014
20
Bump?
Lagann_Taku said:
I need some help getting the "My Profile" button working when I hover over the icon in the top right of my list. The link is basically dead and seems to be dead for everyone who used the original design as a base. In particular I need this for Chrome since it doesn't even show up in IE.

Here's the code:


Thanks in advance.
Oct 30, 2015 8:42 PM
Offline
Aug 2015
6
Shishio-kun said:
I've fixed the folder thingie, thanks for bringing it to my attn. Now you can fully enjoy the evil eyes and any more Halloween pranks to come, right on your list! Its scary central!


No worries, thanks for the help!
Oct 31, 2015 2:01 AM

Offline
Oct 2009
7724
Shishio-kun said:
FF 13 is very long past, we're on 40 now or something I think. That might be the problem for your Firefox.

You can add support for older browsers by adding "-webkit-" and "-moz-" before every "animation-name", "animation-iteration-count" and "animation-duration" property
You can see an example here: https://dl.dropboxusercontent.com/s/tyndfiirvk0lg5b/prank.css
Oct 31, 2015 3:47 AM

Offline
Jul 2012
353
Hi guys, could someone have a look at this piece of CSS code.

I don't know what changed on MAL but my background and header won't display anymore.

Thank you

*EDIT*

Nevermind, I didn't know that imageshack had changed how direct links worked so although the image would show when I clicked the url, it wouldn't let me direct link it into my list.

So I just re-uploaded all list design stuff to Imgur and now its looking great again.

Love my list and all the help this club has given me over the years :)
Gouko_TenrouNov 1, 2015 5:35 AM
Oct 31, 2015 3:13 PM
Offline
Mar 2014
4


My list stopped working, the logout is weird and the "Watching,Completed" images are gone but the text is there when you shade it
Oct 31, 2015 5:05 PM

Offline
Jul 2015
820
Stilen173 said:


My list stopped working, the logout is weird and the "Watching,Completed" images are gone but the text is there when you shade it
For the logout, add this to the bottom of your CSS:

form[action*="logout"] {
display: inline;
}

Not sure about the images, sorry. If you mean the bar on the bottom, it shows up fine for me: http://imgur.com/Rcvz6qT
Nov 1, 2015 10:32 AM
Offline
Mar 2014
4
For the logout, add this to the bottom of your CSS:

form[action*="logout"] {
display: inline;
}

Not sure about the images, sorry. If you mean the bar on the bottom, it shows up fine for me: http://imgur.com/Rcvz6qT


Thanks! the logout is now fixed

This is what i mean http://i39.tinypic.com/i1wk90.jpg
Nov 2, 2015 5:58 AM

Offline
Feb 2014
389
I need help with thing I want to cut the name and the girl but keep the filter I used the overlay thing
Nov 2, 2015 4:12 PM

Offline
Oct 2011
54
MADEVIL said:
I need help with thing I want to cut the name and the girl but keep the filter I used the overlay thing
You can't, the image is already flattened to a JPG. Either get the original PSD file from whoever made it and disable the layers there, or manually cut the name out with an eraser. (I don't think background remover going to work here)
Nov 3, 2015 4:37 AM
Offline
Aug 2015
3
Looking for some help to make an animelist into usable as a mangalist

i've tried but i'm obviously a novice when it comes to css

the theme i really liked is deviantMAL by jkun from this topic http://myanimelist.net/forum/?topicid=393503&show=50

code here:

-----
What i would like help with is to add a my score to the animelist
same for the mangalist, titledisplay, chapters, volumes and my score.

As displayed in the picture below

Nov 3, 2015 8:45 AM

Offline
Feb 2014
389
jicks said:
MADEVIL said:
I need help with thing I want to cut the name and the girl but keep the filter I used the overlay thing
You can't, the image is already flattened to a JPG. Either get the original PSD file from whoever made it and disable the layers there, or manually cut the name out with an eraser. (I don't think background remover going to work here)



I'm the one who made it and if I disabled the layers the overlay filtter won't work
Nov 3, 2015 11:45 AM
Offline
Aug 2014
2
Hello everyone. I have a minor problem with opacity on my list. Exactly I mean parts of the list table with titles, scores etc. You can see it directly here: http://myanimelist.net/animelist/Laki98 . Looks weird? Yes, because now the opacity is "shut down" (I didn't make any changes, it just stopped working few days ago). How can I enable it again? -> it should be looking like here: . I know on the forum there are tutorials like this one, but I just cannot solve the problem (actually did my list-style myself, but it was a long time ago). Might someone help me? I would be so grateful.
Nov 3, 2015 1:41 PM

Offline
Aug 2011
65
Laki98 said:
Hello everyone. I have a minor problem with opacity on my list. Exactly I mean parts of the list table with titles, scores etc. You can see it directly here: http://myanimelist.net/animelist/Laki98 . Looks weird? Yes, because now the opacity is "shut down" (I didn't make any changes, it just stopped working few days ago). How can I enable it again? -> it should be looking like here: I know on the forum there are tutorials like this one, but I just cannot solve the problem (actually did my list-style myself, but it was a long time ago). Might someone help me? I would be so grateful.

ADD THIS CODE TO YOUR LIST (I CHOOSE RANDOM COLOR, IF YOU DON'T LIKE YOU CAN MODIFY THEM)
[size=90].category_totals, #grand_totals, #copyright {background-color: rgba(205, 24, 214, 0.69);}
.td1, .td2 {background-color: rgba(79, 116, 200, 0.7);}[/size]

cbt said:
Looking for some help to make an animelist into usable as a mangalist
i've tried but i'm obviously a novice when it comes to css
the theme i really liked is deviantMAL by jkun from this topic http://myanimelist.net/forum/?topicid=393503&show=50
What i would like help with is to add a my score to the animelist
same for the mangalist, titledisplay, chapters, volumes and my score.
As displayed in the picture below

MMMH, SOMETHING LIKE THIS IT'S OK?
Nadeko_Nov 4, 2015 6:24 AM

▬▬▬▬▬ ⌈ Anime List Manga List Movie List Scans Team ⌋ ▬▬▬▬
Nov 3, 2015 1:55 PM

Offline
Jul 2015
820
Nadeko_ said:
Laki98 said:
Hello everyone. I have a minor problem with opacity on my list. Exactly I mean parts of the list table with titles, scores etc. You can see it directly here: http://myanimelist.net/animelist/Laki98 . Looks weird? Yes, because now the opacity is "shut down" (I didn't make any changes, it just stopped working few days ago). How can I enable it again? -> it should be looking like here: I know on the forum there are tutorials like this one, but I just cannot solve the problem (actually did my list-style myself, but it was a long time ago). Might someone help me? I would be so grateful.

ADD THIS CODE TO YOUR LIST (I CHOOSE RANDOM COLOR, IF YOU DON'T LIKE YOU CAN MODIFY THEM)
[size=90].category_totals, #grand_totals, #copyright {background-color: rgba(205, 24, 214, 0.69);}
.td1, .td2 {background-color: rgba(79, 116, 200, 0.7);}[/size]
btw if you want your original color, find this

.category_totals,
.td1,
.td2,
#grand_totals,
#copyright {
background-image:url(http://img15.imageshack.us/img15/228/frame6518.png);
border-width:0;
padding:2px;
}

and change the link in red to this: http://i.imgur.com/pGJ7oQi.png (instead of what Nadeko_ did). As someone mentioned above, imageshack changed something about their links, so rehosting the pic on imgur solves the problem.
Nov 3, 2015 2:09 PM
Offline
Aug 2014
2
Indeed, it was a problem with Imageshack. Now it's working.
Arigato guys, you're awesome!
Nov 4, 2015 6:24 AM
Offline
Aug 2015
3
Nadeko_ said:

MMMH, SOMETHING LIKE THIS IT'S OK?


yep that looks amazing! exactly what i was looking for
Nov 4, 2015 7:01 AM

Offline
Aug 2011
65
[quote=cbt][quote=Nadeko_]MMMH, SOMETHING LIKE THIS IT'S OK?[/quote]yep that looks amazing! exactly what i was looking for[/quote][/size]
OK, THEN! FOR ANIMELIST: [PREVIEW]
@import url([b]insert your cover css here[/b]);
@import url(https://db.tt/s9Eqm9yY); {}

USE THIS SETTING:
× NUMBERS
× SCORE
× TYPE
× EPISODES

FOR MANGA: [PREVIEW]
@import url([b]insert your cover css here[/b]);
@import url(https://db.tt/zC3WTZ8O); {}

USE THIS SETTING:
× NUMBERS
× SCORE
× CHAPTERS
× VOLUMES

▬▬▬▬▬ ⌈ Anime List Manga List Movie List Scans Team ⌋ ▬▬▬▬
Nov 4, 2015 7:49 AM
Offline
Aug 2015
3
thankyouverymuch Nadeko_! works perfectly
Nov 4, 2015 12:12 PM

Offline
Aug 2011
65
cbt said:
thankyouverymuch Nadeko_! works perfectly

I’m glad you like it :)

▬▬▬▬▬ ⌈ Anime List Manga List Movie List Scans Team ⌋ ▬▬▬▬
Nov 5, 2015 11:55 AM

Offline
May 2014
1208
Can someone help me to fix problem with banners



Problem is that when I added background code my banner suddenly shrank to this.
How can I fix it? Also how could I move my banners for each category would be in glued to the top of screen?
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Nov 5, 2015 6:01 PM

Offline
Jul 2015
820
Sparteh said:
Can someone help me to fix problem with banners



Problem is that when I added background code my banner suddenly shrank to this.
How can I fix it? Also how could I move my banners for each category would be in glued to the top of screen?
Find the code for the headers and follow the instructions there (change height to padding-top). To get the headers to stay on the top of the screen, position: fixed; should work, but it made the headers disappear entirely when I tried it. Beyond me.
Nov 5, 2015 6:03 PM

Offline
Jul 2015
820
Question: I have my list set to change opacity on hover, but it also affects the category links. Is there a way to create separate hover effects for the two?
Nov 7, 2015 3:18 AM

Offline
Jun 2015
2667
So whenever I add more columns like "Tags" for example, I get something like this:


How do I allow more columns?
Nov 7, 2015 6:19 PM

Offline
Jul 2015
820
Deago said:
So whenever I add more columns like "Tags" for example, I get something like this:


How do I allow more columns?
It looks fine to me: http://puu.sh/ldpny/81878f0df8.png
Did you change your CSS recently?
Nov 8, 2015 8:38 AM
Offline
Apr 2015
2
I decided to have a list with anime covers directely on it, like this one (all the other stuff like the banner don't interrest me, I only like the way that the Anime cover are set):

http://myanimelist.net/animelist/Samuji

I followed instructions from the Shishio-Kun's CSS guide, and I attempt on this result.

http://myanimelist.net/animelist/AzoR-HarKs

Which code should I add?

Have I done an error?

(here is my code: http://textup.fr/144682St )

Thanks a lot for your answers :D

PS: Sorry if my english is bad, I'm French ;) )
Nov 8, 2015 11:46 PM

Offline
Aug 2013
520
The
AzoR-HarKs said:
I decided to have a list with anime covers directely on it, like this one (all the other stuff like the banner don't interrest me, I only like the way that the Anime cover are set):

http://myanimelist.net/animelist/Samuji

I followed instructions from the Shishio-Kun's CSS guide, and I attempt on this result.

http://myanimelist.net/animelist/AzoR-HarKs

Which code should I add?

Have I done an error?

(here is my code: http://textup.fr/144682St )

Thanks a lot for your answers :D

PS: Sorry if my english is bad, I'm French ;) )
the thing is, for you to get that result you need to use the code for a layout called "square layout". You have used the guide to add covers to an existing layout but since you want the exact settings it's easier to take the finished layout and take away the parts you don't want.




Nov 9, 2015 9:36 AM
Offline
Apr 2015
2
Thanks for your help! :D

Here's the result :)

myanimelist.net/animelist/BlueTroelix

(cause that's not my real account huhu... )
Nov 9, 2015 5:13 PM
Offline
Jul 2018
561910
So I was wondering how you would go about trying to make your list in the style where instead of the entire list being moved on the webpage it would have its own box somewhere on the screen with its own scroll bar etc. I've seen it around and wanted to have a go at it :) thanks in advance!
Nov 9, 2015 6:52 PM

Offline
Jul 2015
820
Jowell said:
So I was wondering how you would go about trying to make your list in the style where instead of the entire list being moved on the webpage it would have its own box somewhere on the screen with its own scroll bar etc. I've seen it around and wanted to have a go at it :) thanks in advance!
Add this to the bottom of your CSS:

#list_surround {
height: 700px;
overflow: auto;
}

and you can adjust the height by changing the px.
Nov 9, 2015 10:01 PM
Offline
Jul 2018
561910
Doomcat55 said:
Jowell said:
So I was wondering how you would go about trying to make your list in the style where instead of the entire list being moved on the webpage it would have its own box somewhere on the screen with its own scroll bar etc. I've seen it around and wanted to have a go at it :) thanks in advance!
Add this to the bottom of your CSS:

#list_surround {
height: 700px;
overflow: auto;
}

and you can adjust the height by changing the px.


thanks so much man :)
Nov 10, 2015 4:27 AM

Offline
Jan 2014
25
For some reason i can't get the image to take up the whole width. I even tried resizing it but it didn't make a difference. Thanks in advance!

My anime list
"When does a man die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No. When they drink a soup made from a poisonous mushroom!? No! It’s when… they are forgotten."
- Dr Hiluluk



Nov 10, 2015 11:44 AM
Offline
Mar 2014
2421
Is there any way I can do
header_cw:after {
  content:" ";
  background-color: #26448f;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}

and have it display without creating a line break? I'd like to position the bullet point that creates to be in front of the .header_title to style it separately.
Nov 10, 2015 2:02 PM

Offline
Apr 2015
287
PsychicEnigma said:
For some reason i can't get the image to take up the whole width. I even tried resizing it but it didn't make a difference. Thanks in advance!

I think the limit is 690 px on width. I'm not sure but I saw it somewhere in this tutorial http://myanimelist.net/forum/?topicid=544347
Nov 10, 2015 5:18 PM

Offline
Jun 2015
2667
Doomcat55 said:
Deago said:
So whenever I add more columns like "Tags" for example, I get something like this:


How do I allow more columns?
It looks fine to me: http://puu.sh/ldpny/81878f0df8.png
Did you change your CSS recently?


No, Try to add more columns; (more than 5) and see what happens.
I want to add 6 columns but when I do, it looks broken
Nov 10, 2015 8:20 PM

Offline
Jul 2015
820
Deago said:
Oh, I thought you meant specifically the tags column. My bad. Either way, your code was full of extra stuff which was messing stuff up, so I simplified it to work no matter how many columns you add. Just replace your CSS with this:

SamPolus22 said:
PsychicEnigma said:
For some reason i can't get the image to take up the whole width. I even tried resizing it but it didn't make a difference. Thanks in advance!

I think the limit is 690 px on width. I'm not sure but I saw it somewhere in this tutorial http://myanimelist.net/forum/?topicid=544347
The width has changed quite a bit from the time that tutorial was made, and the width of the box is now 800 px. Just to be sure that nothing gets resized though, I would make it a bit smaller - my current profile is 794 px across.
Doomcat55Nov 10, 2015 8:34 PM
Nov 11, 2015 6:35 AM

Offline
Jun 2015
2667
Doomcat55 said:
Deago said:
Oh, I thought you meant specifically the tags column. My bad. Either way, your code was full of extra stuff which was messing stuff up, so I simplified it to work no matter how many columns you add. Just replace your CSS with this:


Great! It works; thank you very much Doomcat
Nov 11, 2015 6:58 AM
Offline
Apr 2015
3
My list doesn't have the edit button for tags. The tags are there but I can't edit them from within the list without having to edit each entry from it's separate page. Can anyone help?

Here is the code.
Nov 11, 2015 8:59 AM

Offline
Jul 2015
820
Ridoraun said:
My list doesn't have the edit button for tags. The tags are there but I can't edit them from within the list without having to edit each entry from it's separate page. Can anyone help?

Here is the code.
Change this
#grand_totals, .category_totals, [class^=status_], [style^="float: right"] {
display: none;
}
to this
#grand_totals, .category_totals, [class^=status_] {
display: none;
}
Nov 11, 2015 9:22 AM
Offline
Apr 2015
3
Doomcat55 said:
Ridoraun said:
My list doesn't have the edit button for tags. The tags are there but I can't edit them from within the list without having to edit each entry from it's separate page. Can anyone help?

Here is the code.
Change this
#grand_totals, .category_totals, [class^=status_], [style^="float: right"] {
display: none;
}
to this
#grand_totals, .category_totals, [class^=status_] {
display: none;
}


It worked! Thank you so much!
Nov 12, 2015 6:00 PM

Offline
Oct 2010
16
So I made this theme waaay back, and it was working well until I realised today, that the header titles (Watching, completed etc.) were missing. I checked and the images have yet to be deleted. Something like this: http://img585.imageshack.us/img585/2636/watching1.png

I've also noticed that the background behind the title is also missing as well. CSS code is in the spoiler tag, so help would be greatly appreciated..


Nov 12, 2015 6:04 PM

Offline
Jul 2015
820
Zelteza said:
So I made this theme waaay back, and it was working well until I realised today, that the header titles (Watching, completed etc.) were missing. I checked and the images have yet to be deleted. Something like this: http://img585.imageshack.us/img585/2636/watching1.png

I've also noticed that the background behind the title is also missing as well. CSS code is in the spoiler tag, so help would be greatly appreciated..


Imageshack changed something with their download links. Try using Imgur instead
Reply Disabled for Non-Club Members
Pages (159) « First ... « 64 65 [66] 67 68 » ... Last »

More topics from this board

» 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

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

Shishio-kun - Nov 17, 2023

52 by LucaBalsa »»
Jul 6, 2:02 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login