Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 25 26 [27] 28 29 » ... Last »
Oct 15, 2013 7:50 AM

Offline
Dec 2012
17
dzikibambus said:
ninety said:
Hey people, I have just one question, it's abut problem I have on this animelist layout: SeishinAkuma - Searchbox in the right corner, when viewed in Firefox, is always 2px shorter then it should be.
Is there a solution, does anyone have an idea how to fix this...?
Yes, I used mah old themes, and even theme parts from here to make this one, and the code is kinda messy, but if you could check it would mean a lot :D Thanks in advance :D


It's probably because firefox handles input box paddings differently than other browsers. adding padding:0; to #searchBox should make all browsers do it the same way. You'll need to adjust height and width after that.
btw is there something wrong with the file with mal strip code? Or is it just me?


DarkDooM2 said:
Is it possible to add a Column "Year" that will show the year when an anime started airing?

Possible but neither simple nor perfect. You'd have to generate additional files similar to the ones used to add covers. Positioning it will be tricky and you won't be able to sort list by it.
I've added something similar to my list and it's causing problems. I don't know of any simpler way.


Oh, thanks :D I'll try it later when I get my decent-screen-size laptop back :D
Umm, wrong, like? Is it not working? I tested it on my laptop and netbok and it all looks fine but, yeah, there could be many problems, since this is the first time I actually tried to make a strip :P Home button doesn't always work too. And I have this awesome firebug+googledrive importing problem, maybe it's that xD Gah, everything is causing me problems.
Also, can you tell me how to, in my own manga list , use three or more different background colors for animetitles instead of just two? If there is a way, I mean :3
Oct 15, 2013 8:17 AM

Offline
Jul 2010
93
ninety said:
Oh, thanks :D I'll try it later when I get my decent-screen-size laptop back :D
Umm, wrong, like? Is it not working? I tested it on my laptop and netbok and it all looks fine but, yeah, there could be many problems, since this is the first time I actually tried to make a strip :P Home button doesn't always work too. And I have this awesome firebug+googledrive importing problem, maybe it's that xD Gah, everything is causing me problems.
Also, can you tell me how to, in my own manga list , use three or more different background colors for animetitles instead of just two? If there is a way, I mean :3


I meant that I have problems with opening it in firebug, but it seem I'm not the only one. I'd say it's googledrive's fault. I'm usually using dropbox or my own site to host files and I've never encounter a problem like that.

