Post Colors Nonsense

One day I want to figure out colors for the posts. I mean I been using the `a` tag to change the color to the link color. Really these are the two major text colors. I could make the text any color I want do to how I format and load the text like blue or green. I think I could make classes for secondary colors since using the anchor tag for the secondary color is a bit dirty meow.

Also I probably should add a read more. I think the collapse code might not work with nested collapsable types, so I do not think I can add it to the post. I may need to make a diffrent kind using some other element for text or forms unless a way already exist natively.
Update: (click me to show)

The issue is that there is a lot of empty space between post when the screen can fit two or more columns and the post sizes are vastly diffrent. Trying to keep them the same size will help. I also could allow scrolling inside the post, but that may be odd to have two scrollables.

(Update): I decided to use scrollbars for now since it seem I would have to do more JS hooks and nonsense to have the other way work in a more automatic way.

Also maybe (well maybe not) I should store the whole post html instead the formated text. I may be able to redirect to the source and it will render okay (maybe), just won't be centered and probably anchored to the top left of the screen. Eh the source file really is not meant to be viewed as is.