Forum Settings
Forums

[CSS - CLASSIC] Original and new Square layouts - made for easy editing

New
Reply Disabled for Non-Club Members
Pages (3) « 1 2 [3]
Feb 2, 2015 11:31 AM

Offline
Jan 2012
1578
Why not? It takes some time but it possible to make code for all covers
Feb 2, 2015 11:34 AM

Offline
Aug 2013
520
Hahaido said:
Why not? It takes some time but it possible to make code for all covers
as far as I know Shishio tried and MAL's incapsula stopped it after a while, but otherwise I don't really see any problems with it.




Feb 2, 2015 10:01 PM

Offline
Jan 2012
1578
It's OK. Incapsula doesn't affect on whitelisted apps. So if you have right app then you can easily generate the code
Feb 4, 2015 1:41 PM

Offline
Feb 2010
12677
@viper: Oh the manga covers were updated like last summer I think, so I'll try to remember to update those soon tho. Feel free to remind me here if you don't see them updated soon. btw, recently, the anime covers were all updated as long as you have the correct import (there is a Google covers import floating around with the old covers, but its not the one I'm hosting anymore)

@hahaido/oiomi: In the past using the Genku for Developers to generate All anime and manga covers on MAL, they sent a warning about using the program and making too many requests, so I was going to wait a bit before generating all manga covers since there are so many of them (25k+?), and if they send another warning, I'd like to know it was about the all manga-making process not the all anime making progress which is more important. I also don't Genku for developers to get two warnings in a short time. But there are no warnings lately so the coast is clear it seems for now. Hope that makes sense!
Feb 6, 2015 6:27 PM

Offline
Jul 2013
196
Shishio-kun said:
SViper: Oh the manga covers were updated like last summer I think, so I'll try to remember to update those soon tho. Feel free to remind me here if you don't see them updated soon. btw, recently, the anime covers were all updated as long as you have the correct import (there is a Google covers import floating around with the old covers, but its not the one I'm hosting anymore)

Why new people appeals to me Viper, not SViper... Roger that and waiting for update.:)
SViperFeb 6, 2015 6:30 PM
[size=0]
[/size]
Feb 18, 2015 3:59 PM

Offline
Feb 2010
12677
Lolicon said:
I've looked every where and couldn't find this answer: How can I get rid of the top-bar thing? I tried replacing it with another one from a different topic but that threw the new bar into disarray. I tried doing it line by line from a CSS editor in Chrome and Firefox and that became too time consuming.


Well you're not using any of these layouts. If you use the Lelouch version which is basically yours and replace it with your banner choice, you can remove it manually. Its made of three parts:

#list_surround:before,
.table_header a,
#mal_control_strip{
display: none !important;
}


This will also move your list out of position, can readjust it by adding this to a #list_surround code:

margin-top: 500px !important;

If you want the table header links (anime title, score, etc) and control strip links (profile, logout, history, etc) back you can remove their selector from the code above but would have to move them with other codes in the CSS manually
Mar 10, 2015 12:13 AM

Offline
Feb 2010
12677
Added a new version of the Holographic layout that displays headers, which is useful if you're going to use this on an All Anime/manga page
Mar 10, 2015 7:30 AM

Offline
Feb 2010
12677
Tw1tcHy said:

My only complaint is I can't find any source code to move the bar to the right or center the headers


I don't think I planned for customizing of either of these things, but try this for moving the header text toward center. You can add a little to move it a bit more to the left.

.header_title {
padding-left: 0px;
}
Mar 16, 2015 11:23 PM

Offline
Oct 2012
16
So since I am unfamiliar with coding (CSS or otherwise), is there anyway to have additional hover effects when you mouse over an anime cover? Could a box displaying 'times rewatched' and another box displaying 'start and finish dates' beneath the tag box be an option?
Mar 17, 2015 5:28 AM

Offline
Feb 2010
12677
Yes that can almost certainly be done in a few ways.