to set more than two background colours, you have to use nth-of-type, for your list it'd be like this:
table:nth-of-type(3n) td[class*="td"]:first-of-type {background-color: #3df !important;}
table:nth-of-type(3n+1) td[class*="td"]:first-of-type {background-color: #fd3 !important;}
table:nth-of-type(3n+2) td[class*="td"]:first-of-type {background-color: #3fd !important;}
Of course you can add more colours by changing 3n to how many you want.
Oct 15, 2013 10:54 AM

Offline
Dec 2010
727
dzikibambus said:
DarkDooM2 said:
Is it possible to add a Column "Year" that will show the year when an anime started airing?

Possible but neither simple nor perfect. You'd have to generate additional files similar to the ones used to add covers. Positioning it will be tricky and you won't be able to sort list by it.
I've added something similar to my list and it's causing problems. I don't know of any simpler way.


Why wouldn't it be possible to sort the list?

Actually, sorting it was pretty much the main reason why I would like it for my list ^^
Oct 15, 2013 11:21 AM

Offline
Jul 2010
93
DarkDooM2 said:
Why wouldn't it be possible to sort the list?

Actually, sorting it was pretty much the main reason why I would like it for my list ^^

Well mainly because it's not a MAL feature. You can use some tricks to show some additional information and make it look like a part of the list, but in reality it won't be more than just adding simple text to each anime.
Oct 15, 2013 11:28 AM

Offline
Dec 2010
727
dzikibambus said:
DarkDooM2 said:
Why wouldn't it be possible to sort the list?

Actually, sorting it was pretty much the main reason why I would like it for my list ^^

Well mainly because it's not a MAL feature. You can use some tricks to show some additional information and make it look like a part of the list, but in reality it won't be more than just adding simple text to each anime.


I see. I will try making this into a suggestion then. Though the chances of it being accepted are pretty low imo.

Thanks for your help though.
Oct 16, 2013 10:10 PM

Offline
Nov 2012
84
Hello! o/
I just recently updated my list again, and I used a requested/premade layout and just edited myself. It was Levelev's requested list. (http://myanimelist.net/forum/?topicid=393393&show=80)
However I'm a bit confused on what's going on with the main list of my anime list, every catagory has it's own background/text, but when I click to go to my anime list from my profile I get a blank white page and no buttons work..

Here's my css information:



So if someone could help me figure out how to change that..?
I think it'd be cool if I could somehow just have like a wallpaper or something with buttons to the different catagories, instead of whatever is going on now.. (or any list type thing on that page) I don't even know if that's possible but that'd be what I'd like the most.
If anyone knows how to help me, that'd be great.. Thanks (:
Oct 16, 2013 11:28 PM

Offline
Jul 2010
93
AboveAllSanity said:
Hello! o/
I just recently updated my list again, and I used a requested/premade layout and just edited myself. It was Levelev's requested list. (http://myanimelist.net/forum/?topicid=393393&show=80)
However I'm a bit confused on what's going on with the main list of my anime list, every catagory has it's own background/text, but when I click to go to my anime list from my profile I get a blank white page and no buttons work..

Here's my css information:



So if someone could help me figure out how to change that..?
I think it'd be cool if I could somehow just have like a wallpaper or something with buttons to the different catagories, instead of whatever is going on now.. (or any list type thing on that page) I don't even know if that's possible but that'd be what I'd like the most.
If anyone knows how to help me, that'd be great.. Thanks (:

Css you're using doesn't support displaying all categories. Two ways about solving this:
- The simplest way would be to change default category by editing your profile.
- You might add background to body, so it'd be the default one.
You can also edit the whole style so it'll support "all anime" category but that's a little more work.
Oct 17, 2013 12:16 AM

Offline
Jan 2012
1578
AboveAllSanity said:
Hello! o/
I just recently updated my list again, and I used a requested/premade layout and just edited myself. It was Levelev's requested list. (http://myanimelist.net/forum/?topicid=393393&show=80)
However I'm a bit confused on what's going on with the main list of my anime list, every catagory has it's own background/text, but when I click to go to my anime list from my profile I get a blank white page and no buttons work..

Try this:
Oct 17, 2013 8:35 AM

Offline
Nov 2012
84
Hahaido said:

Try this:


dzikibambus said:

Css you're using doesn't support displaying all categories. Two ways about solving this:
- The simplest way would be to change default category by editing your profile.
- You might add background to body, so it'd be the default one.
You can also edit the whole style so it'll support "all anime" category but that's a little more work.


Thank you both for your help, I tried both, and ended up going with the latter option of changing my default category! Since I mostly use my Currently watching, that's the most useful one for default.
I appreciate both of your hlelp! (:
Oct 19, 2013 9:05 AM
Offline
Dec 2012
8
Hello, I am looking for the code that makes the images pop up when you hover over them.

It is like that in this list.
http://myanimelist.net/animelist/Timoke

Thank You.
Oct 19, 2013 11:01 AM

Offline
Jul 2013
381
Apacity said:
Hello, I am looking for the code that makes the images pop up when you hover over them.

It is like that in this list.
http://myanimelist.net/animelist/Timoke

Thank You.


I guess you're looking for this: http://myanimelist.net/forum/?topicid=626173
Oct 20, 2013 7:59 PM

Offline
Feb 2010
12631
Does anyone know a way to code the page scrollbar preferably with CSS? I want to control the size, z-index, and opacity.
Oct 20, 2013 9:32 PM

Offline
Jan 2012
1578
CSS properties that apply to scrollbar are work in Chrome only (in IE as well). But there are some tricks for Firefox
http://myanimelist.net/forum/?topicid=443937&show=60#msg23803009
Oct 24, 2013 1:11 PM

Offline
Dec 2012
12
So:

I've set up the background on the top bar buttons to change along with the text, however, when I hover over an item, the text's colour change is always one item to the right, instead of inside the button... No idea why it happens, but here's the code:


Note, when I try "~", everything to the left of the button, but not the button itself is changed, & when I try " ", nothing happens.

Is there a way to move the colour change to the left one item?
Oct 25, 2013 7:12 AM

Offline
Jul 2010
93
Aririnkitaku said:
So:

I've set up the background on the top bar buttons to change along with the text, however, when I hover over an item, the text's colour change is always one item to the right, instead of inside the button... No idea why it happens, but here's the code:


Note, when I try "~", everything to the left of the button, but not the button itself is changed, & when I try " ", nothing happens.

Is there a way to move the colour change to the left one item?

It's because of the +, try this:
Oct 25, 2013 10:09 AM

Offline
Dec 2012
12
dzikibambus said:
It's because of the +, try this:


Well, I'm amazed I didn't think of that.

Also, as far as I can tell, this isn't possible without editing the HTML, but, is there a way to make the entire button, not just the text, be clickable?

So when I hover over the button, I can click on the button, & I'll be sent off to the next link.
Oct 25, 2013 1:27 PM

Offline
Jul 2013
381
Aririnkitaku said:
Also, as far as I can tell, this isn't possible without editing the HTML, but, is there a way to make the entire button, not just the text, be clickable?

So when I hover over the button, I can click on the button, & I'll be sent off to the next link.


yes, it is.

add:
display: block;
height: 58px;
line-height: 58px;


to the .status_not_selected a and .status_selected a
Oct 25, 2013 3:12 PM

Offline
Dec 2012
12
kuronekodesu said:
Aririnkitaku said:
Also, as far as I can tell, this isn't possible without editing the HTML, but, is there a way to make the entire button, not just the text, be clickable?

So when I hover over the button, I can click on the button, & I'll be sent off to the next link.


yes, it is.

add:
display: block;
height: 58px;
line-height: 58px;


to the .status_not_selected a and .status_selected a


Well, I didn't expect it to be as simple as adding a only few lines of CSS.

Finally, my list is pretty much complete, aside from a few compatibility issues here & there.
Oct 27, 2013 4:24 PM
Offline
Jul 2012
36
http://myanimelist.net/animelist/Campione

I want to make my Tag boxes and and the text inside of them transparent except when I hover over them to add some more tags. So yeah, I want to be able to see all of Yami's delicious body perfectly except when I hover over the tag boxes.
Oct 27, 2013 9:27 PM

Offline
Jan 2012
1578
Try
Oct 27, 2013 11:02 PM
Offline
Jul 2012
36
Hahaido said:
Try


Was almost perfect, but the bottom bar of each section still needs to be fixed.
Oct 28, 2013 12:05 AM

Offline
Jan 2012
1578
With a little trick
Oct 28, 2013 8:28 AM
Offline
Jul 2012
36
Thank you sir. ^_^
Oct 30, 2013 8:59 AM
Offline
Jan 2012
40
was trying the code geass one layout but i'm having problems on the cover pic when hovering

http://imageshack.us/a/img713/1557/ik3x.png

i was searching for that certain code but i couldnt still able to figure it out

the code:
Oct 30, 2013 10:00 AM

Offline
Dec 2012
147
ChristelleXhie said:
was trying the code geass one layout but i'm having problems on the cover pic when hovering

http://imageshack.us/a/img713/1557/ik3x.png

i was searching for that certain code but i couldnt still able to figure it out

the code:


if you wanted to change position and size of the covers, than simply look for "top", "left", "width" and "height", where you are only changing numbers in this code (open second line/code/link from the code you posted above in spoiler):
https://dl.dropboxusercontent.com/s/t8g8i1udpkj07zs/mal_pic.css

I hope this helped...


Oct 31, 2013 3:47 PM

Offline
Dec 2012
147
I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!)

So what I want is, if I may call it so, a "preview effect for poster covers" (a second covers that are on top of already existing one)...

The corrections I want to make to the code below are:

1. to make effect of covers work on all my list, not just with titles that have sign "Airing"

2. I want to have all "4 corners with radious of 13px", along with new "preview effect for poster covers" (if I may call it so)

ANY HELP WOULD BE DEEPLY APPRECIATED !!!
(if "xmenu" code is possible here for making second covers, could you explain to me, how to formulate that code ???)

My current CSS code:


How it all looks out after you hover on a poster with the code as it is right now:

https://dl.dropboxusercontent.com/u/144008148/Premade/Sample.jpg
MonsterguyOct 31, 2013 5:38 PM


Nov 1, 2013 2:56 AM

Offline
Jul 2010
93
Monsterguy said:
I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!)

So what I want is, if I may call it so, a "preview effect for poster covers" (a second covers that are on top of already existing one)...

The corrections I want to make to the code below are:

1. to make effect of covers work on all my list, not just with titles that have sign "Airing"

2. I want to have all "4 corners with radious of 13px", along with new "preview effect for poster covers" (if I may call it so)

ANY HELP WOULD BE DEEPLY APPRECIATED !!!
(if "xmenu" code is possible here for making second covers, could you explain to me, how to formulate that code ???)

My current CSS code:


How it all looks out after you hover on a poster with the code as it is right now:

https://dl.dropboxusercontent.com/u/144008148/Premade/Sample.jpg

I'm not sure if I've understood what you're trying to do. When an entry is hovered you want it to be shown without the text for a while, right?
How about this:
change your #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small to:
Nov 1, 2013 3:39 AM

Offline
Jan 2012
1578
Monsterguy said:
I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!)

Here is my way:
Nov 1, 2013 11:43 AM

Offline
Dec 2012
147
Hahaido said:
Monsterguy said:
I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!)

