MediaWiki:Monobook.css: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "All CSS here will be loaded for users of the MonoBook skin: body { min-height: 100vh; display: flex; flex-direction: column; background-image: linear-gradient(to bottom, transparent, #ffff), url("https://littletail.wiki/images/8/8a/MonoBook-BG.jpg"); background-repeat: inherit; } .mw-footer { margin-top: auto; }"
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */
body {
min-height: 100vh;
display: flex;
flex-direction: column;
background-image: linear-gradient(to bottom, transparent, #ffff), url("https://littletail.wiki/images/8/8a/MonoBook-BG.jpg");
background-repeat: inherit;
}
.mw-footer {
  margin-top: auto;
}

Latest revision as of 19:27, 14 February 2025

/* All CSS here will be loaded for users of the MonoBook skin */