مدیاویکی:Vector.css: تفاوت میان نسخهها
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
/* | /* تمامعرض کردن محتوای صفحه */ | ||
.vector-feature-zebra-design-enabled .mw-page-container, | .vector-feature-zebra-design-enabled .mw-page-container, | ||
.vector-feature-zebra-design-enabled .mw- | .vector-feature-zebra-design-enabled .vector-body, | ||
.vector-feature-zebra-design-enabled .vector-page-titlebar, | |||
.mw-content-container { | |||
max-width: 100% !important; | max-width: 100% !important; | ||
} | } | ||
.vector- | /* حذف/پنهان کردن سایدبار */ | ||
.vector-sidebar, | |||
#mw-panel { | |||
display: none !important; | |||
} | } | ||
/* | /* اگر در چیدمان فعلی فاصلهی خالی باقی ماند */ | ||
.mw- | .vector-feature-zebra-design-enabled .mw-page-container { | ||
grid-template-columns: 1fr !important; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
} | } | ||