Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Property name: Question style sheet

From Catglobe Wiki
Revision as of 08:27, 6 April 2011 by Cg huutrung (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Property name: Question style sheet

Question types applied

All

Description

Each question in a questionnaire can have different style sheets. These style sheets can be found in some available layouts of this questionnaire. Besides, a custom style sheet can be made through this property.

Business logic

N/A

Formatting

Cascading Style Sheet (CSS)

Screen examples

The image below shows the layout of the question whose question style sheet property is set up with styles:

body
{
margin : 0;
font-family:Verdana;
color:#000099;
font-size: 8pt;
background-color: yellow
}