Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 63 64 [65] 66 67 » ... Last »
Oct 16, 2015 1:35 PM

Offline
Apr 2015
287
Sparteh said:
SamPolus22 said:

First, to move the list to the right

I don't know a lot about renders so I didn't touch that part. I did my best to make your list on the right (you need to move everything that's why it's kind of hard). Now just replace your whole code with this one:


Thanks. I think I will be able to fix images and backgrounds now.
About moving top bad mod and type buttons. Which parts I should edit in order to move it?

Find this ".table_headerLink, .table_header:nth-of-type(2):before" in your CSS and change the value of "left" to move the 3 links under Sort List.
Find this ".table_header:nth-of-type(2):before" in your CSS and change the value of "left" to move Sort List.
And you can't edit the top bar from your computer because I host that import link. You can copy the codes in that import link and paste them into your own import link. If you can't do it or you don't know how, there's 2 other options: 1- Copy the codes from the import link directly into the MAL CSS box and delete the import from your CSS (could make the list load slower) 2- tell me where you want to put the top bar and I will change its position.
Oct 16, 2015 3:36 PM

Offline
Sep 2013
20
SamPolus22 said:
I'm going to try to find a solution. If I find one I will tell you


Cool! Thanks a lot!
Oct 16, 2015 4:31 PM

Offline
Feb 2010
12628
Maritos said:

Instead of the default order (Currently Reading, Completed, On-Hold, Dropped and Plan to Read), I wanted it on a different order (namely Currently Reading, On-Hold, Plan to Read, Dropped and Completed).

So is it not possible? Thanks in advance.


It is indeed possible by one way I know of, but the order you've chosen is probably one of the most difficult combinations possible to adjust and I don't recommend this anyways. This method varies by list and number of entries added. So in the future, you may have to manually adjust the pixel amounts. But you can simply ask here and someone may adjust it for you, or just try yourself. It might be easier with a simpler combination (maybe just two tables swapped). This is meant to be added to your current CSS in a custom file.


/*
REPOSITION TABLES
*/

.header_cw {
margin-top: 00px;
}

.header_completed {
margin-top: 1600px;
}

.header_onhold {
margin-top: -4100px;
}

.header_dropped {
margin-top: 500px;
}

.header_ptw {
margin-top: -1300px;
}
Shishio-kunOct 16, 2015 4:45 PM
Oct 18, 2015 9:39 AM

Offline
Sep 2013
20
Shishio-kun said:

It is indeed possible by one way I know of, but the order you've chosen is probably one of the most difficult combinations possible to adjust and I don't recommend this anyways. This method varies by list and number of entries added. So in the future, you may have to manually adjust the pixel amounts. But you can simply ask here and someone may adjust it for you, or just try yourself. It might be easier with a simpler combination (maybe just two tables swapped). This is meant to be added to your current CSS in a custom file.

/*
REPOSITION TABLES
*/

.header_cw {
margin-top: 00px;
}

.header_completed {
margin-top: 1600px;
}

.header_onhold {
margin-top: -4100px;
}

.header_dropped {
margin-top: 500px;
}

.header_ptw {
margin-top: -1300px;
}


Adjusting the pixels shouln't be a problem, but when I change the position of one header, the others below get messed as well. Therefore it is very hard to adjust.

I will try a bit more, thanks a lot for all the help!
Oct 18, 2015 9:45 AM

Offline
Sep 2011
33
Why some pictures of animes in my lists are purple?

here is the code if anyone can fix it.

Oct 18, 2015 10:30 AM

Offline
Apr 2015
287
St4nley said:
Why some pictures of animes in my lists are purple?

here is the code if anyone can fix it.


There's some tutorials about how to fix that. Here's one of them
http://myanimelist.net/forum/?topicid=1174347
Oct 18, 2015 10:47 AM

Offline
Feb 2010
12628
Maritos said:
Shishio-kun said:

It is indeed possible by one way I know of, but the order you've chosen is probably one of the most difficult combinations possible to adjust and I don't recommend this anyways. This method varies by list and number of entries added. So in the future, you may have to manually adjust the pixel amounts. But you can simply ask here and someone may adjust it for you, or just try yourself. It might be easier with a simpler combination (maybe just two tables swapped). This is meant to be added to your current CSS in a custom file.

/*
REPOSITION TABLES
*/

.header_cw {
margin-top: 00px;
}

.header_completed {
margin-top: 1600px;
}

.header_onhold {
margin-top: -4100px;
}

.header_dropped {
margin-top: 500px;
}

.header_ptw {
margin-top: -1300px;
}


Adjusting the pixels shouln't be a problem, but when I change the position of one header, the others below get messed as well. Therefore it is very hard to adjust.

I will try a bit more, thanks a lot for all the help!


When you lower or raise one header, it effects the ones that are below it by default. So if you lower 100px to completed for some reason, it will lower 100px on the others except currently reading since thats above it. So you have to adjust the px twice sorta most times. Its really complicated and tedious; its why there's no tutorial for it in fact.
Oct 18, 2015 2:26 PM

Offline
Sep 2013
20
Shishio-kun said:

When you lower or raise one header, it effects the ones that are below it by default. So if you lower 100px to completed for some reason, it will lower 100px on the others except currently reading since thats above it. So you have to adjust the px twice sorta most times. Its really complicated and tedious; its why there's no tutorial for it in fact.


Indeed, it is quite troublesome. I achieved some acceptable results after messing quite a bit. It is hard because you need to think on the original sequence to predict what will move when you change the position of one header.

Since I wanted Completed lastly, I found out that the best way was to adjust On-Hold, Plan to Read and Dropped relative to Completed and then move Completed up to "pump up" all the other headers closer to Currently Reading.

Such a shame that despite all the customizations, something simple as changing the sequence is so hard to do. Perhaps MAL could add this as a part of their Easy List Design? Dunno where that can be suggested.

Anyway, you and SamPolus were of great help, I appreciated that! Thanks for the help.
Oct 18, 2015 8:33 PM

Offline
Feb 2013
12
Hi, I'm having some issues with the covers I just added to my list. I want to put a little space between them and the anime title like so but I can't get it to work. I try adding the "margin" selector but it just disappears for some reason when I try and save it. I'd also like to vertically align the titles in the box but I can't figure that out either.

Here's the full code:



Thanks in advance for any help!
Oct 18, 2015 9:14 PM

Offline
Feb 2010
12628
Maritos said:
Shishio-kun said:

When you lower or raise one header, it effects the ones that are below it by default. So if you lower 100px to completed for some reason, it will lower 100px on the others except currently reading since thats above it. So you have to adjust the px twice sorta most times. Its really complicated and tedious; its why there's no tutorial for it in fact.


Indeed, it is quite troublesome. I achieved some acceptable results after messing quite a bit. It is hard because you need to think on the original sequence to predict what will move when you change the position of one header.

Since I wanted Completed lastly, I found out that the best way was to adjust On-Hold, Plan to Read and Dropped relative to Completed and then move Completed up to "pump up" all the other headers closer to Currently Reading.

Such a shame that despite all the customizations, something simple as changing the sequence is so hard to do. Perhaps MAL could add this as a part of their Easy List Design? Dunno where that can be suggested.

Anyway, you and SamPolus were of great help, I appreciated that! Thanks for the help.


I didn't think about this till now but thats something better done with Userscripts, and not the kind using CSS. You might find it here:
https://greasyfork.org/en/scripts/by-site/myanimelist.net
Basically, you use the script to rewrite the HTML of the page so your list is reordered. I don't know of any scripts that do that tho, and I don't know how to write these yet either. I would ask around if anyone can write such a thing or show you.
Oct 18, 2015 9:32 PM

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

Here's the code:


Thanks in advance.
Oct 18, 2015 10:22 PM

Offline
Feb 2010
12628
dertswa687o said:
Hi, I'm having some issues with the covers I just added to my list. I want to put a little space between them and the anime title like so but I can't get it to work. I try adding the "margin" selector but it just disappears for some reason when I try and save it. I'd also like to vertically align the titles in the box but I can't figure that out either.

