This is just attempting to pick apart the source code, to see what it does. it works for my layout so I don't see why it wouldn't work for anyone elses. The show, Achievements, and events are all different I've included those too.
Where the labels are is where you place your css to what you want. (assuming you know how use html and css works)
/* Edits Show Event Text */ #show_events {Show Event text Css}
/*Edits Achievements*/ img[src^="images/achievements/"]{Image CSS} #achievements {Achievement text Css}
To my understand this it how it works.
This is just attempting to pick apart the source code, to see what it does. it works for my layout so I don't see why it wouldn't work for anyone elses. The show, Achievements, and events are all different I've included those too.
Where the labels are is where you place your css to what you want. (assuming you know how use html and css works)