-
-
Notifications
You must be signed in to change notification settings - Fork 36
Clarity
The default list design didn't resonate with my aesthetics and I wished for a bit more flair than that small image banner provided. So, I started messing around and after a couple of months this is what became of the idea, albeit less refined than now. I've since improved the code to accomodate as much customization as possible. Without a doubt, this is the theme I have put the most work into. I hope you have fun with it!
- Works on modern anime and manga lists.
- Supports all list columns.
- Light and dark themes.
- Customisable cover image, character image, profile picture, and name text.
- Modifications for anyone's needs: horizontal tags, section headers, colours, tag descriptions, and more. See "Further Modification" section.
First up, list columns. Most items work, but "Notes" are disabled by default and there are some situations that can look strange. Here's what to be careful of.
Groupings (items that should be enabled together):
- "Chapters" + "Volumes"
- "Start/End Dates" + "Total Days Watched"
Recommendations (for best display, not required):
- Enable "Type".
- If using "Numbers", enable "Image".
Go to your theme editing page and find the custom CSS box underneath the "Add Custom CSS" header. Make sure it is empty, then copy-paste the code from this link into the box.
Append this section below the previous code block.
body { --avatar: url(URLHERE); }
Next, find your MyAnimeList avatar URL OR use a custom image URL. Then, paste the URL between the brackets of the url()
text, overwriting where it says URLHERE
.
See how to find your myanimelist avatar to easily use your MAL image, or image hosting tips for help hosting a custom image.
This step adds the name text to the top banner and if desired can be skipped without causing issues.
You will need to append this code to what you already have (just like you did with the last step) but change the text in between the quotes to your own desired name.
body { --name: "Yui\a Hirasawa"; }
While personalizing, please take note of the following:
- The spaces are important, as they make the name appear nicely positioned. If the spacing looks really bad try adding or removing spaces and see how it looks.
- The "\a" is important. Without it the name will be a single line instead of two!
So, for someone named John Doe, they may want this:
body { --name: "John\a Doe"; }
To change your list to dark mode, append the entire code block from the link below to your current CSS.
Unless otherwise instructed, add all extra code to the end of your CSS, below everything else.
- Change theme images and colours.
- Add large covers.
- Favourite hearts (tag display).
- Horizontal tags.
- Convert tags to review/notes.
- Add character renders.
- Add your own coloured tags.
- Add tag descriptions on hover.
- Install Section Category Headers
- Popular/requested user changes.
-
Go to your profile.
-
Right click your profile image and select "copy image address" (or similar, it may be worded differently in your browser!). The dialogue looks like this (left image: Chrome, right image: Firefox).
- That's it! The image URL should now be copied to your clipboard ready for pasting into the code. The URL should look very similar to this but with a different number string:
https://cdn.myanimelist.net/images/userimages/5889451.jpg