This is a minimalistic flat designed List Style which focuses around showing the Anime’s cover in a nice grid like structure, to be used on the website: MyAnimeList.net
You can find a newer updated version for the modern version of the MAL Style Design here: https://github.com/RafaelDeJongh/MyAnimeList-Modern-RDJ-Theme
This list style offer various features:
As this is a list style was made before the list style update, you have to make sure your Template settings is set to “Classic”.
After the template settings has been set, you can now add the following code to your Advanced CSS List Design.
/*Designed by Rafael De Jongh*/ @import url("//malcat-gen.appspot.com/series?preset=more&user=ENTERUSERNAMEHERE&list=anime"); @import url("//rafaeldejongh.github.io/MyAnimeList-Classic-RDJ-Theme/styleMAL.css"); License{/*Profile Liststyle created for MyAnimeList.com by Rafael De Jongh - https://github.com/RafaelDeJongh/MyAnimeList*/}
/*Designed by Rafael De Jongh*/ @import url("//malcat-gen.appspot.com/series?preset=more&user=ENTERUSERNAMEHERE&list=manga"); @import url("//rafaeldejongh.github.io/MyAnimeList-Classic-RDJ-Theme/styleMAL.css"); @import url("//rafaeldejongh.github.io/MyAnimeList-Classic-RDJ-Theme/styleOR.css"); License{/*Profile Liststyle created for MyAnimeList.com by Rafael De Jongh - https://github.com/RafaelDeJongh/MyAnimeList-Classic-RDJ-Theme*/}
Make sure to change the “ENTERMALUSERNAME” of the first import link to make the cover generator work properly!
Anime
Manga
If you do not want to make use of the Start/End Dates, then you can use the Template overrides mentioned below.
#list_surround:before{background-image:url(//URLTOIMAGE.JPG)}
There are currently two template overrides:
Both fix/disable the usage of the date attribute for your list.
You can add these overrides to your list style by importing these overrides styles after the main style has been loaded by adding another import url:
@import url("//rafaeldejongh.github.io/MyAnimeList-Classic-RDJ-Theme/TemplateOverrides/styleNDOR.css");