Forum Settings
Forums
New
Apr 22, 2017 1:15 AM
#1
Offline
Aug 2012
32
This is a custom layout for modern template lists. If you don't know how to install the codes, click here to view the Beginner's Tutorial.

If there are problems: install the latest version, or check the Repair Thread for patches and updates (found here).

All premade modern layouts can be found in the gallery by clicking here, and more ways to customize your list can be found here.


NieR: Automata Menu Layout
By Killingdyl
Layout does not support custom background image.
Layout supports custom banner image set through the modern style editor.
Layout works best on screens at least 1500px wide.
Layout supports roughly 7 columns.
Layout does not look good with cover images.





Code:
@import "https://dl.dropboxusercontent.com/s/6rs6scid2acpkrq/NieRAutomata.css";


Alternatively you may copy the source code and do minor modifications.


Change 'Your' to your name modification


Feel free to post here if any issues arises. I will be do minor fixes and improvement to smaller display sizes, but no more major changes will be made.
Shishio-kunFeb 21, 2023 1:02 PM
Reply Disabled for Non-Club Members
Pages (2) [1] 2 »
Jul 16, 2017 7:53 AM
#2
Offline
Jul 2018
564612
Any way to make the anime list column infinite and not a square?

btw sorry for my bad english
Jul 17, 2017 1:07 AM
#3

Offline
Feb 2010
11294
Shinobu-Oshino said:
Any way to make the anime list column infinite and not a square?

btw sorry for my bad english


If you put the layout on your list I can look into it.
Sep 19, 2018 11:53 PM
#4
平沢唯

Offline
Dec 2016
2197
@Shishio-kun Looks like this theme could use updating with the new import format.
@\import "https://dl.dropboxusercontent.com/s/6rs6scid2acpkrq/NieRAutomata.css";


Also, very nice theme killingdyl! I hadn't stumbled upon this before but I really love the style.
Sep 20, 2018 2:18 AM
#5

Offline
Feb 2010
11294
Wow thanks, I wasn't even aware of this theme missing from our list!

@killingdyl I'll add it to the list of other modern themes, it's great.
Sep 23, 2018 8:56 AM
#6
Offline
Aug 2012
32
@Shishio-kun Sweet. Also thanks for updating to the new import format I didn't know there was a change.
Dec 26, 2018 12:16 AM
#7

Offline
Aug 2017
556
Nice layout killingdyl!

But i am having some problem with the name part. Evereytime i try to type my name it is repeating twice somehow. How should i fix this part?
Dec 26, 2018 12:44 AM
#8
平沢唯

Offline
Dec 2016
2197
-saffy- said:
Nice layout killingdyl!

But i am having some problem with the name part. Evereytime i try to type my name it is repeating twice somehow. How should i fix this part?
Looks like you've changed the text under the ".header .username:after" selector. Leaving it as it is in the default theme should fix the problem, I believe. Here's how it should look:
.anime .header .username::after {
	content: ' - Anime List';
	text-shadow: initial;
	font-size: 18pt;
	font-weight: bold;
}

.manga .header .username::after {
	content: ' - Manga List';
	text-shadow: initial;
	font-size: 18pt;
	font-weight: bold;
}

If you want to change the text from "YOUR" to "Saffy" (when viewing your list as yourself) then that would require a little modification of the theme.

(Killingdyl, if you don't want me responding in this thread @ me so I know and I'll let you handle it in the future ^^)
Valerio_LyndonDec 26, 2018 12:53 AM
Dec 30, 2018 1:47 AM
#9
Offline
Aug 2012
32
@-saffy- As Valerio said, the "YOUR" only shows up when you are looking at it, I will add a snippet of code that you can replace that section so that you can change how the name is displayed when you are looking at it.
Dec 30, 2018 11:08 PM

Offline
Aug 2017
556
@Valerio_Lyndon & @killingdyl thank you for the help. I was able to change it :)
Mar 13, 2019 4:46 AM
Offline
Jul 2018
564612
Hi. How can I put an image on the right side of the list?

@Shishio-kun
Mar 13, 2019 6:14 PM
平沢唯

