.arws-mp-widget-header2 {
background:#e0efde;border-bottom: #294584 inset 5px;
font-family: Calibri,'Noto Sans Arabic',Arial, sans-serif;
font-weight: 700;
padding: 7px;
margin-bottom: 8px;
font-size:1.3em;
}
.arws-mp-widget1 {
border: 1px solid #ccc;
border: 3px solid #949599;
border-left-style: solid;
border-left-style: dashed;
border-radius: 3em 1em 4em / 0.9em 4em;
padding: 0.8em 0.8em 0.5em 0.8em;
color: #000;
box-shadow: 3px 3px 2px #888888;
background: #ebf5ea;
margin:0.4em;
}
.arws-mp-h-p {
margin: 0;
padding-right: 5px;
font-size: 1.6em;
text-indent:0;
}
.arws-mp-h-cont {
background: linear-gradient(to right, rgba(255,0,0,0), #e0efde);
font-family: Calibri,'Noto Sans Arabic',Arial, sans-serif;
font-size: small;
font-weight: bold;
border: 0 solid #AAA;
text-align: right;
border-radius: 10px /50%;
}
/* تنسيقات مأخوذة من ملف تنسيق ويكيبيديا العربية */
/* المحتوى الأساسي */
.arws-mp-main {
display: flex;
flex-wrap: nowrap;
max-width: 100%; /* EI8 - EI7 */
}
/* العمود الأيمن */
.arws-mp-right {
flex: 65%;
display: flex;
flex-direction: column;
float: right; /* EI9 - EI8 - EI7 */
max-width: 65%; /* EI9 - EI8 - EI7 */
width: 64%; /* EI6 - EI5 - EI4 */
}
.arws-mp-tfa /* مقالة اليوم المختارة */ {
flex-grow: 1;
}
.arws-mp-tga /* مقالة اليوم الجيدة */ {
flex-grow: 2;
}
.arws-mp-tfl /* قائمة اليوم المختارة */ {
flex-grow: 3;
}
.arws-mp-tfi /* صورة اليوم المختارة */ {
flex-grow: 4;
}
.arws-mp-tfp /* بوابة اليوم المختارة */ {
flex-grow: 5;
}
.arws-mp-what /* ما هي ويكيبيديا */ {
flex-grow: 6;
}
/* العمود الأيسر */
.arws-mp-left {
flex: 35%;
display: flex;
flex-direction: column;
float: left; /* EI9 - EI8 - EI7*/
max-width: 35%; /* EI9 - EI8 - EI7*/
width: 35%; /* EI6 - EI5 - EI4 */
}
.arws-mp-itn /* في الأخبار */ {
flex-grow: 1;
}
.arws-mp-itd /* في هذا اليوم */ {
flex-grow: 2;
}
.arws-mp-dyk /* هل تعلم */ {
flex-grow: 3;
}
.arws-mp-said /* قيل */ {
flex-grow: 4;
}
.arws-mp-cil /* الصحيح في اللغة */ {
flex-grow: 5;
}
.arws-mp-creatbox /* هل تود إنشاء مقالة */{
flex-grow: 6;
}
/*
إخفاء قسم (ما هي ويكيبيديا) في العمود الأيسر في الشاشات الأكثر من 845بكسل
لأجل عرضه في آخر الترتيب في الشاشات الأقل من 845بكسل
*/
@media screen and (min-width: 845px) {
.arws-mp-whatresponsive {
display: none;
}
}
/* تنسيق الأقسام */
.arws-mp-Sec {
padding: 10px;
margin: 3px;
border: 1px solid #c6c9ff;
border-radius: 5px;
color: #000;
background: #fafaff;
}
.arws-mp-SecTitle {
position: relative;
height: 25px;
margin:2px 0 8px 0;
top:4px;
}
.arws-mp-SecCont {
position: absolute;
right: 4px;
top: -5px;
}
.arws-mp-SecBg {
position: relative;
right: -8px;
top: 0;
}
.arws-mp-SecIcon {
position: absolute;
right: -3px;
top: -6px;
}
.arws-mp-h2 {
position: absolute;
right: 40px;
top: 1px;
font-weight: bold;
font-size: 130%;
}
/* ضبط حجم الصور على مختلف الشاشات */
body img {
max-width: 100%;
height: auto;
}
/* تنسيق المحتوى الأساسي على الشاشات الأقل من 845بكسل */
@media screen and (max-width: 845px) {
/* المحتوى الأساسي */
.arws-mp-main {
flex-direction: column;
}
/* العمود الأيمن */
.arws-mp-right {
float: none; /* EI9 */
min-width: 100%; /* EI9 */
}
/* ترتيب الأقسام في العمود الأيمن */
.arws-mp-tfa /* مقالة اليوم المختارة */ {
order: 1;
}
.arws-mp-tga /* مقالة اليوم الجيدة */ {
order: 3;
}
.arws-mp-tfl /* قائمة اليوم المختارة */ {
order: 4;
}
.arws-mp-tfi /* صورة اليوم المختارة */ {
order: 2;
}
/* العمود الأيسر */
.arws-mp-left {
float: none; /* EI9 */
min-width: 100%; /* EI9 */
}
/* ترتيب الأقسام في العمود الأيسر */
.arws-mp-itn /* في الأخبار */ {
order: 1;
}
.arws-mp-itd /* في هذا اليوم */ {
order: 2;
}
.arws-mp-dyk /* هل تعلم */ {
order: 3;
}
.arws-mp-whatresponsive /* ما هي ويكيبيديا */ {
order: 4;
}
/* أقسام مخفية */
.arws-mp-tfp, /* بوابة اليوم المختارة */
.arws-mp-said, /* قيل */
.arws-mp-cil, /* الصحيح في اللغة */
.arws-mp-creatbox, /* هل تود إنشاء مقالة */
.arws-mp-what /* ما هي ويكيبيديا (العمود الأيمن) */ {
display:none;
}
}
/* تنسيق الصفحة الرئيسية على تطبيق ويكيبيديا على الاندرويد */
.pcs-widen-image-ancestor {
width: initial !important;
height: initial !important;
}
div[class="mp-SecCont pcs-widen-image-ancestor"] {
position: initial !important;
}
/* ------------------ تنسيق قسمي المقدمة ومشاريع شقيقة ------------------ */
/* المقدمة ومشاريع شقيقة */
body.ns-0 .arws-mp-intro p {
text-align: center;
text-indent: 0;
}
.arws-mp-intro,
.arws-mp-sister {
/* background: #f8f8f8; */
clear: both;
}
.arws-mp-sister {
background-color:#ebf5ea;
border:2px solid #b7dcb4;
box-shadow: 6px 6px 3px #888888;
border-radius:3em 1em 4em / 0.9em 4em;
padding:0.8em 0.8em 0.5em 0.8em;
margin: 0.5em;
}
/* ضبط تمركز محتوى قسم مشاريع شقيقة */
#sister-projects-list {
width: 100% !important;
text-align: center !important;
}
#sister-projects-list div {
text-align: right !important;
}
/* تنسيق المقدمة على واجهة منيرفانيو على سطح المكتب */
.arws-mp-intro tr:nth-child(2) table {
float: left !important;
}
/* تنسيق المقدمة ومشاريع شقيقة على الشاشات الأقل من 845 بكسل */
@media screen and (max-width: 845px) {
/* تنسيق المقدمة على واجهة منيرفانيو */
body.skin-minerva table,
body.skin-minerva tbody,
body.skin-minerva tr,
body.skin-minerva td {
display: block !important;
width: 100% !important;
box-sizing: border-box;
}
/* تنسيق المقدمة على باقي الواجهات */
body table,
body tbody,
body tr,
body td {
display: block !important;
width: 100% !important;
box-sizing: border-box;
}
/* ضبط تمركز قسم البوابات في المقدمة */
#wikiportals tbody tr:nth-child(1) {
text-align: center;
}
}
/* تنسيق المقدمة على الشاشات الأكثر من 480بكسل */
@media screen and (min-width: 480px) {
#wikiportals tbody tr:nth-child(1) {
columns: 3 auto;
}
}
/* تنسيق المقدمة على الشاشات الأقل من 480بكسل و الأكثر من 320بكسل */
@media screen and (min-width: 320px) and (max-width: 480px) {
#wikiportals tbody tr:nth-child(1) {
columns: 2 auto;
}
}