MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/*FOOTER*/ | /*FOOTER*/ | ||
$(function() { | $(function() { | ||
| Line 55: | Line 53: | ||
'<hr style="border: 0; border-top: 1px solid rgba(255,255,255,0.2); margin: 40px 0;">' + | '<hr style="border: 0; border-top: 1px solid rgba(255,255,255,0.2); margin: 40px 0;">' + | ||
// ÁREA DE LOGOS COM | // ÁREA DE LOGOS COM TAMANHOS UNIFORMIZADOS | ||
'<div style="display: flex; flex-wrap: wrap; align-items: flex-start; max-width: 1400px; margin: 0 auto; gap: 60px;">' + | '<div style="display: flex; flex-wrap: wrap; align-items: flex-start; max-width: 1400px; margin: 0 auto; gap: 60px;">' + | ||
'<div>' + | '<div>' + | ||
'<p style="font-size: 11px; color: #ffffff !important; text-transform: uppercase; margin-bottom: 15px; opacity: 0.8;">Powered by:</p>' + | '<p style="font-size: 11px; color: #ffffff !important; text-transform: uppercase; margin-bottom: 15px; opacity: 0.8;">Powered by:</p>' + | ||
'<img src="'+img.igus+'" style="width: | '<img src="'+img.igus+'" style="height: 40px; width: auto; display: block;">' + | ||
'</div>' + | '</div>' + | ||
'<div style="flex: 1;">' + | '<div style="flex: 1;">' + | ||
'<p style="font-size: 11px; color: #ffffff !important; text-transform: uppercase; margin-bottom: 15px; opacity: 0.8;">Co-sponsored by:</p>' + | '<p style="font-size: 11px; color: #ffffff !important; text-transform: uppercase; margin-bottom: 15px; opacity: 0.8;">Co-sponsored by:</p>' + | ||
'<div style="display: flex; flex-wrap: wrap; gap: | '<div style="display: flex; flex-wrap: wrap; gap: 25px; align-items: center;">' + | ||
'<a href="'+pdfLinks.compete+'" target="_blank"><img src="'+img.compete+'" style="height: | '<a href="'+pdfLinks.compete+'" target="_blank"><img src="'+img.compete+'" style="height: 40px; width: auto; display: block;"></a>' + | ||
'<a href="'+pdfLinks.centro+'" target="_blank"><img src="'+img.centro+'" style="height: | '<a href="'+pdfLinks.centro+'" target="_blank"><img src="'+img.centro+'" style="height: 40px; width: auto; display: block;"></a>' + | ||
'<a href="'+pdfLinks.pessoas+'" target="_blank"><img src="'+img.pessoas+'" style="height: | '<a href="'+pdfLinks.pessoas+'" target="_blank"><img src="'+img.pessoas+'" style="height: 40px; width: auto; display: block;"></a>' + | ||
'<a href="'+pdfLinks.prr+'" target="_blank"><img src="'+img.prr+'" style="height: | '<a href="'+pdfLinks.prr+'" target="_blank"><img src="'+img.prr+'" style="height: 40px; width: auto; display: block;"></a>' + | ||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
| Line 79: | Line 77: | ||
'</div>'; | '</div>'; | ||
$('#custom-atronia-footer').remove(); | $('#custom-atronia-footer').remove(); | ||
$('body').append(footerHTML); | $('body').append(footerHTML); | ||