Jump to content

MediaWiki:Common.css: Difference between revisions

From The Hidden Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
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;
}

Latest revision as of 04:45, 30 June 2026

/* CSS placed here will be applied to all skins */