Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 38 39 [40] 41 42 » ... Last »
May 17, 2014 2:54 AM

Offline
Aug 2013
520
Toarujisuru said:
Oiomi said:
Toarujisuru said:
Quick question. For the DVD/MANGA cover hover css import on my animelist it is working fine, but on my mangalist a lot of the manga covers do not show up. How can I fix this?

And yes I am using the correct css for the manga cover hover option.
there's something wrong with the "right" manga import so you either have to make your own or find another one. I might be able to help you find it later.
Edit: here it is http://dl.dropbox.com/u/49469857/MAL/premade/manga.css


Ah, thank you. That one is better, but I'm still having the same problem with just a few series. Oh well no biggie. Just so long as most of 'em show up I'm happy. ^^ Thanks again.
Well t o fux that You'll have to make your own.




May 17, 2014 12:13 PM

Offline
Jan 2012
58
Toarujisuru said:
Oiomi said:
Toarujisuru said:
Quick question. For the DVD/MANGA cover hover css import on my animelist it is working fine, but on my mangalist a lot of the manga covers do not show up. How can I fix this?

And yes I am using the correct css for the manga cover hover option.
there's something wrong with the "right" manga import so you either have to make your own or find another one. I might be able to help you find it later.
Edit: here it is http://dl.dropbox.com/u/49469857/MAL/premade/manga.css


Ah, thank you. That one is better, but I'm still having the same problem with just a few series. Oh well no biggie. Just so long as most of 'em show up I'm happy. ^^ Thanks again.


try this:


more info here:
http://myanimelist.net/forum/?topicid=1163417
May 18, 2014 10:09 AM

Online
Feb 2010
12639
lampshades120 said:
Question! I have a tag box on the left side of my list, around the middle-bottom of the page. A few people are telling me that the tag box is cut off for them, and that they can only see the first 2 lines of the tag box. Is there any way I can fix this to where it's formatted properly for all viewers? Or do I just have to move the tag box even higher than it already is? o_O


On lower resolutions your top settings on the tag box move it below the bottom of smaller screens. If you just zoom in your layout in your browser you'll see it (Google how).

You can use a resolution specific fix so the tag box is moved to the bottom on smaller screens and kept in the usual place for mid to high resolutions.


.td1:nth-of-type(6), .td2:nth-of-type(6) {
bottom: 0 !important;
top: auto !important;
}

@media all and (min-device-width:1350px){
.td1:nth-of-type(6), .td2:nth-of-type(6) {
bottom: auto !important;
top: 470px !important;
}
}


The first code is a default settings that keeps it at bottom screen by default (for small screens). Next part on media is for mid to hi res so they see it where you wanted it to be originally 470px from top). In addition you could adjust the position and size of the pic with this too but thats not necessary
May 22, 2014 12:56 PM

Offline
Sep 2013
157
I use Gurren Lagann css, but since few days it lacks most pictures of Yoko. Only one is left. What happened, how to fix it?
Thanx.
May 25, 2014 2:05 AM
Offline
Feb 2013
1215
Hello! I have a question :)
The wallpaper in my list is a mess --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-150147_zps0f3156c6.png

When I use this code:
body {
background-size: cover;
}


It works --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-153410_zpsa62d7019.png
but when I zoom in (Ctrl+ "+") it became like this --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-154324_zps2413e227.png [I see in some people list, when I zoom in their list, it still the same]

Is there a way to fix this problem?
Thank you
May 25, 2014 3:24 PM

Offline
Aug 2013
520
Kumachi said:
Hello! I have a question :)
The wallpaper in my list is a mess --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-150147_zps0f3156c6.png

When I use this code:
body {
background-size: cover;
}


It works --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-153410_zpsa62d7019.png
but when I zoom in (Ctrl+ "+") it became like this --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-154324_zps2413e227.png [I see in some people list, when I zoom in their list, it still the same]

Is there a way to fix this problem?
Thank you
I can tell you what the problem is. When you use the cover property the computer will set the background size so that the pic just covers either the width or the hight depending on which needs most stretching and it gets cropped in the other direction. the background size will stay the same as long as the window size does, but when you zoom everything else gets bigger. Hence the misalignment. I can't find a solution for your code since the list is set to private.




