Files
MI-38/s1000d/Converter/Scorm/app/assessment.css
2022-07-04 13:15:35 +03:00

241 lines
4.9 KiB
CSS

.seqAnswerList
{
list-style-type: lower-alpha;
}
#feedbackCorrect
{
text-align: center;
display: none;
color: green;
}
#feedbackIncorrect
{
text-align: center;
display: none;
color: red;
}
#noAnswerChosen
{
display: block;
}
.answerList
{
margin-left:25px;
}
.header
{
height: auto;
/*margin-top: 50px;*/
}
.knowledgeCheckHeader
{
font-size: 18 pt;
font-weight: bold;
color: #374F3F;
/* position: absolute; */
position: relative;
/* top: 3.5em; */
z-index: 10;
padding-left: 0.5em;
/* bottom: 0.7em;
margin-top: 1em; */
text-align: center;
}
.fancySmallLine
{
position: relative;
float: left;
height: 0.1em;
width: 100%;
/* z-index: -1; */
bottom: 2.45em;
border: 0; /* none; */
}
.fancyLine
{
position: relative;
float: left;
height: 0.8em;
width: 100%;
/* z-index: -1; */
bottom: 2.4em;
border: 0; /* none; */
}
.content /* use with image*/
{
/*display: inline;*/
width:auto; /* how wide the picture is...may not be the best way to keep everything lined up horizontally */
}
.checkButton
{
/*background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
font-family: Arial;
color: #ffffff;
font-size: 14px;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin-left: auto;
margin-right: auto;
display: block;*/
border: none;
padding: 0 50px;
height: 50px;
color: #fff;
background: rgb(124,37,41);
font-size: 20px;
font-family: RobotoRegular, Arial, sans-serif;
margin: 10px;
border-radius: 5px;
display: block;
}
.checkButton:hover {
background: rgb(157,34,53);
/*background-image: -webkit-linear-gradient(top, #3cb0fd, #3934d9);
background-image: -moz-linear-gradient(top, #3cb0fd, #3934d9);
background-image: -ms-linear-gradient(top, #3cb0fd, #3934d9);
background-image: -o-linear-gradient(top, #3cb0fd, #3934d9);
background-image: linear-gradient(to bottom, #3cb0fd, #3934d9);*/
text-decoration: none;
}
.checkButtonImage
{
margin: auto;
display: block;
}
.line
{
height: 2px;
/* Old browsers (this seems to hurt the rendering on IE8)*/
/* background: #B6BFCB;*/
/* FF3.6+ */
background: -moz-linear-gradient(top, #FFFFFF, #DEE2E7, #FFFFFF);
/* Chrome,Safari4+ */
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DEE2E7));
/* Chrome10+,Safari5.1+ */
background: -webkit-linear-gradient(top, #FFFFFF, #DEE2E7, #FFFFFF);
/* Opera11.10+ */
background: -o-linear-gradient(top, #FFFFFF, #DEE2E7, #FFFFFF);
/* IE10+ */
background: -ms-linear-gradient(top, #FFFFFF, #DEE2E7, #FFFFFF);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorStr='#FFFFFF', endColorStr='#DEE2E7', gradientType='1');/*middleColorStr='#DEE2E7', endColorStr='#FFFFFF'); doesn't seem to work*/
/* W3C */
background: linear-gradient(top, #FFFFFF, #DEE2E7, #FFFFFF);
}
.sortable
{
list-style-type: none;
margin: 0;
padding: 0;
}
.sortable li
{
margin: 0 3px 3px 3px;
padding: 0.4em;
padding-left: 1.5em;
height: 60px;
}
.sortable li span
{
position: absolute;
margin-left: -1.3em;
}
.questionNumber
{
display: none;
}
#questionNumber1 /* This needs set to block so original question will show up */
{
display: block;
}
#grade
{
display: none;
position:relative;
width:40%;
padding:2em;
margin:auto;
margin-top: 10%;
text-align: center;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#grade:before,
#grade:after {
content:"";
position:absolute;
z-index:-2;
}
#grade p {
font-size:16px;
font-weight:bold;
}
}
#hotspotContent
{
position: relative;
}
.hotspotImage
{
z-index: 0;
}
.hotspotDiv
{
position: absolute;
z-index: 1;
border: 1px solid #6CB7E8;
background-color: #C7C7C7;
display: none;
filter:alpha(opacity=70);
}
.hotspotCheckButton
{
margin-top: 10px;
margin-bottom: 20px;
}
.questionCount
{
font-size: 10pt;
float: right;
}
body {
/*margin-top: 200px;
margin-right: 40px;
margin-left: 70px;
margin-bottom: 10px; */
}
.questionText
{
margin: 20px 20px;
font-size: 14pt;
}
.questionType
{
margin: 20px 20px;
text-align: center;
font-size: 14pt;
}