MediaWiki:Group-user.css
Notu:Post publikigo forviŝu la kaŝmemoron de via foliumilo por vidi la ŝanĝojn.
- Firefox / Safari: Premu majuskligan klavon klakante Reŝarĝi, aŭ premu aŭ Stir-F5 aŭ Stir-R (⌘-R kun Makintoŝo)
- Google Chrome: Premu Stir-majuskligklavon-R (⌘-Majuskligklavo-R kun Makintoŝo)
- Interreta Esplorilo / Edge: Premu Stir klakante Refreŝu, aŭ premu Stir-F5
- Opera: Premu Stir-F5.
/* CSS placed here will affect registered users only */ /* From https://en.wikipedia.org/wiki/MediaWiki:Group-user.css */ .anonymous-show { display: none !important; } span.anonymous-show { display: inline !important; pointer-events: none !important; } div.user-show, p.user-show { display: block !important; } span.user-show, small.user-show { display: inline !important; pointer-events: auto !important; } table.user-show { display: table !important; } li.user-show { display: list-item !important; } /* Increase the height of the image upload box */ #wpUploadDescription { height: 13em; }