Here is my way:


many things are diffrent(links color, smaller covers) and the main problem with covers is not solved, coz they are totally blank:
https://dl.dropboxusercontent.com/u/144008148/Premade/Sample2.jpg

dzikibambus said:
Monsterguy said:
I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!)

So what I want is, if I may call it so, a "preview effect for poster covers" (a second covers that are on top of already existing one)...

The corrections I want to make to the code below are:

1. to make effect of covers work on all my list, not just with titles that have sign "Airing"

2. I want to have all "4 corners with radious of 13px", along with new "preview effect for poster covers" (if I may call it so)

ANY HELP WOULD BE DEEPLY APPRECIATED !!!
(if "xmenu" code is possible here for making second covers, could you explain to me, how to formulate that code ???)

My current CSS code:


How it all looks out after you hover on a poster with the code as it is right now:

https://dl.dropboxusercontent.com/u/144008148/Premade/Sample.jpg

I'm not sure if I've understood what you're trying to do. When an entry is hovered you want it to be shown without the text for a while, right?
How about this:
change your #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small to:


sorry if I expressed myself badly, but you seem to understand me...

wow, now this works as I wanted it to work...;)
MonsterguyNov 1, 2013 12:45 PM


Nov 1, 2013 9:53 PM

Offline
Jan 2012
1578
I don't know how you import the code but it works well
http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/sample.jpg
Nov 10, 2013 2:15 PM

