MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 54: | Line 54: | ||
'</div>' + | '</div>' + | ||
// | // 3. LINHA BRANCA INTENSA LARGURA TOTAL | ||
'<div class="atronia-full-width-line"></div>' + | '<div class="atronia-full-width-line"></div>' + | ||
// | // 4. SECÇÃO FINAL DE LOGOS COM LINKS ATIVOS | ||
'<div style="padding: | '<div style="padding: 40px 0; max-width: 1300px; margin: 0 auto; display: flex; align-items: flex-start; gap: 60px;">' + | ||
// Bloco Powered By | |||
'<div style="flex: 0 0 auto; width: 120px;">' + | |||
'<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' + | |||
'<a href="https://www.igus.pt/" target="_blank">' + | |||
'<img src="'+img.igus+'" style="height: auto; width: 100%; max-width: 100px; display: block; border:none;">' + | |||
'</a>' + | |||
'</div>' + | |||
// Bloco Co-sponsored By | |||
'<div style="flex: 1;">' + | |||
'<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Co-sponsored by:</p>' + | |||
'<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 20px 40px; justify-content: start; align-items: center;">' + | |||
// Compete 2030 | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank">' + | |||
'<img src="'+img.cp+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' + | |||
'</a>' + | |||
// Centro 2030 | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank">' + | |||
'<img src="'+img.ce+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' + | |||
'</a>' + | |||
// Pessoas 2030 | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank">' + | |||
'<img src="'+img.ps+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' + | |||
'</a>' + | |||
// PRR | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank">' + | |||
'<img src="'+img.pr+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' + | |||
'</a>' + | |||
'</div>' + | |||
'</div>' + | |||
'</div>' + | '</div>' + | ||
'</div>'; | |||
'</div>'; | |||
// Limpeza e Inserção | // Limpeza e Inserção | ||