Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 54 55 [56] 57 58 » ... Last »
Apr 8, 2015 6:49 AM

Offline
Oct 2014
306
Filauria Thank you :)
Apr 9, 2015 6:07 PM
Offline
Jan 2015
2
Hello!~
This is my first time posting here ^3^




Well, I don't mean to be a bother, but I just want to know what happened to this particular layout: http://myanimelist.net/forum/?topicid=648885

I really like this layout, I think it's clean and beautiful, so I was really sad when I saw it suddenly changed D: is there a new link to it? Where can I find it?


Thanks in advance! x
Apr 10, 2015 1:53 AM

Offline
Feb 2010
12635
momoironeko said:
Hello!~
This is my first time posting here ^3^




Well, I don't mean to be a bother, but I just want to know what happened to this particular layout: http://myanimelist.net/forum/?topicid=648885

I really like this layout, I think it's clean and beautiful, so I was really sad when I saw it suddenly changed D: is there a new link to it? Where can I find it?


Thanks in advance! x


I think his dropbox crashed so until it comes back on or he/someone else reuploads his layout in another form it won't be available.
Apr 10, 2015 4:44 PM
Offline
Jan 2015
2
Ohhh, I see! Well, I hope it gets back to normal soon =)

Thanks for answering!
Apr 12, 2015 9:25 PM

Offline
Feb 2015
2987
Is there an in depth effect tutorial for member cards anywhere?
Apr 12, 2015 9:41 PM

Offline
Dec 2011
3053
Hello everyone,

So I got my Tatami Galaxy list layout here, can't remember who made it or where I found it but it's great.

Anyway, recently, when I look at my list, something's wrong. When I first implemented the list layout you could hover your mouse over any of the anime and it would show a picture of it and a little blurb I wrote regarding my personal opinion. But now, when you hover over an anime, an empty box just comes up.

What should I do? Is this even the right place to ask about this?

Thanks!
Apr 13, 2015 7:57 AM

Offline
Jul 2013
381
Okazaki93 said:
Hello everyone,

So I got my Tatami Galaxy list layout here, can't remember who made it or where I found it but it's great.

Anyway, recently, when I look at my list, something's wrong. When I first implemented the list layout you could hover your mouse over any of the anime and it would show a picture of it and a little blurb I wrote regarding my personal opinion. But now, when you hover over an anime, an empty box just comes up.

What should I do? Is this even the right place to ask about this?

Thanks!


Hmm that's my layout, and since you're using an import, it should be okay now! (It's still missing covers as that wasn't my import...)
edit: found the covers, just replace this import:

@import "http://dl.dropboxusercontent.com/u/78340470/anime.css";


with this:

@import "https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM";


p.s. you can delete the "CSSforFoxgirls" import cause that one is broken
nymphiaeApr 13, 2015 8:08 AM
Apr 15, 2015 9:38 AM

Offline
Oct 2014
306
Hello,

Can I add another table to my anime list without discard any table already there?


Thank you
Apr 18, 2015 10:56 PM

Offline
Apr 2014
4
Hello!

I'm having trouble adding an "Edit" and "Add" button/link back on my list like how it is on the default style. Can someone help me?
Apr 19, 2015 10:32 AM

Offline
Jul 2013
381
MWXCV said:
Hello!

I'm having trouble adding an "Edit" and "Add" button/link back on my list like how it is on the default style. Can someone help me?


find this in your code:
#grand_totals, .category_totals, [class^="status_"], [style^="float: right"] {
display: none;
}

and change it to

#grand_totals, .category_totals, [class^="status_"] {
display: none;
}
Apr 21, 2015 3:15 PM

Offline
Apr 2014
4
filauria said:
MWXCV said:
Hello!

I'm having trouble adding an "Edit" and "Add" button/link back on my list like how it is on the default style. Can someone help me?


find this in your code:
#grand_totals, .category_totals, [class^="status_"], [style^="float: right"] {
display: none;
}

and change it to

#grand_totals, .category_totals, [class^="status_"] {
display: none;
}



ah thank you !
Apr 22, 2015 10:27 AM

