Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (158) « First ... « 45 46 [47] 48 49 » ... Last »
Oct 13, 2014 8:44 PM
Offline
Dec 2011
30
Hello again guys! I've recently been having some issues with the black-icon style toolbar. When I'm logged into my own account and viewing my list, everything seems to look perfectly fine. However, when I'm logged out and viewing my list, the black-icon toolbar becomes overlapped with the MAL default toolbar and it looks pretty ugly. Screenies are attached below:

http://puu.sh/cbtzK/7d6a68be74.jpg
Viewing my list on my account. Everything looks okay.

http://puu.sh/cbtFR/932a8c75a6.jpg
Viewing my list while not logged in. You can see the default MAL toolbar loaded under the black-icon toolbar.

Any fixes?
Oct 14, 2014 2:14 PM

Offline
Dec 2007
1042
Does anyone have the code for these broken imports? It's for the fixed to screen Luxiamimi top bar.

http://dl.dropbox.com/u/152434680/MyAnimeList_Style_CSS/topbar_fixed.css
http://dl.dropbox.com/u/152434680/MyAnimeList_Style_CSS/topbar_popup.css
Oct 18, 2014 10:10 AM

Offline
May 2012
1921
Hey guys!
Wondering how the setting "position: relative;" works.
for example I want my tags to appear whenever I hover a row but the tags should appear on the relative anime.
"Fixed" wouldnt work in this case. If you go with "relative" there appears a space indicating the tags column.
Is it possible to keep the rows normal (without this space) and having the tags appear on the relative position to the series? I've seen it somewhere but cant remember it.
Maybe someone can help me :3

Oct 18, 2014 10:57 AM
Offline
Sep 2013
125
Hello,

I have a problem with the Choujigen theme. The fact is we can't see the image of the differents anime when you pass your cursor on the titles. Someone can help me ?
Thanks. :)
Oct 18, 2014 1:09 PM

Offline
Feb 2010
11502
SylakentH said:
Hey guys!
Wondering how the setting "position: relative;" works.
for example I want my tags to appear whenever I hover a row but the tags should appear on the relative anime.
"Fixed" wouldnt work in this case. If you go with "relative" there appears a space indicating the tags column.
Is it possible to keep the rows normal (without this space) and having the tags appear on the relative position to the series? I've seen it somewhere but cant remember it.
Maybe someone can help me :3


I don't really follow sorry.. are you trying to do something like this?
http://myanimelist.net/animelist/IntroverTurtle

Maybe you can learn how to do it from his list through the public editor.
Oct 18, 2014 1:10 PM

Offline
Feb 2010
11502
Niyanaka said:
Hello,

I have a problem with the Choujigen theme. The fact is we can't see the image of the differents anime when you pass your cursor on the titles. Someone can help me ?
Thanks. :)


Try the cover import on the front page
Oct 18, 2014 1:46 PM

Offline
May 2012
1921
Shishio-kun said:
SylakentH said:
Hey guys!
Wondering how the setting "position: relative;" works.
for example I want my tags to appear whenever I hover a row but the tags should appear on the relative anime.
"Fixed" wouldnt work in this case. If you go with "relative" there appears a space indicating the tags column.
Is it possible to keep the rows normal (without this space) and having the tags appear on the relative position to the series? I've seen it somewhere but cant remember it.
Maybe someone can help me :3


I don't really follow sorry.. are you trying to do something like this?
http://myanimelist.net/animelist/IntroverTurtle

Maybe you can learn how to do it from his list through the public editor.


almost what I meant but thanks a bunch!
Oct 21, 2014 12:44 PM

Offline
Jul 2012
1912
Is there a way for me to change the width of the rows/boxes on my list without changing the width of the boxes that says "Currently Watching," "Completed," etc.?

CSS:

Also, my list is looks different to people with different resolutions? Can I change it to automatically adjust? I saw the tutorial on it, but it's a bit too advanced for me. If it's too much trouble to do that for me or to teach me, it's okay.

EDIT: I've figured out how to do the 1st part, but now my top bar is a bit messed up. Help?

EDIT: Nvm, I learned how to do that too. I'm learning how to do a lot today haha. I just updated my CSS spoiler.
AndoOct 22, 2014 1:53 AM
Oct 22, 2014 12:37 PM
Offline
May 2014
6
Hello,
I follow this tutorial (http://myanimelist.net/forum/?topicid=453755) but it doesn't work.
I read this line @import "http://dl.dropbox.com/u/78340470/animetitle.css"; should be replace by @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); but still doesn't work.

