MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 55: | Line 55: | ||
'<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 - | // ÁREA DE LOGOS - ESTRUTURA DE GRELHA 2x2 | ||
'<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="height: 40px; width: auto;">' + | '<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>' + | ||
// | // Grid que força 2 colunas | ||
'<div style="display: | '<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 20px 40px; max-width: fit-content; align-items: center;">' + | ||
'<a href="'+pdfLinks.compete+'" target="_blank" style="display: block; | '<a href="'+pdfLinks.compete+'" target="_blank" style="display: block; border: none;"><img src="'+img.compete+'" class="footer-sponsor-img"></a>' + | ||
'<a href="'+pdfLinks.centro+'" target="_blank" style="display: block; | '<a href="'+pdfLinks.centro+'" target="_blank" style="display: block; border: none;"><img src="'+img.centro+'" class="footer-sponsor-img"></a>' + | ||
'<a href="'+pdfLinks.pessoas+'" target="_blank" style="display: block; | '<a href="'+pdfLinks.pessoas+'" target="_blank" style="display: block; border: none;"><img src="'+img.pessoas+'" class="footer-sponsor-img"></a>' + | ||
'<a href="'+pdfLinks.prr+'" target="_blank" style="display: block; | '<a href="'+pdfLinks.prr+'" target="_blank" style="display: block; border: none;"><img src="'+img.prr+'" class="footer-sponsor-img"></a>' + | ||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||