Template:Página Prinsipal/styles.css

Di Wikipedia, e ensiklopedia liber
/*Fuente:
* https://github.com/wikimedia/wikimedia-ui-base/blob/master/wikimedia-ui-base.less
* https://design.wikimedia.org/style-guide/
* [[Category:Template subpagina CSS]]
* [[Category:Página Prinsipal]]
*/
/****blocks of segements****/
.mp{
	display:flex;
	justify-content: space-between;
	background-color: #fff;
	color: #333333;
	box-sizing:border-box;
}
h2{
	border:none;
	color: #333333;
}
.mp-column {
	width:45%;
	margin: 0;
	line-height: unset;
}
#column-wide {
	flex-grow:1;
	margin-right: 1rem;
}
.mp-image {
	margin:10px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.15);
	float:right;
	background:#ffffff
}

/*Computer*/
@media (max-width: 1000px) {
	.mp{
		display:flex;
		flex-direction:column;
	}
	.mp-column{
		width: 100%;
	}
	.mf-section-0{
	background:none;
	}
	.mp{
		background:transparent;
		
	}
}