MediaWiki:Timeless.css: Difference between revisions
From Astraheim Edda
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
{ | { | ||
padding-top: 100px; | padding-top: 100px; | ||
} | |||
#mw-footer-container | |||
{ | |||
background-color: rgba(25,30,36,1) !important; | |||
} | } | ||
Revision as of 13:14, 5 December 2025
/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container
{
min-height: 100vh;
background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%);
background-blend-mode: screen;
}
#mw-content-block
{
padding-top: 100px;
}
#mw-footer-container
{
background-color: rgba(25,30,36,1) !important;
}
