Style Sheets


Style sheets are text files with the .css extension that specify formatting of song files.

Style sheets that SongView uses are a subset of the CSS2 cascading style sheets as documented under http://www.w3.org/TR/REC-CSS2

The following is a simple example that uses the predefined style sheet normal.css as its basis and makes all the chords green.

@import "normal.css" chord {color: green}