site/_includes/styles/pages/admins.css

80 lines
1.7 KiB
CSS
Raw Normal View History

/*
/ _ _
/ __ _ __| |_ __ ___ (_)_ __ ___
/ / _` |/ _` | '_ ` _ \| | '_ \/ __|
/ | (_| | (_| | | | | | | | | | \__ \
/ \__,_|\__,_|_| |_| |_|_|_| |_|___/
/
/ admins - styling the admin cards on the admins page (admin.md) */
2025-10-26 01:03:43 -05:00
article#admins card-container card-entry {
overflow: hidden;
position: relative;
2025-07-13 12:45:03 -05:00
h4, p {
z-index: 100;
}
2025-10-26 01:03:43 -05:00
buttons-container {
margin-top: 0;
margin-bottom: 5rem;
}
img[sona] {
bottom: -3rem;
2025-10-26 01:03:43 -05:00
max-width: 18rem;
opacity: .5;
2025-10-26 01:03:43 -05:00
pointer-events: none;
position: absolute;
2025-07-13 12:45:03 -05:00
right: -.5rem;
2025-07-12 22:50:35 -05:00
transform: rotate(16deg) scaleX(-1);
transition: 0.2s;
}
2025-10-26 01:03:43 -05:00
&#sneexy {
--accent: #65ff88;
}
2025-10-26 01:03:43 -05:00
&#senil {
--accent: #008E54;
2025-10-26 01:03:43 -05:00
buttons-container a[button]:hover {
color: white !important;
}
2025-07-12 22:50:35 -05:00
2025-10-26 01:03:43 -05:00
img[sona] {
bottom: -7rem;
2025-07-12 22:50:35 -05:00
}
}
2025-10-26 01:03:43 -05:00
&#unnick {
--accent: #0094FF;
2025-10-26 01:03:43 -05:00
buttons-container a[button]:hover {
color: white !important;
}
2025-07-12 22:50:35 -05:00
2025-10-26 01:03:43 -05:00
img[sona] {
2025-07-12 22:50:35 -05:00
bottom: -2rem;
}
}
2025-10-26 01:03:43 -05:00
&#zenfyr {
2025-07-17 02:13:43 -05:00
--accent: #e05188;
2025-10-26 01:03:43 -05:00
buttons-container a[button]:hover {
2025-07-17 02:13:43 -05:00
color: white !important;
}
2025-07-13 12:45:03 -05:00
2025-10-26 01:03:43 -05:00
img[sona] {
max-width: 13rem;
bottom: -2rem;
2025-07-13 12:45:03 -05:00
}
}
2025-10-26 01:03:43 -05:00
&:hover {
img[sona] {
opacity: 1;
2025-07-12 22:50:35 -05:00
}
}
}