Offline
Apr 2015
2
Hi everybody.

I'm new user and i've make my anime list and want to personalize it.
I've almost reach my goal and personalize what i want except a little thing
i want to rounded the picture at the top of the list and the list too, i've tried so many thing but no one succed.

Here is my CSS
http://pastebin.com/v78ieeuG

Please can you help me and explain what's wrong.

Thanks in advance to all your help or advice
Apr 29, 2015 11:49 AM

Offline
Oct 2014
172
Hi guys!
I have a problem with my list style. The covers didn't show up. How can i fix it?

Edit: Never mind i fixed it :)
TyborApr 29, 2015 12:20 PM
Apr 30, 2015 8:09 AM

Offline
Dec 2010
2310
Hiya, I've encountered a problem with applying rounded borders on my list. Here's a link to a screenshot of it:



As you can see, there's no white border on the right side of the list as marked by the red line. I copied this code and placed it at the end:



I highlighted a line in bold letters to show you that I've removed "2px". If "2px" was included in that line, my list would show a line/border in the middle of "Score" and "Type" so I tried removing it but the result was not having a border on the right side.

Btw, this is the whole BBCode for my list:


I really hope someone can help me and I apologize if my explanation was a bit messy. Thank you ^^
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Apr 30, 2015 9:18 AM

Offline
Mar 2013
20
AlxandriaAerandr said:
Hiya, I've encountered a problem with applying rounded borders on my list. Here's a link to a screenshot of it:

As you can see, there's no white border on the right side of the list as marked by the red line. I copied this code and placed it at the end:



I highlighted a line in bold letters to show you that I've removed "2px". If "2px" was included in that line, my list would show a line/border in the middle of "Score" and "Type" so I tried removing it but the result was not having a border on the right side.

Btw, this is the whole BBCode for my list:


I really hope someone can help me and I apologize if my explanation was a bit messy. Thank you ^^


Try adding:
.table_header:nth-of-type(6), td:nth-of-type(6) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}
Apr 30, 2015 9:52 AM

Offline
Dec 2010
2310
Redlord307 said:
AlxandriaAerandr said:
Hiya, I've encountered a problem with applying rounded borders on my list. Here's a link to a screenshot of it:

As you can see, there's no white border on the right side of the list as marked by the red line. I copied this code and placed it at the end:



I highlighted a line in bold letters to show you that I've removed "2px". If "2px" was included in that line, my list would show a line/border in the middle of "Score" and "Type" so I tried removing it but the result was not having a border on the right side.

Btw, this is the whole BBCode for my list:


I really hope someone can help me and I apologize if my explanation was a bit messy. Thank you ^^


Try adding:
.table_header:nth-of-type(6), td:nth-of-type(6) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}


Yay! It's totally fixed now! Thanks so much for your help, Redlord! ^^
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Apr 30, 2015 3:46 PM

Offline
Feb 2015
3671
Hey,I've been trying to make a "about me" with a picture but i cant make, i followed the youtube video of shishio-kun of "about me" designs but there is a cut in the pic before my last pair of pics, I thought that the problem is my pic's resolution, but it is not, Please tell me where i am wrong....
i used this code
Switch-kunMay 2, 2015 3:53 AM
You will be what you will to be.
May 1, 2015 5:03 AM

Offline
Dec 2010
2310
Redlord307 said:
AlxandriaAerandr said:
Hiya, I've encountered a problem with applying rounded borders on my list. Here's a link to a screenshot of it:

As you can see, there's no white border on the right side of the list as marked by the red line. I copied this code and placed it at the end:



I highlighted a line in bold letters to show you that I've removed "2px". If "2px" was included in that line, my list would show a line/border in the middle of "Score" and "Type" so I tried removing it but the result was not having a border on the right side.

Btw, this is the whole BBCode for my list:


I really hope someone can help me and I apologize if my explanation was a bit messy. Thank you ^^


Try adding:
.table_header:nth-of-type(6), td:nth-of-type(6) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}


