MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ===== MAIN PAGE LAYOUT ===== */
/* ===== MAIN PAGE LAYOUT ===== */
/* hides left panel on main page */


body.page-Main_Page #mw-panel {
body.page-Main_Page #mw-panel {
Line 8: Line 11:
     margin-left: 0 !important;
     margin-left: 0 !important;
}
}
.mw-logo .mw-logo-icon {
  width: 28px !important;  /* your preferred width */
  height: auto !important;  /* maintain proportions */
}


/* overall wrapper under the banner */
/* overall wrapper under the banner */
Line 179: Line 191:
     display: none !important;
     display: none !important;
     */
     */
}
#footer-poweredbyico {
display: none;
}
}