Here's the full code:

Thanks in advance for any help!


Put margin as its own code with the selector you want to use it on. That helps to beat the margin disappearing glitch.

This will be a better solution tho imo, works in Firefox didn't check with Chrome

body #list_surround .animetitle span:before {
content: "";
height: 20px;
width: 20px;
display: inline-block;
float: left;
}
Oct 18, 2015 10:32 PM

Offline
Feb 2013
12
Shishio-kun said:
Put margin as its own code with the selector you want to use it on. That helps to beat the margin disappearing glitch.

This will be a better solution tho imo, works in Firefox didn't check with Chrome

body #list_surround .animetitle span:before {
content: "";
height: 20px;
width: 20px;
display: inline-block;
float: left;
}


Thank you! This worked great!

Is it possible to vertically center the anime titles in each cell?
Oct 19, 2015 6:36 PM

Offline
Feb 2015
4608
Hello i have one quick question the top part (Currently watching, completed, ...) when viewing on Chrome it does not align in the center like in Firefox?

http://myanimelist.net/animelist/Kaiwan

Here is the code of that part:


Thanks in advance
Oct 19, 2015 7:13 PM

Offline
Apr 2015
287
Kaiwan said:
Hello i have one quick question the top part (Currently watching, completed, ...) when viewing on Chrome it does not align in the center like in Firefox?

http://myanimelist.net/animelist/Kaiwan

Here is the code of that part:


Thanks in advance

From what I noticed, the page is bigger in Chrome than Firefox. When I inspected the page on Chrome I found out that you have a "left: 25%;", but I can't see it on Firefox. I played around with it, try replacing your code with this one: (Do you have a separate code for Chrome?)
Oct 19, 2015 9:11 PM

Offline
Feb 2015
4608
SamPolus22 said:

From what I noticed, the page is bigger in Chrome than Firefox. When I inspected the page on Chrome I found out that you have a "left: 25%;", but I can't see it on Firefox. I played around with it, try replacing your code with this one: (Do you have a separate code for Chrome?)


if i put left: 370px the top part is further move to the right in both FF and Chrome lol, lemme try remove the left:25%. Thanks btw

Edit: both position:fixed and left:25% are redundant and not affect the code.
KaiwanOct 19, 2015 9:16 PM
Oct 20, 2015 11:53 AM

Offline
Apr 2015
287
Kaiwan said:
SamPolus22 said:

From what I noticed, the page is bigger in Chrome than Firefox. When I inspected the page on Chrome I found out that you have a "left: 25%;", but I can't see it on Firefox. I played around with it, try replacing your code with this one: (Do you have a separate code for Chrome?)


if i put left: 370px the top part is further move to the right in both FF and Chrome lol, lemme try remove the left:25%. Thanks btw

Edit: both position:fixed and left:25% are redundant and not affect the code.

Try putting the code to target specific browsers. Use this tutorial if you don't know how to do it
http://myanimelist.net/forum/?topicid=397909
Oct 20, 2015 12:17 PM

Offline
Apr 2015
287
Kaiwan said:
SamPolus22 said:

From what I noticed, the page is bigger in Chrome than Firefox. When I inspected the page on Chrome I found out that you have a "left: 25%;", but I can't see it on Firefox. I played around with it, try replacing your code with this one: (Do you have a separate code for Chrome?)


if i put left: 370px the top part is further move to the right in both FF and Chrome lol, lemme try remove the left:25%. Thanks btw

Edit: both position:fixed and left:25% are redundant and not affect the code.

The problem is definitely with the page size, which is different in Chrome making the center also different. I don't know what's making the page bigger tho. That's why I hate Chrome, it has a crappy developing tool and creates a problem for every CSS code you put.
Oct 21, 2015 12:12 PM

Offline
Aug 2011
65
Kaiwan said:
Hello i have one quick question the top part (Currently watching, completed, ...) when viewing on Chrome it does not align in the center like in Firefox?

