MediaWiki:Common.css: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* =============== GLOBAL =================== */
/* =============== GLOBAL =================== */


#mw-body, #content, .toc, .mw-warning, .toccolours, .wikitable, .wikitable > tr > th, .wikitable > * > tr > th {
#mw-body, #content, #catlinks, .toc, .mw-warning, .toccolours, .wikitable, .wikitable > tr > th, .wikitable > * > tr > th {
     background-color: inherit
     background-color: inherit
}
}


#footer-info-lastmod, #footer-info-copyright, #footer-places, h1, h2, h3, h4, h5, h6, .wikitable {
#footer-info-lastmod, #footer-info-copyright, #footer-places, #catlinks, h1, h2, h3, h4, h5, h6, .wikitable {
     color: inherit;
     color: inherit;
}
}

Revision as of 04:02, 25 April 2021

/* =============== GLOBAL =================== */

#mw-body, #content, #catlinks, .toc, .mw-warning, .toccolours, .wikitable, .wikitable > tr > th, .wikitable > * > tr > th {
    background-color: inherit
}

#footer-info-lastmod, #footer-info-copyright, #footer-places, #catlinks, h1, h2, h3, h4, h5, h6, .wikitable {
    color: inherit;
}


/* =============== GLOBAL END =============== */


/* =============== XBOX ====================== */
/* Theme colors: Black, White, Green (#4CFF00) */


.ns-3000, .ns-3000 #mw-head, .ns-3000 #footer a {
    background-color: black;
    color: #4CFF00;
}

.ns-3000 #footer, .ns-3000 #content {
    color: white;
}

.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 a, .ns-3000 #mw-panel a:visited, .ns-3000 #content a, .ns-3000 #content a:visited, .wikitable > tr > th, .wikitable > * > tr > th {
    color: #4CFF00;
}


/* =============== XBOX END ================== */