Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 19 20 [21] 22 23 » ... Last »
Jun 15, 2013 1:20 PM

Offline
Dec 2012
147
first I would like to ask if somebody could help me baypass what my current anime list is still lagging:

The thing is that in the row of headers where the header for tags is there is a small empty place, which is giving me problems in chrome browser, although everything is functioning perfectly in mozzila !!!

_ _ _ _ _ _ _ _ _

if what I wanted to know above is impossible, than please, could somebody explain to me the following:

can I use "@media screen" to import each time diffrent links ???

like:
for, equal or less than _____x800px --> import one link

for more than _____x801px --> second link

for, equal or more than 1920x1280 --> third link
MonsterguyJun 15, 2013 2:38 PM


Jun 15, 2013 2:51 PM

Offline
Feb 2010
12660
Monsterguy said:
first I would like to ask if somebody could help me baypass what my current anime list is still lagging:

The thing is that in the row of headers where the header for tags is there is a small empty place, which is giving me problems in chrome browser, although everything is functioning perfectly in mozzila !!!

_ _ _ _ _ _ _ _ _

if what I wanted to know above is impossible, than please, could somebody explain to me the following:

can I use "@media screen" to import each time diffrent links ???

like:
for, equal or less than _____x800px --> import one link

for more than _____x801px --> second link

for, equal or more than 1920x1280 --> third link


I don't see where the empty problem space is in Chrome, can you screenshot and circle it please?

On the second thing, I target resolutions above 1000px with this in bold everything else targets phones/ipods etc (which are less than 1000px) and computers. The bold import leads to more imports intended for computers.

@import "http://fonts.googleapis.com/css?family=Text+Me+One";
@import "https://dl.dropboxusercontent.com/u/78340470/anime.css";
@import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXbasic.css";
@import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXcomputer.css" all and (min-device-width:1000px);

/*
MAIN BACKGROUND
*/
body {
background-image: url("http://i46.tinypic.com/29x83o8.jpg") !important;
}



I guess you could try to use an import set like this:

@import "https://dl.dropboxusercontent.com/1.css";
@import "https://dl.dropboxusercontent.com/2.css" all and (min-device-width:801px);
@import "https://dl.dropboxusercontent.com/3.css" all and (min-device-width:1920px);

You could test it out with a blank layout and a different background color on each import and look at it on various machines
Jun 15, 2013 4:32 PM

Offline
Dec 2012
147
Shishio-kun said:


I don't see where the empty problem space is in Chrome, can you screenshot and circle it please?

well, yeah, it's hard to notice such "small" change in chrome, on first sight (!), coz I have professionly blurred everything around it. But it's no good when I'm changing screens with resolution from 1200x800 to 1920x1280. Also, to let you know, you may look at this part, in "Anime List.css", to understand what I changed/removed when I took print-screen, from when you looked at my list:

#list_surround td.table_header:nth-of-type(5)
{
border-right: 2px solid white !important;
border-top: 2px solid white !important;
border-top-right-radius: 20px !important;
-webkit-box-shadow: white 2px 0 0 0;
}

as for the print-screen:


Shishio-kun said:

On the second thing, I target resolutions above 1000px with this in bold everything else targets phones/ipods etc (which are less than 1000px) and computers. The bold import leads to more imports intended for computers.

@import "http://fonts.googleapis.com/css?family=Text+Me+One";
@import "https://dl.dropboxusercontent.com/u/78340470/anime.css";
@import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXbasic.css";
@import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXcomputer.css" all and (min-device-width:1000px);

/*
MAIN BACKGROUND
*/
body {
background-image: url("http://i46.tinypic.com/29x83o8.jpg") !important;
}



I guess you could try to use an import set like this:

@import "https://dl.dropboxusercontent.com/1.css";
@import "https://dl.dropboxusercontent.com/2.css" all and (min-device-width:801px);
@import "https://dl.dropboxusercontent.com/3.css" all and (min-device-width:1920px);

You could test it out with a blank layout and a different background color on each import and look at it on various machines