Offline
Dec 2016
2197
@Reddoheddo Enable the cover image on the theme and upload the image you want. :)
Mar 13, 2019 9:09 PM
Offline
Jul 2018
564612
@Valerio_Lyndon Thank you!!
Mar 27, 2019 1:55 PM
Offline
Mar 2019
1
hey, short question:
Is there anyway I can turn off the anime Covers?
Mar 27, 2019 2:02 PM
Offline
Aug 2012
32
@CrowMaster05 That will be in your list settings. Under Modern Only, you can turn off Image
Apr 7, 2019 12:49 PM
Offline
Apr 2016
2
Hey is there a way to add a "List" button, the one MAL uses where you can go to "anime list", "manga list", "quick add" and "list settings"?
I'm a big fan of this layout but I really miss a button to somehow go to MAL homepage or to quick add a new anime I'm watching.

EDIT: or let me know which lines of the code you used to hide the default one so I can add in a custom one.
nlmodApr 7, 2019 1:40 PM
Apr 8, 2019 9:07 PM
平沢唯

Offline
Dec 2016
2197
nlmod said:
Hey is there a way to add a "List" button, the one MAL uses where you can go to "anime list", "manga list", "quick add" and "list settings"?
I'm a big fan of this layout but I really miss a button to somehow go to MAL homepage or to quick add a new anime I'm watching.

EDIT: or let me know which lines of the code you used to hide the default one so I can add in a custom one.
You can find the code that removes it by searching for ".list-menu-float" or "LIST MENU". Just remove lines 66-68 and it will display again.


If you want a quick fix to make it look somewhat less out of place, you could use this code I whipped up just now, it puts the buttons up top right.

Apr 9, 2019 3:57 AM
Offline
Apr 2016
2
Valerio_Lyndon said:
nlmod said:
Hey is there a way to add a "List" button, the one MAL uses where you can go to "anime list", "manga list", "quick add" and "list settings"?
I'm a big fan of this layout but I really miss a button to somehow go to MAL homepage or to quick add a new anime I'm watching.

EDIT: or let me know which lines of the code you used to hide the default one so I can add in a custom one.
You can find the code that removes it by searching for ".list-menu-float" or "LIST MENU". Just remove lines 66-68 and it will display again.


If you want a quick fix to make it look somewhat less out of place, you could use this code I whipped up just now, it puts the buttons up top right.


Thanks a lot, this was exactly what I had in mind.
Apr 28, 2019 3:14 AM
Offline
Oct 2017
4
Is there a way to change the dimensions of the picture on the right? Like make it a lil taller?
Apr 28, 2019 4:29 PM

Offline
Feb 2010
11294
Fahad_826 said:
Is there a way to change the dimensions of the picture on the right? Like make it a lil taller?


You could add this CSS to the bottom of your code, and more will show up.

.cover-block .image-container img {
background-size: contain;
height: 1000px;
}


And you could make it even wider and taller with codes like this, just keep increasing the width and height numbers to more than a 1000px. Would be good for 4k screens, maybe

.cover-block {

width: 1000px;
height: 1000px;

}
May 1, 2019 8:49 AM
Offline
Oct 2017
4
Help! I cant remove an entry from my plan to watch list.In the default version you could click on "more" And more details would show up but there is no option there.Did the op forgot to add that to the code? Also theres no button to go back to the main page like how you normally have ;-; Sorry if im complaining too much lol.
May 1, 2019 7:26 PM
平沢唯

