MediaWiki:Common.css: Difference between revisions
Appearance
Replaced content with "→CSS placed here will be applied to all skins: " Tag: Replaced |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Sidebar'ı gizle */ | |||
#mw-panel, .mw-portlet, .vector-menu-content { | |||
display: none !important; | |||
} | |||
/* İçerik alanını tam genişlik yap */ | |||
#content, .mw-body, .mw-page-container { | |||
margin-left: 0 !important; | |||
width: 100% !important; | |||
max-width: 100% !important; | |||
} | |||
Revision as of 04:44, 30 June 2026
/* CSS placed here will be applied to all skins */
/* Sidebar'ı gizle */
#mw-panel, .mw-portlet, .vector-menu-content {
display: none !important;
}
/* İçerik alanını tam genişlik yap */
#content, .mw-body, .mw-page-container {
margin-left: 0 !important;
width: 100% !important;
max-width: 100% !important;
}