Post
Topic
Board Meta
Merits 13 from 2 users
Re: [NEW and updated] LoyceV's Weekly Trust list overview in Human Readable Format
by
Alone055
on 26/01/2019, 15:22:11 UTC
⭐ Merited by LoyceV (12) ,TryNinja (1)
Good work!

Boring layout
I'm not much of a designer, but I'm open to suggestions.

You don't really need to do a lot of CSS designing on it because it would take a lot of time and it isn't really a necessity since the only purpose of this is to provide information which it already does, but I would like to suggest a small thing, which you may implement if you like to.

Maybe removing the underlines from the links would make the list look somehow better for the eyes of the navigator. It would be easier to spot names when scrolling if there aren't underlines (I can be wrong though).

This is how the list looks right now:


This is what I'm suggesting:


It isn't difficult to implement. All you need to do is to add an internal CSS style tag, and then set the text-decoration property of all anchor elements (links) of the page to none. Below is how to do it:

Code:


Add this code inside the head tag of the page, and it would do the work for you.

Note: Mind the color change of the texts in the suggestion image. It is because I clicked the links and their state changed from link to visited (link and visited are link states in HTML).