After one hour i try to go at http://dl.dropbox.com/u/78340470/CSSforCatgirls.css and see this file is suspend (and i think that's why it doesn't work).
Anyone have an alternative to this link ? Or if i'm false why it doesn't work ?

Thanks
Oct 22, 2014 2:23 PM

Offline
Feb 2010
11502
Zebrech said:
Hello,
I follow this tutorial (http://myanimelist.net/forum/?topicid=453755) but it doesn't work.
I read this line @import "http://dl.dropbox.com/u/78340470/animetitle.css"; should be replace by @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); but still doesn't work.

After one hour i try to go at http://dl.dropbox.com/u/78340470/CSSforCatgirls.css and see this file is suspend (and i think that's why it doesn't work).
Anyone have an alternative to this link ? Or if i'm false why it doesn't work ?

Thanks


Answered in support
Oct 23, 2014 11:17 AM

Offline
Oct 2014
10
Quick question, how do i changed / make these headers bigger? the ones in the middle of the 2 red lines.
Thank you.

Pic.


My Code. (if needed)
Oct 23, 2014 1:11 PM

Offline
Feb 2010
11502
xbpxsh0cks said:
Quick question, how do i changed / make these headers bigger? the ones in the middle of the 2 red lines.
Thank you.

Pic.


My Code. (if needed)


You can use this to control size of those links or add things like bold font weight. But if you add that to the bottom it won't work, since you didn't close the last code with a closing bracket (one of these: } )

.status_not_selected a, .status_selected a {
font-size: 20px;
}
Oct 23, 2014 6:07 PM

Offline
Oct 2013
106
Shishio-kun said:
xbpxsh0cks said:
Quick question, how do i changed / make these headers bigger? the ones in the middle of the 2 red lines.
Thank you.

Pic.


My Code. (if needed)


You can use this to control size of those links or add things like bold font weight. But if you add that to the bottom it won't work, since you didn't close the last code with a closing bracket (one of these: } )

.status_not_selected a, .status_selected a {
font-size: 20px;
}
Thank you man, god you are helpful lol
Oct 24, 2014 12:54 AM

Offline
Aug 2014
117
Hi guy's,

I have a quick question about the "Cover's" Code's.

So when I added a Cover to My Anime list CSS as a @import I made the name's show up under the Cover so now when I hover over a Anime/Manga title it disappear's then reappear's under the cover's is it possible to keep the name in both location's? or is that not possible?
Oct 24, 2014 10:14 AM

Offline
Feb 2010
11502
ShiAruku said:
Back again for some some help :) not sure if i'm asking to much but i was wondering how to get these codes for these 2 things ( in pictures below) so i can then add to my list. I have had a look threw the forums and nothing seems to work or i could not find it there.

In picture one i wanna get my list to look like the box's in that, there like split off neatly, now i'm not sure if this is done by code or the person for the list was simple-ing using well designed pictures.

And with picture 2 i just wanna get the dvd covers / icons code. Now I've had a look threw a forum posts and tried some stuff but it just end up not looking the same, they wore not all ways there or i had to hover over them to see the covers.

You don't have to put much effort into a reply a simple link to a forums post that explains my issue i would be happy with, if there is one.

(hope you can understand my spelling and grammar) :3




1. Don't know what you mean "split off neatly". Isn't your list similar to that but using a different style? I guess if you want your list to look like that you need to use his layout and add the thumbnail cover style.

2. Don't you have that exact thing now? If you do, refer to club rules- update or delete your questions when you figure them out-
http://myanimelist.net/forum/?topicid=731649
Oct 24, 2014 10:34 AM

Offline
Feb 2010
11502
Niyanaka said:
Hello,

I have a problem with the Choujigen theme. The fact is we can't see the image of the differents anime when you pass your cursor on the titles. Someone can help me ?
Thanks. :)


See the front page and the All anime covers update (add to top of CSS):
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

Use this instead for now. Eventually you should learn to make your own covers which is also linked there
Oct 24, 2014 10:35 AM

