Actions

QS

QS:Time limit warning style

From LimeSurvey Manual

Revision as of 15:55, 14 April 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)


Tijdslimiet CSS stijl waarschuwing (time_limit_warning_style)

Beschrijving

It allows (and overrides the default) css styling used to display the time limit warning message. The default style value for this attribute will be used if it does not exist, which is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: white; z-index: 1001; text-align: center; overflow: auto'.

Als je dit gebruikt dan overschrijf je de standaard CSS van de waarschuwing, dus weet wat je doet. Het wordt aanbevolen om de z-index waarde opnieuw te gebruiken, of dat minstens de z-index waarde lager is dan die gebruikt wordt voor het time_limit_message_style attribuut (die is standaard 1002).

This settings is only applicable if the general time limit setting is activated. This setting also exists for a second warning message.

Voorbeeld

top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: gray; color: white; z-index: 1001; text-align: center; overflow: auto