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