Thank you, very much, for this !!!
MonsterguyJun 15, 2013 4:42 PM


Jun 17, 2013 4:05 PM

Offline
Feb 2010
12660
Monsterguy said:
Shishio-kun said:


I don't see where the empty problem space is in Chrome, can you screenshot and circle it please?


as for the print-screen:



I don't see the same thing. Is it still there for you? You'll probably just have to use a chrome hack and then target that one spot separately.
http://myanimelist.net/forum/?topicid=397909
Jun 17, 2013 4:17 PM

Offline
Dec 2012
147
Shishio-kun said:
Monsterguy said:
Shishio-kun said:


I don't see where the empty problem space is in Chrome, can you screenshot and circle it please?


as for the print-screen:



I don't see the same thing. Is it still there for you? You'll probably just have to use a chrome hack and then target that one spot separately.
http://myanimelist.net/forum/?topicid=397909


Oh forgot to tell you that I somehow solved everything (!!!), if you see something "still" lagging let me know, although I find it perfect now...hehehe

It should work in all resolutions above "width: 1280px" perfectly, but I still don't know what to do about smaller one's.

Should I leave it as it is ??? Or (show everything but preview, coz preview is too big for small resolutions), perhaps something else ???

Any suggestions ???


Jun 17, 2013 4:35 PM

Offline
Feb 2010
12660
Monsterguy said:
Shishio-kun said:
Monsterguy said:
Shishio-kun said:


I don't see where the empty problem space is in Chrome, can you screenshot and circle it please?


as for the print-screen:



I don't see the same thing. Is it still there for you? You'll probably just have to use a chrome hack and then target that one spot separately.
http://myanimelist.net/forum/?topicid=397909


Oh forgot to tell you that I somehow solved everything (!!!), if you see something "still" lagging let me know, although I find it perfect now...hehehe

It should work in all resolutions above "width: 1280px" perfectly, but I still don't know what to do about smaller one's.

Should I leave it as it is ??? Or (show everything but preview, coz preview is too big for small resolutions), perhaps something else ???

Any suggestions ???


Nothing needs to be added I think, good job. I don't see any lag anywhere, and it seems fine on smaller resolution when I zoom in. I like the random backgrounds and font color in reviews. You really came a long way in a short time!

Little suggestions would be to have a more centralized theme, tho I like the random backgrounds too. Try bright few-color backgrounds like from Bakemonogatari I think they'll match the tables and menu nicely. Also the top bar could be colored rather than black, layout screams "color me more"! btw if you have a random effects, you probably want to inform people with random chibi or helper character in bottom right or top to let people know that happens if they refresh since its fun to. 'Helpers' are kind of a personal taste tho.

btw random colors on menu and top bar would be nice change and no one else has done that yet I think, I used to have that on my layout by importing randomly selected themes with alternating character, colors, and text. You could do the same with alternating color themes and it'd be cool. I learned how after a long convo with U31355, starts here:

http://myanimelist.net/forum/?topicid=200323&show=430#msg18397027
Jun 21, 2013 2:07 AM

Offline
Oct 2012
249
How can I make my copyright section come back?
Jun 21, 2013 3:19 AM

Offline
Feb 2010
12660
TheHolyPotato said:
How can I make my copyright section come back?


Wow thats a cool layout and background, looks really good with the Touhou icons too.. anyhow I see the copyright section now, maybe you fixed it since posting. Is it still not showing up? Its just black font and blending with the background. If you really need to see it this should make it show up nicely and match the rest a little better


#copyright {
border-width: 2px;
border-color: white;
border-style: solid;
width: 542px;
padding-bottom: 47px;
background-color: rgba(1,1,1,.5);
}
#copyright, #copyright a, #copyright:after {
color: white !important;
}
Jun 21, 2013 6:28 AM

Offline
May 2012
1921
just wondering if you guys are able to see your copyright section in firefox. Cant see it at all in firefox, just in chrome :/
Jun 21, 2013 9:47 AM

Offline
Oct 2012
249
Shishio-kun said:

