Difference between revisions of "MediaWiki:Timeless.css"
From Indie IT Wiki
(Created page with "→All CSS here will be loaded for users of the Timeless skin: #p-logo-text { white-space: nowrap; }") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
#p-logo-text { | #p-logo-text { | ||
white-space: nowrap; | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #mw-related-navigation { | ||
+ | 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; }