I think you could use the tags hover effect by itself from this topic but change the number for the column:
http://myanimelist.net/forum/?topicid=563993
Apr 2, 2015 6:12 AM
Offline
Jul 2018
561873
Hello there,could you please help me with a problem I am having?You see,I copied the code for the hatsune miku style and the natured theme but for both of them,the icon for every anime is mostly covered by a black square that says volumes:.Is there a way to change that?
Apr 2, 2015 10:39 AM

Offline
Feb 2010
12677
Preytoor said:
Hello there,could you please help me with a problem I am having?You see,I copied the code for the hatsune miku style and the natured theme but for both of them,the icon for every anime is mostly covered by a black square that says volumes:.Is there a way to change that?


Thats not what I see, and you didn't make the adjustments outlined in the opening post for switching to covers on a manga list...
Apr 16, 2015 8:45 PM

Offline
Oct 2012
16
Shishio-kun said:
Yes that can almost certainly be done in a few ways.

I think you could use the tags hover effect by itself from this topic but change the number for the column:
http://myanimelist.net/forum/?topicid=563993


Thank you very much for the help! I was able to finally find the time to add the code and make my 'start' and 'end' dates visible when hovering over the titles. After doing so, though, I assumed that it wasn't possible (at least not in the same way) to add 'times rewatched' since it is not a column option under My List Settings.
yulytutfulApr 16, 2015 9:02 PM
Apr 23, 2015 1:25 AM

Offline
Sep 2014
1
Hello and thanks for all of this~!
But how do I add new pictures for the animes that just came out? For example I don't have a picture for kiseijuu because the anime is new.
I know all of the url are in here @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);
but i don't know how they work
Loli's are k-kawaii~
Apr 23, 2015 1:57 PM

Offline
Feb 2010
12677
MisaoKusakabe said:
Hello and thanks for all of this~!
But how do I add new pictures for the animes that just came out? For example I don't have a picture for kiseijuu because the anime is new.
I know all of the url are in here
but i don't know how they work


Today I've updated all my imports for anime covers so it has updated automatically on yours!

For the next couple months to update any new covers you need to use your choice from
http://myanimelist.net/forum/?topicid=443333
either the manual updating or the generating your own covers. Tho I'm going to look into making a topic where ppl can post manual cover updates that I can add to the big one so ppl don't have to update on their own as much
Apr 23, 2015 2:19 PM

Offline
Feb 2010
12677
@daAmazinFatB0y

Since 1 and 2 are big annoyances I'll help with those

transparency of the list can be controlled with
/* COLOR OF LIST*/
#list_surround{
background-color: rgba(52, 52, 52, .5) !important;}

I already answered the second question which you posted a copy of today in U5's Square topic. Read a club rule's before posting in one (particularly no repeat questions in multiple topics):
http://myanimelist.net/forum/?topicid=731649
this rule is to prevent people from spamming multiple topics with the same question or request and bury other people's posts which they used to do, follow these before posting again in the future pls
Shishio-kunApr 23, 2015 2:27 PM
May 24, 2015 5:45 PM

