Template:Main page/styles.css

From Wikivahdat
.mp-topbanner {
	text-align: center;
	margin: 25px 0;
	text-shadow: 1px 1px 2px #f8f9fa;
}

.mp-welcome {
	font-size: 30px;
	font-weight: bold;
	color: #777;
}

.mp-welcome-title { 
	color: #0181A7;
}

.mp-description {
	font-size: 16px;
	margin-bottom: 5px; 
	border-bottom: 1px solid #eaecf0; 
	padding: 5px 0 10px 0;
}

.mp-menu {
	margin-bottom: 5px;
	border-bottom: 1px solid #eaecf0;
	padding: 5px 0 10px 0;
}

#mp-upper, #mp-bottom {
	display: flex;
}

#mp-article, #mp-help {
	flex: 1 1 67%;
	margin-right: 2px;
	display: flex;
	flex-direction: column;
}

#mp-article-box, #mp-help-box {
	margin-right: .3em;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 0.25em;
	border: 1px solid #eee;
	box-shadow: 0 0 1rem #eee;
}

#mp-article-box {
	background: #fff;
}

#mp-help-box {
	background: #f8f9fa;
}

#mp-sidebar {
	flex: 1 1 33%;
}

#mp-sidebar-box {
	margin-left: .3em;
	margin-bottom: 1em;	
	padding: 1em;
	background: #f5faff;
	border-radius: 0.25em;
	border: 1px solid #eee;
	box-shadow: 0 0 1rem #eee;
}

.mp-h2 {
	padding: 10px;
	border-radius: 0.25em;
	background: #c6defe;
	margin-bottom: 10px;
}

.mp-h2 span {
	font-size: 15px;
	position: relative;
	padding-left: 45px;
}

.mp-h2 span:before {
    width: 43px;
    height: 43px;
    position: absolute;
    left: -1px;
    top: -9px;
    content: " ";
}

#mp-more {
	float: right;
	margin-right: 10px;
}

#mp-new ol {
	margin: 10px 0 0 10px;
	padding: 0;
}

#mp-new ol li {
	list-style: none;
}

#mp-new ol li:before { 
    content: "";
    line-height: 1em;
    width: 5px;
    height: 5px;
    background-color: #00528C;
    float: left;
    margin: 7px 7px 0 0;
    border-radius: 50%;
}

#badge {
	font-weight: bold;
	color: goldenrod;
}

@media (max-width: 875px) {
	.mp-topbanner {
		margin: 5px 0;
	}	
	
	.mp-welcome {
		font-size: 24px;
	}
	
	.mp-menu {
		border-bottom: 0;
	}
	
	.mp-menu .hlist > ul li {
		margin-right: 0;
	}

	#mp-upper, #mp-bottom {
	  flex-direction: column;
	}

	#mp-article-box {
		margin-right: 0;
	}
	
	#mp-help-box {
		background: #f5faff;
	}
}