2013-10-31 13:39:51 +01:00
|
|
|
/* IcoMoon font licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html */
|
|
|
|
@font-face {
|
2013-11-07 13:39:27 +01:00
|
|
|
font-family: 'icomoon-questionset';
|
2013-10-31 13:39:51 +01:00
|
|
|
src:url('../fonts/icomoon.eot');
|
|
|
|
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/icomoon.woff') format('woff'),
|
|
|
|
url('../fonts/icomoon.ttf') format('truetype'),
|
|
|
|
url('../fonts/icomoon.svg#icomoon') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results h2 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 0.5em;
|
2013-11-08 11:42:08 +01:00
|
|
|
}
|
2013-10-31 13:39:51 +01:00
|
|
|
|
2013-05-03 15:24:17 +02:00
|
|
|
.questionset, .intro-page, .questionset-results {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2013-05-03 10:05:49 +02:00
|
|
|
.questionset.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-05-13 14:08:01 +02:00
|
|
|
.questionset, .intro-page, .questionset-results {
|
|
|
|
position: relative;
|
2013-05-15 14:16:21 +02:00
|
|
|
}
|
|
|
|
.h5p-multichoice > .h5p-question {
|
2013-10-31 13:39:51 +01:00
|
|
|
text-align: left;
|
2013-11-28 13:23:09 +01:00
|
|
|
margin: 0.5em 0.5em 0.7em;
|
2013-05-15 14:16:21 +02:00
|
|
|
background: rgba(255, 255, 255, 0.9);
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6FFFFFF,endColorstr=#e6FFFFFF);
|
2013-05-13 14:08:01 +02:00
|
|
|
zoom: 1;
|
|
|
|
}
|
2013-04-04 15:44:06 +02:00
|
|
|
.dots-container {
|
|
|
|
text-align: center;
|
2013-05-06 14:54:24 +02:00
|
|
|
line-height: 2em;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
|
|
|
.progress-dot {
|
|
|
|
display: inline-block;
|
2013-10-31 13:39:51 +01:00
|
|
|
width: 0.6em;
|
|
|
|
height: 0.6em;
|
2013-04-04 15:44:06 +02:00
|
|
|
border-radius: 50%;
|
2013-05-06 14:54:24 +02:00
|
|
|
margin: 0 0.25em;
|
2013-04-04 15:44:06 +02:00
|
|
|
cursor: pointer;
|
2013-05-06 14:54:24 +02:00
|
|
|
background: #fff;
|
2013-10-31 13:39:51 +01:00
|
|
|
background: #cecece;
|
2013-05-06 14:54:24 +02:00
|
|
|
}
|
|
|
|
.progress-dot:hover {
|
|
|
|
box-shadow: 0 0 0.5em #c7c7c7;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
|
|
|
.progress-dot.answered {
|
2014-10-21 15:20:31 +02:00
|
|
|
background: #73a2d5;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
|
|
|
.progress-dot.current {
|
2014-10-21 15:20:31 +02:00
|
|
|
background: #285585;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
2016-04-08 14:41:17 +02:00
|
|
|
.progress-dot:focus {
|
|
|
|
outline-color: rgb(40, 130, 211);
|
|
|
|
outline-width: thin;
|
|
|
|
outline-style: solid;
|
|
|
|
}
|
2013-11-28 13:23:09 +01:00
|
|
|
|
2013-04-04 15:44:06 +02:00
|
|
|
.intro-page .title {
|
2013-04-26 17:27:35 +02:00
|
|
|
font-size: 2em;
|
2013-05-03 10:05:49 +02:00
|
|
|
line-height: 2em;
|
2013-04-04 15:44:06 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-08-12 14:46:49 +02:00
|
|
|
.intro-page .title > span {
|
2014-04-03 15:07:50 +02:00
|
|
|
padding: 0.125em 0.5em;
|
|
|
|
border-radius: 0.125em;
|
2014-04-03 10:19:47 +02:00
|
|
|
background: rgb(255,255,255); /* Fallback for browsers not supporting rgba */
|
|
|
|
background: rgba(255,255,255,0.8); /* Gives WCAG contrast ratio of 5.6:1 with the current font color */
|
|
|
|
}
|
2013-04-04 15:44:06 +02:00
|
|
|
.intro-page .introduction {
|
2013-04-26 17:27:35 +02:00
|
|
|
font-size: 1.25em;
|
|
|
|
margin: 0 1em;
|
2014-04-03 15:07:50 +02:00
|
|
|
border-radius: 0.25em;
|
2014-04-03 10:19:47 +02:00
|
|
|
background: rgb(255,255,255); /* Fallback for browsers not supporting rgba */
|
|
|
|
background: rgba(255,255,255,0.8); /* Gives WCAG contrast ratio of 5.6:1 with the current font color */
|
2014-04-03 15:07:50 +02:00
|
|
|
padding: 0.25em 0.5em;
|
2014-04-03 10:19:47 +02:00
|
|
|
}
|
|
|
|
/* Overrides whatever margins have been set in site-CSS, to avoid too much spacing
|
|
|
|
on description field, aswell as getting same padding on top and bottom of field */
|
|
|
|
.intro-page .introduction > p {
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
}
|
|
|
|
.intro-page .introduction > p:last-child {
|
|
|
|
margin: 0;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
|
|
|
.intro-page .buttons {
|
2013-04-26 17:27:35 +02:00
|
|
|
margin: 3em auto;
|
|
|
|
text-align: center;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
2013-05-03 10:05:49 +02:00
|
|
|
.qs-footer {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2015-08-12 14:46:49 +02:00
|
|
|
|
2013-10-31 13:39:51 +01:00
|
|
|
.qs-footer > .prev {
|
2013-05-03 10:05:49 +02:00
|
|
|
float: left;
|
|
|
|
}
|
2013-10-31 13:39:51 +01:00
|
|
|
|
|
|
|
.qs-footer > .qs-solutionbutton {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2014-11-27 11:01:47 +01:00
|
|
|
.qs-footer > .qs-retrybutton {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2016-04-08 16:02:54 +02:00
|
|
|
.questionset-results button.h5p-button.qs-retrybutton:before {
|
2014-11-27 11:01:47 +01:00
|
|
|
font-family: 'H5PFontAwesome4';
|
|
|
|
padding-right: 0.5em;
|
2015-08-13 10:35:55 +02:00
|
|
|
content: "\f01e";
|
2014-11-27 11:01:47 +01:00
|
|
|
}
|
|
|
|
|
2013-05-03 10:05:49 +02:00
|
|
|
.qs-footer > .next, .qs-footer > .finish, .qs-finishbutton {
|
|
|
|
float: right;
|
|
|
|
}
|
2013-10-31 13:39:51 +01:00
|
|
|
|
2015-11-09 13:11:36 +01:00
|
|
|
/* Need to disable max-height animation stuff, since this will
|
|
|
|
make resizing of iframe in Safari not work! */
|
|
|
|
.questionset .h5p-question-buttons.h5p-question-visible {
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
2016-06-27 11:43:00 +02:00
|
|
|
.qs-progress-announcer {
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2015-08-12 14:46:49 +02:00
|
|
|
.h5p-question .h5p-question-prev,
|
|
|
|
.h5p-question .h5p-question-finish,
|
|
|
|
.h5p-question .h5p-question-next {
|
|
|
|
float: right;
|
2013-10-31 13:39:51 +01:00
|
|
|
}
|
|
|
|
|
2015-08-12 14:46:49 +02:00
|
|
|
.h5p-question .h5p-question-prev,
|
|
|
|
.h5p-question .h5p-question-next {
|
2016-04-08 12:40:28 +02:00
|
|
|
padding: 0.5em 0;
|
2015-08-12 14:46:49 +02:00
|
|
|
width: 2.1875em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-question .h5p-question-next,
|
|
|
|
.h5p-question .h5p-question-finish {
|
|
|
|
margin: 0 0 1.5em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-question .h5p-question-prev {
|
|
|
|
margin: 0 0.5em 1.5em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-question .h5p-question-next:before {
|
|
|
|
content: "\f054";
|
|
|
|
padding-right: 0;
|
|
|
|
position: relative;
|
|
|
|
left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-question .h5p-question-prev:before {
|
2014-10-21 15:10:49 +02:00
|
|
|
content: "\f053";
|
2015-08-12 14:46:49 +02:00
|
|
|
padding-right: 0;
|
|
|
|
position: relative;
|
|
|
|
left: -2px;
|
2013-10-31 13:39:51 +01:00
|
|
|
}
|
|
|
|
|
2013-05-03 10:05:49 +02:00
|
|
|
.questionset-results .qs-finishbutton {
|
|
|
|
display: none;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
2013-10-31 13:39:51 +01:00
|
|
|
|
2015-08-12 14:46:49 +02:00
|
|
|
.h5p-question .h5p-question-finish:before {
|
|
|
|
content: "\f00c";
|
2013-10-31 13:39:51 +01:00
|
|
|
}
|
|
|
|
|
2016-04-08 16:02:54 +02:00
|
|
|
.questionset-results button.h5p-button.qs-solutionbutton:before {
|
2014-05-23 11:09:49 +02:00
|
|
|
font-family: 'H5PFontAwesome4';
|
2015-08-12 14:46:49 +02:00
|
|
|
content: "\f06e "; /* TODO: Use margin not whitespace, spacing is not content! */
|
2013-10-31 13:39:51 +01:00
|
|
|
}
|
|
|
|
|
2013-05-03 15:24:17 +02:00
|
|
|
.video-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.video-container > video {
|
|
|
|
background-color: #000;
|
2016-05-09 15:30:22 +02:00
|
|
|
width: 100%;
|
2013-05-03 15:24:17 +02:00
|
|
|
}
|
2014-11-27 11:01:47 +01:00
|
|
|
.video-container > .h5p-button {
|
2013-05-03 15:24:17 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 0.5em;
|
|
|
|
}
|
2013-04-04 15:44:06 +02:00
|
|
|
|
|
|
|
.qs-progress {
|
2013-05-03 10:05:49 +02:00
|
|
|
text-align: center;
|
|
|
|
line-height: 1.5em;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results {
|
|
|
|
text-align: center;
|
2013-05-22 09:04:21 +02:00
|
|
|
background: rgba(255, 255, 255, 0.9);
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
|
|
|
|
2015-08-18 13:58:33 +02:00
|
|
|
.questionset-results .feedback-section {
|
2016-04-07 16:23:15 +02:00
|
|
|
margin: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results .greeting {
|
|
|
|
margin-top: 1em;
|
|
|
|
color: #777;
|
|
|
|
font-size: 1.25em;
|
2013-04-04 15:44:06 +02:00
|
|
|
}
|
2013-10-31 13:39:51 +01:00
|
|
|
|
2015-08-18 13:58:33 +02:00
|
|
|
.questionset-results .feedback-section .feedback-text {
|
2016-04-07 16:23:15 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: #777;
|
2015-08-18 14:16:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results .buttons {
|
|
|
|
margin-bottom: 1.5em;
|
2014-11-27 11:01:47 +01:00
|
|
|
}
|
2015-08-12 15:30:10 +02:00
|
|
|
|
2016-04-07 16:23:15 +02:00
|
|
|
.questionset-results .result-header,
|
|
|
|
.questionset-results .result-text {
|
|
|
|
color: #1a73d9;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results .result-header {
|
|
|
|
font-size: 2em;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionset-results .result-text {
|
|
|
|
font-size: 1.25em;
|
|
|
|
line-height: 1.25em;
|
|
|
|
margin: 1em 1em 2.25em;
|
|
|
|
}
|
|
|
|
|
2015-08-12 15:30:10 +02:00
|
|
|
/* No margin for questions when no frame */
|
|
|
|
.h5p-no-frame .questionset .h5p-question > * {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2015-08-18 14:16:07 +02:00
|
|
|
.h5p-no-frame .questionset-results .feedback-section,
|
2015-08-12 15:30:10 +02:00
|
|
|
.h5p-no-frame .questionset .h5p-question > *:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2015-08-18 14:16:07 +02:00
|
|
|
.h5p-no-frame .questionset-results .buttons,
|
2015-08-12 15:30:10 +02:00
|
|
|
.h5p-no-frame .questionset .h5p-question > *:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|