Offline
Nov 2010
26413
First of all some background info about my question. I was recently informed that MAL fixed one of their long running tag problems, this particular one is where you got a lot of list views added based on how many tags and how simple they were. Something to do with google indexing or something like that. Now I am free to use tags and I've been planning on having a large amount of tags, for everything from the setting to characters to certain plot points, so each entry could possibly have 20 or maybe more tags depending.
Now here is my problem, I've seen people even with only like 8 words in their tags, it bulges each entry so they are not uniform and the list gets longer. I want to avoid that while still having a lot of tags.

I do have one simple question about a temp fix until I find a good solution for my problem. What is the CSS code to adjust the width of my tags column?


Someone might have better solutions for my problem but these are the possible ones I've thought of so far.

The first one is just a way to have the text in the tags very small until you hover over it and then it turns to normal size and stretches the entry down. I believe I've seen people with a similar thing but the blown up text ends up very large, I just want it normal sized. I would only want that done in the tags section so I don't expand it whenever I go to update an anime's episode count.

The second one is very similar to the Psycho Pass layout. I want that same sort of box for the tags just minus the cover picture thing(I can't use that for my list as it's too large), I would want it on the bottom right of my list probably, and I would want to be able to move my mouse over there and click on a tag so I can sort my list by it(idk if it goes away when you're not hovering over an entry).

I've also been thinking of this, it's connected to the second one. But the same thing, just that it's on the right side of each entry, shows up when I hover over an entry, and follows the screen or wherever my mouse is as I scroll down. So that instead of having to move over to the far right side(where it might disappear if I take my mouse of an entry), I can go straight from the entry to the box with all of the tags.
Nov 10, 2013 7:52 PM

Offline
Nov 2012
1472
I saw that there was a code for a fixed category bar for the anime/manga list, but is there a code for fixed category buttons on the left/right side? o:
Nov 10, 2013 9:24 PM

Offline
Feb 2010
12631
IntroverTurtle said:
First of all some background info about my question. I was recently informed that MAL fixed one of their long running tag problems, this particular one is where you got a lot of list views added based on how many tags and how simple they were. Something to do with google indexing or something like that. Now I am free to use tags and I've been planning on having a large amount of tags, for everything from the setting to characters to certain plot points, so each entry could possibly have 20 or maybe more tags depending.
Now here is my problem, I've seen people even with only like 8 words in their tags, it bulges each entry so they are not uniform and the list gets longer. I want to avoid that while still having a lot of tags.

I do have one simple question about a temp fix until I find a good solution for my problem. What is the CSS code to adjust the width of my tags column?


Someone might have better solutions for my problem but these are the possible ones I've thought of so far.

The first one is just a way to have the text in the tags very small until you hover over it and then it turns to normal size and stretches the entry down. I believe I've seen people with a similar thing but the blown up text ends up very large, I just want it normal sized. I would only want that done in the tags section so I don't expand it whenever I go to update an anime's episode count.

The second one is very similar to the Psycho Pass layout. I want that same sort of box for the tags just minus the cover picture thing(I can't use that for my list as it's too large), I would want it on the bottom right of my list probably, and I would want to be able to move my mouse over there and click on a tag so I can sort my list by it(idk if it goes away when you're not hovering over an entry).

I've also been thinking of this, it's connected to the second one. But the same thing, just that it's on the right side of each entry, shows up when I hover over an entry, and follows the screen or wherever my mouse is as I scroll down. So that instead of having to move over to the far right side(where it might disappear if I take my mouse of an entry), I can go straight from the entry to the box with all of the tags.


To enlarge the boxes is easy
http://myanimelist.net/forum/?topicid=553637


On the first solution for making the text large and small on hover, I'm not sure I follow cuz there could be a number of possible looks come to mind.. but will something like this work for you (adjust colors and font size after). If there's any more adjustments you need made post here they are probably not difficult to add this took less than a minute to come up with:


td[class^='td']:nth-of-type(6) a{
background-color: red;
color: blue;
font-size: 0px;
}
#list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) a {
background: green;
color: white;
font-size: 20px;}

.table_header:nth-of-type(6) {
display: none;
}


You want to click on the tags, right- well on the second solution, you can use the raw code for this effect Psycho Pass list and you can definitely adjust and move the box so you can move the cursor into the box with the tags. Its just not guaranteed to be as stable on all browsers and screen sizes as you might see so you'll have to try it out and let us know of any incompatibility issues cuz those can always be worked around. This is the CSS for that effect which can be customized:

https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/pyschopasstags.css

You may have to import the code; I think you know how to do that. And if you can't edit it how you want yourself you can ask here or do a screenshot of how you want it. Also it has Firefox and Chrome specific codes. The first set is for Firefox and starts with moz.. and Chrome section starts with @media... Make sure you don't delete any brackets on accident it will throw off the whole CSS and in some places there are two opening or closing brackets instead of one.

You probably it want something like this below. It seems to work for all screen sizes but I didn't try it on Chrome (it should be similar). You're right there is a problem that using boxes to hold your text as in the Pyscho Pass layout will make them "unreachable" and disappear when you move the cursor off the list, but using an "after" code this can be corrected. You have to adjust the colors and size of the text boxes containing tags which is td[class^='td']:nth-of-type(6) how you want. I colored it red in Firefox and green in Chrome to make them clear. And make the "pointer transition box" (blue in FF and yellow in Chrome) which is td[class^="td"]:nth-of-type(6):after transparent or visibility:hidden when you're done making your adjustments, since it doesn't need to be seen.


@-moz-document url-prefix() {

td[class^='td']:nth-of-type(6) {
visibility: hidden;
background-color: red !important;
border-color: white;
border-radius: 5px 5px 5px 5px !important;
border-style: solid;
border-width: 1px;
height: 225px;
left: 10px;
padding: 10px 10px 0 24px;
position: fixed;
top: 382px;
width: 173px;
z-index: -1;}


td[class^='td']:nth-of-type(6):after {
content: "";
position: fixed !important;
background: blue;
font-size: 0;
left: 210px !important;
width: 50% !important;
height:100% !important;
top: 0 !important;
}


#list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) {
visibility: visible;}

.table_header:nth-of-type(6) {
display: none;
}

}




