Dogcraft Wiki
Dogcraft 10 Year Anniversary Showcase/styles.css
From Dogcraft Wiki
(Created page with ".wiki-content-box.page-card { --background-left: 345px; width: 100%; background-repeat: no-repeat; background-size: contain; border-top: 0px; border-left: 5px solid #8b0024; background-position: var(--background-left); padding: 15px 20px; } .wiki-content-box.page-card > .wiki-content-box-header { text-align: start; } .wiki-content-box.page-card > p:nth-child(1) { width: 80%; } .wiki-content-box.page-card > p:nth-child(2) { text-align: center; font-weig...") |
No edit summary |
||
| Line 5: | Line 5: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: contain; | background-size: contain; | ||
border-top: 0px; | border-top-width: 0px; | ||
border-left: 5px | border-left-width: 5px; | ||
background-position: var(--background-left); | background-position: var(--background-left); | ||
padding: 15px 20px; | padding: 15px 20px; | ||
Revision as of 23:18, 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;
}
.wiki-content-box.page-card > .wiki-content-box-header {
text-align: start;
}
.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:18. (2 months ago)