Actions

QS

Time limit timer style/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "QS:Time limit timer style")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
<onlyinclude>
<onlyinclude>


===Time limit timer CSS style (time_limit_timer_style)===
===制限時間タイマーCSS (time_limit_timer_style)===


'''Description'''
'''説明'''


It allows (and overrides the default) css styling used to display the countdown timer. The default style value for this attribute will be used if it does not exist, which is: 'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-color: #EEE; margin-bottom: 5px; font-size: 8pt;'.
カウントダウンタイマーを表示するCSSを指定(既定のスタイルを上書き)します。指定しない場合は次の既定のスタイルが適用されます。'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-color: #EEE; margin-bottom: 5px; font-size: 8pt;'


Any text entered into this attribute will overwrite the entire default css style, so you should ensure that care is taken when entering a value for this attribute. A simple way to hide this is to copy the default style into this attribute and add 'display: none;' to the end.
この属性に設定されたテキストは既定のCSSを上書きしてしまうので、値の入力には注意が必要です。簡単に非表示にするには、この属性に既定のスタイルをコピーし、最後に'display: none;'を追加します。


This settings is only applicable if the general '''time limit setting''' is activated.
この設定は、'''制限時間'''が設定されているときだけ有効です。


</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Question Timer Options]]
[[Category:Question Settings/ja]][[Category:Question Timer Options]]

Latest revision as of 16:41, 16 August 2018


制限時間タイマーCSS (time_limit_timer_style)

説明

カウントダウンタイマーを表示するCSSを指定(既定のスタイルを上書き)します。指定しない場合は次の既定のスタイルが適用されます。'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-color: #EEE; margin-bottom: 5px; font-size: 8pt;'

この属性に設定されたテキストは既定のCSSを上書きしてしまうので、値の入力には注意が必要です。簡単に非表示にするには、この属性に既定のスタイルをコピーし、最後に'display: none;'を追加します。

この設定は、制限時間が設定されているときだけ有効です。