MediaWiki:Monobook.css: Difference between revisions
From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
Deniskincses (talk | contribs) Created page with "→All CSS here will be loaded for users of the MonoBook skin: html, body { height: 100%; margin: 0; padding: 0; } #globalWrapper { min-height: 100vh; display: flex; flex-direction: column; } #column-content { flex: 1; }" |
Deniskincses (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
html, body { | html, body { | ||
height: 100%; | height: 100%; | ||
} | } | ||
#globalWrapper { | #globalWrapper { | ||
position: relative; | |||
min-height: 100vh; | min-height: 100vh; | ||
} | |||
#footer { | |||
position: absolute; | |||
bottom: 0; | |||
width: 100%; | |||
padding-left: 0px !important; | |||
padding-right: 0px !important; | |||
} | } | ||
#column-content { | #column-content { | ||
padding-bottom: 60px; | |||
} | } | ||
Latest revision as of 09:47, 29 May 2026
html, body {
height: 100%;
}
#globalWrapper {
position: relative;
min-height: 100vh;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
}
#column-content {
padding-bottom: 60px;
}