.. include:: ../Includes.txt CSS Coding Guidelines --------------------- - All CSS selectors (classes or IDs) are lowercase, multiple words are separated with a hyphen, no underscore nor camel-case. - All CSS definitions should take place in a CSS file or in a CSS part at the top of the page, inline styles are highly discouraged. - All CSS inclusions should be done through the appropriate