MediaWiki:Timeless.css: Difference between revisions

From Golden Retriever Wiki
No edit summary
No edit summary
Line 4: Line 4:
}
}
#mw-related-navigation {
#mw-related-navigation {
    display: none !important;
}
.p-navigation{
     display: none !important;
     display: none !important;
}
}

Revision as of 15:19, 22 July 2025

/* All CSS here will be loaded for users of the Timeless skin */
.mw-wiki-logo.timeless-logo img {
    display: none !important;
}
#mw-related-navigation {
    display: none !important;
}
.p-navigation{
    display: none !important;
}