nnwhen.com/blog/artist-style.css
2025-01-12 19:41:39 +02:00

73 lines
1.3 KiB
CSS

.ly-artist {
display: flex;
flex-direction: column;
justify-content: space-between;
width: min(280px, 95%);
text-align: center;
margin: 5px 0;
background-color: #ffffff15;
}
.ly-artist h1 {
margin: 2px !important;
margin-top: 10px !important;
}
.ly-artist h2 {
margin: 2px !important;
}
.ly-artist p {
margin: 5px 0 !important;
font-size: 17px;
text-align: justify;
}
.ly-artist q {
margin: 5px 25px !important;
font-size: 16px;
text-align: justify;
}
.ly-artist img {
margin-top: 5px;
width: 280px;
height: 280px;
min-width: 100px;
object-fit: contain;
}
.ly-artist nav {
display: flex;
flex-direction: row;
justify-content: space-evenly;
margin-top: 5px;
margin-bottom: 10px;
font-size: 20px;
}
.ly-artist ul {
list-style-type: none !important;
text-align: justify;
list-style-position: inside;
font-size: 16px;
margin: 5px auto !important;
}
.ly-artist ul li {
padding-left: 10px !important;
}
table tr td:first-child,
table tr th:first-child {
text-align: right;
}
table tr th,
table td {
padding: 2px 10px;
background-color: #ffffff08;
border: 1px solid var(--background);
}
table tr th {
background-color: #ffaaaa15;
}
.fav {
text-align: left !important;
font-size: 16px;
}
.unavailable {
text-decoration: line-through;
}