article.js-app-children div.sorthor_tapntapSelection { border-color: #FF5100!important; border-style: solid; } article.js-app-children div.sorthor_mainArea { display: block; overflow: hidden; padding: 0px; margin-top: 1em; margin-bottom: 1em; min-height: 16em; } article.js-app-children div.current-dragging { border: 3px solid #8c8c8c; cursor: pointer; display: inline-block; font-size: 2.2em; background-color: #F2F0F0; padding: 0 0.5em; -webkit-border-radius: 0.125em; -moz-border-radius: 0.125em; border-radius: 0.125em; -ms-touch-action: none; } article.js-app-children div.sorthor_dropArea { display: block; white-space: normal; margin: 1em 1em 0px 1.5em; min-height: 4em; background-color: #F2F0F0; margin: 0 auto; width: 84%; border: 0.3em solid #3c43cf; } article.js-app-children div.sorthor_dropArea div { display: inline-block; text-decoration: none; } article.js-app-children div.sorthor_sortArea { display: block; overflow: hidden; white-space: normal; padding-bottom: 0px; margin: 0px 0.5em 1em 0.5em; padding: 0px 0.5em 0px 1em; text-align: center; min-height: 6em; -webkit-border-radius: 0.2em; -moz-border-radius: 0.2em; border-radius: 0.2em; } article.js-app-children div.sorthor_sortArea div:not(.sorthor_dummy), article.js-app-children div.sorthor_solutionArea div { border: 3px solid #8c8c8c; cursor: pointer; display: inline-block; font-size: 2.2em; margin-left: 0.5em; background-color: #F2F0F0; margin-top: 0.2em; padding: 0 0.5em; -webkit-border-radius: 0.125em; -moz-border-radius: 0.125em; border-radius: 0.125em; -ms-touch-action: none; /* For IE 7 */ zoom:1; *display: inline; } article.js-app-children div.sorthor_dropArea div:not(.sorthor_dummy) { font-size: 2.2em; margin-left: 0.3em; margin-top: 0.1em; cursor: pointer; } /*article.js-app-children div.sorthor_sortArea div:not(.sorthor_dummy) span, article.js-app-children div.sorthor_dropArea div:not(.sorthor_dummy) span { padding-right: 0.3em; } article.js-app-children div.sorthor_sortArea div:not(.sorthor_dummy) span, article.js-app-children div.sorthor_dropArea div:not(.sorthor_dummy) span { padding-left: 0.3em; }*/ article.js-app-children div.sorthor_sortArea div span.sorthor_prefix, article.js-app-children div.sorthor_dropArea div span.sorthor_prefix { background-color: #F2F0F0; margin: 0 0.3em; color: #888888; } article.js-app-children div.sorthor_dropArea div span.sorthor_prefix.sorthor_hidden { margin: 0; } article.js-app-children div.sorthor_sortArea div span.sorthor_hidden { display: none; } article.js-app-children div.sorthor_solutionArea div { padding: 0px; color: #aaa; cursor: default; } article.js-app-children div.sorthor_sortArea div.sorthor_dummy { cursor: default; min-width: 2000px; } article.js-app-children div.sorthor_sortArea div.sorthor_RColor, article.js-app-children div.sorthor_dropArea div.sorthor_RColor { color: red; } article.js-app-children div.sorthor_sortArea div.sorthor_GColor, article.js-app-children div.sorthor_dropArea div.sorthor_GColor { color: green; } article.js-app-children div.sorthor_sortArea div.sorthor_BColor, article.js-app-children div.sorthor_dropArea div.sorthor_BColor { color: blue; } article.js-app-children div.sorthor_sortArea div.sorthor_YColor, article.js-app-children div.sorthor_dropArea div.sorthor_YColor { color: yellow; } article.js-app-children div.sorthor_sortArea div.sorthor_MColor, article.js-app-children div.sorthor_dropArea div.sorthor_MColor { color: magenta; } article.js-app-children div.sorthor_sortArea div.sorthor_suppressColor { color: #000; } article.js-app-children div.sorthor_dropArea div.ui-draggable-dragging { visibility: visible; color: #888; } article.js-app-children div.sorthor_dropArea div.sorthor_removed { display: none; } article.js-app-children div.sorthor_dropArea.sorthor_correct { padding-bottom: 0px; background-color: #D0FFBF; -webkit-box-shadow: 1px 1px 2px #888; -moz-box-shadow: 1px 1px 2px #888; box-shadow: 1px 1px 2px #888; } article.js-app-children div.sorthor_dropArea.sorthor_incorrect { padding-bottom: 0px; background-color: #FF5656; -webkit-box-shadow: 1px 1px 2px #888; -moz-box-shadow: 1px 1px 2px #888; box-shadow: 1px 1px 2px #888; } article.js-app-children div.sorthor_showColorCheckboxContainer { margin: 0.5em 0.5em 0.8em 0.3em; display: inline-block; /* For IE 7 */ zoom:1; *display: inline; } article.js-app-children div.sorthor_showSolutionCheckboxContainer { margin: 0.5em 0px 0.8em 0.3em; display: inline-block; /* For IE 7 */ zoom:1; *display: inline; } article.js-app-children div.sorthor_showColorCheckboxContainer label, article.js-app-children div.sorthor_showSolutionCheckboxContainer label { font-size: 1.2em; } /** new styles **/ article.js-app-children .sorthor_status a.sorthor_prevExercise, article.js-app-children .sorthor_status a.sorthor_nextExercise { width: 80px; height: 80px; border-radius: 5px; background-size: contain; display:inline-block; background-repeat: no-repeat; background-color: #6360F7; } article.js-app-children .sorthor_status { margin: 1em 1em 0 1.5em; } article.js-app-children .sorthor_status a.sorthor_nextExercise { background-image: url('../sorthor/images/next_step.svg'); float: right; background-position: center; } article.js-app-children .sorthor_status a.sorthor_nextExercise.disabled { display: none; } article.js-app-children .sorthor_status a.sorthor_prevExercise { background-image: url('../sorthor/images/previous_step.svg'); float:left; background-position: center; } article.js-app-children .sorthor_status a.sorthor_prevExercise.disabled { display: none; } article.js-app-children .sorthor_status .sorthor_checkAnswers, article.js-app-children .result-action .play-again { background-color: #6360f7; border-radius: 5px; color: #ffffff; font-size: 1.5em; font-weight: bold; padding: 1em; cursor: pointer; } article.js-app-children .result-action .play-again { font-size: 1em; padding: 0.5em; width: 42%; } article.js-app-children .sorthor_status .sorthor_checkAnswers { float: right; width: 12em; } article.js-app-children .result.sorthor_result { padding: 3em; } article.js-app-children .sorthor_status .sorthor_checkAnswers.disabled { display: none; } article.js-app-children .sorthor_assignment { display:none; text-align: center;} article.js-app-children .sorthor_assignment.currentAssignment { display: block !important; } article.js-app-children .result .result-points.js-app-pointsIndicatorContainer { width: 48%; display: inline-block; float:left; font-size: 1.6em; text-align: center; } article.js-app-children .result .result-action { width: 48%; display: inline-block; float:right; font-size: 1.6em; text-align: center; } article.js-app-children .point-wrapper { display: table; } article.js-app-children .point-wrapper .answer { display: table-cell; vertical-align: middle; } article.js-app-children .point-wrapper .answer.incomplete-sentence { color: #8C8C8C; } .accesibility-helper { border: none!important; } @media screen and (max-width: 480px) and (min-width: 750px){ article.js-app-children .result .result-points.js-app-pointsIndicatorContainer { width: 100%; display: block; } article.js-app-children .result .result-action { width: 100%; display: block; } }
Fra og med 11. september 2017 vil innlogging til Min vei-ressursene skje via Fagbokforlagets e-portal.
Logg inn Log in using e-portal