Hello again. It seems the no right border appears on my manga list now. I've already selected the same style number in the list settings and now I don't know what that problem is. Hope you can help me again and I'm sorry for the trouble >_<
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
May 1, 2015 9:04 AM

Offline
Mar 2013
20
AlxandriaAerandr said:
Redlord307 said:


Try adding:
.table_header:nth-of-type(6), td:nth-of-type(6) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}


Hello again. It seems the no right border appears on my manga list now. I've already selected the same style number in the list settings and now I don't know what that problem is. Hope you can help me again and I'm sorry for the trouble >_<


The reason for that is, taht your manga list has one column less than your anime list so you will have to use this for your mangta list
.table_header:nth-of-type(5), td:nth-of-type(5) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}

instead of this:
.table_header:nth-of-type(6), td:nth-of-type(6) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}


or you can just enable tags for your manga list.
Redlord307May 1, 2015 9:16 AM
May 1, 2015 9:35 AM

Offline
Dec 2010
2310
Redlord307 said:
AlxandriaAerandr said:


Hello again. It seems the no right border appears on my manga list now. I've already selected the same style number in the list settings and now I don't know what that problem is. Hope you can help me again and I'm sorry for the trouble >_<


The reason for that is, taht your manga list has one column less than your anime list so you will have to use this for your mangta list
.table_header:nth-of-type(5), td:nth-of-type(5) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}

instead of this:
.table_header:nth-of-type(6), td:nth-of-type(6) {
  border-color: white !important;
  border-style: solid;
  border-width: 0 2px 0 0 !important;
}


or you can just enable tags for your manga list.


Ah, I forgot that tags weren't enabled on my manga list >_< Thanks so much for your help! ^^ I used the new code you gave me for my manga list.
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
May 1, 2015 11:04 AM

Offline
Sep 2014
7338
Hello. I liked one of the designs from the premade layouts so I took it and just changed the .css file so I could replace the background. I'm liking it, but would like to change a thing or two.
1. How can I make the table bit less transparent (but not totally opaque)? It's not too easy to read as it is right now so I think that could help. (or maybe you have some other ideas?)
2. How can I change the headers font or replace them with images?

i guess it's stupid but im completely clueless about this whole .css thing
ImaishiMay 1, 2015 11:08 AM
May 2, 2015 2:56 AM

Offline
Feb 2015
3671
Shishio-kun said:
momoironeko said:
Hello!~
This is my first time posting here ^3^




Well, I don't mean to be a bother, but I just want to know what happened to this particular layout: http://myanimelist.net/forum/?topicid=648885

I really like this layout, I think it's clean and beautiful, so I was really sad when I saw it suddenly changed D: is there a new link to it? Where can I find it?


Thanks in advance! x


I think his dropbox crashed so until it comes back on or he/someone else reuploads his layout in another form it won't be available.


If you are talking about the Ano Hana layout, it works fine for me, I have used it at my manga list. I got the code from http://hl.cloudvent.net/
You will be what you will to be.
May 4, 2015 5:46 PM

Offline
Aug 2009
575
Hello! Sorry to bother you with this, but I can't figure out what's wrong. I made my boyfriend's and my anime and manga list designs based on codes found in layouts all over this club a long time ago, they were working fine until recently, but then suddenly the background images disappeared. Because I didn't change anything about the code I assumed the page I hosted the images on went down so I uploaded them to imgur and linked them again, but they still don't display. I fixed my lists by having a CSS gradient instead of background image but my boyfriend quite likes his background images and I would like to fix them if possible. The problem is probably something in this:
body {
background-image:url(http://imgur.com/WXUnV6i);
background-size: cover;
background-attachment:fixed;
background-clip:border-box;
background-color:transparent;
font-family: Verdana;
font-size: 12px;
}
but it was working fine before with the old image link. I tried deleting and adding different lines but it didn't make a difference so I went back to this code that used to work. It's probably something simple but I just can't pinpoint it :/
Thanks for any help :)
May 5, 2015 12:27 AM

