|
|
Línea 1: |
Línea 1: |
| <html> | | <html> |
| <div class="oroza-navbar" style="display: flex; align-items: center; justify-content: center; position: relative; padding: 15px 20px; background: #2c3e50; border-bottom: 3px solid #f1c40f; border-radius: 12px; font-size: 14px;">
| | <div class="oroza-navbar" style="display: flex; align-items: center; justify-content: center; position: relative; padding: 20px;"> |
|
| |
|
| <!-- Logo alineado a la izquierda -->
| | <!-- Logo alineado a la izquierda con espacio y sombra --> |
| <div style="position: absolute; left: 0; padding-left: 25px;">
| | <div style="position: absolute; left: 0; padding-left: 25px;"> |
| <a href="https://orozaro.com/wiki/index.php/P%C3%A1gina_principal" target="_blank" rel="noopener noreferrer">
| | <a href="https://orozaro.com/wiki/index.php/P%C3%A1gina_principal" target="_blank" rel="noopener noreferrer"> |
| <img src="/wiki/resources/assets/logo-oroza-icon.png"
| | <img src="/wiki/resources/assets/logo-oroza-icon.png" |
| style="width: 70px; height: auto; filter: drop-shadow(0 0 5px white);">
| | style="width: 80px; height: auto; filter: drop-shadow(0 0 5px white);"> |
| </a>
| | </a> |
| </div>
| | </div> |
|
| |
|
| <!-- Enlaces centrados -->
| |
| <div>
| |
| <a href="https://orozaro.com/?module=main" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🏠 Página Web</a>
| |
| <a href="https://orozaro.com/?module=account&action=create" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">📝 Crea tu Cuenta</a>
| |
| <a href="https://orozaro.com/?module=main&action=download" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">⬇️ Descargas</a>
| |
| <a href="https://orozaro.com/?module=ranking&action=pvp" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🏆 Rankings</a>
| |
| <a href="https://orozaro.com/?module=paypal&action=como_donar" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">💰 Donaciones</a>
| |
| <a href="https://orozaro.com/vcp/login.php" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🗳️ Vota por el Server</a>
| |
| </div>
| |
|
| |
|
| <!-- Banderas a la derecha, más chicas -->
| |
| <div style="position: absolute; right: 0; padding-right: 20px; display: flex; align-items: center; gap: 6px;">
| |
| <span style="font-size: 18px; color: white;">🌐</span>
| |
|
| |
|
| <!-- Español -->
| | <!-- Enlaces centrados con espaciado --> |
| <a href="https://orozaro.com/wiki/index.php/P%C3%A1gina_principal" title="Español">
| | <div> |
| <img src="https://flagcdn.com/24x18/es.png" alt="ES" style="border-radius: 3px;">
| | <a href="https://orozaro.com/?module=main" target="_blank" style="margin: 0 15px;">🏠 Página Web</a> |
| </a>
| | <a href="https://orozaro.com/?module=account&action=create" target="_blank" style="margin: 0 15px;">📝 Crea tu Cuenta</a> |
| | <a href="https://orozaro.com/?module=main&action=download" target="_blank" style="margin: 0 15px;">⬇️ Descargas</a> |
| | <a href="https://orozaro.com/?module=ranking&action=pvp" target="_blank" style="margin: 0 15px;">🏆 Rankings</a> |
| | <a href="https://orozaro.com/?module=paypal&action=como_donar" target="_blank" style="margin: 0 15px;">💰 Donaciones</a> |
| | <a href="https://orozaro.com/vcp/login.php" target="_blank" style="margin: 0 15px;">🗳️ Vota por el Server</a> |
| | </div> |
|
| |
|
| <!-- Inglés -->
| |
| <a href="#" onclick="alert('🔄 Traducción en proceso...'); return false;" title="English">
| |
| <img src="https://flagcdn.com/24x18/us.png" alt="EN" style="border-radius: 3px;">
| |
| </a>
| |
|
| |
|
| <!-- Portugués -->
| |
| <a href="#" onclick="alert('🔄 Traducción en proceso...'); return false;" title="Português">
| |
| <img src="https://flagcdn.com/24x18/br.png" alt="PT" style="border-radius: 3px;">
| |
| </a>
| |
| </div>
| |
| </div> | | </div> |
| </html> | | </html> |