MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 63: | Line 63: | ||
// Bloco Powered By + Links Extra (Coluna Esquerda) | // Bloco Powered By + Links Extra (Coluna Esquerda) | ||
'<div style="flex: 0 0 auto; width: | '<div style="flex: 0 0 auto; width: 300px; display: flex; flex-direction: column; gap: 25px;">' + | ||
'<div>' + | '<div>' + | ||
'<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' + | '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' + | ||
| Line 71: | Line 71: | ||
'</div>' + | '</div>' + | ||
// LINKS NUMA SÓ LINHA | |||
'<div>' + | '<div>' + | ||
'<p style="font-size: 13px; color: #ffffff !important | '<p style="font-size: 13px; color: #ffffff !important;">' + | ||
'<strong>' + | '<strong>' + | ||
'<a href="https://www.livroreclamacoes.pt/inicio/" target="_blank" rel="noopener" style="color: #ffffff !important; text-decoration: underline;">Livro de Reclamações</a> | '<a href="https://www.livroreclamacoes.pt/inicio/" target="_blank" rel="noopener" style="color: #ffffff !important; text-decoration: underline;">Livro de Reclamações</a>' + | ||
' | ' + | |||
'<a href="https://atronia.eu/privacy-policy/" target="_blank" rel="noopener" style="color: #ffffff !important; text-decoration: underline;">Privacy Policy</a>' + | '<a href="https://atronia.eu/privacy-policy/" target="_blank" rel="noopener" style="color: #ffffff !important; text-decoration: underline;">Privacy Policy</a>' + | ||
'</strong>' + | '</strong>' + | ||
| Line 84: | Line 86: | ||
'<div style="flex: 1;">' + | '<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>' + | '<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;">' + | '<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 20px 40px; justify-content: start; align-items: center;">' + | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank"> | '<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank"><img src="'+img.cp+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' + | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank"><img src="'+img.ce+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' + | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank"><img src="'+img.ps+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' + | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank"> | '<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank"><img src="'+img.pr+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' + | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank"> | |||
'<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank"> | |||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||