Offline
Mar 2013
20
madberry said:
Hello! Sorry to bother you with this, but I can't figure out what's wrong. I made my boyfriend's and my anime and manga list designs based on codes found in layouts all over this club a long time ago, they were working fine until recently, but then suddenly the background images disappeared. Because I didn't change anything about the code I assumed the page I hosted the images on went down so I uploaded them to imgur and linked them again, but they still don't display. I fixed my lists by having a CSS gradient instead of background image but my boyfriend quite likes his background images and I would like to fix them if possible. The problem is probably something in this:
body {
background-image:url(http://imgur.com/WXUnV6i);
background-size: cover;
background-attachment:fixed;
background-clip:border-box;
background-color:transparent;
font-family: Verdana;
font-size: 12px;
}
but it was working fine before with the old image link. I tried deleting and adding different lines but it didn't make a difference so I went back to this code that used to work. It's probably something simple but I just can't pinpoint it :/
Thanks for any help :)

use
background-image:url(http://imgur.com/WXUnV6i.jpg);
and it should work, because the url you are currently using links to the imgur page of that image but not to the image itself I think.
May 5, 2015 2:40 AM

Offline
Aug 2009
575
Redlord307 said:

use
background-image:url(http://imgur.com/WXUnV6i.jpg);
and it should work, because the url you are currently using links to the imgur page of that image but not to the image itself I think.


Thank you!! That's what it was, ahaha I can't believe I spent so much time trying to figure it out xD
May 6, 2015 4:37 AM

Offline
Aug 2009
575
Sorry, can I ask one more question?
I've been trying to get rid of the Edit - More links on my anime list. I've managed to get rid of the links but the - in the middle is still there. It doesn't seem to have an id or class. If I set the whole "small" to disappear then it doesn't show the Airing small text either. I saw on some premade layouts that it is possible to preserve the Airing but get rid of the Edit - More but even when I look at their code I don't see what made them disappear :/
May 6, 2015 6:03 AM

Offline
Mar 2013
20
madberry said:
Sorry, can I ask one more question?
I've been trying to get rid of the Edit - More links on my anime list. I've managed to get rid of the links but the - in the middle is still there. It doesn't seem to have an id or class. If I set the whole "small" to disappear then it doesn't show the Airing small text either. I saw on some premade layouts that it is possible to preserve the Airing but get rid of the Edit - More but even when I look at their code I don't see what made them disappear :/


this should remove both links and the - if I missed something and it removes more than intended let me know:
td[class^='td'] div small {
  display: none;
}
May 6, 2015 9:53 AM

Offline
Aug 2009
575
Redlord307 said:
madberry said:
Sorry, can I ask one more question?
I've been trying to get rid of the Edit - More links on my anime list. I've managed to get rid of the links but the - in the middle is still there. It doesn't seem to have an id or class. If I set the whole "small" to disappear then it doesn't show the Airing small text either. I saw on some premade layouts that it is possible to preserve the Airing but get rid of the Edit - More but even when I look at their code I don't see what made them disappear :/


this should remove both links and the - if I missed something and it removes more than intended let me know:
td[class^='td'] div small {
  display: none;
}


Thanks, but the - still didn't want to go away with that, so I tried to make some changes to it to see if it would work somehow. In the end I realised that it's actually fine to make the whole td small disappear as long as in the .animetitle + small I set it to display: inline !important. It may not pass in a CSS validator because it's kind of a forced solution but at least now the - is gone. Thanks again :)
May 8, 2015 10:59 PM

Offline
Oct 2014
7885
So, it is my first post here so I feel kind of embarassed. Okay. Here is the problem.
I would like to delete the more button and my table is not working right, I think.

here is a pic http://i.imgur.com/puwWlPp.jpg
here is the code


If you could help me somehow, I would appreciate it.



May 9, 2015 2:40 AM

Offline
Mar 2013
20
Rinto-kun said:
So, it is my first post here so I feel kind of embarassed. Okay. Here is the problem.
I would like to delete the more button and my table is not working right, I think.

here is a pic http://i.imgur.com/puwWlPp.jpg
here is the code


If you could help me somehow, I would appreciate it.


In step 2 of this tutorial is a link to the code that removes the more link and for the other thing try replacing
with this
May 9, 2015 6:41 AM

Offline
Oct 2014
7885
Thank you.



May 11, 2015 3:04 AM

Offline
Nov 2009
1632
Is there a way to make the mini review(tag) unlinkable/unclickable?
May 11, 2015 4:22 AM

Offline
Aug 2013
520
Takana_no_Hana said:
Is there a way to make the mini review(tag) unlinkable/unclickable?
ad
pointer-events:none;
to the code for your tags.




May 13, 2015 1:07 PM
Offline
Nov 2014
1
Hi! I would like to add 1 more column in my list, with my own name of it and order in list. Could be it added?
Thank you.
May 15, 2015 3:22 PM

Offline
Apr 2015
24
Hello!

Yesterday I made a layout for my anime list. And one problem occured. Borders on category buttons don't display in full. It doesn't look good and I couldn't have found a mistake in the code. Here is the code:



Thank you in advance.

Cheers! ;)
May 15, 2015 4:13 PM

Offline
Feb 2010
12635
Hanler said:
Hello!

Yesterday I made a layout for my anime list. And one problem occured. Borders on category buttons don't display in full. It doesn't look good and I couldn't have found a mistake in the code. Here is the code:



Thank you in advance.

Cheers! ;)