@media screen and (-webkit-min-device-pixel-ratio:0) {

td[class^='td']:nth-of-type(2) {
width: 560px !important;}


td[class^='td']:nth-of-type(6) {
visibility: hidden;
background-color: green !important;
border-color: white;
border-radius: 5px 5px 5px 5px !important;
border-style: solid;
border-width: 1px;
height: 225px;
left: 10px;
padding: 10px 10px 0 24px;
position: fixed;
top: 382px;
width: 173px;
z-index: 1;}

td[class^='td']:nth-of-type(6):after {
content: "";
position: fixed !important;
background: yellow;
font-size: 0;
left: 210px !important;
width: 50% !important;
height:100% !important;
top: 0 !important;
}


#list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) {
visibility: visible;}


.table_header:nth-of-type(6) {
display: none;
}

}



Let me know if these solutions work for you (and maybe someone else has a better idea).
Nov 10, 2013 9:27 PM

Offline
Feb 2010
12631
Viviaan said:
I saw that there was a code for a fixed category bar for the anime/manga list, but is there a code for fixed category buttons on the left/right side? o:


There are many list styles with category menu buttons fixed to the left or right

http://myanimelist.net/forum/?topicid=318587

you can just rip one of them from those layouts or if you don't know ask someone to do it for you here. There is a tutorial on moving the buttons around and fixing them manually but I haven't found an easy way to explain it and don't think its good for most ppl unless you're really good with CSS.
Nov 10, 2013 10:17 PM

