Przejdź do zawartości

MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Arcarium Index
Nie podano opisu zmian
Nie podano opisu zmian
Linia 11: Linia 11:


div[data-property-id="P23"] {
div[data-property-id="P23"] {
    display: none !important;
}
.mw-logo-wordmark,
.mw-logo-tagline {
     display: none !important;
     display: none !important;
}
}

Wersja z 13:54, 10 kwi 2026

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
.mw-logo-icon {
    width: 120px !important;
    height: 120px !important;
    background-size: contain !important;
}

div[data-property-id="P22"] {
    display: none !important;
}

div[data-property-id="P23"] {
    display: none !important;
}

.mw-logo-wordmark,
.mw-logo-tagline {
    display: none !important;
}