x

Hovedkapitler

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Hurtig startguide
  3. LimeSurvey CE - Installation
  4. Sådan designes en god undersøgelse (guide)
  5. Kom godt i gang
  6. LimeSurvey konfiguration
  7. Introduktion - Undersøgelser
  8. Se undersøgelsesindstillinger
  9. Se undersøgelsesmenuen
  10. Se undersøgelsens struktur
  11. Introduktion - Spørgsmål
  12. Introduktion - Spørgegrupper
  13. Introduktion - Undersøgelser - Ledelse
  14. Indstillinger for undersøgelsesværktøjslinje
  15. Flersproget undersøgelse
  16. Hurtig startguide - ExpressionScript
  17. Avancerede egenskaber
  18. Generelle FAQ
  19. Fejlfinding
  20. Løsninger
  21. Licens
  22. Versionsændringslog
  23. Plugins - Avanceret
 Actions

QS

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'''


It allows (and overrides the default) css styling used to display the time limit 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: 1002; text-align: center; overflow: auto'.
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