Offline
Apr 2012
181
IntroverTurtle said:
First of all some background info about my question. I was recently informed that MAL fixed one of their long running tag problems, this particular one is where you got a lot of list views added based on how many tags and how simple they were. Something to do with google indexing or something like that. Now I am free to use tags and I've been planning on having a large amount of tags, for everything from the setting to characters to certain plot points, so each entry could possibly have 20 or maybe more tags depending.
Now here is my problem, I've seen people even with only like 8 words in their tags, it bulges each entry so they are not uniform and the list gets longer. I want to avoid that while still having a lot of tags.

I do have one simple question about a temp fix until I find a good solution for my problem. What is the CSS code to adjust the width of my tags column?


Someone might have better solutions for my problem but these are the possible ones I've thought of so far.

The first one is just a way to have the text in the tags very small until you hover over it and then it turns to normal size and stretches the entry down. I believe I've seen people with a similar thing but the blown up text ends up very large, I just want it normal sized. I would only want that done in the tags section so I don't expand it whenever I go to update an anime's episode count.

The second one is very similar to the Psycho Pass layout. I want that same sort of box for the tags just minus the cover picture thing(I can't use that for my list as it's too large), I would want it on the bottom right of my list probably, and I would want to be able to move my mouse over there and click on a tag so I can sort my list by it(idk if it goes away when you're not hovering over an entry).

I've also been thinking of this, it's connected to the second one. But the same thing, just that it's on the right side of each entry, shows up when I hover over an entry, and follows the screen or wherever my mouse is as I scroll down. So that instead of having to move over to the far right side(where it might disappear if I take my mouse of an entry), I can go straight from the entry to the box with all of the tags.


If you plan to set large text in the Tags section, you can expand this section as a row below the other info, just like one list I made for LucidShadow(but he doesn't have any tag as comment yet).

all elements in the table are set display: inline-block; but the tag section is set display: block !important; to keep it on a single row an the tags where readable.

also I change them to a no clickable tags, so is intended to use as short comments.
Nov 10, 2013 11:21 PM

Offline
Nov 2010
26413
Thank you, you two. I'll look into what you posted tomorrow and clarify or update or whatever(It's getting late here). Just wanted to let you guys know that I did see your responses and appreciate it.
Nov 11, 2013 7:54 AM

Offline
Nov 2012
1472
Shishio-kun said:
There are many list styles with category menu buttons fixed to the left or right

http://myanimelist.net/forum/?topicid=318587

you can just rip one of them from those layouts or if you don't know ask someone to do it for you here. There is a tutorial on moving the buttons around and fixing them manually but I haven't found an easy way to explain it and don't think its good for most ppl unless you're really good with CSS.


I don't think it'll work with my anime list because you have to scroll down to see all the buttons..
&& is there any way to change the font size of the numbers that number the animes?

my css code:
ViviaanNov 11, 2013 8:41 AM
Nov 11, 2013 11:44 AM

Offline
Jul 2013
381
Viviaan said:
&& is there any way to change the font size of the numbers that number the animes


td:first-of-type is the selector for the numbers.
Nov 11, 2013 11:57 AM

Offline
Feb 2010
12631
Viviaan said:
Shishio-kun said:
There are many list styles with category menu buttons fixed to the left or right

http://myanimelist.net/forum/?topicid=318587

you can just rip one of them from those layouts or if you don't know ask someone to do it for you here. There is a tutorial on moving the buttons around and fixing them manually but I haven't found an easy way to explain it and don't think its good for most ppl unless you're really good with CSS.


I don't think it'll work with my anime list because you have to scroll down to see all the buttons..
&& is there any way to change the font size of the numbers that number the animes?



You can fix those buttons in place; move the buttons position with the left/top codes at the bottom of the CSS now. Codes start after copyright a.

Shishio-kunNov 11, 2013 12:00 PM
Nov 11, 2013 4:12 PM

Offline
Nov 2012
1472
I changed the button sizes so it works now! Thank you so much :D
Nov 11, 2013 5:36 PM

Offline
Nov 2010
26413
Shishio-kun said:
To enlarge the boxes is easy
http://myanimelist.net/forum/?topicid=553637


On the first solution for making the text large and small on hover, I'm not sure I follow cuz there could be a number of possible looks come to mind.. but will something like this work for you (adjust colors and font size after). If there's any more adjustments you need made post here they are probably not difficult to add this took less than a minute to come up with:


td[class^='td']:nth-of-type(6) a{
background-color: red;
color: blue;
font-size: 0px;
}

#list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) a {
background: green;
color: white;
font-size: 20px;}

