first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
.npc-settings .inside > div {
padding: 10px 0 0;
float: left;
width: 100%;
}
.npc-settings .inside .post-type {
width: 20%;
min-width: 120px;
margin-bottom: 10px;
float: left;
}
.npc-settings .inner {
float: left;
width: 80%;
}
.npc-settings .inner > div {
float: left;
width: 50%;
}
.npc-settings .inner label {
padding-right: 50px;
margin-bottom: 10px;
float:left;
}
.npc-settings .buttons input {
margin:0 1% 5px !important;
float:left;
width: 47%;
min-width: 150px;
}
@media (max-width: 1200px) {
.npc-settings .inside .post-type {
width: 30%;
}
.npc-settings .inner {
width: 70%;
}
.buttons .post-type {
min-width: 200px;
}
.npc-settings .buttons .inner {
width: 100%;
}
}
@media (max-width: 1152px) {
.npc-settings .buttons input {
margin:0 1% 5px !important;
width: 97%;
}
}
@media (max-width: 600px) {
.npc-settings .buttons input {
margin:0 1% 5px !important;
width: 97%;
}
}
@media (max-width: 380px) {
.npc-settings .inside .post-type {
min-width: 200px;
}
.npc-settings .inner > div {
width: 100%;
margin-bottom: 5px;
}
.npc-settings .buttons input {
margin:0 0 5px !important;
width: 100%;
}
}