mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
300 lines
4.1 KiB
CSS
300 lines
4.1 KiB
CSS
.answertextright {
|
|
text-align:left;
|
|
}
|
|
|
|
.array1 {
|
|
background-color:#abc;
|
|
text-align:center;
|
|
}
|
|
|
|
.array2 {
|
|
background-color:#EFEFEF;
|
|
text-align:center;
|
|
}
|
|
|
|
.asterisk {
|
|
color:red;
|
|
font-size:9pt;
|
|
font-family:verdana;
|
|
}
|
|
|
|
.clearall {
|
|
font-family:arial;
|
|
margin:0 0 10px;
|
|
}
|
|
|
|
.clearall A:link {
|
|
color:#222;
|
|
}
|
|
|
|
.clearall A:visited {
|
|
text-decoration:none;
|
|
color:#666;
|
|
}
|
|
|
|
.clearall A:active {
|
|
text-decoration:none;
|
|
color:#EEE;
|
|
}
|
|
|
|
.clearall A:hover {
|
|
text-decoration:none;
|
|
color:#222;
|
|
}
|
|
|
|
.graph {
|
|
border:solid;
|
|
background-color:#fff;
|
|
border-color:#777;
|
|
border-width:2px;
|
|
}
|
|
|
|
.innergraph {
|
|
background-color:EFEFEF;
|
|
color:#777;
|
|
font-family:arial;
|
|
font-size:8pt;
|
|
}
|
|
|
|
.submit {
|
|
background-color:#ace;
|
|
font-size:9pt;
|
|
font-family:arial;
|
|
border:3px double#ddd;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.rank,.rank td {
|
|
font-size:10px;
|
|
background-color:#f5f9f9;
|
|
}
|
|
|
|
.select {
|
|
background-color:#EFEFEF;
|
|
color:#555;
|
|
font-family:arial;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.textarea {
|
|
color:#666;
|
|
font-size:12px;
|
|
font-family:arial;
|
|
width:99%;
|
|
}
|
|
|
|
.warningjs {
|
|
font-size:12px;
|
|
font-weight:700;
|
|
color:RED;
|
|
}
|
|
|
|
.innergraph img {
|
|
height:12px;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.innergraph table {
|
|
height:12px;
|
|
border:1px solid #000;
|
|
table-layout:fixed !important;
|
|
}
|
|
|
|
.innergraph td {
|
|
height:12px;
|
|
}
|
|
|
|
.survey-assessment,survey-completed {
|
|
text-align:center;
|
|
width:75%;
|
|
border:1px solid #111;
|
|
}
|
|
|
|
.survey-cleared {
|
|
text-align:center;
|
|
margin:0 auto;
|
|
}
|
|
|
|
.survey-groupdescription {
|
|
background:#eee;
|
|
font-weight:400;
|
|
border-bottom:1px solid #ddd;
|
|
color:#000;
|
|
margin:0 0 10px;
|
|
padding:0 0 2px 3px;
|
|
}
|
|
|
|
.survey-groupname {
|
|
background:#eee;
|
|
font-weight:700;
|
|
color:#009;
|
|
font-size:16px;
|
|
border-top:1px solid #ddd;
|
|
margin:10px 0 0;
|
|
padding:2px 0 0 3px;
|
|
}
|
|
|
|
.survey-main {
|
|
font-size:13px;
|
|
background:#F9F9F9;
|
|
border:4px double #999;
|
|
padding:5px;
|
|
}
|
|
|
|
.survey-navigator {
|
|
margin:0 0 10px;
|
|
}
|
|
|
|
.survey-survey-description {
|
|
margin:5px 0 10px;
|
|
}
|
|
|
|
.survey-survey-percent {
|
|
width:160px;
|
|
text-align:center;
|
|
margin:0 auto;
|
|
}
|
|
|
|
.question {
|
|
background-color:#f5f9f9;
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
font-size:14px;
|
|
font-weight:700;
|
|
color:#262C4C;
|
|
}
|
|
|
|
.question td {
|
|
font-size:10px;
|
|
}
|
|
|
|
.questionhelp {
|
|
font-size:10px;
|
|
font-style:italic;
|
|
}
|
|
|
|
.text {
|
|
color:#777;
|
|
font-size:12px;
|
|
font-family:arial;
|
|
}
|
|
|
|
.answertext {
|
|
font-family:arial;
|
|
color:#000;
|
|
font-size:12px;
|
|
font-weight:400;
|
|
}
|
|
|
|
.survey-question {
|
|
border:1px solid #ddd;
|
|
background-color:#f5f9f9;
|
|
margin:0 0 0 5px;
|
|
padding:0 0 0 3px;
|
|
}
|
|
|
|
.survey-question-answer {
|
|
display:inline;
|
|
font-weight:400;
|
|
}
|
|
|
|
.survey-question-help {
|
|
line-height:24px;
|
|
margin:2px 0 0 2px;
|
|
}
|
|
|
|
.survey-question-help img {
|
|
padding:0 10px 0 0;
|
|
}
|
|
|
|
.survey-question-space {
|
|
height:5px;
|
|
}
|
|
|
|
.survey-question-text {
|
|
display:inline;
|
|
font-weight:700;
|
|
}
|
|
|
|
.survey-welcome {
|
|
border-top:1px solid #ddd;
|
|
border-bottom:1px solid #ddd;
|
|
background-color:#f5f9f9;
|
|
padding:5px;
|
|
}
|
|
|
|
.numquestions {
|
|
font-size:11px;
|
|
color:green;
|
|
}
|
|
|
|
table,tr,td,th {
|
|
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
font-size:13px;
|
|
align:center;
|
|
}
|
|
|
|
.grayboxheader {
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
font-weight:700;
|
|
color:#000;
|
|
text-align:center;
|
|
}
|
|
|
|
.grayboxfont {
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
font-size:12px;
|
|
font-weight:400;
|
|
color:#424142;
|
|
}
|
|
|
|
.percentage {
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
font-size:10px;
|
|
font-weight:400;
|
|
color:#000;
|
|
}
|
|
|
|
.error {
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
font-size:13px;
|
|
font-weight:700;
|
|
text-align:center;
|
|
color:#CB0404;
|
|
}
|
|
|
|
.printouttable td {
|
|
border-color:#fff #fff #ddf;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
}
|
|
|
|
.printouttable td:first-child {
|
|
background-color:#ddf;
|
|
font-weight:700;
|
|
text-align:right;
|
|
padding-right:5px;
|
|
padding-left:5px;
|
|
}
|
|
|
|
.printouttitle {
|
|
padding-right:5px;
|
|
padding-left:5px;
|
|
font-size:18px;
|
|
}
|
|
|
|
.surveytitle {
|
|
font-size:1.2em;
|
|
height:1.5em;
|
|
}
|
|
|
|
.languagechanger {
|
|
font-size:1em;
|
|
}
|
|
|
|
table,.printouttable {
|
|
width:100%;
|
|
}
|
|
|
|
table.question tr.array1:hover,table.question tr.array2:hover {
|
|
background-color:#A7A9D1;
|
|
} |