Difference between revisions of "Template:NPCs"

From XilePK - Ragnarok Online Server
Jump to navigation Jump to search
Line 25: Line 25:
 
   flex-wrap: wrap;
 
   flex-wrap: wrap;
 
   justify-content: flex-start;
 
   justify-content: flex-start;
}
 
 
.npc-container > .mainpage-contents.tile-row {
 
  flex: 0 0 auto;
 
  margin: 0 0.9rem 0.9rem 0;
 
  min-width: 150px;
 
  max-width: 200px;
 
  width: auto;
 
  display: block; /* Garante que cada NPC seja tratado como um bloco único */
 
}
 
 
.npc-container > .mainpage-contents.tile-row > .contents-equipment.tile-halves {
 
  margin-right: 0;
 
  width: 100%;
 
 
}
 
}
 
</style>
 
</style>

Revision as of 13:27, 2 May 2025

Este template serve como um contêiner para exibir vários NPCs lado a lado. Use-o da seguinte forma:


Expression error: Unexpected > operator.











<style> .npc-container {

 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;

} </style>


Você pode adicionar até 18 NPCs no mesmo contêiner. Eles serão exibidos lado a lado até o limite da tela e depois continuarão na próxima linha. Categoria: Predefinições