Difference between revisions of "Style sheet setting: grid question text"
Line 1: | Line 1: | ||
− | + | == Style sheet setting: grid_question_text == | |
− | |||
− | + | '''Applied question types:''' Single grid, Multi grid, Scale grid, Text grid | |
− | ''' | + | '''Type of setting: '''Id |
− | ''' | + | '''Tag applied to:''' td |
− | ''' | + | '''Usage:''' Used to set the main question text of grid type questions. |
− | ''' | + | '''Primary use:''' To influence the question text styles of these question types. |
− | ''' | + | '''Example of usage:''' |
− | + | <nowiki>#grid_question_text</nowiki> | |
− | + | { | |
− | + | background-color: #345879; | |
− | + | 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: 6117.htm--> | |
− | + | [[Category:Questionnaire_layouts]] | |
− | |||
− |
Latest revision as of 05:05, 21 December 2011
Style sheet setting: grid_question_text
Applied question types: Single grid, Multi grid, Scale grid, Text grid
Type of setting: Id
Tag applied to: td
Usage: Used to set the main question text of grid type questions.
Primary use: To influence the question text styles of these question types.
Example of usage:
#grid_question_text
{
background-color: #345879;
border: solid 2px #345879;
border-collapse: collapse;
}
Image example:
Links for more information
Back to: Style sheet