Try

#list_surround .status_selected, #list_surround .status_not_selected {
border:1px solid #000000 !important;}


w1zc said:
Hi! I would like to add 1 more column in my list, with my own name of it and order in list. Could be it added?
Thank you.


Yes it can be done, but the only ways I know of are a pain to write and code and even to fill out. It would be nice if someone else knew an easier way or had the CSS already.
May 16, 2015 5:35 AM

Offline
Aug 2014
39
Hey, so I've been trying to change/add a font to a theme using your tutorial but it doesn't work, I've tried each way to change it but none have been successful, I'm not sure what I'm doing wrong

This is the code with the import code and my edits to try and change the font
May 16, 2015 6:42 AM

Offline
Apr 2015
24
Thank you for your help. It's working perfectly now. ;)
May 16, 2015 9:09 AM

Offline
Oct 2009
7730
Kokoro said:
Hi there. I was wondering, how do we put the text right next to the image.
For example:

I had checked bb code and stuff many times and I can't seem to find the way to make it.
Thank you in advance!

By using or
May 16, 2015 7:18 PM

Offline
Feb 2015
755
Serhiyko said:

By using or

Thank you so much!
May 16, 2015 8:46 PM

Offline
Feb 2010
12635
Rebel_Notorious said:
Hey, so I've been trying to change/add a font to a theme using your tutorial but it doesn't work, I've tried each way to change it but none have been successful, I'm not sure what I'm doing wrong

This is the code with the import code and my edits to try and change the font


What you're doing is the correct method. This is what I see when I put your code on my own list


And I see the same putting it on your list in preview. So try using it again I guess, and make sure you haven't left some of the old code in there on accident. You'd have to leave the code you posted here on your own list for us to confirm if you can't see the font and everyone else can- that would narrow down if the problem is only on your end. Currently you have a different CSS on your list.

btw the last code has no selector, so remove it.
May 17, 2015 7:37 AM
Offline
Jul 2014
9
Could someone tell me how I could change the background in the below code? I'm new to this but I cannot for the life me understand how all those numbers work. To me, they are just there and somehow define the entire layout. A lot of the tutorials use very exact examples so I couldn't pinpoint what this all meant.

It looks way more different when I decide to inspect certain elements. I kind of wish I could permanently overwrite the layout using Inspect Element.





EDIT: While I haven't figured out how the numbers work, I did find a way to just get the direct CSS file.
QQJAMJAMMay 17, 2015 8:39 AM
May 17, 2015 12:49 PM

Offline
Aug 2013
520
QQJAMJAM said:
Could someone tell me how I could change the background in the below code? I'm new to this but I cannot for the life me understand how all those numbers work. To me, they are just there and somehow define the entire layout. A lot of the tutorials use very exact examples so I couldn't pinpoint what this all meant.

It looks way more different when I decide to inspect certain elements. I kind of wish I could permanently overwrite the layout using Inspect Element.





