MediaWiki:Common.css: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
mNo edit summary
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

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;
}