Offline
Feb 2010
11502
MegumiYukimura said:
Hello again guys! I've recently been having some issues with the black-icon style toolbar. When I'm logged into my own account and viewing my list, everything seems to look perfectly fine. However, when I'm logged out and viewing my list, the black-icon toolbar becomes overlapped with the MAL default toolbar and it looks pretty ugly. Screenies are attached below:

http://puu.sh/cbtzK/7d6a68be74.jpg
Viewing my list on my account. Everything looks okay.

http://puu.sh/cbtFR/932a8c75a6.jpg
Viewing my list while not logged in. You can see the default MAL toolbar loaded under the black-icon toolbar.

Any fixes?


Use one of the new ones now, they shouldn't have this error:
http://myanimelist.net/forum/?topicid=449097
Oct 24, 2014 10:36 AM

Offline
Feb 2010
11502
Dunky said:
Does anyone have the code for these broken imports? It's for the fixed to screen Luxiamimi top bar.

http://dl.dropbox.com/u/152434680/MyAnimeList_Style_CSS/topbar_fixed.css
http://dl.dropbox.com/u/152434680/MyAnimeList_Style_CSS/topbar_popup.css


I don't know what happened with that guy or his dropbox and why he changed his username but I have his bar here now here in a new import, I had to replace the pics to restore it:
http://myanimelist.net/forum/?topicid=449097
Oct 24, 2014 10:48 AM

Offline
Feb 2010
11502
ZmBzRALIVE said:
Hi guy's,

I have a quick question about the "Cover's" Code's.

So when I added a Cover to My Anime list CSS as a @import I made the name's show up under the Cover so now when I hover over a Anime/Manga title it disappear's then reappear's under the cover's is it possible to keep the name in both location's? or is that not possible?


You probably know this but its cuz you're using that "etc table etc n+4 etc hover animetitle" code in your import. You need to use something else that "hovers" the anime title... I don't remember where else you could get this from tho anymore. I could almost swear it exists tho lol... I thought it was animetitle span, but it doesn't seem to work.

Otherwise you need another way to get the title.. I think there was a way to generate something related with Hahaido's generator
Oct 24, 2014 3:21 PM

Offline
Dec 2007
1042
Shishio-kun said:
Dunky said:
Does anyone have the code for these broken imports? It's for the fixed to screen Luxiamimi top bar.

http://dl.dropbox.com/u/152434680/MyAnimeList_Style_CSS/topbar_fixed.css
http://dl.dropbox.com/u/152434680/MyAnimeList_Style_CSS/topbar_popup.css


I don't know what happened with that guy or his dropbox and why he changed his username but I have his bar here now here in a new import, I had to replace the pics to restore it:
http://myanimelist.net/forum/?topicid=449097
Thanks a lot.
Oct 25, 2014 10:16 AM

Offline
Jun 2013
63
Dear All CSS Master :)

Sorry if i`m asking such trivial stuff
i tried a lot of different coding yet, i can't do it right

Below top bar Part, there are 6 links (currently watching, completed, ...., all anime)



how to modify it separately?

because if try modify
a {
...
...

}

the other link below also changed

Please help, thank you so much
PS: i also need feedback, thanks :)
Shishio-kunOct 25, 2014 10:33 AM
Oct 25, 2014 10:35 AM

Offline
Feb 2010
11502
comochi said:
Dear All CSS Master :)

Sorry if i`m asking such trivial stuff
i tried a lot of different coding yet, i can't do it right

Below top bar Part, there are 6 links (currently watching, completed, ...., all anime)



how to modify it separately?

because if try modify
a {
...
...

}

the other link below also changed

Please help, thank you so much
PS: i also need feedback, thanks :)


see this post for the codes for those
http://myanimelist.net/forum/?topicid=200323&show=2320#msg35380919
Oct 25, 2014 10:48 AM

Offline
Jun 2013
63
Shishio-kun said:
comochi said:
Dear All CSS Master :)

