Auto-import PNJ3

This commit is contained in:
2026-07-07 18:59:34 +02:00
parent a53c7ace53
commit 746f9e23bb
80 changed files with 509 additions and 254 deletions
+65
View File
@@ -1113,3 +1113,68 @@ a.mgt2-world-link {
a.mgt2-world-link:hover {
color: #8a4aaa;
}
/* === Batch NPC Creator =================================================== */
.mgt2-batch-npc-form {
display: flex;
flex-direction: column;
gap: 12px;
padding: 16px;
background: #f5f0e8;
color: #222;
}
.mgt2-batch-npc-form h3 {
color: #5f4300;
border-bottom: 2px solid #b78f26;
padding-bottom: 6px;
margin: 0 0 4px 0;
font-size: 1.1em;
}
.mgt2-batch-npc-form legend {
color: #7a5c00;
font-weight: 600;
font-size: 0.95em;
}
.mgt2-batch-npc-form .input-group {
display: flex;
gap: 4px;
}
.mgt2-batch-npc-form .input-group input {
flex: 1;
}
.mgt2-batch-npc-form .input-group .btn-small {
flex: 0 0 32px;
padding: 4px 6px;
line-height: 1;
}
.batch-progress {
margin: 8px 0;
}
.batch-progress-bar {
height: 8px;
background: #ddd;
border-radius: 4px;
overflow: hidden;
}
.batch-progress-fill {
height: 100%;
width: 0%;
background: linear-gradient(90deg, #b78f26, #d9b24c);
border-radius: 4px;
transition: width 0.3s;
}
.batch-progress-text {
font-size: 0.85em;
color: #555;
margin-top: 4px;
}