MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 272: Line 272:
     $('#p-banner').html("<span><span class='main-accent'>El</span>wiki</span>");
     $('#p-banner').html("<span><span class='main-accent'>El</span>wiki</span>");
     $('table[cellpadding="5"][border="1"][style] tr').each(function () {
     $('table[cellpadding="5"][border="1"][style] tr').each(function () {
         // let rgb = $(this).css('backgroundColor');
         let rgb = $(this).css('backgroundColor');
         // let colors = rgb.match(/\d+/g);
         // let colors = rgb.match(/\d+/g);
         // let o = Math.round(((parseInt(colors[1]) * 299) + (parseInt(colors[2]) * 587) + (parseInt(colors[3]) * 114)) / 1000);
         // let o = Math.round(((parseInt(colors[1]) * 299) + (parseInt(colors[2]) * 587) + (parseInt(colors[3]) * 114)) / 1000);