Wow thats a cool layout and background, looks really good with the Touhou icons too.. anyhow I see the copyright section now, maybe you fixed it since posting. Is it still not showing up? Its just black font and blending with the background. If you really need to see it this should make it show up nicely and match the rest a little better
}

hmm well here as you can see I scrolled all the way to the bottom and its not there? Is it somewhere else or something?
Jun 21, 2013 1:53 PM

Offline
Feb 2010
12660
SylakentH_ said:
just wondering if you guys are able to see your copyright section in firefox. Cant see it at all in firefox, just in chrome :/


You mean our own or just his? I can see everyone's in both browsers.


TheHolyPotato said:

hmm well here as you can see I scrolled all the way to the bottom and its not there? Is it somewhere else or something?


I don't see the same thing at all, it comes right after list for me.


For you its like its been set to display:none (there's not even a space for it, so its not been set to invisible) but nothing in the CSS removes the div, so might not be the code's fault. If you want to narrow if down: you could check manga list, if it still is cut off in other browsers, with other layouts, or if its due to an add-on. You can also add margin-bottom space, or remove all the copyright CSS and see if anything brings it back.
Jun 21, 2013 3:41 PM

Offline
May 2012
1921
in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did.

Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox?
Jun 21, 2013 4:53 PM

Offline
Feb 2010
12660
SylakentH_ said:
in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did.

Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox?


Is this problem on all layouts- everyones page? Or just the one HolyPotato is using?
Jun 21, 2013 5:05 PM

Offline
May 2012
1921
Shishio-kun said:
SylakentH_ said:
in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did.

Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox?


Is this problem on all layouts- everyones page? Or just the one HolyPotato is using?


All layouts, but it was always like this. I always had to put the list as default layout and edit it afterwards in chrome with Firebug lite.
Jun 21, 2013 5:31 PM

Offline
Feb 2010
12660
SylakentH_ said:
Shishio-kun said:
SylakentH_ said:
in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did.

Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox?


Is this problem on all layouts- everyones page? Or just the one HolyPotato is using?


All layouts, but it was always like this. I always had to put the list as default layout and edit it afterwards in chrome with Firebug lite.


Wow- you have never seen the copyright section in Firefox? On any list?
Jun 21, 2013 6:02 PM

Offline
May 2012
1921
Shishio-kun said:
SylakentH_ said:
Shishio-kun said:
SylakentH_ said:
in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did.

Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox?


Is this problem on all layouts- everyones page? Or just the one HolyPotato is using?


All layouts, but it was always like this. I always had to put the list as default layout and edit it afterwards in chrome with Firebug lite.


Wow- you have never seen the copyright section in Firefox? On any list?


Yeah. Check here to see what I mean D: on some of the layouts you might see what I mean.
Jun 21, 2013 6:40 PM

Offline
Feb 2010
12660
SylakentH_ said:


Yeah. Check here to see what I mean D: on some of the layouts you might see what I mean.


I see. Thats really different. Maybe its a region thing. You're supposed to be able to see the copyright section on a list or else they threaten to remove your whole list. But I can see your copyright section just fine, and you haven't done anything with the code to obscure it, so I wouldn't worry about that.

One last question- can you see it on a default layout like this?

myanimelist.net/animelist/IntervisioN&status=1&order=0
Jun 22, 2013 12:39 AM

Offline
Jun 2008
1213
Hello. I make blog posts with brief thoughts on anime I watch. I had an idea to enable the "tags" row in my list, rename it to "thoughts" and put links to my posts there but it seems like with the standard style there is no way to put links there. Is there any way to do what I have in mind? I don't know much about CSS styles but I'm willing to learn! ^_^
Jun 22, 2013 2:15 AM

Offline
Feb 2010
12660
kuchitsu said:
Hello. I make blog posts with brief thoughts on anime I watch. I had an idea to enable the "tags" row in my list, rename it to "thoughts" and put links to my posts there but it seems like with the standard style there is no way to put links there. Is there any way to do what I have in mind? I don't know much about CSS styles but I'm willing to learn! ^_^


You can rename Tags, in the table header I have a tutorial for that. The list isn't set up for the purpose of linking to outside pages tho and BBcode only works in the comments you can see when you click More (not tags). And I don't believe there is a way to rewrite links on MAL atm so you couldn't use other links. But I guess you could put the link to the blog posts in the comments for the anime. Then move the More button to the tags and ppl could open it from there then click the link. Similar to how I have on my layout where you click a music note and get a link to a Youtube video.

There may be a way to write comments into your layout without clicking the more button first but haven't looked into nor will anytime soon.
Jun 22, 2013 12:31 PM

Offline
Jun 2008
1213
OK I see, thank you for the response Shishio-kun! Have a good day.
Jun 24, 2013 1:03 PM

Offline
Oct 2012
249
How do I make the header (Watching/keyblade) overlap the list? I thought it had something to do with Z-index?

Jun 24, 2013 2:14 PM

Offline
Dec 2012
147
TheHolyPotato said:
How do I make the header (Watching/keyblade) overlap the list? I thought it had something to do with Z-index?



as something like this:


Jun 24, 2013 2:24 PM

Offline
Oct 2012
249
Monsterguy said:

as something like this:


Yea but what do I do to get it like that? :P
Jun 24, 2013 3:21 PM

Offline
Dec 2012
147
TheHolyPotato said:
Monsterguy said:

as something like this:


Yea but what do I do to get it like that? :P


here your CSS code:


Jun 24, 2013 3:43 PM

Offline
Oct 2012
249
Monsterguy said:

here your CSS code:

Thanks a bunch mate :)
Jun 25, 2013 5:25 PM

