MediaWiki:Common.css: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
}
}


html:contains-selector(.ns-3000) { background: #000; } {
html:has(.ns-3000) { background: #000; } {
     background-color: #000;
     background-color: #000;
}
}

Revision as of 22:46, 24 April 2021

/* CSS placed here will be applied to all skins */
.ns-3000 .mw-wiki-logo, .page-Xbox_Main_Page .mw-wiki-logo {
    background-image: url("/mediawiki/images/7/72/Xbox-Logo.png");
}

.ns-3000 #mw-panel {
    background-color: #000;
    color: #4CFF00;
}

.ns-3000 #mw-panel a:visited {
    color: #4CFF00;
}

html:has(.ns-3000) { background: #000; } {
    background-color: #000;
}