الگو:صفحهٔ اصلی/styles.css: تفاوت میان نسخه‌ها

جز
بدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۱۲۴: خط ۱۲۴:
.mp-menu {
.mp-menu {
border-bottom: unset;
border-bottom: 0;
}
}
.mp-menu .hlist > ul li {
.mp-menu .hlist > ul li {
margin-left: unset;
margin-left: 0;
}
}


خط ۱۳۶: خط ۱۳۶:


#mp-article-box {
#mp-article-box {
margin-bottom: 1em;
margin-left: 0;
padding: 1em;
background: #fff;
border-radius: 0.5em;
box-shadow: 0 0 1rem #eee;
}
}
#mp-help-box {
#mp-help-box {
margin-bottom: 1em;
padding: 1em;
background: #f5faff;
background: #f5faff;
border-radius: 0.5em;
border: 1px solid #eee;
box-shadow: 0 0 1rem #eee;
}
.mp-h2 {
padding: 10px;
border-radius: 6px;
background: #c6defe;
margin-bottom: 10px;
}
.mp-h2 span {
padding-right: 45px;
position: relative;
}
.mp-h2 span:before {
    width: 43px;
    height: 43px;
    position: absolute;
    right: -1px;
    top: -9px;
    content: " ";
}
}
}
}