Add Blog

littlepanda's Blog

November 8th, 2014
Anime Relations: Akatsuki no Yona

I did a bit of fiddling around today with MAL's Advanced Style CSS Editor and came up with a simple and easily customisable layout (in two flavours) for my lists. For first attempts, I'm pretty pleased!

As a complete novice with CSS, I borrowed a template from Shishio-kun's forum post here and tweaked it to fit some oh-so-pretty colour schemes from here, et voilà!

Here's an example of some gorgeous repeating patterns.



Here's what my themes look like:



Here's the modified CSS to copy+paste in the Advanced CSS Style Editor.



How to tweak:

Do not copy and paste these bits in over the CSS! Simply find the bits mentioned and replace either the image URL or HEX colour (e.g. #FBFBFB where it says #YOURCOLOURHERE).

If you're feeling fancy, this is a great resource for more advanced CSS tips to develop your style sheet.

  • Change the background image.
    BODY {
    background: url('YOURIMAGEURLHERE') fixed;

  • Change the link colours.
    a {
    color: #YOURCOLOURHERE;
    
    a:visited {
    color: #YOURCOLOURHERE;
    
    a:hover {
    color: #YOURCOLOURHERE;

  • Change the Anime Title/Score/Progress etc. header colours.
    .table_header {
    background-color: #YOURCOLOURHERE;

  • Change the Watching/Completed/On-hold etc. header colours.
    .header_title {
    background-color: #YOURCOLOURHERE;

  • Change the Currently Watching/Completed/Dropped etc. bubble colours.
    For the selected bubble:
    .status_selected {
    background-color: #YOURCOLOURHERE;
    For the unselected bubble:
    .status_not_selected {
    background-color: #YOURCOLOURHERE;


Also, have some love for Akatsuki no Yona!
Recently, I've had a reboot of interest for this series spurred on by the airing of its anime version this season. It's an adventure-based romance completely driven by character development and the undercurrent of tension as Yona, previously a sheltered princess, overcomes tragic circumstances with the help of her comrade's supernatural powers. Of course, it's a love story too, and there are plenty of moments that get your heart beating! Akatsuki no Yona is one of my ultimate favourite series, and I highly recommend you read it. :)

Image credit to のん汰 of Pixiv.
Posted by littlepanda | Nov 8, 2014 2:01 PM | 0 comments
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login