ميدياويكي:Common.css: الفرق بين النسختين

لا ملخص تعديل
لا ملخص تعديل
سطر ٥٧٧: سطر ٥٧٧:
body.page-الصفحة_الرئيسية .mw-body-content {
body.page-الصفحة_الرئيسية .mw-body-content {
     margin-top: 0 !important;
     margin-top: 0 !important;
}
/* =========================================
  Basrawe Main Page - Wide Desktop Layout
  ========================================= */
@media screen and (min-width: 1000px) {
    /* إخفاء العمودين الجانبيين في الصفحة الرئيسية فقط */
    body.page-الصفحة_الرئيسية .vector-column-start,
    body.page-الصفحة_الرئيسية .vector-column-end {
        display: none !important;
    }
    /* جعل محتوى الرئيسية يستفيد من العرض */
    body.page-الصفحة_الرئيسية .mw-page-container-inner {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    body.page-الصفحة_الرئيسية .mw-body {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: none !important;
    }
    body.page-الصفحة_الرئيسية .mw-content-container {
        max-width: 1400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
}