MediaWiki:Group-user.css

El Pornopedia
Revizio de 12:23, 26 aŭg. 2024 fare de Till Kraemer (diskuto | kontribuoj) (Kreis novan paĝon kun "→‎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; } l...")
(malsamoj) ← Antaŭa versio | Rigardi nunan version (malsamoj) | Sekva versio → (malsamoj)

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