MediaWiki:Timeless.css: Difference between revisions

From Golden Retriever Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
     display: none !important;
     display: none !important;
}
}
.p-navigation{
#p-navigation{
    display: none !important;
}
#mw-site-navigation #site-tools {
     display: none !important;
     display: none !important;
}
}

Latest revision as of 15:21, 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 #site-tools {
    display: none !important;
}