MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 6: Line 6:
.citizen-footer {
.citizen-footer {
     display: none;
     display: none;
}
.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: pink;
}
}

Revision as of 22:21, 3 March 2024

/* All CSS here will be loaded for users of the Citizen skin */
.citizen-table-wrapper {
    overflow-x: unset;
}

.citizen-footer {
    display: none;	
}

.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: pink;
}