MediaWiki:Common.css: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
   display : none;
   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; }
*/

Revision as of 09:48, 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;
}