Dogcraft Wiki
Dogcraft 10 Year Anniversary Showcase/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
z-index: -2; | z-index: -2; | ||
border-radius: 0 5px 5px 0; | border-radius: 0 5px 5px 0; | ||
object-fit: fill; | |||
object-position: 12vw; | |||
} | } | ||
Revision as of 23:57, 19 September 2025
.wiki-content-box.page-card {
--background-left: 345px;
width: 100%;
background-repeat: no-repeat;
background-size: contain;
border-top-width: 0px;
border-left-width: 5px;
background-position: var(--background-left);
padding: 15px 20px;
position:relative;
}
.wiki-content-box.page-card > .wiki-content-box-header {
text-align: start;
}
.wiki-content-box.page-card .page-card-image img {
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
z-index: -2;
border-radius: 0 5px 5px 0;
object-fit: fill;
object-position: 12vw;
}
.wiki-content-box.page-card > p:nth-child(1) {
width: 80%;
}
.wiki-content-box.page-card > p:nth-child(2) {
text-align: center;
font-weight: bold;
margin-bottom: 0;
}
This page was last modified on 19 September 2025, at 23:57. (2 months ago)