Offline
May 2015
18
The Hatsune Miku one is not working :/ (the covers don't show)
May 24, 2015 9:23 PM

Offline
Feb 2010
12677
xBuneZ said:
The Hatsune Miku one is not working :/ (the covers don't show)


Covers were down for a few hours but are back up now. You should use the tutorial on generating your own covers
Jun 13, 2015 4:23 PM

Offline
Sep 2010
305
One of the layouts look really weird and some buttons are off (http://myanimelist.net/animelist/firejet&status=7&order=0). Buttons are off center and sometimes overlap with the anime image panels. Imessed around with the "beginner/easy" code and haven't been able to fix it. Haven't tried the "advance/know what you're doing," part of the code yet because I'm new to this :/
Jun 13, 2015 5:02 PM

Offline
Feb 2010
12677
firejet said:
One of the layouts look really weird and some buttons are off (http://myanimelist.net/animelist/firejet&status=7&order=0). Buttons are off center and sometimes overlap with the anime image panels. Imessed around with the "beginner/easy" code and haven't been able to fix it. Haven't tried the "advance/know what you're doing," part of the code yet because I'm new to this :/


Problems seems to be the codes under the "advance" part have been changed and are missing parts which are causing this problem. But its a fault of the edit box removing those parts, not a change you made

You would have to go back to the original layout and add your changes over again, but I did that for you since its easy thanks to online tools, try this layout:
http://pasted.co/dd38400b
Just to give you a heads up, if the error comes back it'd be easiest I think just to delete everything in your CSS edit box code below "advanced" and then copy everything under advanced in the link above back under there. Basically, you can always just go copy that back in again and keep the changes above advance. That should be fine
Jun 13, 2015 5:53 PM

Offline
Sep 2010
305
Shishio-kun said:
firejet said:
One of the layouts look really weird and some buttons are off (http://myanimelist.net/animelist/firejet&status=7&order=0). Buttons are off center and sometimes overlap with the anime image panels. Imessed around with the "beginner/easy" code and haven't been able to fix it. Haven't tried the "advance/know what you're doing," part of the code yet because I'm new to this :/


Problems seems to be the codes under the "advance" part have been changed and are missing parts which are causing this problem. But its a fault of the edit box removing those parts, not a change you made

You would have to go back to the original layout and add your changes over again, but I did that for you since its easy thanks to online tools, try this layout:
http://pasted.co/dd38400b
Just to give you a heads up, if the error comes back it'd be easiest I think just to delete everything in your CSS edit box code below "advanced" and then copy everything under advanced in the link above back under there. Basically, you can always just go copy that back in again and keep the changes above advance. That should be fine


Thanks! Its better than last time for sure :) Is there a way to increase the height of the score and volumes buttons or rather spacing between the squares themselves? I'm trying to get this result (http://myanimelist.net/animelist/FlipBoy)
Feb 17, 2016 2:28 PM

Offline
Sep 2012
725
really good... i think the Holograhic Square layout (with headers) will be what i am going to use from now on...

wide and show more anime in one row.. make the anime list better
Jun 23, 2017 12:25 PM

Offline
Jul 2013
196
Covers no more works even if I use my own ones from dropbox.
[size=0]
[/size]
Jun 23, 2017 5:29 PM

Offline
Feb 2010
12677
SViper said:
Covers no more works even if I use my own ones from dropbox.



Use the latest versions of the layout from the original post
Jun 24, 2017 3:13 AM

Offline
Jul 2013
196
Shishio-kun said:
SViper said:
Covers no more works even if I use my own ones from dropbox.



Use the latest versions of the layout from the original post

As I said even malcat-gen covers is not working.
PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now.
SViperJun 24, 2017 3:23 AM
[size=0]
[/size]
Jun 24, 2017 3:55 AM

Offline
Feb 2010
12677
SViper said:
Shishio-kun said:



Use the latest versions of the layout from the original post

As I said even malcat-gen covers is not working.
PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now.


you just said "covers no more works" and I saw you were using your own dropbox so there was no way for me to know if you tried the new Malcat-based CSS or not

anyways I see your covers, so the only thing you can try that I know of is to convert parenthesis style import into quotations style import (google if you don't know or see other CSS examples and recent posts in Ask all Questions Here topic)

edit: this is what I mean, quotations to parenthesis actually if that's what you're using
https://myanimelist.net/forum/?topicid=200323&show=4500#msg51180490
Shishio-kunJun 24, 2017 3:58 AM
Jun 24, 2017 4:02 AM

Offline
Feb 2010
12677
SViper said:
Shishio-kun said:



Use the latest versions of the layout from the original post

As I said even malcat-gen covers is not working.
PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now.


I'm using the latest Chrome and Opera and see your covers- maybe you need to change to one of those and check your extensions and stuff sometimes they block covers
Jun 24, 2017 4:07 AM

Offline
Jul 2013
196
Shishio-kun said:
SViper said:

As I said even malcat-gen covers is not working.
PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now.


I'm using the latest Chrome and Opera and see your covers- maybe you need to change to one of those and check your extensions and stuff sometimes they block covers

Change what? Atm I don't have any extensions installed, because I have clean Windows installation at June 17th.
[size=0]
[/size]
Jun 24, 2017 4:24 AM

Offline
Feb 2010
12677
SViper said:
Shishio-kun said:


I'm using the latest Chrome and Opera and see your covers- maybe you need to change to one of those and check your extensions and stuff sometimes they block covers

Change what? Atm I don't have any extensions installed, because I have clean Windows installation at June 17th.


I mean change your browser to the latest standard Opera or Chrome, then see if the covers are still blocked. You said you were using the Opera Developer. I use standard Opera and Chrome's latest versions and see your covers fine.

Sometimes extensions are installed without your knowing, so I would make sure there are none in the browsers themselves which may block covers.

Or try the tip I linked in post #86
Jun 24, 2017 4:32 AM

Offline
Jul 2013
196
Shishio-kun said:
Yes, find COLOR OF LIST and change the background color to this:

/* COLOR OF LIST*/
#list_surround{
background-color: rgba(1, 149, 195, .4);}


You can make it more or less translucent by changing the number ".4" to ".1" or ".7", etc.

Didn't helped. Looks like I most likely switch to Microsoft Edge for Anime watching.
[size=0]
[/size]
Jun 24, 2017 4:50 AM

Offline
Feb 2010
12677
SViper said:
Shishio-kun said:
Yes, find COLOR OF LIST and change the background color to this:

/* COLOR OF LIST*/
#list_surround{
background-color: rgba(1, 149, 195, .4);}


You can make it more or less translucent by changing the number ".4" to ".1" or ".7", etc.

Didn't helped. Looks like I most likely switch to Microsoft Edge for Anime watching.


I meant post#86 of this thread, which links to post #4502 of another thread. But it's a longshot and you might already have the same import style
Oct 31, 2018 10:20 PM

Offline
Feb 2010
12677
Updated all the source codes with new cover links!
Mar 5, 2019 8:00 PM

Offline
Dec 2017
316
hmmm i want a two codes please :) code category volumes and category type :)
Mar 6, 2019 4:08 PM

Offline
Feb 2010
12677
LeviAckerman26 said:
hmmm i want a two codes please :) code category volumes and category type :)


