MediaWiki:Timeless.css: Difference between revisions

From Golden Retriever Wiki
No edit summary
No edit summary
Line 7: Line 7:
}
}
#p-navigation{
#p-navigation{
    display: none !important;
}
#mw-site-navigation .sidebar-chunk {
     display: none !important;
     display: none !important;
}
}

Revision as of 15:20, 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;
}
#mw-site-navigation .sidebar-chunk {
    display: none !important;
}