May 26, 2014 2:55 AM
Offline
Feb 2013
1215
Oiomi said:
Kumachi said:
Hello! I have a question :)
The wallpaper in my list is a mess --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-150147_zps0f3156c6.png

When I use this code:
body {
background-size: cover;
}


It works --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-153410_zpsa62d7019.png
but when I zoom in (Ctrl+ "+") it became like this --> http://i1037.photobucket.com/albums/a453/christianekaren/capture-20140525-154324_zps2413e227.png [I see in some people list, when I zoom in their list, it still the same]

Is there a way to fix this problem?
Thank you
I can tell you what the problem is. When you use the cover property the computer will set the background size so that the pic just covers either the width or the hight depending on which needs most stretching and it gets cropped in the other direction. the background size will stay the same as long as the window size does, but when you zoom everything else gets bigger. Hence the misalignment. I can't find a solution for your code since the list is set to private.


Ah, sorry. I already set it to public
Thank you for helping! :'D
May 26, 2014 7:19 AM

Offline
Aug 2013
520
Fixed :P




May 26, 2014 4:55 PM

Online
Feb 2010
12639
Mjolnersson said:
I use Gurren Lagann css, but since few days it lacks most pictures of Yoko. Only one is left. What happened, how to fix it?
Thanx.


Answered here
http://myanimelist.net/forum/?topicid=410859#msg31120923
May 27, 2014 1:40 PM
Offline
Jul 2013
367
This is the code of my layout
How do I remove the dvd covers that are next to the titles.I've tried removing things but nothing worked.
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
May 28, 2014 6:16 AM

Offline
Sep 2013
157
Shishio-kun said:
Mjolnersson said:
I use Gurren Lagann css, but since few days it lacks most pictures of Yoko. Only one is left. What happened, how to fix it?
Thanx.


Answered here
http://myanimelist.net/forum/?topicid=410859#msg31120923

Thank You very much, problem solved. And, yeah, imageshack is now sh!tty website. Imgur is now ten thousand times better.
You are as awesome as always, thx ^_^
May 28, 2014 7:16 AM

Online
Feb 2010
12639
NaTaSo0 said:
This is the code of my layout
How do I remove the dvd covers that are next to the titles.I've tried removing things but nothing worked.


