2013-01-25 10:22:47 +01:00
|
|
|
.questionset {
|
|
|
|
width: 535px;
|
|
|
|
height: 400px;
|
|
|
|
padding: 50px;
|
|
|
|
background: transparent url(img/Paper-clean.png);
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
-webkit-transition: top 2s, left 2s, -webkit-transform 2s;
|
2013-01-25 14:35:02 +01:00
|
|
|
-moz-transition: top 2s, left 2s, -moz-transform 2s;
|
|
|
|
-o-transition: top 2s, left 2s, -o-transform 2s;
|
|
|
|
transition: top 2s, left 2s, transform 2s;
|
2013-01-25 10:22:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.questionset.hidden {
|
|
|
|
-webkit-transform: rotate(-45deg);
|
2013-01-25 14:35:02 +01:00
|
|
|
-moz-transform: rotate(-45deg);
|
|
|
|
-o-transform: rotate(-45deg);
|
|
|
|
transform: rotate(-45deg);
|
2013-01-25 10:22:47 +01:00
|
|
|
top: 525px;
|
|
|
|
left: 100px;
|
|
|
|
}
|
|
|
|
|
2013-01-22 21:59:14 +01:00
|
|
|
.dots-container {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.progress-dot {
|
|
|
|
display: inline-block;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: 50%;
|
2013-01-26 15:58:06 +01:00
|
|
|
border: 1px solid #494949;
|
2013-01-30 19:55:33 +01:00
|
|
|
margin: 0 3px;
|
2013-01-22 21:59:14 +01:00
|
|
|
}
|
|
|
|
.progress-dot.answered {
|
2013-01-26 15:58:06 +01:00
|
|
|
background: #494949;
|
2013-01-22 21:59:14 +01:00
|
|
|
}
|
|
|
|
.progress-dot.current {
|
2013-01-30 19:55:33 +01:00
|
|
|
box-shadow: 1px 1px 4px #494949;
|
|
|
|
margin: -1px 4px 1px 2px;
|
2013-01-22 21:59:14 +01:00
|
|
|
}
|
|
|
|
.intro-page {
|
2013-01-25 10:22:47 +01:00
|
|
|
/*background-color: rgba(255,255,255,0.9);*/
|
2013-01-25 14:35:02 +01:00
|
|
|
/*padding: 10px;*/
|
2013-01-22 21:59:14 +01:00
|
|
|
position: absolute;
|
|
|
|
z-index: 20;
|
|
|
|
height: 100%;
|
2013-01-25 14:35:02 +01:00
|
|
|
width: 100%;
|
2013-01-22 21:59:14 +01:00
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2013-01-25 10:22:47 +01:00
|
|
|
.intro-page .title {
|
|
|
|
font-size: 200%;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2013-01-25 14:35:02 +01:00
|
|
|
margin: 1em;
|
2013-01-25 10:22:47 +01:00
|
|
|
}
|
|
|
|
.intro-page .introduction {
|
|
|
|
font-size: 125%;
|
|
|
|
margin: 1em 10%;
|
|
|
|
}
|
|
|
|
.intro-page .buttons {
|
2013-01-25 14:35:02 +01:00
|
|
|
position: absolute;
|
2013-01-26 15:50:11 +01:00
|
|
|
top: 200px;
|
|
|
|
left: 182px;
|
2013-01-25 10:22:47 +01:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#qs-startbutton {
|
2013-01-26 15:50:11 +01:00
|
|
|
border: 4px solid #BABABA;
|
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
|
font-size: 50px;
|
|
|
|
padding: 10px 20px;
|
2013-01-26 16:34:23 +01:00
|
|
|
cursor: pointer;
|
2013-01-25 10:22:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.qs-footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 50px;
|
|
|
|
height: 40px;
|
|
|
|
width: 535px;
|
|
|
|
}
|
|
|
|
.qs-progress {
|
|
|
|
line-height: 40px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.qs-footer .button {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
2013-01-30 19:55:33 +01:00
|
|
|
|
2013-01-25 10:22:47 +01:00
|
|
|
.qs-footer .button.next {
|
2013-02-06 20:25:06 +01:00
|
|
|
right: 0px;
|
2013-01-25 10:22:47 +01:00
|
|
|
}
|
|
|
|
.qs-footer .button.finish {
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
.qs-footer .button.prev {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2013-01-22 21:59:14 +01:00
|
|
|
.questionset-results {
|
2013-02-06 20:25:06 +01:00
|
|
|
background: rgba(255, 255, 255, 0.75) url(img/Paper-clean.png);
|
|
|
|
|
2013-01-22 21:59:14 +01:00
|
|
|
padding: 10px;
|
2013-01-25 10:22:47 +01:00
|
|
|
height: 480px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-02-06 20:25:06 +01:00
|
|
|
.questionset-results .greeting {
|
|
|
|
margin-top: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results .score {
|
|
|
|
font-size: 25px;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
2013-01-25 10:22:47 +01:00
|
|
|
.questionset-results .resulttext {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 25px;
|
|
|
|
margin: 40px 100px;
|
|
|
|
padding-left: 60px;
|
|
|
|
min-height: 60px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results .resulttext.fail {
|
|
|
|
background-image: url(img/mark-fail.png);
|
|
|
|
}
|
2013-02-06 20:25:06 +01:00
|
|
|
.questionset-results .resulttext.fail .em {
|
|
|
|
font-style: normal;
|
|
|
|
color: #b9272d;
|
|
|
|
}
|
2013-01-25 10:22:47 +01:00
|
|
|
|
|
|
|
.questionset-results .resulttext.success {
|
|
|
|
background-image: url(img/mark-pass.png);
|
2013-01-22 21:59:14 +01:00
|
|
|
}
|
2013-02-06 20:25:06 +01:00
|
|
|
.questionset-results .resulttext.success .em {
|
|
|
|
font-style: normal;
|
|
|
|
color: #6aa81b;
|
|
|
|
}
|
2013-01-25 10:22:47 +01:00
|
|
|
.questionset-results .buttons {
|
2013-02-06 20:25:06 +01:00
|
|
|
position: absolute;
|
|
|
|
bottom: 40px;
|
|
|
|
right: 25px;
|
2013-01-26 16:34:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
cursor: pointer;
|
2013-01-25 10:22:47 +01:00
|
|
|
}
|