category type on anime list


.td1:nth-of-type(4), .td2:nth-of-type(4){
color: cyan !important;
width: 100px !important;
}

and for manga list

.td1:nth-of-type(5), .td2:nth-of-type(5){
color: cyan !important;
width: 100px !important;
}


You have volumes turned off on manga list so I couldnt get the code, but it's probably going to be something like that you have to add it back to your manga list and change the numbers in the first line (the 5)
Mar 6, 2019 10:16 PM

Offline
Dec 2017
316
Shishio-kun said:
LeviAckerman26 said:
hmmm i want a two codes please :) code category volumes and category type :)


category type on anime list


.td1:nth-of-type(4), .td2:nth-of-type(4){
color: cyan !important;
width: 100px !important;
}

and for manga list

.td1:nth-of-type(5), .td2:nth-of-type(5){
color: cyan !important;
width: 100px !important;
}


You have volumes turned off on manga list so I couldnt get the code, but it's probably going to be something like that you have to add it back to your manga list and change the numbers in the first line (the 5)

Because now I can only choose between the appearance of Type or Volumes in Mangalist but I want to show both if you have a way to prefer :) I show Volumes and type now
and for show the manga cover in my list in this style i want a wait 6 hours for show the cover in my list How do I make Cover appear at the same moment that I added the manga on my list ?
Neah_Walker85Mar 6, 2019 10:29 PM
Mar 6, 2019 10:59 PM

Offline
Feb 2010
12677
LeviAckerman26 said:
Shishio-kun said:


category type on anime list


.td1:nth-of-type(4), .td2:nth-of-type(4){
color: cyan !important;
width: 100px !important;
}

and for manga list

.td1:nth-of-type(5), .td2:nth-of-type(5){
color: cyan !important;
width: 100px !important;
}


You have volumes turned off on manga list so I couldnt get the code, but it's probably going to be something like that you have to add it back to your manga list and change the numbers in the first line (the 5)

Because now I can only choose between the appearance of Type or Volumes in Mangalist but I want to show both if you have a way to prefer :) I show Volumes and type now
and for show the manga cover in my list in this style i want a wait 6 hours for show the cover in my list How do I make Cover appear at the same moment that I added the manga on my list ?


