Actions

QS

Time limit timer style/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "Je kunt hier je eigen CSS opgeven voor de klok. Standaard is: 'width: 150px; margin-left: auto; margin-right: auto; border: 1px solid #111; text-align: center; background-colo...")
(Created page with "Als je dit gebruikt dan overschrijf je de standaard CSS van een timer, dus weet wat je doet.Je kunt de standaard kopiëren in dit veld en toevoegen 'display: none;'")
Line 8: Line 8:
Je kunt hier je eigen CSS opgeven voor de klok. Standaard 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;'
Je kunt hier je eigen CSS opgeven voor de klok. Standaard 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;'


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.
Als je dit gebruikt dan overschrijf je de standaard CSS van een timer, dus weet wat je doet.Je kunt de standaard kopiëren in dit veld en toevoegen 'display: none;'


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

Revision as of 11:58, 29 August 2013


Tijdslimiet CSS stijl klok (time_limit_timer_style)

Beschrijving

Je kunt hier je eigen CSS opgeven voor de klok. Standaard 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;'

Als je dit gebruikt dan overschrijf je de standaard CSS van een timer, dus weet wat je doet.Je kunt de standaard kopiëren in dit veld en toevoegen 'display: none;'

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

Example