Actions

QS

Time limit timer style/de: Difference between revisions

From LimeSurvey Manual

(Created page with "'''Beschreibung'''")
(Created page with "Es ermöglicht (und überschreibt den Standard-)CSS-Stil, der zum Anzeigen des Countdown-Timers verwendet wird. Der Standardstilwert für dieses Attribut wird verwendet, wenn...")
Line 6: Line 6:
'''Beschreibung'''
'''Beschreibung'''


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;'.
Es ermöglicht (und überschreibt den Standard-)CSS-Stil, der zum Anzeigen des Countdown-Timers verwendet wird. Der Standardstilwert für dieses Attribut wird verwendet, wenn er nicht vorhanden ist: 'width: 150px; margin-left: auto; Rand rechts: auto; Rand: 1px durchgezogen #111; Textausrichtung: Mitte; Hintergrundfarbe: #EEE; Rand unten: 5px; Schriftgröße: 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.
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.

Revision as of 08:55, 9 August 2023


Zeitlimit-Timer im CSS-Stil (time_limit_timer_style)

Beschreibung

Es ermöglicht (und überschreibt den Standard-)CSS-Stil, der zum Anzeigen des Countdown-Timers verwendet wird. Der Standardstilwert für dieses Attribut wird verwendet, wenn er nicht vorhanden ist: 'width: 150px; margin-left: auto; Rand rechts: auto; Rand: 1px durchgezogen #111; Textausrichtung: Mitte; Hintergrundfarbe: #EEE; Rand unten: 5px; Schriftgröße: 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.

This settings is only applicable if the general time limit setting is activated.