These go on the bottom:

.td1:nth-of-type(6), .td2:nth-of-type(6){
margin-top: 10px;
margin-left: 100px;
display: block;
}

.td1:nth-of-type(5), .td2:nth-of-type(5){
margin-top: 30px;
margin-left: 10px;
}


You have to wait for cover pics with the current generator, otherwise use alternatives, there are some scattered throughout the club
Mar 6, 2019 11:36 PM

Offline
Dec 2017
316
Shishio-kun said:
LeviAckerman26 said:

Because now I can only choose between the appearance of Type or Volumes in Mangalist but I want to show both if you have a way to prefer :) I show Volumes and type now
and for show the manga cover in my list in this style i want a wait 6 hours for show the cover in my list How do I make Cover appear at the same moment that I added the manga on my list ?


These go on the bottom:

.td1:nth-of-type(6), .td2:nth-of-type(6){
margin-top: 10px;
margin-left: 100px;
display: block;
}

.td1:nth-of-type(5), .td2:nth-of-type(5){
margin-top: 30px;
margin-left: 10px;
}


You have to wait for cover pics with the current generator, otherwise use alternatives, there are some scattered throughout the club

Yes Thank You I'm Sorry For the Disturbance
Mar 8, 2019 1:06 AM

Offline
Dec 2017
316
okay i'm sorry but i want a code for category published - not yet aried - aired And the manga status, Because something happened with me wrong with regret making this category disappear from my list

Mar 8, 2019 1:58 AM

Offline
Feb 2010
12677
LeviAckerman26 said:
okay i'm sorry but i want a code for category published - not yet aried - aired And the manga status, Because something happened with me wrong with regret making this category disappear from my list



Here's publishing:
.td1 a:not([title="Anime Information"]) + small, .td2 a:not([title="Anime Information"]) + small

But I dont know what you mean by "and the manga status", I would need the name of the column like "Score"

To find codes on your own you can use this guide too
https://myanimelist.net/forum/?topicid=1329419

See under
"How to find the name of any section on your layout"
Shishio-kunMar 8, 2019 2:22 AM
Mar 8, 2019 3:11 AM

Offline
Dec 2017
316
Shishio-kun said:
LeviAckerman26 said:
okay i'm sorry but i want a code for category published - not yet aried - aired And the manga status, Because something happened with me wrong with regret making this category disappear from my list



Here's publishing:
.td1 a:not([title="Anime Information"]) + small, .td2 a:not([title="Anime Information"]) + small

But I dont know what you mean by "and the manga status", I would need the name of the column like "Score"

To find codes on your own you can use this guide too
https://myanimelist.net/forum/?topicid=1329419

See under
"How to find the name of any section on your layout"

For The Status, I Mean This
Mar 8, 2019 3:29 AM

Offline
Feb 2010
12677
LeviAckerman26 said:
Shishio-kun said:


Here's publishing:
.td1 a:not([title="Anime Information"]) + small, .td2 a:not([title="Anime Information"]) + small

But I dont know what you mean by "and the manga status", I would need the name of the column like "Score"

To find codes on your own you can use this guide too
https://myanimelist.net/forum/?topicid=1329419

See under
"How to find the name of any section on your layout"

For The Status, I Mean This


Ah ok pretty sure that code should be what you need then :D
Mar 8, 2019 5:33 AM

Offline
Dec 2017
316
Shishio-kun said:
LeviAckerman26 said:

For The Status, I Mean This


Ah ok pretty sure that code should be what you need then :D

simple question, Should I just put 2 of Cetegory on my Manga list because I am currently either choosing Anime information or Type and Volumes
Mar 8, 2019 12:42 PM

Offline
Feb 2010
12677
LeviAckerman26 said:
Shishio-kun said:


Ah ok pretty sure that code should be what you need then :D

simple question, Should I just put 2 of Cetegory on my Manga list because I am currently either choosing Anime information or Type and Volumes