EDIT: While I haven't figured out how the numbers work, I did find a way to just get the direct CSS file.
Thye numbers are hexadecimal numbers corresponding to characters in the ASCII table. Basically it is an URL made unrecognizable and unclickable probably to prevent unauthorized copying. If you are interested you can view the actual link with this converter http://www.rapidtables.com/convert/number/hex-to-ascii.htm




May 18, 2015 6:29 AM

Offline
Dec 2010
2310
Hello! I'm here to ask a question again lol XD I can't seem to fix this problem regarding the highlighting when hovered over an anime title. Here's a picture of it:



I want it to highlight the entire row and not just one element. It only highlights the list properties individually.

Here's the code I'm using:


Thank you in advance! ^^
CorwenMay 20, 2015 6:38 PM
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
May 20, 2015 1:01 PM

Offline
Oct 2013
6
Hi all,

I'm trying to add an image to link, like this:

a[href="/anime/5114/Fullmetal_Alchemist:_Brotherhood"]{
background-image: url(http://i.imgur.com/mmPtfht.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left;
background-color: transparent;
margin: inherit;
left: 30px;
padding: 3px;
padding-left: 45px;
}

but whenever I press Submit and refresh, this appears:

a[href="/anime/5114/Fulll_Alchemist:_Brotherhood"]{
background-image: url(http://i.imgur.com/mmPtfht.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left;
background-color: transparent;
margin: inherit;
left: 30px;
padding: 3px;
padding-left: 45px;
}

Any idea why CSS changes string "metal" to single lowercase L letter in link? Because of this an image won't appear on list because there's no such link as Fulll_Alchemist.

Only FMA:B lacks SS stamp here, it is kind of annoying :) http://myanimelist.net/animelist/xVanitas

Any help greatly appreciated :)
xVanitasMay 20, 2015 1:31 PM
May 20, 2015 3:29 PM

Offline
Oct 2011
298
Hi. I am having an issue. When I edited my Anime list, i did everything according to the steps and nothing changed in my list.

but when I log out, i see how its suppose to be

[Spoiler]



[Spoiler/]


Plz help me.



May 21, 2015 2:20 AM

Offline
May 2015
1149
Try this code instead ;

a[href*="anime/5114/"]{
background-image: url(http://i.imgur.com/mmPtfht.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left;
background-color: transparent;
margin: inherit;
left: 30px;
padding: 3px;
padding-left: 45px;
}

Tested and works fine like that for me, you only need to use the ID of the anime right? and not the name.. new at this whole CSS thing .-.
May 21, 2015 2:50 AM

Offline
Feb 2010
12635
SizzlingTear2 said:
Hi. I am having an issue. When I edited my Anime list, i did everything according to the steps and nothing changed in my list.

but when I log out, i see how its suppose to be



Plz help me.


Try this
http://myanimelist.net/editprofile.php?go=listpreferences
Default settings
Uncheck the box overriding the style, save
May 21, 2015 2:51 AM

Offline
Feb 2010
12635
Corwen said:
Hello! I'm here to ask a question again lol XD I can't seem to fix this problem regarding the highlighting when hovered over an anime title. Here's a picture of it:



I want it to highlight the entire row and not just one element. It only highlights the list properties individually.

Here's the code I'm using:


Thank you in advance! ^^


Did you try the highlighting rows CSS tutorial? That should do the trick if you haven't
May 21, 2015 3:53 AM

Offline
Dec 2010
2310
Shishio-kun said:
Corwen said:
Hello! I'm here to ask a question again lol XD I can't seem to fix this problem regarding the highlighting when hovered over an anime title. Here's a picture of it:



I want it to highlight the entire row and not just one element. It only highlights the list properties individually.

Here's the code I'm using:


Thank you in advance! ^^


Did you try the highlighting rows CSS tutorial? That should do the trick if you haven't


I did. I tried adding the purple highlight code earlier and it still didn't work ><
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Reply Disabled for Non-Club Members
Pages (159) « First ... « 54 55 [56] 57 58 » ... 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