2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/templates/citronade/template-rtl.css

157 lines
4.6 KiB
CSS

/* This file is part of Lime Survey Template :a free template
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This template is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
body{direction:rtl;}
ul,ol{margin:.75em 32px .75em 0;}
blockquote{border-left:none 0 #ddd;border-right:solid 2px #ddd;margin:.75em 20px .75em 0;padding:0 10px 0 0}
dd{margin:.25em 32px .25em 0}
#progress-wrapper #progress-pre{float:right;text-align:left;margin:0 0 0 5px}
#progress-wrapper .ui-widget-content{float:left;text-align:right;}
#progress-wrapper #progress-post{float:right;text-align:right;margin:0 5px 0 0}
.slider_showmin{float:right;text-align:right;}
.slider_showmax{float:left;text-align:left;}
.slider_lefttext{padding-right:0;padding-left:1em;text-align:left;}
.slider_righttext{padding-left:0;padding-right:1em;}
.slider_callout{margin-left:0;margin-right:.8em;text-align:left;}
.ie .ui-slider{float:right;}
.ie .slider_lefttext {float: right;}
.ie .slider_righttext {float: right;}
.ie6 .wrapper,.ie6 #content,.ie7 .wrapper,.ie7 #content{text-align:right;}
#footer ul#credits li.first{text-align:right;}
#footer ul#credits li.last{text-align:left;}
.ie6 #footer ul#credits li,.ie7 #footer ul#credits li{width:33%;display:block;float:right;}
h2#surveytitle{text-align:right;}
ul.tools{text-align: right;}
#surveylist{text-align: right;}
.question-help img{margin:1px 1px 5px 5px;}
.answer-wrapper .tip{text-align:right;}
/* answer table */
table.question tbody{border-width:0 0 0 1px;}
table.question thead th{border-width:1px 0 0 1px;}
table.question thead td,table.question thead th:first-child{border-width:0px 0px 0px 1px;}
table.question tbody td{border-width:1px 0px 0px 1px;border-style:solid;}
table.question tbody th.answertext,table.question tbody th.arraycaptionleft{text-align:left;}
.answers-wrapper li {
text-align: right;
}
.choice-5-pt-radio .answers-wrapper ul li
,.yes-no .answers-wrapper ul li
,.gender .answers-wrapper ul li
{
padding: 0 0 0 1em;
text-align:right;
}
.choice-5-pt-radio .answers-wrapper li
,.list-radio-flexible .answers-wrapper li
,.list-radio .answers-wrapper li
,.list-with-comment .answers-wrapper li
{
margin-right:3em;margin-left: 0;
}
.choice-5-pt-radio .answers-wrapper ul li
,.yes-no .answers-wrapper ul li
,.gender .answers-wrapper ul li
{
padding: 0 0 0 2em;
text-align:right;
}
.list-with-comment div.list
{
float: right;
}
.list-with-comment p.select
{
float: right;
}
.list-with-comment div.list p
{
text-align: right;
}
.list-with-comment p.comment
{
text-align: right;
float: right;
}
.numeric-multi ul {}
.numeric-multi ul.computed
{
float:right;
padding-left: 2em;padding-right: 0;
}
.numeric-multi ul li label
,.multiple-short-txt ul li label
{
text-align:left;
}
.numeric-multi ul li span.input
,.multiple-opt-comments ul li span.comment
,.multiple-short-txt ul li span
{
text-align: right;
}
.ie6 .numeric-multi ul li label,.ie7 .numeric-multi ul li label
,.ie6 .multiple-opt-comments ul li span.option,.ie7 .multiple-opt-comments ul li span.option
,.ie6 .multiple-short-txt ul li label,.ie7 .multiple-short-txt ul li label
{
clear:right;
float:right;
padding: 0.3em 0 0 1em;
}
.multiple-opt .answers-wrapper ul li
, .list-radio .answers-wrapper ul li
, .list-radio-flexible .answers-wrapper ul li
{
padding-right:35%;padding-left:0;
}
.multiple-opt .answers-wrapper ul li input.checkbox
, .list-radio .answers-wrapper ul li input.radio
, .list-radio-flexible .answers-wrapper ul li input.radio
, .list-with-comment .answers-wrapper ul li input.radio
{
margin-left:0;margin-right:-30px;
}
@media screen and (max-width: 640px) {
.multiple-opt .answers-wrapper ul li
, .list-radio .answers-wrapper ul li
, .list-with-comment .answers-wrapper ul li
, .list-radio-flexible .answers-wrapper ul li
{
padding-right:30px;padding-left:0;
}
}
.text-short input
,.text-short textarea
,.text-long textarea
,.text-huge textarea
{
margin-right: 1em;margin-left: 0;
text-align:right;
}
ul.cols-2 li , ul.cols-2-ul
, ul.cols-3 li , ul.cols-3-ul
, ul.cols-4 li , ul.cols-4-ul
, ul.cols-5 li , ul.cols-5-ul
, ul.cols-6 li , ul.cols-6-ul
, ul.cols-7 li , ul.cols-7-ul
, ul.cols-8 li , ul.cols-8-ul
{
float: right;
}