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: page question text: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
== Style sheet setting: page_question_text ==



=====Style sheet setting: page_question_text=====
'''Applied question types:''' Page


'''Applied question types:''' Page
'''Type of setting: '''Id


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


'''Tag applied to:''' td
'''Usage:''' Used to set the main question text of page questions.


'''Usage:''' Used to set the main question text of page questions.
'''Primary use:''' To influence the question text styles of this question type.  


'''Primary use:''' To influence the question text styles of this question type.
'''Example of usage:'''  


'''Example of usage:'''
<nowiki>#page_question_text</nowiki>


<nowiki>#page_question_text</nowiki>
{


{
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]] __NOTOC__ <!-- imported from file: 6115.htm-->


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

Latest revision as of 04:03, 21 December 2011

Style sheet setting: page_question_text

Applied question types: Page

Type of setting: Id

Tag applied to: td

Usage: Used to set the main question text of page questions.

Primary use: To influence the question text styles of this question type.

Example of usage:

#page_question_text

{

background-color: #345879;

border: solid 2px #345879;

border-collapse: collapse;

}

Image example:

Links for more information

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

Back to: Style sheet