Offline
Mar 2013
44
SO Im finally done with my list the only problem i have is with my star that says fav, it doesnt work with Mahou Shoujo Madoka★Magica and Lovely★Complex i think because of the , is there a fix for that or no?


Jun 25, 2013 9:12 PM

Offline
Jan 2012
1578
2UsakoMoon: when you saving your css (are you using Notepad?) choose UTF-8 encoding

P. S. I can't concentrate when looking at your sign!
HahaidoJun 26, 2013 12:40 AM
Jun 25, 2013 9:58 PM

Offline
Oct 2012
249
So I made a layout with a custom cursor, I can see it perfectly fine, but someone said to me that on their screen it's just a big black box? Why is this?

This is the cursor:
http://oi40.tinypic.com/5d4hnm.jpg

Code:
Jun 25, 2013 10:07 PM

Offline
Jan 2012
1578
2TheHolyPotato: ask that person for a screenshot and browser name. I only see a key
Jun 25, 2013 10:47 PM

Offline
Oct 2012
249
@Hahaido nvm apparently it just corrected itself somehow
Jun 26, 2013 4:53 AM

Offline
Mar 2013
44
Hahaido said:
2UsakoMoon: when you saving your css (are you using Notepad?) choose UTF-8 encoding

P. S. I can't concentrate when looking at your sign!


oh thanks I never expected it to be that problem! ^_^ , thanks i'll go do that now

and lol! it is a very distracting siggy :D


Jun 28, 2013 9:11 AM

Offline
Mar 2013
44
so this is how my list looks

I would like for the image cover to pop up and appear over on the left side when you hover over the Dvd Covers, but when I use the code (I think it's the right code, i'm not so great at the coding part @_@) it turns out like this instead:

MireoriaJun 28, 2013 9:19 AM


Jun 28, 2013 3:47 PM

Offline
Dec 2012
5
OK so I am using a premade manga list where it shows the previews of the mangas, but not all of them are showing up.
Here's my CSS:

The first import is the previews, but it doesn't give previews for all of the mangas.
Can someone please give me a different import which will give me all (or at least most) of the manga previews??
Thanks
Jun 28, 2013 11:09 PM

Offline
Jan 2012
1578
UsakoMoon said:
so this is how my list looks

Edit as you wish
Jun 29, 2013 4:01 AM

Offline
Dec 2012
147
Hahaido said:
UsakoMoon said:
so this is how my list looks

