- Posts: 1128
- Thank you received: 329
Ask the community, share ideas, and connect with other LimeSurvey users!
Some demo lss files (including for clickable images) still available at surveydesigners.com websiteHolch wrote: Actually we would need to save the internet offline
A good example....this source of information, which had some pretty interesting stuff regarding Limesurvey
My opinion: keep on...I try to save as much as I can, even if it actually doesn't make much sense.
<style type="text/css">/* Add box around answer option */ input[type=radio] + label+div::before { font-family: FontAwesome; content: "\f06a";} input[type=radio]:checked +label+div::before { font-family: FontAwesome; content: "\f07a";} input[type=radio] + label+div { color: #ccc; font-style: italic; padding: 10px; border: 1px solid #f1f1f1; margin-left: -20px !important; } input[type=radio]:checked + label+div { color: #f00; font-style: normal; padding: 10px; border: 1px solid green; margin-left: -20px !important; } .radio label::before { visibility: hidden !important; } .radio label::after { visibility: hidden !important; } </style>
<style type="text/css">/* Add box around answer option */ input[type=checkbox] + label+div::before { font-family: FontAwesome; content: "\f06a";} input[type=checkbox]:checked +label+div::before { font-family: FontAwesome; content: "\f07a";} input[type=checkbox] + label+div { color: #ccc; font-style: italic; padding: 10px; border: 1px solid #f1f1f1; margin-left: -20px !important; } input[type=checkbox]:checked + label+div { color: #f00; font-style: normal; padding: 10px; border: 1px solid green; margin-left: -20px !important; } .checkbox label::before { visibility: hidden !important; } .checkbox label::after { visibility: hidden !important; } </style>