/* */
/* styles for werewolf-girlfriend's (https://werewolf-girlfriend.neocities.org) gallery template! */
/*  */

/*  */
/* general styles for the gallery view */
/*  */

header div {
    margin-bottom: 1em;
}

hr {
    border: none;
    border-bottom: 1px dashed #ffffff;
}

/* tag button styles */
#tag-buttons {
    margin-top: 1em;
}

.tag, #reset {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #ffffff25;
    color: #ffffff;
    border: 1px solid #ffffff50;
    border-radius: 2px;
    font-size: 8px;
}

.tag::before {
    content: "#";
}

/* styles for when a tag is selected */
.active {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #000000;
    color: #ffffff75;
    border: 2px solid #ffffff75;
}

#to-top-btn {
    display: none;
    position: fixed;
    padding: 15px;
    bottom: 20px;
    right: 30px;
    z-index: 1;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

footer {
    margin-top: 3em;
}