I dont know what you mean so I have no idea, you should probably use a Modern layout that allows you to use all categories or something
Mar 8, 2019 2:47 PM

Offline
Dec 2017
316
Shishio-kun said:
LeviAckerman26 said:

simple question, Should I just put 2 of Cetegory on my Manga list because I am currently either choosing Anime information or Type and Volumes


I dont know what you mean so I have no idea, you should probably use a Modern layout that allows you to use all categories or something

i mean that's but i want tag status (Not Yet Aired - aired ..... and volumes and type (Manga -Manhwa - Manhua .....
Mar 8, 2019 3:20 PM

Offline
Feb 2010
12677
LeviAckerman26 said:
Shishio-kun said:


I dont know what you mean so I have no idea, you should probably use a Modern layout that allows you to use all categories or something

i mean that's but i want tag status (Not Yet Aired - aired ..... and volumes and type (Manga -Manhwa - Manhua .....


Hmm I still don't understand what you are looking for.

I see publishing on your manga list that is the equivalent of "aired". Also you removed the Volumes column from your manga list- this may be why you don't see it
Mar 8, 2019 3:25 PM

Offline
Feb 2010
12677
@LeviAckerman26

Is this what you're trying to do for your manga list:

You want to see

publishing
volumes
type
chapter

all visible and at the same time along with

score
number
title



First you need to add volumes back, if so and add any other columns you're trying to see now

https://myanimelist.net/editprofile.php?go=listpreferences
Mar 8, 2019 4:42 PM

Offline
Dec 2017
316
Shishio-kun said:
@LeviAckerman26

Is this what you're trying to do for your manga list:

You want to see

publishing
volumes
type
chapter

all visible and at the same time along with

score
number
title



First you need to add volumes back, if so and add any other columns you're trying to see now

https://myanimelist.net/editprofile.php?go=listpreferences

yes, I've you hit
this what I want to do do you have a way ?
Neah_Walker85Mar 8, 2019 4:56 PM
Mar 8, 2019 6:20 PM

Offline
Feb 2010
12677
LeviAckerman26 said:
Shishio-kun said:
@LeviAckerman26

Is this what you're trying to do for your manga list:

You want to see

publishing
volumes
type
chapter

all visible and at the same time along with

score
number
title



First you need to add volumes back, if so and add any other columns you're trying to see now

https://myanimelist.net/editprofile.php?go=listpreferences

yes, I've you hit
this what I want to do do you have a way ?


ok I understand now; so right now Type is missing


.td1:nth-of-type(6), .td2:nth-of-type(6){
display: block;
margin-top: 40px;
margin-left: 10px;
font-size: 12px;
}

your code needs this and it makes this



and I think I see all the column categories now :D


Mar 8, 2019 8:03 PM

Offline
Dec 2017
316
Shishio-kun said:
LeviAckerman26 said:

yes, I've you hit
this what I want to do do you have a way ?


ok I understand now; so right now Type is missing


.td1:nth-of-type(6), .td2:nth-of-type(6){
display: block;
margin-top: 40px;
margin-left: 10px;
font-size: 12px;
}

your code needs this and it makes this



and I think I see all the column categories now :D



Now all is good thank you and sorry for bothering you so much
Mar 8, 2019 9:29 PM

Offline
Feb 2010
12677
LeviAckerman26 said:
Shishio-kun said:


ok I understand now; so right now Type is missing


.td1:nth-of-type(6), .td2:nth-of-type(6){
display: block;
margin-top: 40px;
margin-left: 10px;
font-size: 12px;
}

your code needs this and it makes this



and I think I see all the column categories now :D



Now all is good thank you and sorry for bothering you so much


yay it's good then :D
Reply Disabled for Non-Club Members
Pages (3) « 1 2 [3]

More topics from this board

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

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Today, 4:35 AM

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

382 by Shishio-kun »»
Today, 4:29 AM

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

57 by Shishio-kun »»
Today, 4:27 AM

Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templates

Shishio-kun - Feb 16, 2023

31 by Shishio-kun »»
Today, 4:14 AM

» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Apr 15, 2010

7921 by takkun_ »»
Sep 19, 9:54 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login