الگو:صفحهٔ اصلی تست/styles.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
(۱۳ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
خط ۱: | خط ۱: | ||
.mp-topbanner { | |||
text-align: center; | |||
margin: 25px 0; | |||
text-shadow: 1px 1px 2px #f8f9fa; | |||
margin: | |||
} | } | ||
. | .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 { | ||
border- | margin-bottom: 5px; | ||
border-bottom: 1px solid #eaecf0; | |||
padding: 5px 0; | padding: 5px 0 10px 0; | ||
} | } | ||
#mp-upper, #mp-bottom { | |||
display: flex; | |||
} | |||
#mp-article, #mp-help { | |||
flex: 1 1 67%; | |||
margin-left: 2px; | |||
display: flex; | display: flex; | ||
flex-direction: column; | 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: #f3f3f3; | |||
} | } | ||
#mp-help-box { | |||
background: #f8f9fa; | background: #f8f9fa; | ||
} | } | ||
#mp-sidebar { | |||
flex: 1 1 33%; | |||
} | } | ||
. | #mp-sidebar-box { | ||
padding: | margin-right: .3em; | ||
margin-bottom: 1em; | |||
padding: 1em; | |||
background: #faf4f0; /*#f7eee7*/ | |||
border-radius: 0.25em; | |||
border: 1px solid #eee; | |||
box-shadow: 0 0 1rem #eee; | |||
} | } | ||
. | .mp-h2 { | ||
padding: 10px; | |||
border-radius: 0.25em; | |||
background: #fad9ae; | |||
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- | #mp-more { | ||
float: left; | |||
margin-left: 10px; | |||
} | } | ||
#mp- | #mp-new ol { | ||
margin: 10px 10px 0 0; | |||
padding: 0; | |||
} | } | ||
#mp- | #mp-new ol li { | ||
list-style: none; | |||
} | } | ||
#mp- | #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- | #mp-upper, #mp-bottom { | ||
flex-direction: column; | |||
} | } | ||
#mp-article-box { | |||
margin-left: 0; | |||
} | |||
#mp-help-box { | |||
background: #f7eee7; | |||
} | |||
} | } |
نسخهٔ کنونی تا ۷ آوریل ۲۰۲۴، ساعت ۲۳:۱۶
.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: #f3f3f3;
}
#mp-help-box {
background: #f8f9fa;
}
#mp-sidebar {
flex: 1 1 33%;
}
#mp-sidebar-box {
margin-right: .3em;
margin-bottom: 1em;
padding: 1em;
background: #faf4f0; /*#f7eee7*/
border-radius: 0.25em;
border: 1px solid #eee;
box-shadow: 0 0 1rem #eee;
}
.mp-h2 {
padding: 10px;
border-radius: 0.25em;
background: #fad9ae;
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: #f7eee7;
}
}