Style sheet setting: grid outer: Difference between revisions
From Catglobe Wiki
More actions
No edit summary  | 
				No edit summary Β   | 
				||
| Line 1: | Line 1: | ||
== ο»ΏStyle sheet setting: grid_outer ==  | |||
'''Applied question types:''' Single grid, Multi grid, Scale grid, Text grid   | |||
'''  | '''Type of setting: '''class   | ||
'''  | '''Tag applied to:''' table   | ||
'''  | '''Usage:''' Used for setting question and answer area of the tables containing grid type questions.   | ||
'''  | '''Primary use:''' Used for setting general styles of grid type questions, like text styles, background-color and border. Β   | ||
'''  | '''Example of usage:''' Β   | ||
.grid_outer   | |||
{   | |||
background-color: white;   | |||
border: solid 2px #345879; Β   | |||
border:   | border-collapse: collapse; Β   | ||
}   | |||
'''Image example: '''   | |||
'''  | '''Links for more information''' Β   | ||
http://www.w3.org/Style/CSS/   | |||
Back to: [[Style sheet]] __NOTOC__ <!-- imported from file: 6108.htm-->   | |||
[[Category:Questionnaire_layouts]]  | |||
Latest revision as of 03:43, 21 December 2011
ο»ΏStyle sheet setting: grid_outer
Applied question types: Single grid, Multi grid, Scale grid, Text grid
Type of setting: class
Tag applied to: table
Usage: Used for setting question and answer area of the tables containing grid type questions.
Primary use: Used for setting general styles of grid type questions, like text styles, background-color and border.
Example of usage:
.grid_outer
{
background-color: white;
border: solid 2px #345879;
border-collapse: collapse;
}
Image example:
Links for more information
Back to: Style sheet