MediaWiki:Common.css: Atšķirības starp versijām
Izskats
Nav labojuma kopsavilkuma Iezīme: Atgriezts |
Nav labojuma kopsavilkuma Iezīme: Manuāli atgriezts |
||
| 14. rindiņa: | 14. rindiņa: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | } | ||
Versija, kas saglabāta 2025. gada 19. septembris, plkst. 15.31
/* CSS placed here will be applied to all skins */
#p-Wikibase {
display: block !important; /* Ensure it is visible */
visibility: visible !important;
opacity: 1 !important;
}
#p-Wikibase ul {
display: block !important; /* Ensure the list items are visible */
}
/* Keep images within content column */
.mw-parser-output img {
max-width: 100%;
height: auto;
}