MediaWiki:Common.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(new)
 
(Warning)
Line 11: Line 11:
#mw-indicator-mw-helplink a {
#mw-indicator-mw-helplink a {
display:none;
display:none;
}

.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
background-color: #ffc6cd;
border-color: #b80000;
}
}

Revision as of 01:22, January 19, 2022

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

/* link colors */
a { color: #00f; }
a:visited { color: #00c; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }

#mw-indicator-mw-helplink a {
    display:none;
}

.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning {
    background-color: #ffc6cd;
    border-color: #b80000;
}