MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 9: Line 9:


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

Revision as of 22:22, 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: #e35b5b;
}

.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #e35b5b;
}