پرش به محتوا

مدیاویکی:Mobile.css: تفاوت میان نسخه‌ها

۲۸۹ بایت اضافه‌شده ،  ‏۶ ژوئیهٔ ۲۰۲۱
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
برچسب‌ها: ویرایش همراه ویرایش از وبگاه همراه
بدون خلاصۀ ویرایش
خط ۵۸: خط ۵۸:
     width: 67%;
     width: 67%;
     margin-left: 16px;
     margin-left: 16px;
}
.portal-column-1-6 {
    float: right;
width: calc(16.6% - 16px);
}
.portal-column-1-7 {
float: right;
width: calc(14.28% - 16px);
}
}
@media only screen and (max-width: 800px) {
@media only screen and (max-width: 800px) {
     /* Decouple the columns on narrow screens */
     /* Decouple the columns on narrow screens */
.portal-column-1-2,
    .portal-column-1-2,
.portal-column-right-wide,
    .portal-column-right-wide,
.portal-column-left-narrow,
    .portal-column-left-narrow,
.portal-column-3-4,
    .portal-column-3-4,
.portal-column-1-3,
    .portal-column-1-3,
.portal-column-2-3 {
    .portal-column-2-3 {
         float: inherit;
         float: inherit;
         width: 100%;
         width: 100%;
خط ۷۵: خط ۸۳:
width: calc(50% - 16px);
width: calc(50% - 16px);
     }
     }
    .portal-column-1-6 {
width: calc(33.3% - 16px);
    }
    .portal-column-1-7 {
float: right;
width: calc(25% - 16px);
}
}
}
/* ثابت کردن منوی بالا */
/* ثابت کردن منوی بالا */