Actions

QS

QS:Time limit message style

From LimeSurvey Manual

Revision as of 12:58, 29 August 2013 by Han (talk | contribs) (Created page with "Als je dit gebruikt dan overschrijf je de standaard CSS van een timer boodschap. Standaard is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px soli...")


Tijdslimiet CSS stijl boodschap (time_limit_timer_style)

Beschrijving

Als je dit gebruikt dan overschrijf je de standaard CSS van een timer boodschap. Standaard is: 'top: 10px; left: 35%; width: 30%; height: 60px; padding: 16px; border: 8px solid #555; background-color: white; z-index: 1002; text-align: center; overflow: auto'

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. It is strongly recommended that you re-use the z-index value, or that, at least, the z-index value be higher than that used for the time_limit_warning_message_style attribute (which defaults to 1001).

Voorbeeld

Wijzigen in:

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