Difference between revisions of "MediaWiki:Common.css"

From KIproBatt Wiki
(content from https://en.wikiversity.org/wiki/MediaWiki:Common.css)
(No difference)

Revision as of 08:37, 8 March 2021

/* CSS placed here will be applied to all skins */
/* Show only when printing */
@media screen, projection, handheld {
  .printonly { display: none !important; }
}