Gebruiker:Michielderoo/handtekeningen

Uit Wikipedia, de vrije encyclopedie

Door het installeren van onderstaande codes, wordt het overgrote deel van de uitbundige, kleurige, schreeuwerige en fluoriserende handtekeningen weer gereduceerd tot de saaie standaard.

In je eigen common.js voeg je toe:

$('#bodyContent span:has(a[href^="/wiki/Overleg_gebruiker:"])').addClass('handtekening_uitbundig');
$('#bodyContent span:has(a[href^="/wiki/Gebruiker:"])').addClass('handtekening_uitbundig');
$('#bodyContent a[href^="/wiki/Gebruiker:"] *').addClass('handtekening_uitbundig');
$('#bodyContent a[href^="/wiki/Overleg_gebruiker:"] *').addClass('handtekening_uitbundig');
$('#bodyContent a[href^="/w/index.php?title=Gebruiker:"] *').addClass('handtekening_uitbundig');
$('#bodyContent a[href^="/w/index.php?title=Overleg_gebruiker:"] *').addClass('handtekening_uitbundig');

In je eigen common.css voeg je toe:

.handtekening_lang {display:none;}
.handtekening_uitbundig, .handtekening_uitbundig a *, .handtekening_uitbundig i *, .handtekening_uitbundig strong *, .handtekening_uitbundig b { background-color: inherit !important; color: #0645AD !important; font-weight: normal !important; font-style: normal !important; text-shadow: none !important; border: 0px !important; font-family: sans-serif !important; font-size: 100% !important; padding: 0px !important; margin: 0px !important; top: 0px !important; left: 0px !important; }