Edit as you wish
Hahaido said:
UsakoMoon said:
so this is how my list looks

Edit as you wish


she wanted them on on the left, not on the right...hehehe

I made a quick fix (import this in the place of https://dl.dropboxusercontent.com/u/94694368/RikkaDekoChan.css):
MonsterguyJun 29, 2013 4:07 AM


Jun 29, 2013 4:19 AM

Offline
Dec 2012
147
CupboardDinosaur said:
OK so I am using a premade manga list where it shows the previews of the mangas, but not all of them are showing up.
Here's my CSS:

The first import is the previews, but it doesn't give previews for all of the mangas.
Can someone please give me a different import which will give me all (or at least most) of the manga previews??
Thanks


Look how easy it is to make such a link:
http://myanimelist.net/forum/?topicid=609801




although, if you are lazy enough, as I am sometimes, just add this on top of your CSS code, and leave everything else as it is:

@import url(http://dl.dropboxusercontent.com/u/49469857/mal/premade/manga.css);


Jun 29, 2013 5:23 AM

Offline
Mar 2013
44
thank you so much guys, but now i have another problem when I added that code, my Airing. Some of them are wayy off to the right instead of on the picture, and some are off to the left, and some of them are still ok, what do i do to get them all the same? o_O


Jun 29, 2013 7:37 AM

Offline
Dec 2012
147
UsakoMoon said:
thank you so much guys, but now i have another problem when I added that code, my Airing. Some of them are wayy off to the right instead of on the picture, and some are off to the left, and some of them are still ok, what do i do to get them all the same? o_O


oh, I could never predict this to happen...hehehe

try this new code (import this in the place of https://dl.dropboxusercontent.com/u/94694368/RikkaDekoChan.css), and tell me if it's OK:



PS: In addition from what you wanted to change in your original code (covers position, and position from text like "Airing"), I fixed also category tablets sizes, and enlarged the text window after you click on "edit" button from Tag's. I hope you don't mind those small changes, I made (^.^)
MonsterguyJun 29, 2013 8:11 AM


Jun 29, 2013 10:28 AM

Offline
Dec 2012
5
Monsterguy said:
CupboardDinosaur said:
OK so I am using a premade manga list where it shows the previews of the mangas, but not all of them are showing up.
Here's my CSS:

The first import is the previews, but it doesn't give previews for all of the mangas.
Can someone please give me a different import which will give me all (or at least most) of the manga previews??
Thanks


Look how easy it is to make such a link:
http://myanimelist.net/forum/?topicid=609801




although, if you are lazy enough, as I am sometimes, just add this on top of your CSS code, and leave everything else as it is:

@import url(http://dl.dropboxusercontent.com/u/49469857/mal/premade/manga.css);


Ohhh.... thank you so much :D I didn't know there was a whole page on that, I feel really stupid now x( But it works now so thanks!
Jun 29, 2013 5:55 PM

Offline
Mar 2013
44
Monsterguy said:
UsakoMoon said:
thank you so much guys, but now i have another problem when I added that code, my Airing. Some of them are wayy off to the right instead of on the picture, and some are off to the left, and some of them are still ok, what do i do to get them all the same? o_O


oh, I could never predict this to happen...hehehe

try this new code (import this in the place of https://dl.dropboxusercontent.com/u/94694368/RikkaDekoChan.css), and tell me if it's OK:



PS: In addition from what you wanted to change in your original code (covers position, and position from text like "Airing"), I fixed also category tablets sizes, and enlarged the text window after you click on "edit" button from Tag's. I hope you don't mind those small changes, I made (^.^)



thank you so much!!! I don't mind at all it's a big help ^_^


Jun 30, 2013 11:51 AM

Offline
Mar 2013
264
Hi Shishio-kun

Sorry about the PM. Only saw this place now and I'm posting my question properly.

Anyway, I wanted to know if there's any topic on the forums (or in your club) where a CSS Covers file is regularly updated and posted for people to use.

I've searched for the solution but since it requires Dropbox, which I've had trouble installing and even after installing and creating an account, have failed to work with it, I've come to this bitter conclusion: I can't generate my own file.

My list shows covers. There are just some missing, due to being recent anime and some such as Yahari Ore no Seishun Love Come wa Machigatteiru are showing the Manga cover instead of the Anime cover, for some reason I can't figure out.
Jun 30, 2013 6:45 PM

Offline
Feb 2010
12660
F_E_A_R said:
Hi Shishio-kun

Sorry about the PM. Only saw this place now and I'm posting my question properly.

Anyway, I wanted to know if there's any topic on the forums (or in your club) where a CSS Covers file is regularly updated and posted for people to use.

I've searched for the solution but since it requires Dropbox, which I've had trouble installing and even after installing and creating an account, have failed to work with it, I've come to this bitter conclusion: I can't generate my own file.

My list shows covers. There are just some missing, due to being recent anime and some such as Yahari Ore no Seishun Love Come wa Machigatteiru are showing the Manga cover instead of the Anime cover, for some reason I can't figure out.


Its ok, I already block all non-friend messages because I was getting too many PMs every day.

There is no topic like that. Everyone who hosts such files update them at their leisure. I host these general anime list CSS, last updated 6th of June:
https://dl.dropboxusercontent.com/u/78340470/anime.css
https://dl.dropboxusercontent.com/u/78340470/animetitle.css

What exact step are you having trouble with in the tutorials on making your own covers? Let us see what you came up with or where you left off and we can tell you what went wrong probably.

Also you aren't using a more or animetitle CSS, you're using the one from the Hahaido's Zombie desuka layout. This is a unique cover CSS thats different from the others so ask him if there's way to generate it for yourself here, or maybe he can update it for you:
http://myanimelist.net/forum/?topicid=517419

If you can't use that for some reason, remove the top two imports from your code and use this or another cover style:
http://myanimelist.net/forum/?topicid=563993
And then if you got that in, you can replace the covers import with your own through the generate your own covers tutorial, give it a try since its been remade to be easier and you can tell us what step you're having trouble on:
http://myanimelist.net/forum/?topicid=609907
Jul 1, 2013 7:08 AM

Offline
Mar 2013
264
I've been trying to generate my own file, thinking all it will do is update the covers. I'm trusting it doesn't change the layout of my list at all.

I've done the tutorial, downloaded the generator and got the CSS Files with my username. My only problem is the Dropbox. I don't have it installed in my computer but I have an account so I tried uploading it to Dropbox through the Web Uploader.

The problem is, since I don't have it installed in my computer, I can't find any Public Folder. I searched online and, instead of Public Folder, it turned into Share Link since October 2012 so I figured it would still work.

I uploaded the link and pasted the link in my list CSS Code, replacing all three imports with just that one. Needless to say, I ruined everything xD

So I tried again, replacing only the Kore Wa Zombie Desu Ka CSS file. I had the list and when I hover any title, I get the frame but no cover.

That's pretty much where I stand right now. I don't know if anyone can access it the way it's now, but here's the link:

https://www.dropbox.com/s/pmaf96nftwy4pv2/F_E_A_R_animetitle.css
Jul 1, 2013 1:40 PM

Offline
Feb 2010
12660
F_E_A_R said:
I've been trying to generate my own file, thinking all it will do is update the covers. I'm trusting it doesn't change the layout of my list at all.

I've done the tutorial, downloaded the generator and got the CSS Files with my username. My only problem is the Dropbox. I don't have it installed in my computer but I have an account so I tried uploading it to Dropbox through the Web Uploader.

The problem is, since I don't have it installed in my computer, I can't find any Public Folder. I searched online and, instead of Public Folder, it turned into Share Link since October 2012 so I figured it would still work.

I uploaded the link and pasted the link in my list CSS Code, replacing all three imports with just that one. Needless to say, I ruined everything xD

So I tried again, replacing only the Kore Wa Zombie Desu Ka CSS file. I had the list and when I hover any title, I get the frame but no cover.

That's pretty much where I stand right now. I don't know if anyone can access it the way it's now, but here's the link:

https://www.dropbox.com/s/pmaf96nftwy4pv2/F_E_A_R_animetitle.css



Your link has an s in it, that means its a shared link. Can't use those. You have to enable a public folder as I said in step 3 (btw this tutorial been updated greatly since last year):
http://myanimelist.net/forum/?topicid=411779

Have you clicked the link to enable your public folder since last year? Click it anyways to make sure, and make sure you're logged in when you do and that the site is up.
Jul 3, 2013 3:52 AM

Offline
Mar 2013
264
I think I managed to create a public folder: https://dl.dropboxusercontent.com/u/69678791/F_E_A_R_animetitle.css

Using the code in the spoiler, I'm now facing a problem I've faced before which is the position of the covers. If you try to see my list, you'll notice the cover shows up behind the titles.

Code below:

Jul 3, 2013 5:26 AM

Offline
Feb 2010
12660
F_E_A_R said:
I think I managed to create a public folder: https://dl.dropboxusercontent.com/u/69678791/F_E_A_R_animetitle.css

Using the code in the spoiler, I'm now facing a problem I've faced before which is the position of the covers. If you try to see my list, you'll notice the cover shows up behind the titles.



Wow you did good, you're pretty much thru the hard parts. The problem isn't position of the covers, its cuz you don't have the extra codes for a cover setup to go with the CSS you made. You still have the import which is the cover setup for animetitle:after CSS which you can't generate atm, and comes with Hahaido's Zombie desuka layout. You need to delete that import (animetitle:after CSS is different from animetitle CSS you made). The import you gotta delete is:
@import "https://dl.dropbox.com/s/3se7njkm7pkjwg5/Code_Geass_DVD.css";

You made an animetitle CSS import, so you'd use the cover setup that uses that kind of CSS. Did you want this cover setup (its the one for animetitle):
http://myanimelist.net/forum/?topicid=453755

Or did you want to use either of these two? The second one is similar to what you used to have.
http://myanimelist.net/forum/?topicid=444247
http://myanimelist.net/forum/?topicid=563993

If you want to use those last two instead, you need to generate the regular anime.css (also called #more) which you should be able to make and upload easily since you made the animetitle one.
Jul 3, 2013 7:06 AM

Offline
Mar 2013
264
I still haven't tried but since I want the last link (covers next to list), I have to delete the Code Geass DVD CSS File, generate anime.css and upload. Is that it?

Edit:

Thank you for your help. If you check my list, you'll see Danganronpa, Yahari Ore no ..., Infinite Stratos 2 and so on, all of them have their covers (except the Hunter x Hunter movie because that requires me to update my anime.css file again xD)

Anyway, what matters is the problem has finally been fixed. Again, thank you!
F_E_A_RJul 3, 2013 7:31 AM
Jul 4, 2013 12:18 AM

Offline
Feb 2010
12660
F_E_A_R said:
I still haven't tried but since I want the last link (covers next to list), I have to delete the Code Geass DVD CSS File, generate anime.css and upload. Is that it?

Edit:

Thank you for your help. If you check my list, you'll see Danganronpa, Yahari Ore no ..., Infinite Stratos 2 and so on, all of them have their covers (except the Hunter x Hunter movie because that requires me to update my anime.css file again xD)

Anyway, what matters is the problem has finally been fixed. Again, thank you!


np, there you go!
Jul 4, 2013 9:58 AM

Offline
Jan 2011
124
Okay I got two questions?

1.Whats the code for those airing, not yet aired, etc. subtitles?

2.What's the code to change the width of the progress section?
clone4Jul 4, 2013 10:13 AM
Jul 4, 2013 11:58 AM
Offline
Jul 2012
16
I recently used the first pre-made layout for Psycho pass for my anime list but I'm not sure how to get pictures in the purple frame. I tried to figure it out but I don't understand any of this. If somebody could please help me, asap. Thanks!
Reply Disabled for Non-Club Members
Pages (159) « First ... « 19 20 [21] 22 23 » ... 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 »»
Sep 13, 10:56 AM

» 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