Jump to content

MediaWiki:Common.css: Difference between revisions

From TheRift
No edit summary
No edit summary
Line 11: Line 11:
     margin-left: 150px;
     margin-left: 150px;
}
}
 
@media screen {
.p-logo {
    .p-logo {
    width:10em;
        width:10em;
    height:160px;
        height:160px;
    margin-bottom:1em;
        margin-bottom:1em;
    }
}
}

Revision as of 16:30, 18 December 2025

/* CSS placed here will be applied to all skins */

body { 
    background-image: url(media/Updatedbackground2.png); 
    background-repeat: repeat;
    background-size: cover;
}

.skin-vector-2022 {
    margin-right: 150px;
    margin-left: 150px;
}
@media screen {
    .p-logo {
        width:10em;
        height:160px;
        margin-bottom:1em;
    }
}