Styling QS-components
The fixed parts of a QuickerSite page (its form, its feed, its catalog, ...) can be styled seperately using the included css/qs.css (as from v1.6.8). That is true for both the classic and the template-driven QuickerSite. I do not recommand to touch this file unless you are an expert in CSS. It may "mess up" your QuickerSite, since all elements are placed in "DIV"-elements. It is pretty difficult to make these cross-browser compatible as you may know.
However, if you know CSS or if you want to learn it, you may find out how easy it is to make your QuickerSite look really different! You can have a catalog behave as a real picturegallery (only showing the picture), a blog-feed in 2 or 3 columns, a form in a blue rectangle,... anything is possible!
All elements of the included css/qs.css file are unique IDs.
QS_catalog: the container of all catalog items
QS_catalogitem: the container of all elements of an item
QS_fieldlabel: the label of a field: e.g.: 'Version'
QS_fieldvalue: the value for a field (e.g. 'v1.6.8')
QS_formlink: the link to be redirected to the form attached to an item
QS_itemtitle: the title of your item
QS_itempicture: the picture of an item
QS_catalogbrowsetable: the paging-bar for a catalog
QS_feed: the container of all articles in a feed
QS_feeditem: the container for all elements of an article
QS_feeditemcategory: the category of an article
QS_feeditemdescription: the timestamp & author of an article
QS_feeditemdetails: the article itself
QS_feeditemtitle: the title of an article
QS_form: the container of all elements of a form
QS_fieldline: the container of 1 "Question & Answer"-pair
QS_fieldlabel: the name of the form field (Question)
QS_fieldvalue: the value for the form field (Answer)
QS_oneline: only needed in case you set the Questions to appear on top and answers at the bottom
QS_list: container of all list items
QS_listitem: container for all elements of a listitem
QS_listitemtitle: the title of a listitem
QS_listminusplus: the plus/minus signs
QS_searchResultsText: the short text in the list of results
QS_searchResultsTitle: the title of the page in the list of results
The shadow-container is used for the shadow-effect in catalogues (optional)