<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS for the Education Program MediaWiki extension.
 * @see https://www.mediawiki.org/wiki/Extension:Education_Program
 *
 * @licence GNU GPL v2+
 * @author Jeroen De Dauw &lt;jeroendedauw at gmail dot com&gt;
 */

div.didyouknow {
	background-color: #EDEFF5;
	border-bottom: 1px solid #D2D9E6;
	width: 300px;
	position: static;
	float: right;
}

h4.didyouknow-header {
	padding: 5px 15px 4px;
	border-bottom: 1px solid #A2A9B6;
	border-top: 1px solid #A2A9B6;
}

div.didyouknow &gt; p {
	padding: 5px 25px 4px;
}
</pre></body></html>