MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 57: | Line 57: | ||
'<div class="atronia-full-width-line"></div>' + | '<div class="atronia-full-width-line"></div>' + | ||
// Logos | // Secção de Logos com altura equalizada | ||
'<div style="padding: 40px 0; max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px 60px; align-items: center;">' + | |||
'<div>' + | |||
'<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold;">POWERED BY:</p>' + | |||
'<img src="'+img.igus+'" style="height: 35px; width: auto; display: block;">' + | |||
'</div>' + | |||
'<div>' + | |||
'<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold;">CO-SPONSORED BY:</p>' + | |||
'<div style="display: flex; flex-wrap: wrap; gap: 30px 50px; align-items: center;">' + | |||
'<img src="'+img.cp+'" style="height: 35px; width: auto; object-fit: contain;">' + | |||
'<img src="'+img.ce+'" style="height: 35px; width: auto; object-fit: contain;">' + | |||
'<img src="'+img.ps+'" style="height: 35px; width: auto; object-fit: contain;">' + | |||
'<img src="'+img.pr+'" style="height: 35px; width: auto; object-fit: contain;">' + | |||
'</div>' + | '</div>' + | ||
'</div>'; | '</div>' + | ||
'</div>'; | |||
$('#custom-atronia-footer').remove(); | $('#custom-atronia-footer').remove(); | ||