MediaWiki:Common.css: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:


/* make followed links more contrasty so they can be distinguished in Recent Changes as already followed more easily */
/* make followed links more contrasty so they can be distinguished in Recent Changes as already followed more easily */
.mw-changelist-groupdiff a:visited { color: green !IMPORTANT; }
.mw-changelist-groupdiff a:visited { color: #8806CE !IMPORTANT; }
.mw-changelist-groupdiff a.new:visited { color: green !IMPORTANT; }
.mw-changelist-groupdiff a.new:visited { color: #8806CE !IMPORTANT; }

Revision as of 09:26, 2021 April 14

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

/*  hide talk links from watch pages and recent changes */
.mw-usertoollinks-talk {
   display : none;
}

/* make followed links more contrasty so they can be distinguished in Recent Changes as already followed more easily */
.mw-changelist-groupdiff a:visited { color: #8806CE !IMPORTANT; }
.mw-changelist-groupdiff a.new:visited { color: #8806CE !IMPORTANT; }