Sorry if i`m asking such trivial stuff
i tried a lot of different coding yet, i can't do it right

Below top bar Part, there are 6 links (currently watching, completed, ...., all anime)



how to modify it separately?

because if try modify
a {
...
...

}

the other link below also changed

Please help, thank you so much
PS: i also need feedback, thanks :)


see this post for the codes for those
http://myanimelist.net/forum/?topicid=200323&show=2320#msg35380919


Thank you so much <3
It works
Oct 25, 2014 1:35 PM

Offline
Aug 2014
117
Shishio-kun said:
ZmBzRALIVE said:
Hi guy's,

I have a quick question about the "Cover's" Code's.

So when I added a Cover to My Anime list CSS as a @import I made the name's show up under the Cover so now when I hover over a Anime/Manga title it disappear's then reappear's under the cover's is it possible to keep the name in both location's? or is that not possible?


You probably know this but its cuz you're using that "etc table etc n+4 etc hover animetitle" code in your import. You need to use something else that "hovers" the anime title... I don't remember where else you could get this from tho anymore. I could almost swear it exists tho lol... I thought it was animetitle span, but it doesn't seem to work.

Otherwise you need another way to get the title.. I think there was a way to generate something related with Hahaido's generator


Well i guessed i would just have to change that code i was almost 100% sure that's what it was XD but i'll try to get something worked out and i'll let you know when i get it done c:
Oct 26, 2014 6:53 AM
Offline
Feb 2014
1
I have a couple of questions regarding some problems i have with the css of my anime list.

Whenever i hover my mouse over the score, type, etc. row in completed and plan to watch, tags pops up and ruins the formating, any way to fix this?

There is a black line between type and started date, I cant seem to find it anywhere in my css (might jut be me that is blind), any way to remove this?

And lastly, the formating of the score, type, etc. row on my plan to watch is screwed up, and there is a black box underneath it, I have no idea how to fix this myself, can someone help me with it?

These problems can be seen here.

Direct link to my anime list.

My css for my anime list:

Oct 26, 2014 2:45 PM

Offline
Jun 2014
794
I have a question.


I wanted a nice Holo/Spice and Wolf theme since I feel like it deserves more love than it gets especially since it's still a pretty popular series, however I don't know what would be the best way to request it to be made by one of you since you all seem to make such HQ themes.

How could I about this?
.
Oct 26, 2014 2:55 PM

Offline
Aug 2013
520
sumusiko said:
I have a question.


I wanted a nice Holo/Spice and Wolf theme since I feel like it deserves more love than it gets especially since it's still a pretty popular series, however I don't know what would be the best way to request it to be made by one of you since you all seem to make such HQ themes.

How could I about this?
To be completely honest, there are basically no one taking requests these days. You could post it in the suggestions thread, but even then it probably won't be taken. So to sum it up, most people only make designs when we are actually inspired to do so.. but I think you should be able to make a good one with our tutorials and help. And time of course ;) That is the main reason requests are not taken, it takes an awful amount of time and many people don't really understand and appreciate this properly.




Oct 26, 2014 3:33 PM

Offline
Jun 2014
794
Oiomi-chan said:
sumusiko said:
I have a question.


I wanted a nice Holo/Spice and Wolf theme since I feel like it deserves more love than it gets especially since it's still a pretty popular series, however I don't know what would be the best way to request it to be made by one of you since you all seem to make such HQ themes.

How could I about this?
To be completely honest, there are basically no one taking requests these days. You could post it in the suggestions thread, but even then it probably won't be taken. So to sum it up, most people only make designs when we are actually inspired to do so.. but I think you should be able to make a good one with our tutorials and help. And time of course ;) That is the main reason requests are not taken, it takes an awful amount of time and many people don't really understand and appreciate this properly.


Awwww that's really sad to know :( really wanted one, but I do understand you, if I took my own time to do free stuff for other people then in the end sometimes not even getting a thanks could be quite bothersome :l
.
Oct 27, 2014 4:00 AM

Offline
Aug 2013
520
sumusiko said:
Oiomi-chan said:
To be completely honest, there are basically no one taking requests these days. You could post it in the suggestions thread, but even then it probably won't be taken. So to sum it up, most people only make designs when we are actually inspired to do so.. but I think you should be able to make a good one with our tutorials and help. And time of course ;) That is the main reason requests are not taken, it takes an awful amount of time and many people don't really understand and appreciate this properly.


Awwww that's really sad to know :( really wanted one, but I do understand you, if I took my own time to do free stuff for other people then in the end sometimes not even getting a thanks could be quite bothersome :l
Though I have to say ... you've peeked my interest (σ≧▽≦)σ I might just do it (^^)v




Oct 27, 2014 5:16 AM

Offline
Jun 2014
794
Oiomi-chan said:
sumusiko said:


Awwww that's really sad to know :( really wanted one, but I do understand you, if I took my own time to do free stuff for other people then in the end sometimes not even getting a thanks could be quite bothersome :l
Though I have to say ... you've peeked my interest (σ≧▽≦)σ I might just do it (^^)v


Well, I managed to find one that I like, although I preferred if it had a few more tweaks, I'll try to learn some css and do them myself, however if you ever have the free time and the will to do one, I'll gladly check it out and use it if I like it :D
.
Oct 27, 2014 12:40 PM

Offline
Feb 2013
27
Hello,

Ive been playing around with some basic stuff for making my own list like repositioning list/size etc..
Now I've a problem with each of my "categories" like ANime Title,Score<tags. etc...
I had found a code somewhere for changing the Tags width row and after that, the layout changed. This is the code:



I think I have the wrong number in the last part of the code, but not sure. It was 6 first, but that was the wrong one as well.
Oct 27, 2014 12:47 PM

Offline
Feb 2010
11502
Topazzz said:
Hello,

Ive been playing around with some basic stuff for making my own list like repositioning list/size etc..
Now I've a problem with each of my "categories" like ANime Title,Score<tags. etc...
I had found a code somewhere for changing the Tags width row and after that, the layout changed. This is the code:



I think I have the wrong number in the last part of the code, but not sure. It was 6 first, but that was the wrong one as well.


That code originally comes from this topic:
http://myanimelist.net/forum/?topicid=553637

It looks like you made it 12 for some reason. It needs to be 6 to expand the tags row width, as you have it in your current CSS.. you also need to add the tags table header width as the topic tells you so the header links (ANime Title,Score<tags. etc...) match up the columns. You only change the number in parenthesis to 1 or 2 less generally, as the topic says, the exact number is what place your tags is (6th column in your case). Its not possible for it to be 12th column.
Oct 27, 2014 1:04 PM

Offline
Feb 2013
27
Shishio-kun said:
Topazzz said:
Hello,

Ive been playing around with some basic stuff for making my own list like repositioning list/size etc..
Now I've a problem with each of my "categories" like ANime Title,Score<tags. etc...
I had found a code somewhere for changing the Tags width row and after that, the layout changed. This is the code:



I think I have the wrong number in the last part of the code, but not sure. It was 6 first, but that was the wrong one as well.


That code originally comes from this topic:
http://myanimelist.net/forum/?topicid=553637

It looks like you made it 12 for some reason. It needs to be 6 to expand the tags row width, as you have it in your current CSS.. you also need to add the tags table header width as the topic tells you so the header links (ANime Title,Score<tags. etc...) match up the columns. You only change the number in parenthesis to 1 or 2 less generally, as the topic says, the exact number is what place your tags is (6th column in your case). Its not possible for it to be 12th column.


Aah I thought I only needed the header if I wanted to enlarge it for some reason, Didnt know it was neccessary to need it combined with the row colums. I had it originally as nr.6, but as that didnt do the trick ( becasue I didnt had the header width code I suppose), I played around with the numbers.

Thank you, this did the trick. The headers are now above the corresponding rows. Its great what you're doing Shishio-sama xD Lot fo respect for you guys out there who can make these amazing stuff:)
Oct 27, 2014 1:29 PM

Offline
Feb 2010
11502
Topazzz said:
Shishio-kun said:


That code originally comes from this topic:
http://myanimelist.net/forum/?topicid=553637

It looks like you made it 12 for some reason. It needs to be 6 to expand the tags row width, as you have it in your current CSS.. you also need to add the tags table header width as the topic tells you so the header links (ANime Title,Score<tags. etc...) match up the columns. You only change the number in parenthesis to 1 or 2 less generally, as the topic says, the exact number is what place your tags is (6th column in your case). Its not possible for it to be 12th column.


Aah I thought I only needed the header if I wanted to enlarge it for some reason, Didnt know it was neccessary to need it combined with the row colums. I had it originally as nr.6, but as that didnt do the trick ( becasue I didnt had the header width code I suppose), I played around with the numbers.

Thank you, this did the trick. The headers are now above the corresponding rows. Its great what you're doing Shishio-sama xD Lot fo respect for you guys out there who can make these amazing stuff:)


sure np
Oct 29, 2014 11:04 AM

Offline
Jun 2014
18
Could I please have some help/advice from anyone who might have the answer to my situation?


Currently I've been fiddling around with my Anime List design, and have 2 problems I'm not sure how to fix at all. I'm completely new to working with/using CSS codes and such, which is probably why I'm finding this pretty difficult at the moment. *Complete Newbie here*

The First problem I'm having (even though its extremely small and probably nothing) is that the title for the column 'Score' has an image that appears behind it in the form of the .img icon then changes into the form of a grey circle (example of the images are show below under: Spoiler. I'm assuming this is linked to all the circles below it, which my personal rating scores for the Anime's I've watched are placed.
As I've said, I know its small and practically nothing; so even if it's unfixable then there is no worries, but if there is then "Is there any way to stop the image(s) from appearing and have it just appear/work as its neighbouring column titles?"


The Second issue has to do with my List Category Tabs (Watching, Completed, On-Hold, etc.. which you may have noticed within the First Problems image).
The links for each of the Categories are listed on the right hand side of my Anime List, which obviously overlaps my list (when that Category is being viewed). The other Tabs will slide out when the cursor is moved against them, but then will retract back off the side.
What I want to do is have them all retract regardless if I'm using a Certain Category (such as 'Completed' shown in the attached image, under: Spoiler) which would then cause none of the tabs to overlap my list (unless the cursor is doing so). "Is there any Possible way to do this?"


Click here for the URL straight to: My Anime List
Tsubasa5000
Anime List | Manga List
Oct 29, 2014 12:21 PM
Offline
Nov 2013
2632
Tsubasa5000 said:
Could I please have some help/advice from anyone who might have the answer to my situation?


Currently I've been fiddling around with my Anime List design, and have 2 problems I'm not sure how to fix at all. I'm completely new to working with/using CSS codes and such, which is probably why I'm finding this pretty difficult at the moment. *Complete Newbie here*

The First problem I'm having (even though its extremely small and probably nothing) is that the title for the column 'Score' has an image that appears behind it in the form of the .img icon then changes into the form of a grey circle (example of the images are show below under: Spoiler. I'm assuming this is linked to all the circles below it, which my personal rating scores for the Anime's I've watched are placed.
As I've said, I know its small and practically nothing; so even if it's unfixable then there is no worries, but if there is then "Is there any way to stop the image(s) from appearing and have it just appear/work as its neighbouring column titles?"


The Second issue has to do with my List Category Tabs (Watching, Completed, On-Hold, etc.. which you may have noticed within the First Problems image).
The links for each of the Categories are listed on the right hand side of my Anime List, which obviously overlaps my list (when that Category is being viewed). The other Tabs will slide out when the cursor is moved against them, but then will retract back off the side.
What I want to do is have them all retract regardless if I'm using a Certain Category (such as 'Completed' shown in the attached image, under: Spoiler) which would then cause none of the tabs to overlap my list (unless the cursor is doing so). "Is there any Possible way to do this?"


Click here for the URL straight to: My Anime List


To fix first problem, delete this part from your code:
Oct 29, 2014 12:36 PM
Offline
Jul 2013
2
Hello

I'd like to pre-face this with the fact that I've basically done as little tinkering as possible and mostly pressed ctrl+c and +v from different area's of this club forum that declared its content free for use and customization.

Sources:

1. iSayChris' anime lay-out Link here
2. How-to-hover Link here

I'm stuck though. This is my list, this is the code I have at the moment.



Problems I'm facing all started after adding the hover-css:

1. From time to time the screen turns red and shows the grim reaper/a skull/a skeleton, fading before I can manage to capture a screenshot. I can't seem to trigger it, or I haven't realized how I can. All I know is that it scares the bejeezus out of me when I forget about it. While I do think this is a funny troll, could someone please find how I get that line of CSS out of the entire thing? Pretty please.

2. Is it possible to have the tag hover-box have it's center (in height) match the row I'm resting my cursor on? So that instead of a fixed place on the screen it shows up next to the row I'm hovering, independent of whether the row is on the bottom or the top of my screen. I assume this is linked to the position: fixed; line, but what do I replace the fixed with?

3. I have made that box transparent, but the lines that should be surrounding it don't extend below a tiny bit above the bottom outline of the hover-box. Is there an easy fix I'm overseeing, and if so how do I get it to outline the entire box?

4. I want to turn the rounded edges into 90° corners. I've mainly just messed and given up trying to figure how to do so though.


Thanks in advance! I'm a lost cause when it comes to CSS. I've tried to do as much as possible myself to not bother you guys with everything, but there's a limit to my magic as well.
Oct 29, 2014 2:16 PM

Offline
Jan 2014
14
ChazzU said:

1. From time to time the screen turns red and shows the grim reaper/a skull/a skeleton, fading before I can manage to capture a screenshot. I can't seem to trigger it, or I haven't realized how I can. All I know is that it scares the bejeezus out of me when I forget about it. While I do think this is a funny troll, could someone please find how I get that line of CSS out of the entire thing? Pretty please.


OMG Dude so glad you wrote it, I was wondering WTF was it? Like I was browsing my anime list like always and suddenly this shit happened, I was like SHIT SHIT SHIT what's the reason of that? This dude scared the shit out of me.
Oct 29, 2014 2:55 PM
Offline
Jul 2013
2
rollinbull23 said:
OMG Dude so glad you wrote it, I was wondering WTF was it? Like I was browsing my anime list like always and suddenly this shit happened, I was like SHIT SHIT SHIT what's the reason of that? This dude scared the shit out of me.


For anyone wondering: I managed to screencap it after having refreshed my list a dozen times hoping it would show up. It seems it loads up every time the page is loaded, and doesn't show more than once per refresh.

Oct 29, 2014 5:33 PM

Offline
May 2012
1921
ChazzU said:
rollinbull23 said:
OMG Dude so glad you wrote it, I was wondering WTF was it? Like I was browsing my anime list like always and suddenly this shit happened, I was like SHIT SHIT SHIT what's the reason of that? This dude scared the shit out of me.


For anyone wondering: I managed to screencap it after having refreshed my list a dozen times hoping it would show up. It seems it loads up every time the page is loaded, and doesn't show more than once per refresh.



Hehe it's halloween, isnt it? yeah it is implemented in a css code I think the culprit is going to show himself in no time ;) be patient
Oct 29, 2014 9:24 PM

Offline
Aug 2013
63
Cant seem to have two backgrounds on my list,
always shows up with a white screen

Oct 30, 2014 7:00 AM

Offline
Dec 2009
32
I have a couple of questions I would be grateful to have answered.
For starters, I'm using this template to start out and get used to CSS:
Vocaloid Square Layout
http://tny.cz/a107baee

Also this is what my list looks like so far: http://myanimelist.net/animelist/vamp1redem0n2

As you can see, I'm trying to move the icons at the top to the right side. I've managed to move the buttons themselves, but not the background and score/type/etc buttons over. Can someone point out the code these are located in and how to move it?

How do I get the icons to be somewhat transparent?

Question 2 Edit: I've managed to get the opacity to work on the icons, but not on the list itself as well.

Last question is the same thing as question 2, but with the background of the anime's themselves. I was sure it would be this:
#list_surround {
width: 72% !important;
opacity: 0.8;
}
it breaks the icons, but gives me the transparency that I'm looking for.

This is the look I'm looking for, but with the icons fully functional:
http://myanimelist.net/mangalist/vamp1redem0n2
vamp1redem0n2Oct 31, 2014 8:55 AM
Oct 30, 2014 11:50 AM
Offline
May 2014
6
Shishio-kun can we have your new link to replace that ref pls ? :
@import "http://dl.dropbox.com/u/78340470/CSSforCatgirls.css";

Thanks
Oct 31, 2014 11:46 AM

Offline
Oct 2014
172
Hello everyone! I am new in this club. I wanna ask something, can someone make a Tokyo Ghoul List Style? (My apologies for bad english)
Oct 31, 2014 12:24 PM

Offline
Aug 2013
520
Senior_Tybor said:
Hello everyone! I am new in this club. I wanna ask something, can someone make a Tokyo Ghoul List Style? (My apologies for bad english)
well first of all, this isn't a request topic. Second, there already are at least one such layout available already.




Oct 31, 2014 12:49 PM

Offline
Feb 2010
11502
Zebrech said:
Shishio-kun can we have your new link to replace that ref pls ? :
@import "http://dl.dropbox.com/u/78340470/CSSforCatgirls.css";

Thanks


I'm re-releasing these kinda things later, have to keep checking front page where I would announce it
Oct 31, 2014 12:54 PM

Offline
Feb 2010
11502
tanoshiibear said:
Cant seem to have two backgrounds on my list,
always shows up with a white screen



You don't put all the other properties after background-image:, only background:

body {
background:url(http://2.bp.blogspot.com/-Z3qR5X8pdqA/UyiT1QTjX9I/AAAAAAAAIUU/wyK2eIUmaJM/s1600/Accelerator.full.869004.jpg) fixed right bottom no-repeat,
url(http://superbento.files.wordpress.com/2014/04/91kuiebhi7l-_aa_.jpg)fixed right bottom no-repeat;
}
Oct 31, 2014 1:14 PM

Offline
Feb 2010
11502
vamp1redem0n2 said:
I have a couple of questions I would be grateful to have answered.
For starters, I'm using this template to start out and get used to CSS:
Vocaloid Square Layout
http://tny.cz/a107baee

Also this is what my list looks like so far: http://myanimelist.net/animelist/vamp1redem0n2

As you can see, I'm trying to move the icons at the top to the right side. I've managed to move the buttons themselves, but not the background and score/type/etc buttons over. Can someone point out the code these are located in and how to move it?

How do I get the icons to be somewhat transparent?

Question 2 Edit: I've managed to get the opacity to work on the icons, but not on the list itself as well.

Last question is the same thing as question 2, but with the background of the anime's themselves. I was sure it would be this:
#list_surround {
width: 72% !important;
opacity: 0.8;
}
it breaks the icons, but gives me the transparency that I'm looking for.

This is the look I'm looking for, but with the icons fully functional:
http://myanimelist.net/mangalist/vamp1redem0n2


Moving the other top bar buttons should be .header_cw + table, .header_completed + table, .header_onhold + table, .header_dropped + table, .header_ptw + table

#list_surround:before should be for the part behind the top bar buttons

#list_surround is for the list color, you've made it skyblue needs to be a rgba color as it was before. Use this to find the color:
http://www.css3maker.com/css-3-rgba.html

You seem to have taken off the anime covers (the animes?) by clearing the import, so thats why they're not there. Screenshot and circle exactly what you want translucent, moved etc in future questions please. If stuff doesn't work leave it in your code too
Shishio-kunOct 31, 2014 1:28 PM
Oct 31, 2014 1:16 PM

Offline
Feb 2010
11502
Senior_Tybor said:
Hello everyone! I am new in this club. I wanna ask something, can someone make a Tokyo Ghoul List Style? (My apologies for bad english)


http://myanimelist.net/forum/?topicid=1280229
Oct 31, 2014 9:47 PM

Offline
Aug 2013
63
Shishio-kun said:
tanoshiibear said:
Cant seem to have two backgrounds on my list,
always shows up with a white screen



You don't put all the other properties after background-image:, only background:

body {
background:url(http://2.bp.blogspot.com/-Z3qR5X8pdqA/UyiT1QTjX9I/AAAAAAAAIUU/wyK2eIUmaJM/s1600/Accelerator.full.869004.jpg) fixed right bottom no-repeat,
url(http://superbento.files.wordpress.com/2014/04/91kuiebhi7l-_aa_.jpg)fixed right bottom no-repeat;
}
Reply Disabled for Non-Club Members
Pages (158) « First ... « 45 46 [47] 48 49 » ... Last »

More topics from this board

Sticky: » 💚 [REPAIR STICKY] Repair/speed up a design + Request a layout fix

Shishio-kun - Nov 17, 2023

17 by Shishio-kun »»
Yesterday, 9:28 AM

Sticky: » [ USERSTYLES & DARK THEMES ] All MyAnimeList themes

Shishio-kun - Jan 28, 2023

19 by is_peque »»
Sep 23, 12:11 AM

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

Valerio_Lyndon - Apr 19, 2018

1222 by laBelphe »»
Sep 20, 3:16 PM

» [CLASSIC CSS] ⭐️Space Layout by nblur/U531355 ✨RESTORED AND UPSCALED✨

Shishio-kun - Nov 17, 2023

7 by Recon911 »»
Sep 20, 4:43 AM

Sticky: » 💎 Show off your latest design!

Shishio-kun - Sep 16

2 by Shishio-kun »»
Sep 18, 7:40 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login