Difference between revisions of "MediaWiki:Timeless.css"
From Indie IT Wiki
m |
|||
Line 11: | Line 11: | ||
#mw-related-navigation { | #mw-related-navigation { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | pre { | ||
+ | background-color: #72777d; | ||
+ | color: #ffffff; | ||
} | } |
Latest revision as of 10:14, 24 May 2021
/* All CSS here will be loaded for users of the Timeless skin */ #p-logo-text { white-space: nowrap; } #p-logo { display: none; } #mw-related-navigation { display: none; } pre { background-color: #72777d; color: #ffffff; }