Forum Settings
Forums
New
Apr 3, 2013 11:07 PM
#1

Offline
Jan 2012
1578
This layout is custom CSS. If you don't know how to install it, use the easy starter tutorial: Beginner's Tutorial

For more layouts check the Full list of Premade Layouts.

More useful topics: All CSS tutorials * Fixing or changing covers  * Changing headers



Main code

code: https://yuiafterdark.github.io/Hahaido/Index/Index.css

Backup






How to speed up and improve the layout look
For a better display, it's recommended you lower the number of list columns to better accommodate the layout table:
https://myanimelist.net/editprofile.php?go=listpreferences
You can also start the layout on Currently Watching or Reading rather than a larger category (go to Default Status Selected) to help speed up the load time. Save when done.

To further speed up the loading time of the list, you can delete any malscraper imports (these are for preview pics) and then use part B from this page:
https://myanimelist.net/forum/?topicid=439897
Paste the correct malscraper import from part B into your code (use the "more" import). You also need to switch the username SpaceCowboy with your own username. This can significantly speed up your lists.

If you are using this design on manga lists, you can add the matching manga import from part B and do the same. Switch DateYutaka with your own username.




Thanks to Valerio_Lyndon and Jery_Js for repairing this design!
Shishio-kunMay 24, 2023 4:19 PM
Reply Disabled for Non-Club Members
Apr 4, 2013 10:53 AM
#2

Offline
Jul 2012
4628
Great design for any type of list! Amazing!
Apr 5, 2013 4:35 AM
#3

Offline
Jan 2012
1578
Thank you!
Soon I will make an addon that adds some new girls pics to the layout (Uiharu or Saten-san)
Apr 5, 2013 7:58 PM
#4

Offline
Dec 2011
509
Great layout ! :D :D
I love railgun ^^
Apr 11, 2013 1:54 PM
#5
Offline
Feb 2013
28
Loving all your list styles. This is probably my favourite one since it's easy to read and is aesthetically pleasing. Especially like the favourites part as helps with nitpicky people like me who end up changing scores too often if use them :p
Apr 12, 2013 12:48 AM
#6

Offline
Jan 2012
1578
Thanks to all for their feedbacks!
I made some changes. I added statuses of list items (aring, rewatching) and modified sort panel animation
May 10, 2013 6:09 AM
#7
Offline
Apr 2011
6
How many lines can be added to the titles in the addon "My Favorites"?

More than two? And how to write?
May 10, 2013 6:44 AM
#8

Offline
Jan 2012
1578
So, you want make your favorites list? You can add as many lines as you want!
To make a list just copy 'Favorites' code under the spoiler and paste to the bottom of your CSS. Then you can add your favorite titles, for example:

.animetitle[href$="/Kimi_ni_Todoke"] span:after,
.animetitle[href$="/Kimi_ni_Todoke_2nd_Season"] span:after,
.animetitle[href$="/Candy_Candy"] span:after,
.animetitle[href$="/Blood+"] span:after,
.animetitle[href$="/Kimi_ga_Nozomu_Eien"] span:after,
.animetitle[href$="/Shingetsutan_Tsukihime"] span:after,
.animetitle[href$="/Saikano"] span:after,
.animetitle[href$="/Amagami_SS"] span:after,
.animetitle[href$="/Amagami_SS+_Plus"] span:after,
.animetitle[href$="/Sekirei"] span:after,
.animetitle[href$="/Sekirei:_Pure_Engagement"] span:after,
.animetitle[href$="/Mirai_Nikki_(TV)"] span:after,
.animetitle[href$="/Nisemonogatari"] span:after,
.animetitle[href$="/Nyan_Koi!"] span:after,
.animetitle[href$="/Gosick"] span:after,
.animetitle[href$="/Kokoro_Connect"] span:after,
.animetitle[href$="/Kokoro_Connect:_Michi_Random"] span:after,
.animetitle[href$="/Peach_Girl"] span:after,
.animetitle[href$="/Kanon_(2006)"] span:after,
.animetitle[href$="/sola"] span:after,
.animetitle[href$="/Toaru_Majutsu_no_Index"] span:after,
.animetitle[href$="/Toaru_Majutsu_no_Index_II"] span:after,
.animetitle[href$="/Motto_To_LOVE-Ru"] span:after,
.animetitle[href$="/Sankarea"] span:after,
.animetitle[href$="/Kurokami"] span:after,
.animetitle[href$="/Suzuka"] span:after,
.animetitle[href$="/Kekkaishi"] span:after {
position: absolute;
display: block;
content: 'fav';
width:24px;
margin-left: 450px;
margin-top: -25px;
padding: 1px 4px 0;
line-height: 25px;
background: rgba(16, 147, 98, 1);
}
May 10, 2013 7:09 AM
#9
Offline
Apr 2011
6
Что-то не получается.
Не подскажите в чём ошибка?

