MediaWiki:Common.css
Izskats
Piezīme: Lai redzētu izmaiņas, pēc publicēšanas var nākties iztīrīt sava pārlūka kešatmiņu.
- Firefox / Safari: Pieturi Shift un klikšķini uz Pārlādēt vai nospied Ctrl-F5 vai Ctrl-R (⌘-R uz Mac)
- Google Chrome: Nospied Ctrl-Shift-R (⌘-Shift-R uz Mac)
- Internet Explorer / Edge: Pieturi Ctrl un klikšķini uz Pārlādēt vai nospied Ctrl-F5
- Opera: Nospied Ctrl-F5.
/* 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;
}
}