Time limit message style/da: Difference between revisions
From LimeSurvey Manual
Maren.fritz (talk | contribs) Created page with "===Tidsbegrænset besked CSS-stil (time_limit_message_style)===" |
Maren.fritz (talk | contribs) Created page with "Det tillader (og tilsidesætter standard) css-styling, der bruges til at vise tidsbegrænsningsmeddelelsen. Standard stilværdien for denne attribut vil blive brugt, hvis den..." |
||
Line 6: | Line 6: | ||
'''Beskrivelse''' | '''Beskrivelse''' | ||
Det tillader (og tilsidesætter standard) css-styling, der bruges til at vise tidsbegrænsningsmeddelelsen. Standard stilværdien for denne attribut vil blive brugt, hvis den ikke eksisterer, hvilket er: 'top: 10px; venstre: 35%; bredde: 30%; højde: 60px; polstring: 16px; kant: 8px fast #555; baggrundsfarve: hvid; z-indeks: 1002; tekst-align: center; overløb: 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 is higher than that used for the '''time_limit_warning_message_style attribute''' (which defaults to 1001). | 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 is higher than that used for the '''time_limit_warning_message_style attribute''' (which defaults to 1001). |
Revision as of 11:09, 29 December 2023
Tidsbegrænset besked CSS-stil (time_limit_message_style)
Beskrivelse
Det tillader (og tilsidesætter standard) css-styling, der bruges til at vise tidsbegrænsningsmeddelelsen. Standard stilværdien for denne attribut vil blive brugt, hvis den ikke eksisterer, hvilket er: 'top: 10px; venstre: 35%; bredde: 30%; højde: 60px; polstring: 16px; kant: 8px fast #555; baggrundsfarve: hvid; z-indeks: 1002; tekst-align: center; overløb: 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 is higher than that used for the time_limit_warning_message_style attribute (which defaults to 1001).
Example
Set to: 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