More actions
jrfconvert import |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
| |||
| |||
== Style sheet setting: question_content == | |||
'''Applied question types:''' Text, Number, Scale | '''Applied question types:''' Text, Number, Scale | ||
'''Type of setting: '''class | '''Type of setting: '''class | ||
'''Tag applied to:''' td | '''Tag applied to:''' td | ||
'''Usage:''' Updates the answer area of a question when the question type is either text, number or scale. | '''Usage:''' Updates the answer area of a question when the question type is either text, number or scale. | ||
'''Primary use:''' Primarily used to set font size of the insertion box. | '''Primary use:''' Primarily used to set font size of the insertion box. | ||
'''Example of usage:''' | '''Example of usage:''' | ||
.question_content | .question_content | ||
{ | { | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
padding: 0px; | padding: 0px; | ||
font-size: 10pt; | font-size: 10pt; | ||
} | } | ||
'''Image example: ''' | '''Image example: ''' | ||
'''Links for more information''' | '''Links for more information''' | ||
http://www.w3.org/Style/CSS/ | http://www.w3.org/Style/CSS/ | ||
Back to: [[ Style sheet ]] | Back to: [[Style sheet]] __NOTOC__ <!-- imported from file: 6106.htm--> | ||
__NOTOC__ | |||
<!-- imported from file: 6106.htm--> | [[Category:Questionnaire_layouts]] |
Latest revision as of 03:34, 21 December 2011
Style sheet setting: question_content
Applied question types: Text, Number, Scale
Type of setting: class
Tag applied to: td
Usage: Updates the answer area of a question when the question type is either text, number or scale.
Primary use: Primarily used to set font size of the insertion box.
Example of usage:
.question_content
{
background-color: #FFFFFF;
padding: 0px;
font-size: 10pt;
}
Image example:
Links for more information
Back to: Style sheet