A primer on how Nova skin CSS files are organized
main.css
– the file that each template page calls; for simplicity this contains links to the other CSS files in the directoryskin.css
– a stylesheet responsible for the visual elements of the skin such as color, fonts, and morestructure.css
– a stylesheet responsible for the low level structural elements of a skin such as margins, paddings, and morejquery.ui.tabs.css
– a stylesheet that contains styles for the skin’s tabs (used in places like the home page and the writing dashboard among other places)jquery.ui.theme.css
– a stylesheet that provides support for jQuery UI themes