MediaWiki:Common.css: Atšķirības starp versijām
Izskats
Keep images within content column |
Nav labojuma kopsavilkuma Iezīme: Atgriezts |
||
| 14. rindiņa: | 14. rindiņa: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
.mw-special-CreateAccount .oo-ui-formLayout { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.mw-special-CreateAccount .mw-htmlform-submit-buttons { | |||
order: 100; | |||
margin-top: 0.5rem; | |||
} | } | ||
Versija, kas saglabāta 2025. gada 19. septembris, plkst. 15.20
/* 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;
}
.mw-special-CreateAccount .oo-ui-formLayout {
display: flex;
flex-direction: column;
}
.mw-special-CreateAccount .mw-htmlform-submit-buttons {
order: 100;
margin-top: 0.5rem;
}