MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
// 2. CONTEÚDO PRINCIPAL (CONTACTOS E MENUS) | // 2. CONTEÚDO PRINCIPAL (CONTACTOS E MENUS) | ||
'<div style="display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1300px; margin: 0 auto; padding: 60px 20px; color: #ffffff;">' + | '<div style="display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1300px; margin: 0 auto; padding: 60px 20px; color: #ffffff; gap: 40px;">' + | ||
// Contactos | // Contactos | ||
'<div style="flex: 1 | '<div style="flex: 1; min-width: 280px;">' + | ||
'<h4 '+titleStyle+'>Visit but keep in mind we\'re busy</h4>' + | '<h4 '+titleStyle+'>Visit but keep in mind we\'re busy</h4>' + | ||
'<p style="color: #ffffff !important;">Rua do Norte 9,<br>Ílhavo, 3830-167, Portugal</p>' + | '<p style="color: #ffffff !important;">Rua do Norte 9,<br>Ílhavo, 3830-167, Portugal</p>' + | ||
| Line 60: | Line 60: | ||
// 4. SECÇÃO FINAL DE LOGOS AJUSTADA | // 4. SECÇÃO FINAL DE LOGOS AJUSTADA | ||
'<div style="padding: 40px | '<div style="padding: 40px 20px; max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 40px;">' + | ||
// Bloco Powered By + Links Extra (Coluna Esquerda) | // Bloco Powered By + Links Extra (Coluna Esquerda) | ||
'<div style="flex: | '<div style="flex: 1; min-width: 280px; 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>' + | ||