MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 97: Line 97:
/* Remove categories */
/* Remove categories */
.page-Home #catlinks {
.page-Home #catlinks {
    display: none !important;
}
/* ===============================
  REMOVE BOTTOM META FROM HOME
  =============================== */
/* Hide last edited text */
.page-Home #footer-info-lastmod {
    display: none !important;
}
/* Hide copyright/license text */
.page-Home #footer-info-copyright {
    display: none !important;
}
/* Hide entire footer info area */
.page-Home #footer-info {
    display: none !important;
}
/* Remove bottom blue border */
.page-Home #footer {
    border-top: none !important;
}
/* Remove page info links if any */
.page-Home .printfooter {
     display: none !important;
     display: none !important;
}
}