MediaWiki:Common.css: Atšķirības starp versijām
Izskats
Nav labojuma kopsavilkuma Iezīme: Manuāli atgriezts |
Nav labojuma kopsavilkuma Iezīme: Atgriezts |
||
| 14. rindiņa: | 14. rindiņa: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
/* When TwoColSignup stacks to a single column, put the login panel first */ | |||
@media (max-width: 980px) { | |||
/* Ensure the stacked column layout and set visual order */ | |||
.mw-two-col .mw-two-col-container { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
/* Right panel (login) → first */ | |||
.mw-two-col .mw-createacct-benefits-container { | |||
order: -1; /* move above the signup form */ | |||
} | |||
/* Left panel (signup) → second */ | |||
.mw-two-col .mw-createacct-container { | |||
order: 0; | |||
} | |||
} | } | ||
Versija, kas saglabāta 2025. gada 19. septembris, plkst. 17.11
/* 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;
}
/* When TwoColSignup stacks to a single column, put the login panel first */
@media (max-width: 980px) {
/* Ensure the stacked column layout and set visual order */
.mw-two-col .mw-two-col-container {
display: flex;
flex-direction: column;
}
/* Right panel (login) → first */
.mw-two-col .mw-createacct-benefits-container {
order: -1; /* move above the signup form */
}
/* Left panel (signup) → second */
.mw-two-col .mw-createacct-container {
order: 0;
}
}