.animetitle[href$="/Clannad:_After_Story"] span:after,
.animetitle[href$="/Higurashi_no_Naku_Koro_ni"] span:after
.animetitle[href$="/Mawaru_Penguindrum"] span:after
.animetitle[href$="/Bakemonogatari"] span:after
.animetitle[href$="/Mahou_Shoujo_Madoka★Magica"] span:after
.animetitle[href$="/Steins;Gate"] span:after
.animetitle[href$="/Katanagatari"] span:after
.animetitle[href$="/Tengen_Toppa_Gurren_Lagan"] span:after
.animetitle[href$="/Slayers"] span:after
.animetitle[href$="/Kanon_(2006)"] span:after
.animetitle[href$="/Shinreigari:_Ghost_Hound"] span:after
.animetitle[href$="/ef_-_a_tale_of_melodies."] span:after
.animetitle[href$="/Claymore"] span:after {
position: absolute;
display: block;
content: 'fav';
width:24px;
margin-left: 450px;
margin-top: -25px;
padding: 1px 4px 0;
line-height: 25px;
background: rgba(16, 147, 98, 1);
}


Если оставить только первые две строчки с Кланнадом и Цикадами, то работает.
May 10, 2013 7:41 AM

Offline
Jan 2012
1578
You missed commas at the end of the lines. Put commas after span:after. In the example above you don't need to put comma only in line that contains 'Claymore'
Dec 26, 2015 11:59 PM

Offline
Feb 2010
12687
This layouts been updated since its debut- it looks better than ever
Dec 13, 2017 7:17 PM

Offline
Feb 2010
12687
Layout has been repaired! New codes in the OP

@hahaido: This layout is exceptionally gorgeous. Side imagery is really lovely with perfect colors on the rest of the layout
Jan 1, 2020 9:11 AM
Offline
Jul 2017
10
I can't see the cover photos? i see the border but there's nothing inside of it
Jan 1, 2020 6:16 PM
平沢唯

Offline
Dec 2016
2206
dragonmaster26 said:
I can't see the cover photos? i see the border but there's nothing inside of it
The original topic hasn't been updated in a while. It just needs a quick fix applied. This is the repaired version of the code which you can use instead:
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/more";
@\import "https://dl.dropboxusercontent.com/s/n4rkd92fm8a6lml/CategoryMenu.css";
@\import "https://dl.dropboxusercontent.com/s/b4pjgi52rkxrwmr/Favorites.css";
@\import "https://dl.dropboxusercontent.com/s/aaj0x8t7b9kw2hr/Style.css";
@\import "https://dl.dropboxusercontent.com/s/3me37gxsn1hviou/TabContent.css";
@\import "https://dl.dropboxusercontent.com/s/zjhrrwf4prsudmg/TopMenu.css";

The only difference is I replaced the broken cover generator and corrected the import line format. These fixes can be found on the broken layouts help thread.
Apr 13, 2022 11:14 AM

Offline
Feb 2010
12687
Repaired thanks to jery_js!!
May 21, 2023 5:00 PM
平沢唯

Offline
Dec 2016
2206
Everything works great except for the font that doesn't load for me. If anyone else has this issue, use this updated code: https://yuiafterdark.github.io/Hahaido/Index/Index.css
May 23, 2023 8:35 PM

Offline
Feb 2010
12687
Valerio_Lyndon said:
Everything works great except for the font that doesn't load for me. If anyone else has this issue, use this updated code: https://yuiafterdark.github.io/Hahaido/Index/Index.css


TY! OP UPDATED :D
Reply Disabled for Non-Club Members

More topics from this board

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

Shishio-kun - Apr 15, 2010

7924 by Shishio-kun »»
Yesterday, 1:50 AM

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

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Sep 22, 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 »»
Sep 22, 4:29 AM

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

Shishio-kun - Feb 16, 2023

57 by Shishio-kun »»
Sep 22, 4:27 AM

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

Shishio-kun - Feb 16, 2023

31 by Shishio-kun »»
Sep 22, 4:14 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login