Difference between revisions of "Style sheet setting: grid outer"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:Questionnaire layouts]]
+
== Style sheet setting: grid_outer ==

 
  
=====Style sheet setting: grid_outer=====
+
'''Applied question types:''' Single grid, Multi grid, Scale grid, Text grid
  
'''Applied question types:''' Single grid, Multi grid, Scale grid, Text grid
+
'''Type of setting: '''class
  
'''Type of setting: '''class
+
'''Tag applied to:''' table
  
'''Tag applied to:''' table
+
'''Usage:''' Used for setting question and answer area of the tables containing grid type questions.
  
'''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.  
  
'''Primary use:''' Used for setting general styles of grid type questions, like text styles, background-color and border.
+
'''Example of usage:'''  
  
'''Example of usage:'''
+
.grid_outer
  
.grid_outer
+
{
  
{
+
background-color: white;
  
background-color: white;
+
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]] __NOTOC__ <!-- imported from file: 6108.htm-->
  
Back to: [[ Style sheet ]]
+
[[Category:Questionnaire_layouts]]
__NOTOC__
 
<!-- imported from file: 6108.htm-->
 

Latest revision as of 05: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

http://www.w3.org/Style/CSS/

Back to: Style sheet