We're currently working on updating the Wiki content for the August 2024 Closed Playtest. All this information is subject to change in the final release.

Find us in the Wishes Unlimited Discord in the "Beastiepedia (Beastieball Wiki)" thread under #beastieball-spoilers!

Template:NewHomeNavigation/style.css

From Beastiepedia: The Beastieball Wiki
.homeContainer {
    display: flex;
    flex-direction: column;
    width: 330px;
    height: 300px;
    margin: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
}

p {
    padding: 0;
    margin: 0;
    border: 0;
}

.hover-target a {
    width: 150px;
    height: 40px;
    clip-path: polygon(0 0,93% 0,100% 100%,7% 100%);
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: "Go Banana", sans-serif;
    font-size: 1.5em;
    transition: opacity 0.1s;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hover-target a:hover {
    opacity: 0.8;
}

.beasties a {
    background: repeating-linear-gradient(135deg, #fd79b4, #fd79b4 10px, #fc5ca4 10px, #fc5ca4 20px);
}
.plays a {
    background: repeating-linear-gradient(135deg, #32d790, #32d790 10px, #05ce78 10px, #05ce78 20px);
    margin-left: 10px;
}
.relationships a {
    background: repeating-linear-gradient(135deg, #bba6ed, #bba6ed 10px, #ac92e9 10px, #ac92e9 20px);
    margin-left: 20px;
}
.characters a {
    background: repeating-linear-gradient(135deg, #ffaa55, #ffaa55 10px, #ff8e4a 10px, #ff8e4a 20px);
    margin-left: 30px;
}
.locations a {
    background: repeating-linear-gradient(135deg, #f0b49e, #f0b49e 10px, #eea58b 10px, #eea58b 20px);
    margin-left: 40px;
}
.items a {
    background: repeating-linear-gradient(135deg, #a8caba, #a8caba 10px, #9dbdb1 10px, #9dbdb1 20px);
    margin-left: 50px;
}
.sponsors a {
    background: repeating-linear-gradient(135deg, #95e4fd, #95e4fd 10px, #7bbafb 10px, #7bbafb 20px);
    margin-left: 60px;
}

.hover-content { 
    background-image: url("https://beastiepediaimg.s3.amazonaws.com/d76cpgnhqk1hcr/SpreckoIdle.png");
    width: 300px;
    height: 300px;
} 

.beasties:hover ~ .hover-content { 
    background-image: url("https://beastiepediaimg.s3.amazonaws.com/d76cpgnhqk1hcr/KichikIdle.png");
}
.plays:hover ~ .hover-content { 
    background-image: url("https://beastiepediaimg.s3.amazonaws.com/d76cpgnhqk1hcr/BilditIdle.png");
}
.relationships:hover ~ .hover-content { 
    background-image: url("https://beastiepediaimg.s3.amazonaws.com/d76cpgnhqk1hcr/DiggumIdle.png");
}