.table_header:nth-of-type(6) {
display: none;
}
First of all thank you for that code for changing the width of the tag column.

Well basically what I want is a way to keep each entry(anime) uniform in height. I will be using possibly 20 tags per anime eventually. If I add them how it is normally, each entry will be like 1,000 pixels tall which is too large(1000 x 1300 anime in my list is too big of a number). I was asking if there's a way so when I first go into my list, all the text in the tags is very very small(so small you can't even read it) therefore keeping the uniform size but if I hover over it, it stretches back to normal 12 or whatever so I can then see all the tags for whatever anime I'm hovering over and then be able to click on one.

But if we can find a way to use the Psycho Pass one then that could be perfect. Because just having the tags column show up on my list is leaving less room for the entry names and making more of the entries un-uniform(as the names drop down a row if the row isn't large enough for the name). I could bring it back to normal by making my list wider but then that will show less of my background. The way the Psycho Pass one works where you can't see the tags column but by hovering over an anime makes the tags pop up on the thing seems perfect as I can keep my original list width.

I'm sorry to tell you that your code did not work correctly(it could be because of all my random CSS things or whatever clashing). But basically all it does is if I change the px size of the font in the part that's blue on your code, it will change the font in my tags, but hovering over it will do nothing.

Through my badawesome photoshop skills I basically put together what it would ideally look like(disregard what the tags actually say as those are things that can be found around my room). Here it is, uniform entries with all the tags in the box, the box following the cursor as it moves onto an entry, the box being slightly transparent(possibly with an outline), and since it's right next to the list all I would have to do is move my cursor over to click on a tag. And since it uses the Psycho Pass layout thing, there will be no tags column(which I forgot to take out while photoshopping). It would be perfect. Is this possible?


Shishio-kun said:
Haha, no, actually I don't know how to import the code and I don't understand some of the things you've said. I've never done it before, I'm good with some things but have no clue with the others. I tried copying the @media and down part and put it in my code, but nothing happened. I'm sure I'm probably doing something wrong, so it looks like I need a little bit more help. Hopefully my cool gif showing you what I want can help you're a little confused as to how I want it.

al_exs said:
If you plan to set large text in the Tags section, you can expand this section as a row below the other info, just like one list I made for LucidShadow(but he doesn't have any tag as comment yet).

all elements in the table are set display: inline-block; but the tag section is set display: block !important; to keep it on a single row an the tags where readable.

also I change them to a no clickable tags, so is intended to use as short comments.
Sorry, this isn't what I was wanting. Thank you for responding though.
IntroverTurtleNov 11, 2013 5:40 PM
Nov 11, 2013 8:47 PM

Offline
Jan 2012
1578
Sorry, haven't read your post (because too much letters for me) but tried to help
Nov 11, 2013 10:51 PM

Offline
Feb 2010
12631
IntroverTurtle said:

First of all thank you for that code..


Ok first thing didn't work cuz I didn't include a hover code for some reason I guess it got cut off when I copied it; and I thought you could import but you don't need that since Hahaido's does exactly what you posted there! If you want the links to be clickable I think you need to remove pointer events from span[id*="tagLinks"]
Nov 12, 2013 7:54 AM
Offline
Dec 2011
6
thx Shishio-kun for the help
i want to ask can i make the animes
1 & 3 & 5... in a different color then 2 & 4 & 6... ?
and sorry for bad eng
Nov 12, 2013 8:20 AM

Offline
Nov 2010
26413
@Hahaido
Thank you, that is exactly what I wanted.

@Shishio-kun
So just delete pointer-events: none; ?


Thank you, you two. Very much.
Nov 12, 2013 1:15 PM

Offline
Feb 2010
12631
_Sayuri said:
thx Shishio-kun for the help
i want to ask can i make the animes
1 & 3 & 5... in a different color then 2 & 4 & 6... ?
and sorry for bad eng


You can use this, makes the odd numbered anime titles red and the even numbered titles yellow. Change the colors how you want

.td1 .animetitle{
color: red !important;
}

.td2 .animetitle{
color: yellow !important;
}

Nov 13, 2013 11:23 AM

Offline
Mar 2008
3105
Hello:)
Uhm I'm in need of some help.. is it possible to change the "top" header of my anime list? (take a look at it)
I don't want to change the completed/currently watching/etc. headers but the one with the couple... For some reason I have the feeling that's not possible but welp.. one can still hope:D

(and witch "change" I mean it should change when one clicks on completed/currently watching/etc.)
Nov 13, 2013 1:36 PM

Offline
Feb 2010
12631
precious said:
Hello:)
Uhm I'm in need of some help.. is it possible to change the "top" header of my anime list? (take a look at it)
I don't want to change the completed/currently watching/etc. headers but the one with the couple... For some reason I have the feeling that's not possible but welp.. one can still hope:D

