MediaWiki:Timeless.css: Difference between revisions

From Astraheim Edda
No edit summary
No edit summary
Line 9: Line 9:
{
{
   padding-top: 100px;
   padding-top: 100px;
}
#page-tools, #p-logo, .mw-wiki-logo {
  margin-top: 0 !important;
}
}

Revision as of 17:53, 18 December 2025

/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container 
{ 
  min-height: 100vh;
  border-bottom: none !important;
}

#mw-content-block
{
  padding-top: 100px;
}

#page-tools, #p-logo, .mw-wiki-logo {
  margin-top: 0 !important;
}