Wikisourd:Mwaisse pådje/styles.css

Èn årtike di Wikisource.
.MP{
	margin:0 auto;
}
.MPhead{
	font-size:150%;
	padding:2em;
	color:#444;
	font-family:'Linux Libertine','Georgia','Times',serif;
}
.MPhead1{
	font-size: 220%;
	color:#294584;
}
.MPhead1WS{
	font-weight:bold;
}
.MPhead2{
	padding:.2em 0 0 2em;
	font-size: 140%;
	font-style:italic;
}
.MPcol{
	display:flex;
}
.MPcol1{
	flex:1;
	margin-right:20pt;
}
.MPcol2{
	width:40%;
}
.MPboe{
	border: 1px solid #aaa;
	margin-bottom: 10pt;
	padding: 1px;
	box-shadow: 0 3px 5px -2px #aaa;
	background: linear-gradient(#fafafa, #fefefe);
}
.MPboeWS{
	border: 1px solid #294584;
	background: #F3F5F8;
}
.MPboe1{
	background:#eee;
	border-top:solid 5px #294584;
	padding:.2em .5em;
	color:#444;
	font-size:105%;
	text-transform:uppercase;
	letter-spacing:1px;
}
.MPboe .pordjet + .pordjet{
	border-top: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
	.MPcol{
		flex-direction: column;
	}
	.MPcol1{
		flex:1;
		margin:0;
	}
	.MPcol2{
		width:auto;
	}
}