MediaWiki:Characters-Section.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 7: Line 7:
     padding: .25rem;
     padding: .25rem;
     text-shadow: 1px 1px 2px rgba(0,0,0,.35);
     text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.section-characters .mw-content-ltr .segment > .mw-collapsible-toggle::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
}
}


Line 31: Line 22:
     gap: 0.25rem;
     gap: 0.25rem;
}
}


.section-characters > .mw-collapsible-toggle a {
.section-characters > .mw-collapsible-toggle a {
     display: none;
     display: none!important;
}
}


.section-characters .image-wrap img {
.section-characters .image-wrap img {
     width: calc(512px * 0.75);
    --width: 512px;
     width: calc(var(--width) * 0.75);
     height: auto;
     height: auto;
}
}