(and witch "change" I mean it should change when one clicks on completed/currently watching/etc.)


Anything can be changed/customized with the right code(s). So you're trying to change the image from the couple to something different on each category? Its a little harder to do this when you're using all six categories but just add this to the bottom of your CSS edit box or import:



div#list_surround{
background-image: url(none) !important;}

.status_selected:after {
background-position: bottom, center;
background-repeat: no-repeat;
background-size: contain;
content: "";
position: absolute;
padding-left: 0px !important;
width: 650px;
height: 200px !important;
top: 0px !important;
left: 60px;
right: 0;
margin: auto;
}



/*
CURRENT
*/

.status_selected:after {
background-image: url(http://i.imgur.com/rmhY8XW.png);}

/*
COMPLETE
*/

.status_not_selected + .status_selected:after {
background-image: url(http://i.imgur.com/mMRQYLZ.png);}

/*
OH HOLD
*/
.status_not_selected + .status_not_selected + .status_selected:after {
background-image: url(http://i.imgur.com/M0aKo9V.png);}

/*
DROPPED
*/
.status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected:after {
background-image: url(http://i.imgur.com/or6p2vq.png);}

/*
PLANNED
*/
.status_not_selected + .status_not_selected + .status_not_selected + .status_selected:after {
background-image: url(http://i.imgur.com/1t8DdqD.png);}

/*
ALL
*/
.status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected:after {
background-image: url(http://i43.tinypic.com/acaa79.jpg);}



You just have to change out the images for each category which are labeled by Current, All, etc. I threw in random images into each category to test out. If codes work on your list it will look similar to my manga list I'll leave it up for a couple hours.

http://myanimelist.net/mangalist/Shishio-kun&status=1&order=0

If there's any problems or issues just post back in this topic. Oh and remove the line background-size: contain; if you don't want your images resized automatically into fitting that space.
Shishio-kunNov 13, 2013 1:39 PM
Nov 13, 2013 2:05 PM

Offline
Mar 2008
3105
YOU ARE AWESOME, I LOVE YOU :)
But seriously, thanks a lot! I will try it out now (and post again if I have a problem)

edit: could you not delete the images for a while? Have to do the new headers now
Vanessa-Nov 13, 2013 2:10 PM
Nov 13, 2013 2:22 PM

Offline
Mar 2008
3105
Damn, now I have a problem. What if the image exceeds 200px (mine is now 374 in height if I remember correctly)... I tried changing it to 374 but it doesn't work (the space is still 200px in height so the picture goes over my list T-T)
*sigh* I suck

(this is how it looks like for me now:
https://dl.dropbox.com/s/fxgbj6iw83x7ofz/Screenshot%202013-11-13%2023.26.46.png)
Vanessa-Nov 13, 2013 2:27 PM
Reply Disabled for Non-Club Members
Pages (159) « First ... « 25 26 [27] 28 29 » ... 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