Offline
Dec 2016
2197
Fahad_826 said:
Help! I cant remove an entry from my plan to watch list.In the default version you could click on "more" And more details would show up but there is no option there.Did the op forgot to add that to the code? Also theres no button to go back to the main page like how you normally have ;-; Sorry if im complaining too much lol.
It wasn't overlooked, was an intentional decision. But to change it, you could add this code to the bottom of your custom CSS. This will add back in the add/edit/more buttons and a home button in the bottom right corner.
Valerio_LyndonMay 1, 2019 7:30 PM
May 2, 2019 1:16 AM
Offline
Oct 2017
4
Valerio_Lyndon said:
Fahad_826 said:
Help! I cant remove an entry from my plan to watch list.In the default version you could click on "more" And more details would show up but there is no option there.Did the op forgot to add that to the code? Also theres no button to go back to the main page like how you normally have ;-; Sorry if im complaining too much lol.
It wasn't overlooked, was an intentional decision. But to change it, you could add this code to the bottom of your custom CSS. This will add back in the add/edit/more buttons and a home button in the bottom right corner.
Thanks a lot .
May 19, 2019 3:29 AM
Offline
Aug 2015
3
Which part of the CSS do I have to modify to use it with images? If I just enable them in the settings, the lines look a bit off.
LordAxerionMay 19, 2019 3:36 AM
May 19, 2019 2:18 PM
平沢唯

Offline
Dec 2016
2197
@LordAxerion To save you some time, here's a couple of premade fixes you can use to make images look less out of place.

For help with modifying themes yourself, you can check out Shishio's video(s) on the topic. Inspect Element would be a good place to start: [Video]. It's quite easy to get started if you have a little time to spare. :)
May 19, 2019 3:55 PM
Offline
Aug 2015
3
Valerio_Lyndon said:
@LordAxerion To save you some time, here's a couple of premade fixes you can use to make images look less out of place.

For help with modifying themes yourself, you can check out Shishio's video(s) on the topic. Inspect Element would be a good place to start: [Video]. It's quite easy to get started if you have a little time to spare. :)


Thanks a lot!
Jun 7, 2019 11:41 AM

Offline
Nov 2009
28
Just chiming in, but this is the prettiest design I've seen so far. *3*
Jun 8, 2019 9:03 PM

Offline
Aug 2018
60
How to hide the list anime photo?
【𝕷𝖎𝖋𝖊 𝖎𝖘 𝖘𝖎𝖒𝖕𝖑𝖊. 𝖋𝖗𝖞, 𝖗𝖊𝖒𝖔𝖛𝖊, 𝖙𝖍𝖊𝖓 𝖉𝖗𝖆𝖎𝖓】
Jun 8, 2019 11:09 PM
Jun 9, 2019 7:16 AM

Offline
Aug 2018
60
Valerio_Lyndon said:
NineTY4 said:
How to hide the list anime photo?
Go here: https://myanimelist.net/editprofile.php?go=listpreferences Then turn off the "image" checkbox and save the preferences.
Thanks
【𝕷𝖎𝖋𝖊 𝖎𝖘 𝖘𝖎𝖒𝖕𝖑𝖊. 𝖋𝖗𝖞, 𝖗𝖊𝖒𝖔𝖛𝖊, 𝖙𝖍𝖊𝖓 𝖉𝖗𝖆𝖎𝖓】
Aug 11, 2019 5:21 PM

Offline
Dec 2018
80
I really like the look of this layout, have been using for a long time but i just switched to classic. Was wondering if there was a classic code for this because it's such an amazing layout and i want to keep using but can't find anything similar for classic.
akex005Aug 11, 2019 5:24 PM
Mar 28, 2020 5:15 AM

Offline
Aug 2017
2
Where can I find the source code for this layout?
Yukii97Mar 28, 2020 8:21 AM
Mar 28, 2020 11:34 AM

Offline
Feb 2010
11294
Yukii97 said:
Where can I find the source code for this layout?

here
https://dl.dropboxusercontent.com/s/6rs6scid2acpkrq/NieRAutomata.css


but you can use this line for your CSS and it will install the layout


@\import "https://dl.dropboxusercontent.com/s/6rs6scid2acpkrq/NieRAutomata.css";
Mar 28, 2020 1:32 PM

Offline
Aug 2017
2
Shishio-kun said:
Yukii97 said:
Where can I find the source code for this layout?

here
https://dl.dropboxusercontent.com/s/6rs6scid2acpkrq/NieRAutomata.css


but you can use this line for your CSS and it will install the layout


@\import "https://dl.dropboxusercontent.com/s/6rs6scid2acpkrq/NieRAutomata.css";


Thank you! I wanted to change some things in the layout, that's I why I wanted the source code :)
Apr 7, 2021 3:15 PM