Remove all .hide type codes in the CSS (there's like three) and top line. You could also try just adding
.hide {
display: none !important;}
to the bottom to clear the thumbnails
May 28, 2014 7:26 AM
Offline
Jul 2013
367
Shishio-kun said:
NaTaSo0 said:
This is the code of my layout
How do I remove the dvd covers that are next to the titles.I've tried removing things but nothing worked.


Remove all .hide type codes in the CSS (there's like three) and top line. You could also try just adding
.hide {
display: none !important;}
to the bottom to clear the thumbnails
Thank you very much,they are removed,but the whole list has moved to the right side and the side buttons are gone.Is there a way to fix it?
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
May 28, 2014 10:30 AM

Online
Feb 2010
12639
NaTaSo0 said:
Thank you very much,they are removed,but the whole list has moved to the right side and the side buttons are gone.Is there a way to fix it?


You might have removed some things on accident, use this version instead it looks like what you're going for

May 28, 2014 1:45 PM
Offline
Jul 2013
367
Shishio-kun said:
NaTaSo0 said:
Thank you very much,they are removed,but the whole list has moved to the right side and the side buttons are gone.Is there a way to fix it?


You might have removed some things on accident, use this version instead it looks like what you're going for

Thank you very much for the help!
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
May 30, 2014 4:43 PM

Offline
Jan 2014
64
Hey, I just joined and I was wondering how to fix this problem I have where two different pictures come up as my profile picture:

One shows up on my profile whereas a different one shows up on my friends profile when I post there. If your confused take a look at this profile pic:

http://myanimelist.net/profile/Azbel

and this is the picture when I post on my friends profile:

http://myanimelist.net/profile/Shole
May 30, 2014 5:39 PM
Offline
May 2013
2
Ayuda estoy buscando algo / Help'm looking for something

http://3.bp.blogspot.com/-C8Z_HZAvW04/T6AZU6I40EI/AAAAAAAAApw/gADhMD-dS20/s1600/hotarubi30.jpg

Conocen algún Anime que tenga una mascara similar a esta? no es hotarubi no mori e ,Era un Opening o Ending que tocaba un instrumento mientra caminaba. / Know any Anime that has a mask like this? is not no mori e hotarubi, It was an Opening or Ending an instrument that played WHILE walking.

Gracias / thanks
May 30, 2014 6:02 PM

Online
Feb 2010
12639
Sakamoto2012 said:
Ayuda estoy buscando algo / Help'm looking for something

http://3.bp.blogspot.com/-C8Z_HZAvW04/T6AZU6I40EI/AAAAAAAAApw/gADhMD-dS20/s1600/hotarubi30.jpg

Conocen algún Anime que tenga una mascara similar a esta? no es hotarubi no mori e ,Era un Opening o Ending que tocaba un instrumento mientra caminaba. / Know any Anime that has a mask like this? is not no mori e hotarubi, It was an Opening or Ending an instrument that played WHILE walking.

Gracias / thanks


Don't get what you mean by "while walking" (The character was walking?). Are you looking for an opening with no vocals too? Well you can use Google Image for that image to find things like that mask in other anime. Tons of anime have similar masks on characters when they focus on feudal Japan times, or traditional festivals on modern times. Naruto, Inuyasha, I think Rika wears animal masks like this in Higurashi opening even. Bleach masks aren't the same (skulls and spookyish stuff).

Higurashi opening I was talking about
https://www.youtube.com/watch?v=nRtsIJXrhqc

btw you can post in just English, don't need both
May 30, 2014 6:07 PM

Online
Feb 2010
12639
Azbel said:
Hey, I just joined and I was wondering how to fix this problem I have where two different pictures come up as my profile picture:

One shows up on my profile whereas a different one shows up on my friends profile when I post there. If your confused take a look at this profile pic:

http://myanimelist.net/profile/Azbel

and this is the picture when I post on my friends profile:

http://myanimelist.net/profile/Shole


This is normal. iirc database or cache hasn't caught up. You can either clear your cache or wait until it catches up. I think you can easily clear your cache by a CTRL + F5
May 30, 2014 6:25 PM
Offline
May 2013
2
Shishio-kun said:
Sakamoto2012 said:
Ayuda estoy buscando algo / Help'm looking for something

http://3.bp.blogspot.com/-C8Z_HZAvW04/T6AZU6I40EI/AAAAAAAAApw/gADhMD-dS20/s1600/hotarubi30.jpg

Conocen algún Anime que tenga una mascara similar a esta? no es hotarubi no mori e ,Era un Opening o Ending que tocaba un instrumento mientra caminaba. / Know any Anime that has a mask like this? is not no mori e hotarubi, It was an Opening or Ending an instrument that played WHILE walking.

Gracias / thanks


Don't get what you mean by "while walking" (The character was walking?). Are you looking for an opening with no vocals too? Well you can use Google Image for that image to find things like that mask in other anime. Tons of anime have similar masks on characters when they focus on feudal Japan times, or traditional festivals on modern times. Naruto, Inuyasha, I think Rika wears animal masks like this in Higurashi opening even. Bleach masks aren't the same (skulls and spookyish stuff).

Higurashi opening I was talking about
https://www.youtube.com/watch?v=nRtsIJXrhqc

btw you can post in just English, don't need both



You are as detailed as possible. starts with a yellow star. the guy plays this instrument http://upload.wikimedia.org/wikipedia/commons/1/17/Okarina1.jpg That after passing dancing with a girl giving a lap as a child always wearing that mask a thing of the past in a square and ends lying.
May 30, 2014 6:53 PM

Offline
Jan 2014
64
Shishio-kun said:


This is normal. iirc database or cache hasn't caught up. You can either clear your cache or wait until it catches up. I think you can easily clear your cache by a CTRL + F5


Yeah i did clear history and cache before and it worked for a bit and then went back to being the way it was. Ah well, thanks man ill just wait and hope it changes soon.
May 30, 2014 8:22 PM

Online
Feb 2010
12639
Sakamoto2012 said:
Shishio-kun said:
Sakamoto2012 said:
Ayuda estoy buscando algo / Help'm looking for something

http://3.bp.blogspot.com/-C8Z_HZAvW04/T6AZU6I40EI/AAAAAAAAApw/gADhMD-dS20/s1600/hotarubi30.jpg

Conocen algún Anime que tenga una mascara similar a esta? no es hotarubi no mori e ,Era un Opening o Ending que tocaba un instrumento mientra caminaba. / Know any Anime that has a mask like this? is not no mori e hotarubi, It was an Opening or Ending an instrument that played WHILE walking.

Gracias / thanks


Don't get what you mean by "while walking" (The character was walking?). Are you looking for an opening with no vocals too? Well you can use Google Image for that image to find things like that mask in other anime. Tons of anime have similar masks on characters when they focus on feudal Japan times, or traditional festivals on modern times. Naruto, Inuyasha, I think Rika wears animal masks like this in Higurashi opening even. Bleach masks aren't the same (skulls and spookyish stuff).

Higurashi opening I was talking about
https://www.youtube.com/watch?v=nRtsIJXrhqc

btw you can post in just English, don't need both



You are as detailed as possible. starts with a yellow star. the guy plays this instrument http://upload.wikimedia.org/wikipedia/commons/1/17/Okarina1.jpg That after passing dancing with a girl giving a lap as a child always wearing that mask a thing of the past in a square and ends lying.


Ah ok so you're looking for an opening or music video that
1. begins with a yellow star
2. a guy playing ocarina next
3. has a girl dancing
4. has a child wearing the mask
5. has people lying down at the end (who exactly?)

No idea what that could be but you should probably post in one of the regular MAL forums where you get access to more ppl, after all this is a page design-centered group. I think Anime Discussion would be best and you can title "What anime opening is this?". Someone will probably be able to help but they can be real assholes and trolls in the forum too just to let you know.
Jun 4, 2014 7:18 AM

Offline
Mar 2013
12
Hello! I made my own List design a while back which you helped me on, however recently it's started to get a bit buggy.
Each section normally has a grey background underneath the orange bar containing #, anime title etc. however starting about a week ago this background will sometimes not appear which leaves the text almost unreadable in some places.
Would appreciate any help!

Thanks!

The css i'm using currently:
Jun 4, 2014 7:50 AM

Offline
Aug 2013
520
Cursive27 said:
Hello! I made my own List design a while back which you helped me on, however recently it's started to get a bit buggy.
Each section normally has a grey background underneath the orange bar containing #, anime title etc. however starting about a week ago this background will sometimes not appear which leaves the text almost unreadable in some places.
Would appreciate any help!

Thanks!

The css i'm using currently:

As far as I can see there does not seem to be any code dictating any background for this part of your list. Or rathrr, there is one but it basically says "none".




Jun 4, 2014 8:03 AM

Offline
Aug 2013
733
Hello I want to change the background of my List but when I put the link for the new picture it doesn't change it even when it says that it's saved changes and I can clearly see that I've replaced the previous image in brackets for a new one and I definitely using the right image link :/


body {
background-image:
url(http://i61.tinypic.com/nyhj5c.jpg);
background-attachment: fixed;
}

See I used the direct link and no matter what image I put it just doesn't change the damn pic that's already there! I click update CSS twice until it actually changes on the code, then I click when it says at the top: Don't forget to CHANGE YOUR LIST STYLE to this style's ID here.
Then I click "Change List Styles".
And then it has the audacity to tell me this LIE: Your Anime List style has been changed.

I go to my list and it's the same picture THAT I JUST REMOVED!!! not the one that I've put in the brackets >.<

What's going on here?! I've tried with 3 different pictures and it still doesn't work. I've tried logging out and back in to see if it's changed. Nope.

Someone please help me :(

This is my list look the background image won't change no matter what.
http://myanimelist.net/animelist/rasenshiruken973
Also the background image is becoming too bright so I can't see the items on my list very well and when I hover on the different anime it's meant to be slightly transparent green colour and it's just solid colour now. But first i want to change the background pic then I want help with that.

ittou_shuraJun 4, 2014 8:48 AM
Jun 4, 2014 9:10 AM

Offline
Mar 2013
12
Oiomi said:
Cursive27 said:
Hello! I made my own List design a while back which you helped me on, however recently it's started to get a bit buggy.
Each section normally has a grey background underneath the orange bar containing #, anime title etc. however starting about a week ago this background will sometimes not appear which leaves the text almost unreadable in some places.
Would appreciate any help!

Thanks!

The css i'm using currently:

As far as I can see there does not seem to be any code dictating any background for this part of your list. Or rathrr, there is one but it basically says "none".


Hmm, thee thing is the grey background has been there since I created the list style. So why now would it be messing around saying there isn't anything?
Do you know of anything I could add to ensure that the background appears?
Thanks!
Jun 4, 2014 11:18 AM

Online
Feb 2010
12639
rasenshiruken973 said:
Hello I want to change the background of my List but when I put the link for the new picture it doesn't change it even when it says that it's saved changes and I can clearly see that I've replaced the previous image in brackets for a new one and I definitely using the right image link :/


body {
background-image:
url(http://i61.tinypic.com/nyhj5c.jpg);
background-attachment: fixed;
}

See I used the direct link and no matter what image I put it just doesn't change the damn pic that's already there! I click update CSS twice until it actually changes on the code, then I click when it says at the top: Don't forget to CHANGE YOUR LIST STYLE to this style's ID here.
Then I click "Change List Styles".
And then it has the audacity to tell me this LIE: Your Anime List style has been changed.

I go to my list and it's the same picture THAT I JUST REMOVED!!! not the one that I've put in the brackets >.<

What's going on here?! I've tried with 3 different pictures and it still doesn't work. I've tried logging out and back in to see if it's changed. Nope.

Someone please help me :(

This is my list look the background image won't change no matter what.
http://myanimelist.net/animelist/rasenshiruken973
Also the background image is becoming too bright so I can't see the items on my list very well and when I hover on the different anime it's meant to be slightly transparent green colour and it's just solid colour now. But first i want to change the background pic then I want help with that.



Its because you copied the entire layout twice to your edit box. You have the code you changed at the top. You have the original code with girl in blue in body at the bottom still. Bottom codes override top codes so you see no change.

You can either delete it all so its one code again and edit it normally (recommended). Or you can delete the background image from body when it comes up the second time in your CSS, so your changes to the top version work. Or you add !important before the semicolon to the line of code you're trying to change at the top, example:

background-image: url(http://i61.tinypic.com/nyhj5c.jpg) !important;

so it overrides lower codes

On the list color thing, the original image which made up the list background has been deleted so you need to replace it or use a color, you can just probably use:

#list_surround {
background-color: rgba(2, 2, 2, .2) !Important;
}


at the bottom of any CSS. You can adjust the numbers. More on all this here:
http://myanimelist.net/forum/?topicid=440525

All of the images in the tutorial were deleted by Imageshack since they changed their policy, but the info still works. I just can't replace the images cuz IMG tag has been broken on MAL for over nine months now
Shishio-kunJun 4, 2014 11:31 AM
Jun 4, 2014 11:32 AM

Offline
Aug 2013
520
Cursive27 said:
Oiomi said:
Cursive27 said:
Hello! I made my own List design a while back which you helped me on, however recently it's started to get a bit buggy.
Each section normally has a grey background underneath the orange bar containing #, anime title etc. however starting about a week ago this background will sometimes not appear which leaves the text almost unreadable in some places.
Would appreciate any help!

Thanks!

The css i'm using currently:

As far as I can see there does not seem to be any code dictating any background for this part of your list. Or rathrr, there is one but it basically says "none".


Hmm, thee thing is the grey background has been there since I created the list style. So why now would it be messing around saying there isn't anything?
Do you know of anything I could add to ensure that the background appears?
Thanks!

Fixed it :P
Look for the line that I marked in red if you want to change the colour.
My first diagnose was wrong, the problem is that the background image that used to be there has been taken down from the host site.
Pico-tanJun 4, 2014 11:38 AM




Jun 4, 2014 11:51 AM

Online
Feb 2010
12639
Wow 2000 legit posts
Jun 4, 2014 12:25 PM

Offline
Mar 2013
12
Oiomi said:
Cursive27 said:
Oiomi said:
Cursive27 said:
Hello! I made my own List design a while back which you helped me on, however recently it's started to get a bit buggy.
Each section normally has a grey background underneath the orange bar containing #, anime title etc. however starting about a week ago this background will sometimes not appear which leaves the text almost unreadable in some places.
Would appreciate any help!

Thanks!

The css i'm using currently:

As far as I can see there does not seem to be any code dictating any background for this part of your list. Or rathrr, there is one but it basically says "none".


Hmm, thee thing is the grey background has been there since I created the list style. So why now would it be messing around saying there isn't anything?
Do you know of anything I could add to ensure that the background appears?
Thanks!

Fixed it :P
Look for the line that I marked in red if you want to change the colour.
My first diagnose was wrong, the problem is that the background image that used to be there has been taken down from the host site.


Hmm, this isn't quite what I was looking for but I think it can work. Is there any way to make it alternate colours like the default list style and to make it slightly opaque? I'll try to get a screenshot of what it looks like normally and post back later!
Jun 4, 2014 12:53 PM

Offline
Aug 2013
520
Cursive27 said:
Oiomi said:
Cursive27 said:
Oiomi said:
Cursive27 said:
Hello! I made my own List design a while back which you helped me on, however recently it's started to get a bit buggy.
Each section normally has a grey background underneath the orange bar containing #, anime title etc. however starting about a week ago this background will sometimes not appear which leaves the text almost unreadable in some places.
Would appreciate any help!

Thanks!

The css i'm using currently:

As far as I can see there does not seem to be any code dictating any background for this part of your list. Or rathrr, there is one but it basically says "none".


Hmm, thee thing is the grey background has been there since I created the list style. So why now would it be messing around saying there isn't anything?
Do you know of anything I could add to ensure that the background appears?
Thanks!

Fixed it :P
Look for the line that I marked in red if you want to change the colour.
My first diagnose was wrong, the problem is that the background image that used to be there has been taken down from the host site.


Hmm, this isn't quite what I was looking for but I think it can work. Is there any way to make it alternate colours like the default list style and to make it slightly opaque? I'll try to get a screenshot of what it looks like normally and post back later!

That is absolutely possible, as I said earlier just find the red marked line and change "grey" to something like "rgba(100,100,100,0.7)" without the ". Replace 100 with any number between 1 and 254 to change the nuance and 0.7 to anything between 0.1 and 0.9 to change transparency level.




Jun 4, 2014 1:09 PM

Offline
Aug 2013
733
Shishio-kun said:
rasenshiruken973 said:
Hello I want to change the background of my List but when I put the link for the new picture it doesn't change it even when it says that it's saved changes and I can clearly see that I've replaced the previous image in brackets for a new one and I definitely using the right image link :/


body {
background-image:
url(http://i61.tinypic.com/nyhj5c.jpg);
background-attachment: fixed;
}

See I used the direct link and no matter what image I put it just doesn't change the damn pic that's already there! I click update CSS twice until it actually changes on the code, then I click when it says at the top: Don't forget to CHANGE YOUR LIST STYLE to this style's ID here.
Then I click "Change List Styles".
And then it has the audacity to tell me this LIE: Your Anime List style has been changed.

I go to my list and it's the same picture THAT I JUST REMOVED!!! not the one that I've put in the brackets >.<

What's going on here?! I've tried with 3 different pictures and it still doesn't work. I've tried logging out and back in to see if it's changed. Nope.

Someone please help me :(

This is my list look the background image won't change no matter what.
http://myanimelist.net/animelist/rasenshiruken973
Also the background image is becoming too bright so I can't see the items on my list very well and when I hover on the different anime it's meant to be slightly transparent green colour and it's just solid colour now. But first i want to change the background pic then I want help with that.



Its because you copied the entire layout twice to your edit box. You have the code you changed at the top. You have the original code with girl in blue in body at the bottom still. Bottom codes override top codes so you see no change.

You can either delete it all so its one code again and edit it normally (recommended). Or you can delete the background image from body when it comes up the second time in your CSS, so your changes to the top version work. Or you add !important before the semicolon to the line of code you're trying to change at the top, example:

background-image: url(http://i61.tinypic.com/nyhj5c.jpg) !important;

so it overrides lower codes

On the list color thing, the original image which made up the list background has been deleted so you need to replace it or use a color, you can just probably use:

#list_surround {
background-color: rgba(2, 2, 2, .2) !Important;
}


at the bottom of any CSS. You can adjust the numbers. More on all this here:
http://myanimelist.net/forum/?topicid=440525

All of the images in the tutorial were deleted by Imageshack since they changed their policy, but the info still works. I just can't replace the images cuz IMG tag has been broken on MAL for over nine months now


Thank you soooo much that !important is so useful!!!

There's only one more thing now that is you see on my list: http://myanimelist.net/animelist/rasenshiruken973&status=7&order=0

how the blue hover thing when you don't hover on the actual anime title, so just next to it where there's nothing written, the text on the anime title is a really faded green and it's hardly visible. Can you please tell me which part of the code do I need for fixing that? Thanks.
Jun 4, 2014 1:25 PM

Online
Feb 2010
12639
rasenshiruken973 said:

There's only one more thing now that is you see on my list: http://myanimelist.net/animelist/rasenshiruken973&status=7&order=0

how the blue hover thing when you don't hover on the actual anime title, so just next to it where there's nothing written, the text on the anime title is a really faded green and it's hardly visible. Can you please tell me which part of the code do I need for fixing that? Thanks.


.category_totals:HOVER,
.td1:HOVER,
.td2:HOVER,
#grand_totals:HOVER,
#copyright:HOVER

are the selectors for that hover overlay color, and if you want the animetitles color its pointed out in code notes
Jun 4, 2014 6:04 PM

Offline
May 2014
2
Please can someone help? I'm struggling with making a different background on my all-anime page. I have created all backgrounds but I can't seem to make use of the 5th one for the 'all anime' page. Earlier in your post, you mention something about changing the z-index value for each background image but that doesn't seem to be working for me.
My anime page:
http://myanimelist.net/animelist/cosmicalian&status=7&order=0
Jun 4, 2014 6:17 PM

Offline
Apr 2013
9


@kuronekodesu

Many thanks!
MortarJun 4, 2014 6:53 PM
Jun 4, 2014 6:28 PM

Offline
Jul 2013
381
@aka_ben

.animetitle + small
{color: red;}

change the color to whatever you want :)
Jun 4, 2014 7:49 PM
💉 🩸 🩹 💖 🏥

Offline
Feb 2012
3607
Hi everyone. I am experiencing a problem with the header for my animelist. I've made the header I want and uploaded it to tinypic, but for some reason the header gets repeatedly shown like so -> . I don't want to make the size large on purpose because then it'll be too big to fit.

How can I work around this? Thanks.
"Be the change you wish to see in the world."

Jun 4, 2014 8:44 PM

Offline
Sep 2011
235
@Toarujisuru: Add this to the end of your code.
.header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw {
background-repeat: no-repeat;
}
Jun 4, 2014 8:47 PM
💉 🩸 🩹 💖 🏥

Offline
Feb 2012
3607
Miketsukami-kun said:
@Toarujisuru: Add this to the end of your code.
.header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw {
background-repeat: no-repeat;
}


Worked like a charm! Many thanks! ^^
"Be the change you wish to see in the world."

Jun 4, 2014 10:45 PM

Online
Feb 2010
12639
cosmicalian said:
Please can someone help? I'm struggling with making a different background on my all-anime page. I have created all backgrounds but I can't seem to make use of the 5th one for the 'all anime' page. Earlier in your post, you mention something about changing the z-index value for each background image but that doesn't seem to be working for me.
My anime page:
http://myanimelist.net/animelist/cosmicalian&status=7&order=0


I don't think there is an all anime header, so the code for the last bg you're using is invalid. try instead
.status_selected:nth-of-type(6) a:before

btw this must go in front of the other bgs, which pop up on all anime page so set its z index to -1 and the header bgs to -2
Jun 5, 2014 11:34 AM

Offline
May 2014
2
Shishio-kun said:
cosmicalian said:
Please can someone help? I'm struggling with making a different background on my all-anime page. I have created all backgrounds but I can't seem to make use of the 5th one for the 'all anime' page. Earlier in your post, you mention something about changing the z-index value for each background image but that doesn't seem to be working for me.
My anime page:
http://myanimelist.net/animelist/cosmicalian&status=7&order=0


I don't think there is an all anime header, so the code for the last bg you're using is invalid. try instead
.status_selected:nth-of-type(6) a:before

btw this must go in front of the other bgs, which pop up on all anime page so set its z index to -1 and the header bgs to -2


This is exactly what I needed! Now all 5 backgrounds are useable. You should update the information on http://myanimelist.net/forum/?topicid=544301 with this tip.

Thanks for the help!
Jun 5, 2014 2:09 PM
💉 🩸 🩹 💖 🏥

Offline
Feb 2012
3607
Okay, sadly, I'm back. I tried changing the font for my manga list as i did for my animelist and it works partially. There's no repetition and completed, on-hold, dropped show up fine, but in them is this small font over the actual header i made. I do not know how to remove it and any attempts to remove anything with "font" in the css code have been unsuccessful for me. I am also wondering why my currently reading and plan to read headers aren't appearing when in my css code they are shown as entered in.

Here is the entire css is in my mangalist, in case i have made any bigger errors than i am able to see.

"Be the change you wish to see in the world."

Jun 5, 2014 2:40 PM

Offline
Sep 2011
235
@Toarujisuru: Since you are using an image for the headers you can either set the font-size to zero with this:
.header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw {
font-size: 0px;
}


or make it transparent.
.header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw {
color: transparent !important;
}


Also the header for reading seems to be missing.
Jun 5, 2014 3:05 PM
💉 🩸 🩹 💖 🏥

Offline
Feb 2012
3607
Thanks that definitely took care of the small text in front of the header. I did include the reading/plan to read headers + code which is odd, though.

Even now when I have it all added, it won't show up. I've never seen this happen, lol. vv
"Be the change you wish to see in the world."

Jun 5, 2014 3:20 PM

Offline
Sep 2011
235
Just checked the code on your mangalist and there seems to be two closing brackets } before .header_cw. where should be only one. Extra brackets or not closing and opened bracket can interfere with the code.
Jun 5, 2014 4:41 PM
💉 🩸 🩹 💖 🏥

Offline
Feb 2012
3607
Miketsukami-kun said:
Just checked the code on your mangalist and there seems to be two closing brackets } before .header_cw. where should be only one. Extra brackets or not closing and opened bracket can interfere with the code.


That was exactly the problem. Thank you. :]
"Be the change you wish to see in the world."

Jun 5, 2014 5:23 PM

Offline
Mar 2013
12
Okay I'm back. My list finally bugged back to how it should be and it looks like this (http://imgur.com/7JhPtVA)
Could you possibly edit my current css (below) to reflect what the imgur link shows?

Thanks for everything!!
Jun 5, 2014 11:40 PM

Offline
Apr 2012
181
Due the recent changes in Imageshack, a lot of images are down, one of my accounts have nothing but error messages, so I think the background that is missing in your list is down so that why it don't show anything.
Jun 9, 2014 3:17 PM

Offline
Sep 2010
703
Hi!
This is my very first CSS design, and I got some problems

I want to remove all underlines from the text, how do I do that?
and I can't change Family font for some reason.

-There is no text-decoration written in the CSS

Can someone look what I did wrong?

My CSS Code

Direct Link to my list

Please help me! (o_ _)o
Jun 9, 2014 4:58 PM

Offline
Apr 2012
181
Tsiox said:

-There is no text-decoration written in the CSS

That's the problem, if you don't define the text decoration for links, thay use the default behavior that is underlined. To fix that add at the end:

a, a:hover, a:visited {
text-decoration: none;
}


And for the font, you use:

font-family:Press+Start+2P;

and the right way to use it is:

font-family: 'Press Start 2P';
Reply Disabled for Non-Club Members
Pages (159) « First ... « 38 39 [40] 41 42 » ... 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 »»
12 hours ago

» 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