Style sheet setting: question outer: Difference between revisions
From Catglobe Wiki
More actions
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
    | |||
  | |||
== Style sheet setting: question_outer ==  | |||
'''Applied question types:''' Open, Single, Multi, Text, Number, Scale, Multimedia  | '''Applied question types:''' Open, Single, Multi, Text, Number, Scale, Multimedia    | ||
'''Type of setting: '''class  | '''Type of setting: '''class    | ||
'''Tag applied to:''' table  | '''Tag applied to:''' table    | ||
'''Usage:''' Used to set settings on the outer table that holds the question text and question content.  | '''Usage:''' Used to set settings on the outer table that holds the question text and question content.    | ||
'''Primary use:''' To make a border around the question.  | '''Primary use:''' To make a border around the question.    | ||
'''Example of usage:'''  | '''Example of usage:'''    | ||
.question_outer  | .question_outer    | ||
{  | {    | ||
background-color: #345879;  | background-color: #345879;    | ||
border: solid 2px 345879;  | border: solid 2px 345879;    | ||
border-collapse: collapse;  | border-collapse: collapse;    | ||
}  | }    | ||
'''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: 6100.htm-->    | ||
__NOTOC__  | |||
<!-- imported from file: 6100.htm-->  | [[Category:Questionnaire_layouts]]  | ||
Latest revision as of 03:30, 21 December 2011
Style sheet setting: question_outer
Applied question types: Open, Single, Multi, Text, Number, Scale, Multimedia
Type of setting: class
Tag applied to: table
Usage: Used to set settings on the outer table that holds the question text and question content.
Primary use: To make a border around the question.
Example of usage:
.question_outer
{
background-color: #345879;
border: solid 2px 345879;
border-collapse: collapse;
}
Image example:
Links for more information
Back to: Style sheet