الفرق بين المراجعتين لصفحة: «قالب:الصفحة الرئيسية/styles.css»

من ویکي‌وحدت
طلا ملخص تعديل
طلا ملخص تعديل
 
(مراجعة متوسطة واحدة بواسطة نفس المستخدم غير معروضة)
سطر ١: سطر ١:
.mp-topbanner {
.mp-topbanner {
text-align: center;
text-align: center;
width: 90%;
margin: 25px 0;
margin: 0 auto;
text-shadow: 1px 1px 2px #f8f9fa;
margin-bottom: 20px;
}
 
.mp-welcome p, .mp-description p {
margin: 0;  
display: inline-block;
padding: 0 5px;
}
}


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


.mp-welcome .mp-welcome-title, .mp-description .colored a {  
.mp-welcome-title {  
color: #0181A7 !important;  
color: #0181A7;
}
}


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


.mp-welcome p {
.mp-menu {
border-bottom: 3px solid #e0e0e0;
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-left: 2px;
display: flex;
flex-direction: column;
}
 
#mp-article-box, #mp-help-box {
margin-left: .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-welcome .wellcome {
#mp-sidebar-box {
display: inline-block;
margin-right: .3em;
border-bottom: 3px solid #e0e0e0;
margin-bottom: 1em;
padding: 1em;
background: #f5faff;
border-radius: 0.25em;
border: 1px solid #eee;
box-shadow: 0 0 1rem #eee;
}
}


.mp-welcome h1, .mp-description h2 {
.mp-h2 {
display: inline;
padding: 10px;
font-size: 1em;
border-radius: 0.25em;
border: none;
background: #c6defe;
color: #666;
margin-bottom: 10px;
}
}


.mp-menu {
.mp-h2 span {
border-bottom: 1px solid #e0e0e0;
font-size: 15px;
position: relative;
padding-right: 45px;
}
 
.mp-h2 span:before {
    width: 43px;
    height: 43px;
    position: absolute;
    right: -1px;
    top: -9px;
    content: " ";
}
 
#mp-more {
float: left;
margin-left: 10px;
}
 
#mp-new ol {
margin: 10px 10px 0 0;
padding: 0;
}
}


.mp-menu .mp-menu-item {
#mp-new ol li {
display: inline-block;
list-style: none;
font-size: 14px;
margin: 0 4px;
}
}


.mp-menu .mp-menu-item a {
#mp-new ol li:before {
color: #0181a7 !important;
    content: "";
    line-height: 1em;
    width: 5px;
    height: 5px;
    background-color: #00528C;
    float: right;
    margin: 7px 0 0 7px;
    border-radius: 50%;
}
}


#mp-upper {
#badge {
display: flex;
font-weight: bold;
color: goldenrod;
}
}


@media (max-width: 875px) {
@media (max-width: 875px) {
.mp-topbanner {
.mp-topbanner {
margin-bottom:0px;
margin: 5px 0;
}
}
سطر ٧٣: سطر ١٣٢:
.mp-menu {
.mp-menu {
border-bottom: unset;
border-bottom: 0;
}
.mp-menu .hlist > ul li {
margin-left: 0;
}
 
#mp-upper, #mp-bottom {
  flex-direction: column;
}
 
#mp-article-box {
margin-left: 0;
}
#mp-help-box {
background: #f5faff;
}
}
}
}

المراجعة الحالية بتاريخ ١٦:٢٨، ١ يونيو ٢٠٢٣

.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-left: 2px;
	display: flex;
	flex-direction: column;
}

#mp-article-box, #mp-help-box {
	margin-left: .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-right: .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-right: 45px;
}

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

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

#mp-new ol {
	margin: 10px 10px 0 0;
	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: right;
    margin: 7px 0 0 7px;
    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-left: 0;
	}

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

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