MediaWiki:Common.css: Difference between revisions

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


body {
body {
     background-color: #2a2d32 !important;
     background:  
    background-image: none !important;
        linear-gradient(
            rgba(190, 232, 237, 0.8),
            rgba(82, 161, 172, 0.8)
        ),
        lightblue url("resources/assets/skyboxicons.png") repeat !important;
}
}


footer {
footer {
position: fixed;
position: fixed;
bottom: 0;
bottom: 0;

Revision as of 08:43, 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: 
        linear-gradient(
            rgba(190, 232, 237, 0.8),
            rgba(82, 161, 172, 0.8)
        ),
        lightblue url("resources/assets/skyboxicons.png") repeat !important;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}