add creatures from legion of gold; update a few other images
This commit is contained in:
parent
240de39c0a
commit
1231787636
File diff suppressed because it is too large
Load Diff
@ -43,9 +43,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Profile and abilities within each type */
|
/* Profile and abilities within each type */
|
||||||
|
.creature_id,
|
||||||
.creature_profile,
|
.creature_profile,
|
||||||
.creature_abilities {
|
.creature_abilities {
|
||||||
width: 45%; /* Give them each about half the container's width */
|
width: 45%; /* Give them each about half the container's width */
|
||||||
|
height: 345px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.creature_attacks {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
.creature_mutations {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.creature_description {
|
||||||
|
width: 90%;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.creature_id { grid-area: 1 / 1 / 2 / 2; }
|
.creature_id { grid-area: 1 / 1 / 2 / 2; }
|
||||||
|
@ -189,7 +189,7 @@ document.getElementById('searchForm').addEventListener('submit', function (event
|
|||||||
description.className = 'creature_description';
|
description.className = 'creature_description';
|
||||||
let descriptionHTML = `
|
let descriptionHTML = `
|
||||||
<h3>Description</h3>
|
<h3>Description</h3>
|
||||||
<p>${data.description}</p>
|
${data.description}
|
||||||
`;
|
`;
|
||||||
description.innerHTML = descriptionHTML;
|
description.innerHTML = descriptionHTML;
|
||||||
return description;
|
return description;
|
||||||
|
BIN
web/img/bigoon.jpg
Normal file
BIN
web/img/bigoon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
BIN
web/img/buggem.jpg
Normal file
BIN
web/img/buggem.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
web/img/normal_man.jpg
Normal file
BIN
web/img/normal_man.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
web/img/percheron_pattern.png
Normal file
BIN
web/img/percheron_pattern.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue
Block a user