Template:Main page/styles.css: Difference between revisions

From Wikivahdat
mNo edit summary
mNo edit summary
 
Line 34: Line 34:
#mp-article, #mp-help {
#mp-article, #mp-help {
flex: 1 1 67%;
flex: 1 1 67%;
margin-left: 2px;
margin-right: 2px;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
Line 40: Line 40:


#mp-article-box, #mp-help-box {
#mp-article-box, #mp-help-box {
margin-left: .3em;
margin-right: .3em;
margin-bottom: 1em;
margin-bottom: 1em;
padding: 1em;
padding: 1em;
Line 61: Line 61:


#mp-sidebar-box {
#mp-sidebar-box {
margin-right: .3em;
margin-left: .3em;
margin-bottom: 1em;
margin-bottom: 1em;
padding: 1em;
padding: 1em;
Line 80: Line 80:
font-size: 15px;
font-size: 15px;
position: relative;
position: relative;
padding-right: 45px;
padding-left: 45px;
}
}


Line 87: Line 87:
     height: 43px;
     height: 43px;
     position: absolute;
     position: absolute;
     right: -1px;
     left: -1px;
     top: -9px;
     top: -9px;
     content: " ";
     content: " ";
Line 93: Line 93:


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


#mp-new ol {
#mp-new ol {
margin: 10px 10px 0 0;
margin: 10px 0 0 10px;
padding: 0;
padding: 0;
}
}
Line 112: Line 112:
     height: 5px;
     height: 5px;
     background-color: #00528C;
     background-color: #00528C;
     float: right;
     float: left;
     margin: 7px 0 0 7px;
     margin: 7px 7px 0 0;
     border-radius: 50%;
     border-radius: 50%;
}
}
Line 136: Line 136:
.mp-menu .hlist > ul li {
.mp-menu .hlist > ul li {
margin-left: 0;
margin-right: 0;
}
}


Line 144: Line 144:


#mp-article-box {
#mp-article-box {
margin-left: 0;
margin-right: 0;
}
}

Latest revision as of 06:53, 2 June 2023

.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;
	}
}