http://myanimelist.net/animelist/Kaiwan

Here is the code of that part:


Thanks in advance


HI! (。´ᴗ`。)
IN YOUR MAIN CODE FIND THIS PART
/* Layout */
[b]@import url(https://dl.dropbox.com/s/zshkidole270o0g/Layout.css);[/b]

AND REPLACE WITH THIS CODE
[b]@import url(https://dl.dropboxusercontent.com/u/193349829/Kaiwan_Layout.css); [/b]

▬▬▬▬▬ ⌈ Anime List Manga List Movie List Scans Team ⌋ ▬▬▬▬
Oct 22, 2015 3:37 PM

Offline
Nov 2013
4867
Fast Question
I am having troubles with my list.
I didnt notice when it happen but the size of the tags+covers are bigger than normal. Wich line can I use to change the size?

IMG (Opera)


Code



Thank you ^^
Oct 22, 2015 5:27 PM

Offline
Jan 2013
105
Hola! After a long haitus I came back to MAL and when I went to my anime list, hovering over the name of the anime doesn't bring up the cover anymore. Does anyone know why?
Thank you

Friend Me! Or PM me if you want to talk about stuff!

Check out my Anime List layout! PM me if you want to change yours but don't know how!
Oct 22, 2015 8:55 PM

Offline
Apr 2015
287
GoldenFyre said:
Hola! After a long haitus I came back to MAL and when I went to my anime list, hovering over the name of the anime doesn't bring up the cover anymore. Does anyone know why?
Thank you

Try replacing "https://dl.dropboxusercontent.com/u/78340470/anime.css" with this "https://dl.dropboxusercontent.com/s/pfy6fh2pbal8tms/Cover%20Gen.css?dl=0"
Oct 23, 2015 3:13 AM

Offline
Mar 2008
3105
I feel so dumb asking this but I'm so confused, lol.
I'm trying to make my profile text+image appear like on this profile: http://myanimelist.net/profile/Speakss

so basically the text is left, the image right

now when you look at my profile it displays below it... uhm how do i display it besides each other? xD
Oct 23, 2015 3:51 AM

Offline
Aug 2011
65
Alice said:
I feel so dumb asking this but I'm so confused, lol.
I'm trying to make my profile text+image appear like on this profile: http://myanimelist.net/profile/Speakss

so basically the text is left, the image right

now when you look at my profile it displays below it... uhm how do i display it besides each other? xD

HELLO! USE THIS:
[img align=right][b]http://i.imgur.com/0BDDoXg.png[/b][/img][B]YOUR TEXT[/b]

▬▬▬▬▬ ⌈ Anime List Manga List Movie List Scans Team ⌋ ▬▬▬▬
Oct 23, 2015 4:12 AM

Offline
Mar 2008
3105
Nadeko_ said:
Alice said:
I feel so dumb asking this but I'm so confused, lol.
I'm trying to make my profile text+image appear like on this profile: http://myanimelist.net/profile/Speakss

so basically the text is left, the image right

now when you look at my profile it displays below it... uhm how do i display it besides each other? xD

HELLO! USE THIS:
[img align=right][b]http://i.imgur.com/0BDDoXg.png[/b][/img][B]YOUR TEXT[/b]


ooh it's the align thingy, lol! thank you so much :D
Oct 23, 2015 8:10 AM

Offline
Aug 2011
65
Alice said:
Nadeko_ said:

[img align=right][b]http://i.imgur.com/0BDDoXg.png[/b][/img][B]YOUR TEXT[/b]


ooh it's the align thingy, lol! thank you so much :D

YEAH, FOR THIS THING YOU SHOULD USE THE ALIGN CODE. YOUR'E WELCOME! :)

▬▬▬▬▬ ⌈ Anime List Manga List Movie List Scans Team ⌋ ▬▬▬▬
Oct 23, 2015 9:22 AM

Offline
Aug 2014
101
Hello, my anime layout broke for some reason. Any idea how I can fix this? http://myanimelist.net/animelist/DarK-LaW
Thanks.
Oct 23, 2015 2:40 PM

Offline
Jul 2015
820
DarK-LaW said:
Hello, my anime layout broke for some reason. Any idea how I can fix this? http://myanimelist.net/animelist/DarK-LaW
Thanks.
"@import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Akame/Mein.css);*/ /* MEIN */" should have a slash and asterisk (/*) before it, like the lines above it
Oct 23, 2015 2:48 PM

Offline
Aug 2014
101
Doomcat55 said:
DarK-LaW said:
Hello, my anime layout broke for some reason. Any idea how I can fix this? http://myanimelist.net/animelist/DarK-LaW
Thanks.
"@import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Akame/Mein.css);*/ /* MEIN */" should have a slash and asterisk (/*) before it, like the lines above it

Fixed. Thanks
Oct 23, 2015 4:01 PM

Offline
Sep 2015
607
Ok I've been trying to get this anime list to work for hours and every time I fix one problem another pops up. I'm following the tuts to the best of my ability but nothing seems to go my way.

Here's my current code.
Link to my list is my sig

List of current problems.

- Background is on top table
- All category links above selected disappear
- probably more but can't tell because table is behind background.
Oct 23, 2015 6:46 PM

Offline
Apr 2015
287
Aoi_Yui said:
Ok I've been trying to get this anime list to work for hours and every time I fix one problem another pops up. I'm following the tuts to the best of my ability but nothing seems to go my way.

Here's my current code.
Link to my list is my sig

List of current problems.

- Background is on top table
- All category links above selected disappear
- probably more but can't tell because table is behind background.

Change your whole code with this one because the old one is kind of wrong in the background department:
Oct 23, 2015 8:46 PM

Offline
Apr 2015
287
This might sound complicated so bear with me. Can I make the edit button to have :hover attributes (like color and position) but I want them to appear when I hover on another button (like animetitle) not when I hover over the edit button it self. For example, hovering over the anime title will make the edit button red.
Oct 24, 2015 1:03 AM

Offline
Nov 2013
97
Heyo,

so, my list stopped being normal.. wat do :I
Oct 24, 2015 3:41 AM

Offline
Dec 2012
169
My list stopped working...
It takes a very long time to load it, and then it doesn't show the anime covers anymore.
My friends that are using costum layouts are having the same problem...
Is there a problem with MAL servers or something?
Will it get fixed?
Oct 24, 2015 9:53 AM

Offline
Sep 2015
607
SamPolus22 said:
Aoi_Yui said:
Ok I've been trying to get this anime list to work for hours and every time I fix one problem another pops up. I'm following the tuts to the best of my ability but nothing seems to go my way.

Here's my current code.
Link to my list is my sig

List of current problems.

- Background is on top table
- All category links above selected disappear
- probably more but can't tell because table is behind background.

Change your whole code with this one because the old one is kind of wrong in the background department:


Thanks that solved the problem. My background was like that because I used the tut on How to set a different wallpaper for each category page but couldn't put it on the bottom because I already had something else on the bottom. It was from the [CSS] Display covers and mini-reviews on hover guide.

So follow up question: Is it possible to have two codes that are meant to be on the bottom.
Oct 24, 2015 11:43 AM

Offline
Apr 2015
287
Aoi_Yui said:
SamPolus22 said:

Change your whole code with this one because the old one is kind of wrong in the background department:


Thanks that solved the problem. My background was like that because I used the tut on How to set a different wallpaper for each category page but couldn't put it on the bottom because I already had something else on the bottom. It was from the [CSS] Display covers and mini-reviews on hover guide.

So follow up question: Is it possible to have two codes that are meant to be on the bottom.

Yes you can put two codes at the bottom, but you need to adjust the z-index like the tutorial said below "method 4". What two codes you want to put on the bottom?
Oct 24, 2015 12:15 PM

Offline
Sep 2015
607
SamPolus22 said:
Aoi_Yui said:


Thanks that solved the problem. My background was like that because I used the tut on How to set a different wallpaper for each category page but couldn't put it on the bottom because I already had something else on the bottom. It was from the [CSS] Display covers and mini-reviews on hover guide.

So follow up question: Is it possible to have two codes that are meant to be on the bottom.

Yes you can put two codes at the bottom, but you need to adjust the z-index like the tutorial said below "method 4". What two codes you want to put on the bottom?


Cover pic with area and tags in area
Thread



Background method 1
Thread


Aoi_YuiOct 24, 2015 12:26 PM
Oct 24, 2015 8:13 PM

Offline
Feb 2015
4608
Nadeko_ said:

HI! (。´ᴗ`。)
IN YOUR MAIN CODE FIND THIS PART
/* Layout */
[b]@import url(https://dl.dropbox.com/s/zshkidole270o0g/Layout.css);[/b]

AND REPLACE WITH THIS CODE
[b]@import url(https://dl.dropboxusercontent.com/u/193349829/Kaiwan_Layout.css); [/b]


Many thanks for your help!
i still have one little issue though, when the last row is occupied with 5 anime, it will leave a blank space below, how can i get rid of this space? (in my Completed list)

if the last row is not 5 anime then that space does not appear (in my Plan To Watch list)

Thanks in advance!

http://myanimelist.net/animelist/Kaiwan?status=2&
http://myanimelist.net/animelist/Kaiwan?status=6&



Edit: Also how can i edit the text in the header title? I use #list_surround table:first-of-type[align] td:nth-of-type(1) a:before { content : "Watching" } but it just add the text, not replace it??
KaiwanOct 24, 2015 8:29 PM
Oct 24, 2015 10:34 PM

Offline
Jul 2015
820
Senator said:
Heyo,

so, my list stopped being normal.. wat do :I
Find all of the Dropbox links in your CSS, and make sure they have https (not http) at the beginning.
Oct 24, 2015 11:05 PM

Offline
Jul 2015
820
The ends of some letters in my manga list don't change color properly on hover. Anyone know why this is happening?


EDIT: Don't know why, but it's working now.
Doomcat55Oct 25, 2015 11:51 AM
Oct 25, 2015 1:29 AM

Offline
Nov 2013
97
Doomcat55 said:
Senator said:
Heyo,

so, my list stopped being normal.. wat do :I
Find all of the Dropbox links in your CSS, and make sure they have https (not http) at the beginning.

Ooo, that be like a magic, thank you kind sir~!
Oct 25, 2015 2:01 PM

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

Here's the code:


Thanks in advance.

Anyone?
Oct 25, 2015 5:01 PM
anime pervert

Offline
Apr 2013
501
Hello guys!
I tried using Azurea's Vanadis Layout
http://myanimelist.net/forum/?topicid=393503&show=140#msg36235307

But it looks like this:
http://i.imgur.com/4n7LLvh.jpg

Please help :c
Oct 25, 2015 6:19 PM

Offline
Jul 2015
820
Meriu said:
Hello guys!
I tried using Azurea's Vanadis Layout
http://myanimelist.net/forum/?topicid=393503&show=140#msg36235307

But it looks like this:
http://i.imgur.com/4n7LLvh.jpg

Please help :c
Doomcat55 said:
Find all of the Dropbox links in your CSS, and make sure they have https (not http) at the beginning.
Some of the images might be dead, you could ask Azurea to rehost them or use your own
Oct 25, 2015 6:21 PM

Offline
Sep 2015
607
Meriu said:
Hello guys!
I tried using Azurea's Vanadis Layout
http://myanimelist.net/forum/?topicid=393503&show=140#msg36235307

But it looks like this:
http://i.imgur.com/4n7LLvh.jpg

Please help :c


Dropbox Links are most likely dead. I'm not getting a 404 (dead link message) but the page doesn't load. If the dropbox links are dead you're going to have to get in touch with whoever made that list and ask them to give you the new links. If they don't then there's nothing you can do. Trust me I know all to well the disappointment of coming across a dead layout that I really wanted. Well that's just my guess 'cause it looks identical to all the dead links I've tried so far.
Oct 25, 2015 6:24 PM

Offline
Sep 2015
607
Doomcat55 said:
Meriu said:
Hello guys!
I tried using Azurea's Vanadis Layout
http://myanimelist.net/forum/?topicid=393503&show=140#msg36235307

But it looks like this:
http://i.imgur.com/4n7LLvh.jpg

Please help :c
Doomcat55 said:
Find all of the Dropbox links in your CSS, and make sure they have https (not http) at the beginning.
Some of the images might be dead, you could ask Azurea to rehost them or use your own

Aoi_Yui said:


Dropbox Links are most likely dead. I'm not getting a 404 (dead link message) but the page doesn't load. If the dropbox links are dead you're going to have to get in touch with whoever made that list and ask them to give you the new links. If they don't then there's nothing you can do. Trust me I know all to well the disappointment of coming across a dead layout that I really wanted. Well that's just my guess 'cause it looks identical to all the dead links I've tried so far.


Lol beat me to it. but that could be part of it. To add to my previous post, the category menu and top bar are imported if a css link dies then everything included in them disappears. The table (shown part) is probably included in the main css so that's why it shows.
A little tip: depending on if you consider it "moral", when you find a css you like you may want to rehost all the dropbox links as well as the main css in your own dropbox. That way if the link dies you can simply get the link again and not have to worry about things like this happening.
Aoi_YuiOct 25, 2015 6:28 PM
Oct 25, 2015 7:52 PM

Offline
Jul 2013
381
Ok to prevent any confusion - dropbox links most likely AREN'T dead - even if they are not loading. Just use https instead of http - and it will load (this applies to all of the dropbox links in the main css link as well - such as images or other imports).

About the moral thing - I believe it's perfectly fine to rehost someone's layout if it is donated somewhere on MAL already. But leave all the credits (if there are any) and don't modify those parts.
Oct 25, 2015 8:44 PM
anime pervert

Offline
Apr 2013
501
Aoi_Yui said:
Doomcat55 said:
Some of the images might be dead, you could ask Azurea to rehost them or use your own

Aoi_Yui said:


Dropbox Links are most likely dead. I'm not getting a 404 (dead link message) but the page doesn't load. If the dropbox links are dead you're going to have to get in touch with whoever made that list and ask them to give you the new links. If they don't then there's nothing you can do. Trust me I know all to well the disappointment of coming across a dead layout that I really wanted. Well that's just my guess 'cause it looks identical to all the dead links I've tried so far.


Lol beat me to it. but that could be part of it. To add to my previous post, the category menu and top bar are imported if a css link dies then everything included in them disappears. The table (shown part) is probably included in the main css so that's why it shows.
A little tip: depending on if you consider it "moral", when you find a css you like you may want to rehost all the dropbox links as well as the main css in your own dropbox. That way if the link dies you can simply get the link again and not have to worry about things like this happening.

Alright.. thanks for the quick replies!
Oct 26, 2015 5:50 AM

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

Oct 26, 2015 6:45 AM

Offline
Feb 2015
4608
bump bump

[quote=Kaiwan]
Nadeko_ said:

HI! (。´ᴗ`。)
IN YOUR MAIN CODE FIND THIS PART
/* Layout */
[b]@import url(https://dl.dropbox.com/s/zshkidole270o0g/Layout.css);[/b]

AND REPLACE WITH THIS CODE
[b]@import url(https://dl.dropboxusercontent.com/u/193349829/Kaiwan_Layout.css); [/b]


Many thanks for your help!
i still have one little issue though, when the last row is occupied with 5 anime, it will leave a blank space below, how can i get rid of this space? (in my Completed list)

if the last row is not 5 anime then that space does not appear (in my Plan To Watch list)

Thanks in advance!

http://myanimelist.net/animelist/Kaiwan?status=2&
http://myanimelist.net/animelist/Kaiwan?status=6&

KaiwanOct 27, 2015 8:52 AM
Reply Disabled for Non-Club Members
Pages (159) « First ... « 63 64 [65] 66 67 » ... 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