bugger
This commit is contained in:
+19
-28
@@ -1,3 +1,17 @@
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: #1a1a2e;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #3a3a5a;
|
||||
border-radius: 4px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #5F71C5;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -1199,31 +1213,6 @@ body {
|
||||
border-color: #5F71C5;
|
||||
}
|
||||
|
||||
.bottom-left-btns {
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
left: 40px;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.fight-rand-btn {
|
||||
background: #1e1e30;
|
||||
border: 1px solid #ef4444;
|
||||
border-radius: 1px;
|
||||
color: #ef4444;
|
||||
font-size: 14px;
|
||||
padding: 10px 18px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fight-rand-btn:hover {
|
||||
background: #2a1a1a;
|
||||
}
|
||||
|
||||
.info-panel {
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
@@ -1516,8 +1505,7 @@ body {
|
||||
padding: 24px 32px 32px;
|
||||
width: 1200px;
|
||||
max-width: 95vw;
|
||||
min-height: 70vh;
|
||||
max-height: 95vh;
|
||||
height: 85vh;
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@@ -2307,6 +2295,7 @@ body {
|
||||
justify-content: center;
|
||||
background: #0f0f1a;
|
||||
background-image: radial-gradient(ellipse at 50% 30%, #1a1a3a 0%, #0f0f1a 70%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
@@ -2356,7 +2345,9 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
min-width: 400px;
|
||||
width: 480px;
|
||||
height: 560px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.char-create-title {
|
||||
|
||||
+746
-296
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"male_names": [
|
||||
"Nicholas", "Isaiah", "Henry", "Landon", "Wesley", "Charles", "Andrew", "Ezra",
|
||||
"Asher", "Thomas", "Austin", "Kayden", "Matthew", "Santiago", "Louis", "Jonathan",
|
||||
"Christian", "Miles", "Aaron", "Rowan", "Bryce", "James", "Walker", "Sebastian",
|
||||
"Logan", "Michael", "Jordan", "Christopher", "Zachary", "Levi", "Lucas", "Wyatt",
|
||||
"Benjamin", "Gabriel", "Gavin", "Everett", "Hudson", "Elias", "Daniel", "Sawyer",
|
||||
"Lincoln", "Dominic", "Robert", "Mateo", "Arlo", "John", "Nolan", "Vincent",
|
||||
"Eli", "Hunter", "Maverick", "Jace", "Julian", "Axel", "Theodore", "Jack",
|
||||
"Nathan", "Kingston", "Amir", "Elijah", "Caleb", "David", "Ian", "Brooks",
|
||||
"August", "Josiah", "Leo", "Alexander", "Greyson", "Liam", "Cooper", "Jackson",
|
||||
"Ryan", "Owen", "Weston", "Carson", "William", "Jaxson", "Samuel", "Bennett",
|
||||
"Silas", "Carter", "Colton", "Mason", "Roman", "Evan", "Bryson", "Angel",
|
||||
"Noah", "Oliver", "Arthur", "Beau", "Caelan", "Declan", "Emmett", "Felix",
|
||||
"Graham", "Holden", "Ivan", "Jude"
|
||||
],
|
||||
"female_names": [
|
||||
"Zoe", "Elizabeth", "Hadley", "Valerie", "Genevieve", "Quinn", "Aaliyah", "Eva",
|
||||
"Abigail", "Alice", "Elena", "Naomi", "Serenity", "Emily", "Hazel", "Sienna",
|
||||
"Lucy", "Audrey", "Aria", "Adeline", "Stella", "Eliana", "Gianna",
|
||||
"Madelyn", "Fiona", "Gemma", "Kinsley", "Leilani", "Mia", "Maya", "Nova",
|
||||
"Mila", "Savannah", "Lilah", "Athena", "Cora", "Grace", "Bella", "Charlotte",
|
||||
"Isabella", "Lydia", "Nora", "Rylee", "Ivy", "Camila", "Violet", "Rosalie",
|
||||
"Madison", "Wren", "Avery", "Harper", "Penelope", "Sophia", "Melanie", "Aubrey",
|
||||
"Clara", "Maeve", "Valentina", "Scarlett", "Chloe", "Brielle", "Aurora",
|
||||
"Josephine", "Layla", "Emma", "Victoria", "Milani", "Ruby", "Piper", "Willow",
|
||||
"Sadie", "Ayla", "Paisley", "Sofia", "Remi", "Melody", "Delilah", "Natalie",
|
||||
"Vivian", "Iris", "Charlie", "Jade", "Ava", "Evelyn", "Luna", "Adalyn",
|
||||
"Kora", "Amara", "Beatrice", "Daphne", "Elise", "Freya", "Georgia", "Helena",
|
||||
"Imogen", "Juliet", "Kira", "Leila"
|
||||
],
|
||||
"neutral_names": [
|
||||
"Alex", "Morgan", "Casey", "Riley", "Jordan", "Avery", "Quinn", "Blake",
|
||||
"Cameron", "Dakota", "Emerson", "Finley", "Harper", "Jessie", "Kennedy",
|
||||
"Logan", "Marley", "Oakley", "Parker", "Reese", "Rowan", "Sage",
|
||||
"Skyler", "Taylor", "Tristan", "Winter", "Ash", "Briar", "Cedar",
|
||||
"Drew", "Ellis", "Gale", "Hayden", "Jules", "Kai", "Lane", "Marlowe",
|
||||
"Nico", "Onyx", "Perry", "Remy", "Shae", "Sidney", "Tatum", "Wren",
|
||||
"Zion", "Arden", "Bellamy", "Channing", "Dale", "Eden", "Flannery",
|
||||
"Gray", "Haven", "Indigo", "Joss", "Kerry", "Linden", "Merritt",
|
||||
"Neal", "Orion", "Peyton", "Rain", "Sterling", "Tracy", "Vesper",
|
||||
"Whittaker", "Yael", "Zephyr", "Ainsley", "Brett", "Collins", "Devon",
|
||||
"Erie", "Farrell", "Greer", "Hollis", "Ira", "Jody", "Kelsey",
|
||||
"Lark", "Merrill", "Nevada", "Olive", "Penn", "Raleigh", "Shiloh",
|
||||
"Teal", "Upton", "Vale", "Ward", "Wynn", "Yale", "Baylor"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user