Diferencia entre revisiones de «Plantilla:Navbar»

De Oroza RO Wiki
Ir a la navegación Ir a la búsqueda
Sin resumen de edición
Sin resumen de edición
Línea 2: Línea 2:
   <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: 15px 20px; background: #2c3e50; border-bottom: 3px solid #f1c40f; border-radius: 12px; font-size: 14px;">


     <!-- Logo alineado a la izquierda -->
     <!-- Logo aligned to the left -->
     <div style="position: absolute; left: 0; padding-left: 25px;">
     <div style="position: absolute; left: 0; padding-left: 25px;">
       <a href="https://en.orozaro.com/wiki/index.php/P%C3%A1gina_principal" target="_blank" rel="noopener noreferrer">
       <a href="https://en.orozaro.com/wiki/index.php/P%C3%A1gina_principal" target="_blank" rel="noopener noreferrer">
Línea 10: Línea 10:
     </div>
     </div>


<!-- Centered links -->
    <!-- Centered links -->
<div>
    <div>
  <a href="https://en.orozaro.com/?module=main" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🏠 Website</a>
      <a href="https://en.orozaro.com/?module=main" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">🏠 Website</a>
  <a href="https://en.orozaro.com/?module=account&action=create" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">📝 Create Your Account</a>
      <a href="https://en.orozaro.com/?module=account&action=create" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">📝 Create Your Account</a>
  <a href="https://en.orozaro.com/?module=main&action=download" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">⬇️ Downloads</a>
      <a href="https://en.orozaro.com/?module=main&action=download" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">⬇️ Downloads</a>
  <a href="https://en.orozaro.com/?module=ranking&action=pvp" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🏆 Rankings</a>
      <a href="https://en.orozaro.com/?module=ranking&action=pvp" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">🏆 Rankings</a>
  <a href="https://en.orozaro.com/?module=paypal&action=como_donar" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">💰 Donations</a>
      <a href="https://en.orozaro.com/?module=paypal&action=como_donar" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">💰 Donations</a>
  <a href="https://en.orozaro.com/vcp/login.php" target="_blank" style="margin: 0 10px; color: white; text-decoration: none;">🗳️ Vote for the Server</a>
      <a href="https://en.orozaro.com/vcp/login.php" target="_blank" rel="noopener noreferrer" style="margin: 0 10px; color: white; text-decoration: none;">🗳️ Vote for the Server</a>
</div>
    </div>
 
 


     <!-- Banderas a la derecha, más chicas -->
     <!-- Language flags on the right -->
     <div style="position: absolute; right: 0; padding-right: 20px; display: flex; align-items: center; gap: 6px;">
     <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 -->
       <!-- Spanish -->
       <a href="https://orozaro.com/wiki/index.php/P%C3%A1gina_principal" title="Español">
       <a href="#" onclick="return switchOrozaLang('es');" title="Español">
         <img src="https://flagcdn.com/24x18/es.png" alt="ES" style="border-radius: 3px;">
         <img src="https://flagcdn.com/24x18/es.png" alt="ES" style="border-radius: 3px;">
       </a>
       </a>


       <!-- Inglés -->
       <!-- English -->
       <a href="https://en.orozaro.com/wiki/index.php/P%C3%A1gina_principal" title="English">
       <a href="#" onclick="return switchOrozaLang('en');" title="English">
         <img src="https://flagcdn.com/24x18/us.png" alt="EN" style="border-radius: 3px;">
         <img src="https://flagcdn.com/24x18/us.png" alt="EN" style="border-radius: 3px;">
       </a>
       </a>


      <!-- Portugués
      <a href="https://pt.orozaro.com/wiki/index.php/P%C3%A1gina_principal" title="Português">
        <img src="https://flagcdn.com/24x18/br.png" alt="PT" style="border-radius: 3px;">
      </a> -->
     </div>
     </div>
   </div>
   </div>
  <script>
    function switchOrozaLang(lang) {
      var url = new URL(window.location.href);
      if (lang === 'en') {
        url.hostname = 'en.orozaro.com';
      } else {
        url.hostname = 'orozaro.com';
      }
      window.location.href = url.toString();
      return false;
    }
  </script>
</html>
</html>

Revisión del 14:03 31 mar 2026