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.

Style sheet setting: grid subquestion text: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
Β 
Line 1: Line 1:
[[Category:Questionnaire layouts]]
== ο»ΏStyle sheet setting: grid_subquestion_text ==
ο»Ώ


=====Style sheet setting: grid_subquestion_text=====
'''Applied question types:''' Single grid, Multi grid, Scale grid


'''Applied question types:''' Single grid, Multi grid, Scale grid
'''Type of setting: '''class


'''Type of setting: '''class
'''Tag applied to:''' td


'''Tag applied to:''' td
'''Usage:''' Used to set styles for the sub-question cells of single and multi grid questions. Setting will only apply if set later than the classes "grid_subquestion_odd" and "grid_subquestion_even".


'''Usage:''' Used to set styles for the sub-question cells of single and multi grid questions. Setting will only apply if set later than the classes "grid_subquestion_odd" and "grid_subquestion_even".
'''Primary use:''' To set padding so that the sub question texts are placed nicely in the grid. Β 


'''Primary use:''' To set padding so that the sub question texts are placed nicely in the grid.
'''Example of usage:''' Β 


'''Example of usage:'''
.grid_subquestion_text


.grid_subquestion_text
{


{
padding: 5 px;


padding: 5 px;
background-color: #DFEAF1; Β 


background-color: #DFEAF1;
border-top: solid 1 px #345879; Β 


border-top: solid 1 px #345879;
border-left: none; Β 


border-left: none;
}


}
'''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: 6112.htm-->


Back to: [[ Style sheet ]]
[[Category:Questionnaire_layouts]]
__NOTOC__
<!-- imported from file: 6112.htm-->

Latest revision as of 04:00, 21 December 2011

ο»ΏStyle sheet setting: grid_subquestion_text

Applied question types: Single grid, Multi grid, Scale grid

Type of setting: class

Tag applied to: td

Usage: Used to set styles for the sub-question cells of single and multi grid questions. Setting will only apply if set later than the classes "grid_subquestion_odd" and "grid_subquestion_even".

Primary use: To set padding so that the sub question texts are placed nicely in the grid.

Example of usage:

.grid_subquestion_text

{

padding: 5 px;

background-color: #DFEAF1;

border-top: solid 1 px #345879;

border-left: none;

}

Image example:

Links for more information

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

Back to: Style sheet