leilukin-site/css/style-mymods.css

46 lines
750 B
CSS
Raw Normal View History

.index-link {
2023-06-15 09:18:46 +00:00
font-size: 1.6rem;
}
.psa {
font-weight: 700;
font-size: 1.4rem;
}
.mod-entry {
background: #241445;
max-width: 900px;
2023-06-15 09:18:46 +00:00
position:relative;
margin: 1em 0;
padding: 1em 1.5em 1.5em 1.5em;
}
.filter-div {
2023-06-15 09:18:46 +00:00
display: none; /* Hidden by default */
}
/* The "show-items" class is added to the filtered elements */
.show-items {
2023-06-15 09:18:46 +00:00
display: block;
}
.filter-btn {
2023-06-15 09:18:46 +00:00
border: none;
outline: none;
padding: 0.75rem 1rem;
margin: 0.1875rem 0;
2023-06-15 09:18:46 +00:00
background-color: #d3aad5;
color: #241445;
cursor: pointer;
font-weight: 800;
2023-06-15 09:18:46 +00:00
font-size: 1.1rem;
}
.filter-btn:hover {
2023-06-15 09:18:46 +00:00
background-color: #d5c2d6;
}
.filter-btn.active {
2023-06-15 09:18:46 +00:00
background-color: #241445;
color: #ED64F5;
}