MediaWiki:Common.css: Difference between revisions
From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
Deniskincses (talk | contribs) replace logo with higher quality version and test background |
Deniskincses (talk | contribs) mNo edit summary |
||
| Line 8: | Line 8: | ||
background-color: #2a2d32 !important; | background-color: #2a2d32 !important; | ||
background-image: none !important; | background-image: none !important; | ||
} | |||
footer { | |||
position: fixed; | |||
bottom: 0; | |||
width: 100%; | |||
height: auto; | |||
display: flex; | |||
justify-content: center; | |||
} | } | ||
Revision as of 07:49, 29 May 2026
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
background-size: 135px;
background-image: url(resources/assets/glue3dwikihq.png);
}
body {
background-color: #2a2d32 !important;
background-image: none !important;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
height: auto;
display: flex;
justify-content: center;
}