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; }")
 
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;
 
}
 
}

Revision as of 08:04, 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;
}