New
Jun 16, 2014 9:22 PM
#51
For some reason the top link stopped showing the image. Is there a fix for that? The one with Homura. |
Jun 28, 2014 1:24 AM
#52
VengefulWave said: For some reason the top link stopped showing the image. Is there a fix for that? The one with Homura. It is something to do with this part of the css: body{ /* Set up a background image: */ background-image: url("http://img832.imageshack.us/img832/92/konachancom103172akemih.jpg"); The code points to a removed image on imageshack. If you put the image url into wayback machine... you will see the original background image. http://web.archive.org/web/20130503102444/http://img832.imageshack.us/img832/92/konachancom103172akemih.jpg The background image needs to be re-added to imageshack. |
The News Club: Quality News/Discussion (anime, CDs, manga, novels, games, seiyuu), & sales data (daily, weekly, mid-year, yearly).![]() |
Aug 28, 2014 12:44 PM
#53
Shishio-kun said: Ladyfingers said: Just wanted to inform you that your dropbox account got temporarily disabled due to high traffic on your public files, so the layout looks pretty weird now. ^^ Should be fixed now. I changed the links and they un-suspended my account (you're allowed only once tho..) I hope MAL no longer makes any more site changes and gets the spambots under control, or else I will no longer be able to host these files for free the same thing happened again, let's just hope they'll allow it more than once :D |
Aug 28, 2014 1:41 PM
#54
Ladyfingers said: Shishio-kun said: Ladyfingers said: Just wanted to inform you that your dropbox account got temporarily disabled due to high traffic on your public files, so the layout looks pretty weird now. ^^ Should be fixed now. I changed the links and they un-suspended my account (you're allowed only once tho..) I hope MAL no longer makes any more site changes and gets the spambots under control, or else I will no longer be able to host these files for free the same thing happened again, let's just hope they'll allow it more than once :D They don't, they suspend the account either until the end of the month or for three days (unclear on that) but there's an alternative on the front page for this layout. |
Aug 28, 2014 2:42 PM
#55
Thanks for your quick reply, everything works fine again, I'll check the main page first from now on :) |
Jan 16, 2015 2:55 AM
#56
Hi! First I just want to say thanks for your amazing list-style. Second, I seem to be having some scaling problems with the Mahou Shoujo Madoka Magica style. This is how it looks: http://myanimelist.net/animelist/Jurge92 or: http://i.imgur.com/bXXolaq.png I have looked though this thread for a solution, but none seem to work. Do you know how to fix this? |
Jan 16, 2015 7:46 AM
#57
@Jurge92 You are missing the imports configuring the layout dimensions and top bar. Shishio seems to have those removed from his dropbox. You want to replace @imports at the top (first four lines of code) with these: @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; These are my mirrors and they are still working (and should be for a long time) |
![]() |
Jan 16, 2015 1:19 PM
#58
VeriTi said: @Jurge92 You are missing the imports configuring the layout dimensions and top bar. Shishio seems to have those removed from his dropbox. You want to replace @imports at the top (first four lines of code) with these: @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; These are my mirrors and they are still working (and should be for a long time) It worked! Thank you very much! :D |
Feb 27, 2015 1:48 PM
#59
Thank you very much for the nice layout! I got it to work somehow.. and I am really glad I spend some time on my list, since it's one of the websites which is always opened. x) |
vTekFeb 27, 2015 2:40 PM
Mar 11, 2015 7:21 AM
#60
Heya :) First of all, thanks for the great layout! I got a problem with the headings saying "Watching", "Completed", etc not showing properly. Any idea why that is? Exemple image bellow: Any help is appreciated, thanks! |
Mar 11, 2015 9:44 AM
#61
@Jonijonh Your code has this piece: (line 93) /* CSS sprite for Currently Watching, Completed, Dropped, etc... * Note there is only one image used for all headers. I've made an * inverted version for bright layouts: * http://i.imgur.com/VImNB.png * or you can make one yourself. It's not that difficult. */ .header_title{ background-image: url([url=http://i.imgur.com/VImNB.png]http://i.imgur.com/VImNB.png); } See the url bbcode tag? It shouldn't be here. This works: |
![]() |
Apr 11, 2015 2:39 AM
#63
Hi I really like the bottom bar on this layout and I would like to add that to my layout only thing is I can only seem to find part of the code for the bottom bar by any chance can someone help me out hear? |
Jun 11, 2015 12:16 PM
#64
Guys, could someone do a version of this layout, @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; /*BACKGROUND Change the background image link below to get a new background.*/ body { background-image: url("http://i.imgur.com/FVz4M.jpg"); background-position: 60% 18%; } /*CATEGORY HEADER AND MENU IMAGES*/ .header_title { background-image: url("http://i.imgur.com/qNxEE.png"); } .status_not_selected a, .status_selected a { background-image: url("http://i.imgur.com/4rtZb.png"); } /*FONTS Change the properties below to change the list font style.*/ #list_surround, #list_surround a { font-family: tahoma !important; font-size: 8pt !important; font-style: inherit !important; font-variant: small-caps !important; font-weight: bold !important; text-decoration: none !important; text-rendering: auto !important; text-transform: uppercase !important; text-overflow: clip !important; } /*OTHER CODES The codes to change the colors are all at the top.*/ .table_header { background-color: rgba(70, 164, 225, 0.4); border-color: rgba(255, 255, 255, 0.25); } .table_header, .table_headerLink { color: #FFFFFF; text-decoration: none; } .table_headerLink:hover { text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.4), 1px 1px 3px rgba(255, 255, 255, 0.4); } .td1, .td2 { background-color: rgba(70, 164, 150, 0.5); border-color: rgba(255, 255, 255, 0.25); color: #FFFFFF; } .td1 a, .td2 a { color: lightBlue; text-decoration: none; } .td1 a:hover, .td2 a:hover { text-shadow: -1px -1px 3px #56D9D3, 1px 1px 3px #56D9D3; } tr:hover [class^="td"] { background-color: rgba(80, 50, 225, 0.9) !important; } #list_surround td[class^="td"]:first-child, #list_surround td[class^="td"]:nth-child(n+3), .animetitle { font-weight: bold; } .category_totals { background-color: rgba(70, 164, 225, 0.5); border-color: rgba(255, 255, 255, 0.25); color: #FFFFFF; font-weight: bold; text-shadow: 0px 1px 2px orange, -1px -1px 2px #B514FF; } #grand_totals { color: #FFFFFF; font-size: larger; font-weight: bold; text-shadow: -1px -1px 3px #CC5511, 1px 1px 3px #B514FF, 1px -1px 4px #B514FF, -1px 1px 3px #B514FF; text-transform: uppercase; } #copyright { background-color: rgba(70, 164, 225, 0.6); border-color: rgba(255, 255, 255, 0.25); } #copyright, #copyright a { color: #FFFFFF; } #copyright:after { content: " Custom CSS by Veriti. Edits by Miketsukami-kun. Google 'Shishio's Custom Lists' for more designs and info."; } more specificly, I want the button layouts on the bottom, but now, instead of the tag window appearing to the left of the title of the manga, I want the tag to appear right below the manga title, like on this version of Magical Madoka (the difference being the buttons on this one, appear on the left, and I wanted on the button). The madoka layout I m refering is this one: http://myanimelist.net/forum/?topicid=606489 Thanks in advance. |
Jun 11, 2015 11:44 PM
#65
Playcool said: This might do the trick, no prommisesGuys, could someone do a version of this layout, @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; /*BACKGROUND Change the background image link below to get a new background.*/ body { background-image: url("http://i.imgur.com/FVz4M.jpg"); background-position: 60% 18%; } /*CATEGORY HEADER AND MENU IMAGES*/ .header_title { background-image: url("http://i.imgur.com/qNxEE.png"); } .status_not_selected a, .status_selected a { background-image: url("http://i.imgur.com/4rtZb.png"); } /*FONTS Change the properties below to change the list font style.*/ #list_surround, #list_surround a { font-family: tahoma !important; font-size: 8pt !important; font-style: inherit !important; font-variant: small-caps !important; font-weight: bold !important; text-decoration: none !important; text-rendering: auto !important; text-transform: uppercase !important; text-overflow: clip !important; } /*OTHER CODES The codes to change the colors are all at the top.*/ .table_header { background-color: rgba(70, 164, 225, 0.4); border-color: rgba(255, 255, 255, 0.25); } .table_header, .table_headerLink { color: #FFFFFF; text-decoration: none; } .table_headerLink:hover { text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.4), 1px 1px 3px rgba(255, 255, 255, 0.4); } .td1, .td2 { background-color: rgba(70, 164, 150, 0.5); border-color: rgba(255, 255, 255, 0.25); color: #FFFFFF; } .td1 a, .td2 a { color: lightBlue; text-decoration: none; } .td1 a:hover, .td2 a:hover { text-shadow: -1px -1px 3px #56D9D3, 1px 1px 3px #56D9D3; } tr:hover [class^="td"] { background-color: rgba(80, 50, 225, 0.9) !important; } #list_surround td[class^="td"]:first-child, #list_surround td[class^="td"]:nth-child(n+3), .animetitle { font-weight: bold; } .category_totals { background-color: rgba(70, 164, 225, 0.5); border-color: rgba(255, 255, 255, 0.25); color: #FFFFFF; font-weight: bold; text-shadow: 0px 1px 2px orange, -1px -1px 2px #B514FF; } #grand_totals { color: #FFFFFF; font-size: larger; font-weight: bold; text-shadow: -1px -1px 3px #CC5511, 1px 1px 3px #B514FF, 1px -1px 4px #B514FF, -1px 1px 3px #B514FF; text-transform: uppercase; } #copyright { background-color: rgba(70, 164, 225, 0.6); border-color: rgba(255, 255, 255, 0.25); } #copyright, #copyright a { color: #FFFFFF; } #copyright:after { content: " Custom CSS by Veriti. Edits by Miketsukami-kun. Google 'Shishio's Custom Lists' for more designs and info."; } more specificly, I want the button layouts on the bottom, but now, instead of the tag window appearing to the left of the title of the manga, I want the tag to appear right below the manga title, like on this version of Magical Madoka (the difference being the buttons on this one, appear on the left, and I wanted on the button). The madoka layout I m refering is this one: http://myanimelist.net/forum/?topicid=606489 Thanks in advance. @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; /*BACKGROUND Change the background image link below to get a new background.*/ body { background-image: url("http://i.imgur.com/FVz4M.jpg"); background-position: 60% 18%; } /*CATEGORY HEADER AND MENU IMAGES*/ .header_title { background-image: url("http://i.imgur.com/qNxEE.png"); } .status_not_selected a, .status_selected a { background-image: url("http://i.imgur.com/4rtZb.png"); } /*FONTS Change the properties below to change the list font style.*/ #list_surround, #list_surround a { font-family: tahoma !important; font-size: 8pt !important; font-style: inherit !important; font-variant: small-caps !important; font-weight: bold !important; text-decoration: none !important; text-rendering: auto !important; text-transform: uppercase !important; text-overflow: clip !important; } /*OTHER CODES The codes to change the colors are all at the top.*/ .table_header { background-color: rgba(70, 164, 225, 0.4); border-color: rgba(255, 255, 255, 0.25); } .table_header, .table_headerLink { color: #FFFFFF; text-decoration: none; } .table_headerLink:hover { text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.4), 1px 1px 3px rgba(255, 255, 255, 0.4); } .td1, .td2 { background-color: rgba(70, 164, 150, 0.5); border-color: rgba(255, 255, 255, 0.25); color: #FFFFFF; } .td1 a, .td2 a { color: lightBlue; text-decoration: none; } .td1 a:hover, .td2 a:hover { text-shadow: -1px -1px 3px #56D9D3, 1px 1px 3px #56D9D3; } tr:hover [class^="td"] { background-color: rgba(80, 50, 225, 0.9) !important; } #list_surround td[class^="td"]:first-child, #list_surround td[class^="td"]:nth-child(n+3), .animetitle { font-weight: bold; } .category_totals { background-color: rgba(70, 164, 225, 0.5); border-color: rgba(255, 255, 255, 0.25); color: #FFFFFF; font-weight: bold; text-shadow: 0px 1px 2px orange, -1px -1px 2px #B514FF; } #grand_totals { color: #FFFFFF; font-size: larger; font-weight: bold; text-shadow: -1px -1px 3px #CC5511, 1px 1px 3px #B514FF, 1px -1px 4px #B514FF, -1px 1px 3px #B514FF; text-transform: uppercase; } #copyright { background-color: rgba(70, 164, 225, 0.6); border-color: rgba(255, 255, 255, 0.25); } #copyright, #copyright a { color: #FFFFFF; } #copyright:after { content: " Custom CSS by Veriti. Edits by Miketsukami-kun. Google 'Shishio's Custom Lists' for more designs and info."; } span[id*="tagLinks"] a { font-size: 11px !important; color: #FFFFFF !important; font-family: ;} span[id*="tagLinks"] { width: !important;} .td1:nth-of-type(6) a, .td2:nth-of-type(6) a { color: #00FFFF; font-size: 14px; left: 9px; margin-top: 19px; text-decoration: none; z-index: 1 !important; } span[id*="tagLinks"] { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; color: rgba(0, 0, 0, 0); font-size: 13px !important; left: 25px !important; margin-top: 10px !important; position: absolute !important; } span[id*="tagLinks"] a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; left: 49px !important; position: relative !important; text-decoration: none !important; top: 6px; } |
Jul 18, 2015 1:27 PM
#66
My Redux Topbar has some minor issues where the links to the panel and anime/manga icons are not showing. Also, the "(Logout)" section is also a little bit wierd I'm currently using the links given here [color=green]2014/2015 fix[/color] Simply add these lines below to the top of your CSS. It will fix the top bar and list's style back. Don't copy the CSS from their links and add that to your CSS bottom. Copy the lines below and paste them to the top. @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; Any help? |
MordarinJul 18, 2015 1:31 PM
Jul 29, 2015 7:26 AM
#67
^ Having the same problem :/ |
Aug 1, 2015 11:33 AM
#68
Amazing style. First time getting into this so I'm very unsure on how the CSS editor and stuff. I'm having issues with all the Headers stuck at "Watching" rather than the different headers. Any idea on how to fix this? Thanks! http://myanimelist.net/animelist/ScepterBlade |
Aug 8, 2015 9:40 PM
#69
Mordarin said: My Redux Topbar has some minor issues where the links to the panel and anime/manga icons are not showing. Also, the "(Logout)" section is also a little bit wierd I'm currently using the links given here [color=green]2014/2015 fix[/color] Simply add these lines below to the top of your CSS. It will fix the top bar and list's style back. Don't copy the CSS from their links and add that to your CSS bottom. Copy the lines below and paste them to the top. @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; Any help? I'm having the same problem. I should also probably note that while they're not showing, the links in the top bar do work if you click them. |
Aug 14, 2015 4:06 AM
#70
Doomcat55 said: Mordarin said: My Redux Topbar has some minor issues where the links to the panel and anime/manga icons are not showing. Also, the "(Logout)" section is also a little bit wierd I'm currently using the links given here [color=green]2014/2015 fix[/color] Simply add these lines below to the top of your CSS. It will fix the top bar and list's style back. Don't copy the CSS from their links and add that to your CSS bottom. Copy the lines below and paste them to the top. @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; Any help? I'm having the same problem. I should also probably note that while they're not showing, the links in the top bar do work if you click them. Having the same issue here as of late. Would be awesome, if anyone could help. This style is one of the most amazing ones I've ever seen, would be sad, if I had to part with it. Thank you in advance :3 |
Aug 14, 2015 8:25 AM
#71
vTek said: Doomcat55 said: Mordarin said: My Redux Topbar has some minor issues where the links to the panel and anime/manga icons are not showing. Also, the "(Logout)" section is also a little bit wierd I'm currently using the links given here [color=green]2014/2015 fix[/color] Simply add these lines below to the top of your CSS. It will fix the top bar and list's style back. Don't copy the CSS from their links and add that to your CSS bottom. Copy the lines below and paste them to the top. @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; Any help? I'm having the same problem. I should also probably note that while they're not showing, the links in the top bar do work if you click them. Having the same issue here as of late. Would be awesome, if anyone could help. This style is one of the most amazing ones I've ever seen, would be sad, if I had to part with it. Thank you in advance :3 To everybody with this problem, put these codes at the bottom of your CSS: Icons: (after pasting, change both asterisks (*) to backslashes.) #mal*_cs*_links a {background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;} Logout (leave this asterisk alone): form[action*="logout"] { display: inline; } al_exs came up with these solutions. Check this thread if you're still having trouble |
Doomcat55Aug 14, 2015 8:32 AM
Aug 15, 2015 2:34 AM
#72
Doomcat55 said: vTek said: Doomcat55 said: Mordarin said: My Redux Topbar has some minor issues where the links to the panel and anime/manga icons are not showing. Also, the "(Logout)" section is also a little bit wierd I'm currently using the links given here [color=green]2014/2015 fix[/color] Simply add these lines below to the top of your CSS. It will fix the top bar and list's style back. Don't copy the CSS from their links and add that to your CSS bottom. Copy the lines below and paste them to the top. @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; Any help? I'm having the same problem. I should also probably note that while they're not showing, the links in the top bar do work if you click them. Having the same issue here as of late. Would be awesome, if anyone could help. This style is one of the most amazing ones I've ever seen, would be sad, if I had to part with it. Thank you in advance :3 To everybody with this problem, put these codes at the bottom of your CSS: Icons: (after pasting, change both asterisks (*) to backslashes.) #mal*_cs*_links a {background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;} Logout (leave this asterisk alone): form[action*="logout"] { display: inline; } al_exs came up with these solutions. Check this thread if you're still having trouble Thank you very much! That worked, I really appreciate your help and al_exs's. |
Dec 4, 2015 6:50 PM
#74
Hey my list was working fine with this layout until today. I was wondering if someone could take a look and help me out? Or at least tell me what's wrong. Thanks in advance. |
Dec 7, 2015 3:37 AM
#75
Yeah looks like CSS is broken again lol. |
Dec 10, 2015 7:26 PM
#76
Seems like VeriTi's Github is gone... For a temp fix, change the top two import statements: @import 'https://cdn.rawgit.com/hautonjt/28fd74ae4042c79f5b16/raw/47925dced246b56dd5735ce0baf12709da71b2a3/alpha_geometry.css'; @import 'https://cdn.rawgit.com/hautonjt/41de7bf15a2fa8373160/raw/37c06e954adbcca1152068b37ec420f455c6ec8b/alpha_topbar_redux.css'; I have no guarantees on how long these are going to last, so if you use these, I encourage you to copy the CSS yourselves to ensure these don't get lost. |
Dec 11, 2015 11:10 AM
#77
tenjor said: Seems like VeriTi's Github is gone... For a temp fix, change the top two import statements: @import 'https://cdn.rawgit.com/hautonjt/28fd74ae4042c79f5b16/raw/47925dced246b56dd5735ce0baf12709da71b2a3/alpha_geometry.css'; @import 'https://cdn.rawgit.com/hautonjt/41de7bf15a2fa8373160/raw/37c06e954adbcca1152068b37ec420f455c6ec8b/alpha_topbar_redux.css'; I have no guarantees on how long these are going to last, so if you use these, I encourage you to copy the CSS yourselves to ensure these don't get lost. Oh ok, thank you for your help! Although to be honest I already gave up and just used a new layout however; it might be of use to other users. |
Dec 16, 2015 1:45 AM
#78
Thank you for this style. Been using it for almost 2 years. Thanks for the fixes as well. |
"Manga readers are annoying, all they do is complain or spoil the anime we discuss in an anime forum. They should really do their whining at manga forums." Stolen from Janethan23. Add in visual novel readers too |
Dec 21, 2015 1:48 AM
#79
New fixes for the layout are featured on the front page: http://myanimelist.net/clubs.php?cid=19736 I've edited the codes so they no longer requires external sources (imports) which should prevent it from ever crashing again. All the codes can just go in your CSS edit box now |
Dec 31, 2015 6:57 PM
#80
Layouts here are restored with new versions that don't use imports, so they shouldn't crash anymore, and also fixes for your 2015 versions you can just add to restore your customized layouts. |
More topics from this board
» theme helpthreat - 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 FixesShishio-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 ListsYasminaRegina - 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 |