Offline
Oct 2013
3067
Can someone help me out with my list, i need remove the white line that's in between the anime covers and titles , it's really buggin meh i want it to be like this one https://myanimelist.net/animelist/HaxWansoo Thanks in advance :D

Apr 8, 2021 2:30 PM

Offline
Feb 2010
11294
Saskee said:
Can someone help me out with my list, i need remove the white line that's in between the anime covers and titles , it's really buggin meh i want it to be like this one https://myanimelist.net/animelist/HaxWansoo Thanks in advance :D



Edit or remove this line, in the lower half

.list-table tbody.list-item {
background: linear-gradient(to bottom, transparent 2px, #d7d1b9 2px, #d7d1b9 5px, transparent 5px, transparent 45px, #d7d1b9 45px, #d7d1b9 48px, transparent 48px);}
Apr 9, 2021 5:48 AM

Offline
Oct 2013
3067
Shishio-kun said:
Saskee said:
Can someone help me out with my list, i need remove the white line that's in between the anime covers and titles , it's really buggin meh i want it to be like this one https://myanimelist.net/animelist/HaxWansoo Thanks in advance :D



Edit or remove this line, in the lower half

.list-table tbody.list-item {
background: linear-gradient(to bottom, transparent 2px, #d7d1b9 2px, #d7d1b9 5px, transparent 5px, transparent 45px, #d7d1b9 45px, #d7d1b9 48px, transparent 48px);}


If i remove that block of code, it fixes the line problem, but some of the anime lines don't have background color now , they are white :/

Apr 9, 2021 7:20 AM

Offline
Feb 2010
11294
Saskee said:
Shishio-kun said:



Edit or remove this line, in the lower half

.list-table tbody.list-item {
background: linear-gradient(to bottom, transparent 2px, #d7d1b9 2px, #d7d1b9 5px, transparent 5px, transparent 45px, #d7d1b9 45px, #d7d1b9 48px, transparent 48px);}


If i remove that block of code, it fixes the line problem, but some of the anime lines don't have background color now , they are white :/


In that case you have to edit it, like make it a single color, or edit it the way HaxWansoo has it.

I think it would be easier to just take this code, and edit it with your background pics if needed:

Apr 9, 2021 11:15 AM

Offline
Oct 2013
3067
Thanks a lot, this code worked like a charm :D

Apr 9, 2021 12:51 PM

Offline
Feb 2010
11294
Saskee said:
Thanks a lot, this code worked like a charm :D


Awesome :D
Apr 14, 2021 3:06 AM

Offline
Oct 2013
3067
Shishio-kun said:
Saskee said:
Thanks a lot, this code worked like a charm :D


Awesome :D


I have a prob now with my cover picture, i can't seem to fit it in that box when i try to resize the pic the box also becomes smaller i don't want that, any advice on how to fix that? i want this pic

Apr 14, 2021 7:27 AM

Offline
Feb 2010
11294
@Saskee

The pic says access denied, upload it to Imgur
Apr 15, 2021 4:02 PM

Offline
Oct 2013
3067
Shishio-kun said:
@Saskee

The pic says access denied, upload it to Imgur


https://www.ps4wallpapers.com/wp-content/uploads/2018/03/PS4Wallpapers.com_5aa23be22862f_cbar6-qw2wg.jpg

How about now? And i know the resolution on this one is not supported, but i tried resizing it and the whole box became smaller :/

Apr 19, 2021 8:49 AM

Offline
Feb 2010
11294
Saskee said:
Shishio-kun said:
@Saskee

The pic says access denied, upload it to Imgur


https://www.ps4wallpapers.com/wp-content/uploads/2018/03/PS4Wallpapers.com_5aa23be22862f_cbar6-qw2wg.jpg

How about now? And i know the resolution on this one is not supported, but i tried resizing it and the whole box became smaller :/


I'm still not sure what you want to do with it. What exactly do you want to do with it for it to be fixed from your point of view- do you want the box wider or taller? Or do you want the wallpaper to look different somehow like to see the entire wallpaper?


You can add this to make the box taller
.cover-block .image-container img {
height: 800PX !important;
}

You can also crop the wallpaper in Lunapic or Imgur to reshape it so it fits the box better, that sounds like the best solution to make it fit how you want.


Apr 25, 2021 2:10 AM

Offline
Oct 2013
3067
Shishio-kun said:
Saskee said:


https://www.ps4wallpapers.com/wp-content/uploads/2018/03/PS4Wallpapers.com_5aa23be22862f_cbar6-qw2wg.jpg

How about now? And i know the resolution on this one is not supported, but i tried resizing it and the whole box became smaller :/


I'm still not sure what you want to do with it. What exactly do you want to do with it for it to be fixed from your point of view- do you want the box wider or taller? Or do you want the wallpaper to look different somehow like to see the entire wallpaper?


You can add this to make the box taller
.cover-block .image-container img {
height: 800PX !important;
}

You can also crop the wallpaper in Lunapic or Imgur to reshape it so it fits the box better, that sounds like the best solution to make it fit how you want.





I want the box to be like this one https://myanimelist.net/animelist/pipipetica?status=1
with the pic i provided, same height same width, i can resize the pic to match the box after i fix the box.

Apr 25, 2021 5:10 AM

Offline
Feb 2010
11294
Saskee said:
Shishio-kun said:


I'm still not sure what you want to do with it. What exactly do you want to do with it for it to be fixed from your point of view- do you want the box wider or taller? Or do you want the wallpaper to look different somehow like to see the entire wallpaper?


You can add this to make the box taller
.cover-block .image-container img {
height: 800PX !important;
}

You can also crop the wallpaper in Lunapic or Imgur to reshape it so it fits the box better, that sounds like the best solution to make it fit how you want.





I want the box to be like this one https://myanimelist.net/animelist/pipipetica?status=1
with the pic i provided, same height same width, i can resize the pic to match the box after i fix the box.


Your list is wider so it cant be the same height as their's (not enough room). You can modify the box with codes at the bottom
https://pastebin.com/raw/sKhi15Gv

If there's anything else you need to do review the Inspect Element video on my channel and learn to edit it on your own
May 5, 2021 10:26 PM
Offline
Oct 2017
4
Is there a way to center the score with the other anime information? See image for issue:
May 9, 2021 5:47 AM

Offline
Feb 2010
11294
Dr_Quantum101 said:
Is there a way to center the score with the other anime information? See image for issue:


please try to fix the issue with Inspect Element to repair the code.
https://www.youtube.com/watch?v=cTGbVutdqfc
If you can't repair it yourself post back
May 13, 2021 7:32 AM
Offline
Oct 2017
4
Shishio-kun said:
Dr_Quantum101 said:
Is there a way to center the score with the other anime information? See image for issue:


please try to fix the issue with Inspect Element to repair the code.
https://www.youtube.com/watch?v=cTGbVutdqfc
If you can't repair it yourself post back


Fixed thanks! Changed score cell line-height from 50px to 80px for anyone else who has the same issue.

Score cell code:
.list-table .list-table-data .data.score a { 
May 31, 2021 3:43 AM
Offline
Oct 2019
1
Is it possible to include the 'filters' button that is in the standard list?
Reply Disabled for Non-Club Members
Pages (2) [1] 2 »

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

7812 by mtsRhea »»
Apr 21, 5:25 AM

» [CSS- MODERN] ⭐ Minimal Dashboard layout by 5cm ~ Compact and convenient! ( 1 2 3 )

Shishio-kun - Sep 4, 2020

121 by Pokitaru »»
Apr 21, 3:25 AM

» [CSS-MODERN] Change list text/font colors on any list layout

Shishio-kun - May 4, 2021

3 by hideso »»
Apr 20, 4:33 PM

» [CSS] [VIDEO GUIDE] ⭐️ How to change fonts on a list layout

Shishio-kun - Jul 15, 2019

17 by hideso »»
Apr 20, 4:03 PM

» [CSS][Modern] ☀️ Endless Summer Layout by Cateinya ( 1 2 3 4 5 ... Last Page )

Cateinya - Aug 18, 2016

309 by hideso »»
Apr 20, 3:56 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login