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