Cleanup and tidy the CSS per code conventions
- remove 2 invalid selectors (psuedo-classes without selectors are
invalid)
- change color names to their hex color code
- shorthanded some properties
- removed unnecessary unit from 0 values
- selectors are their own line
- other stuff from MediaWiki's code conventions