Pāriet uz saturu

MediaWiki:Common.css: Atšķirības starp versijām

No ''Latvijas Nacionālā bibliotēka''
Nav labojuma kopsavilkuma
Iezīme: Atgriezts
Nav labojuma kopsavilkuma
Iezīme: Manuāli atgriezts
 
(4 starpversijas, ko mainījis tas pats dalībnieks, nav parādītas)
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;
}
}

Pašreizējā versija, 2025. gada 19. septembris, plkst. 19.06

/* 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;
}