MediaWiki:QuizFelixRiester print.css

Aus Bayernflora
Wechseln zu: Navigation, Suche

Hinweis: Leeren Sie nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* Druck-Stylesheet für interaktive Lernaufgaben und Übungen 
  http://www.felix-riesterer.de/main/js/quiz/css/quiz-print.css
*/
@media print {
/* @import url(matching-print.css); */
	/* Stylesheet für Zuordnungsübungen */
	.zuordnungs-quiz {
		clear: both;
		display: block;
		page-break-before: always;
		page-break-inside: avoid;
	}

	.zuordnungs-quiz h2 {
		margin: 0px;
		padding: 15px 20px;
		clear: both;
	}

	.zuordnungs-quiz p {
		margin: 0px;
		padding: 10px;
		clear: both;
	}

	.zuordnungs-quiz .daten-pool {
		display: block;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 5px 0px;
		line-height: normal;
		border-top: 1px solid #d0d0d0;
	}

	.zuordnungs-quiz .feld {
		display: block;
		float: left;
		margin: 5px;
		padding: 0.2em 0.7em;
		background: #d0ffd0;
		border: 1px solid #80ff80;
		text-align: center;
	}

	.zuordnungs-quiz .feld img {
		vertical-align: bottom;
		padding: 0px;
		margin: 0px -0.7em -0.2em;
	}

	.zuordnungs-quiz .loesungs-paar {
		display: block;
		float: left;
		width: 100%;
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
		background: #f0f0f0;
		border: 1px solid #c0c0c0;
		border-left: none;
		border-right: none;
	}

	.zuordnungs-quiz .loesungs-paar .feld {
		background: #d0d0d0;
		border: 1px solid #a0a0a0;
	}

/* @import url(lueckentext-print.css); */
	/* Stylesheet für Lückentextübungen */

	.lueckentext-quiz {
		clear: both;
		display: block;
		page-break-before: always;
		page-break-inside: avoid;
	}

	.lueckentext-quiz h2 {
		margin: 0px;
		padding: 15px 20px;
		clear: both;
	}

	.lueckentext-quiz p {
		margin: 0px;
		padding: 10px;
		line-height: 2.5em;
		clear: both;
	}

	.lueckentext-quiz .daten-pool {
		display: block;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 5px 0px;
		line-height: normal;
		border-top: 1px solid #d0d0d0;
	}

	.lueckentext-quiz .luecke {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background: #ffffff;
		border: 1px solid #c0c0c0;
		letter-spacing: 5px;
	}

	.lueckentext-quiz .luecke_i {
		white-space: nowrap;
	}

	.lueckentext-quiz .luecke img,
	.lueckentext-quiz .luecke_i img {
		margin: 0px;
		vertical-align: middle;
	}


	.lueckentext-quiz .luecke_i input {
		margin: 0px 0px 0px 2px;
		padding: 0px;
		width: 120px;
		border: 1px solid #c0c0c0;
		font-size: 100%;
		z-index: 100;
	}

	.lueckentext-quiz .feld {
		display: block;
		float: left;
		margin: 0px 10px;
		padding: 0.2em 0.7em;
		border: 1px solid #808080;
		line-height: normal;
	}

	.lueckentext-quiz .luecke .feld {
		display: inline;
		float: none;
		margin: 0px;
		padding: 0px 5px;
	}

/* @import url(memo-print.css); */
	/* Druck-Stylesheet für interaktive Lernaufgaben und Übungen */

	.memo-quiz {
		display: none;
	}

/* @import url(multiplechoice-print.css); */
	/* Stylesheet für Multiple Choice - Quizze */

	.multiplechoice-quiz {
		clear: both;
		display: block;
		page-break-before: always;
		page-break-inside: avoid;
	}

	.multiplechoice-quiz h2 {
		margin: 0px;
		padding: 15px 20px;
		clear: both;
	}

	.multiplechoice-quiz p {
		clear: both;
		margin: 0px;
		padding: 10px 10px 0px 10px;
		clear: both;
	}

	.multiplechoice-quiz .quiz-antworten {
		display: block;
		float: left;
		width: 90%;
		margin: 0px;
		padding: 10px;
		list-style-type: upper-alpha;
		list-style-position: inside;
	}

	/* nicht für IE6 */
	.multiplechoice-quiz>.quiz-antworten {
		list-style: none;
		counter-reset: Ebene01;
	}

	/* nicht für IE6 */
	.quiz-antworten>li {
		float: left;
		margin: 0px 25px 5px 0px;
		padding: 0px;
	}

	.multiplechoice-quiz .quiz-antworten li:before {
		content: counter(Ebene01, upper-latin) ") ";
		counter-increment: Ebene01;
		padding-right: 5px;
	}

	.multiplechoice-quiz .quiz-antworten li input {
		margin: 0;
		padding: 0;
	}

	.multiplechoice-quiz .richtig {
		background: #c0ffc0;
		border: 1px solid #00ff00;
	}

	.multiplechoice-quiz .falsch {
		background: #ffc0c0;
		border: 1px solid #ff0000;
	}

	.multiplechoice-quiz .quiz-bewertung {
		margin: 0;
		padding: 10px;
	}
/* @import url(jumble-print.css); */
	/* Stylesheet für Schüttelrätsel */

	.schuettel-quiz {
		clear: both;
		float: none;
		display: block;
		page-break-before: always;
		page-break-inside: avoid;
	}

	.schuettel-quiz h2 {
		margin: 0px;
		padding: 15px 20px;
		clear: both;
	}

	.schuettel-quiz p {
		margin: 0px;
		padding: 10px;
		line-height: 200%;
		clear: both;
	}

	.schuettel-quiz .luecke {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background: #f0f0f0;
		border: 1px solid #c0c0c0;
		white-space: nowrap;
	}

	.schuettel-quiz .luecke input {
		margin: 0px;
		padding: 0px;
		width: 8em;
		visibility: hidden;
	}

/* @import url(kreuzwort-print.css); */
	/* Druck-Stylesheet für Kreuzworträtsel */


	.kreuzwort-quiz {
		clear: both;
		display: block;
		page-break-before: always;
		page-break-inside: avoid;
	}

	.kreuzwort-quiz .eingabe {
		display: none !important;
	}

	.kreuzwort-quiz .uebersicht {
		display: block;
		float: left;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
		height: 200px;
	}

	.kreuzwort-quiz .uebersicht dl {
		display: block;
		float: left;
		width: 49%;
		margin: 2em 0 0 0;
		padding: 0;
		list-style: none;
		border-left: 1px solid black;
		border-right: 1px solid black;
	}

	.kreuzwort-quiz .uebersicht dl:first-child {
		border-right: none;
	}

	.kreuzwort-quiz .uebersicht dt {
		border-bottom: 1px solid black;
		font-size: 120%;
		margin: 0 0 0.3em 0;
	}

	.kreuzwort-quiz .uebersicht dd {
		margin: 0 10px 0 0;
		padding: 0.1em 0 0 2em;
	}

	.kreuzwort-quiz .uebersicht dd span {
		display: block;
		float: left;
		border: 1px solid black;
		width: 1.5em;
		text-align: center;
		font-size: 60%;
		margin: 0 0 0 -2em;
		line-height: 150%;
		padding: 0;
	}

	.kreuzwort-quiz .uebersicht dt {
		font-weight: bold;
		text-align: center;
	}

	.kreuzwort-quiz h2 {
		margin: 0px;
		padding: 15px 20px;
		clear: both;
	}

	.kreuzwort-quiz p {
		margin: 0px;
		padding: 10px;
		clear: both;
	}

	.kreuzwort-quiz .gitter {
		display: block;
		margin: 0 10px;
		border-collapse: collapse;
	}

	.kreuzwort-quiz .gitter td {
		margin: 0;
		padding: 0;
		width: 2em;
		height: 2em;
		overflow: hidden;
	}

	.kreuzwort-quiz .gitter .feld {
		background: #ffffff;
		border: 1px solid #000000;
	}

	.kreuzwort-quiz .eingabe-feld {
		display: none;
	}

	.kreuzwort-quiz .gitter .einfuegemarke {
		display: block;
		width: auto;
		position: relative;
		top: -1em;
		left: 0.1cm;
		margin: 0px;
		padding: 0px;
		background: none;
		text-align: left;
		font-size: 9px;
		font-weight: bold;
		font-family: Arial, sans-serif;
		color: #000000;
	}

/* @import url(suchsel-print.css); */
	/* Druckstylesheet für Suchselrätsel */

	.suchsel-quiz {
		display: block;
		clear: both;
		page-break-before: always;
		page-break-inside: avoid;
	}

	.suchsel-quiz h2 {
		margin: 0px;
		padding: 15px 20px;
		clear: both;
	}

	.suchsel-quiz p {
		margin: 0px;
		padding: 10px;
		clear: both;
	}

	.suchsel-quiz .gitter {
		display: block;
		float: left;
		margin: 0 10px;
		border-collapse: collapse;
	}

	.suchsel-quiz .gitter td {
		margin: 0;
		padding: 0;
		width: 1.5em;
		height: 1.5em;
		text-align: center;
		font-weight: bold;
		font-family: Verdana, sans-serif;
		border: 1px solid #000000;
	}

	.suchsel-quiz .liste {
		float: left;
		margin: 0 20px 0 20px;
		padding: 20px 20px 20px 40px;
	}

/* default for print */
.auswertungs-button,
.quiz-gezogen {
	display: none;
}
} /* end @print { … } */