Open main menu
Home
Random
Log in
Settings
About KIproBatt Wiki
Disclaimers
KIproBatt Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.css
(view source)
Revision as of 09:07, 9 March 2021
488 bytes added
,
09:07, 9 March 2021
test @media print
Line 1:
Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
+
/* Show only when printing */
+
@media screen, projection, handheld {
+
.printonly { display: none !important; }
+
}
+
@media print {
+
/* Show elements meant to be displayed when printed, use fallbacks when needed. */
+
div.expand-print, div.printonly { display: block !important; }
+
span.expand-print, span.printonly { display: inline !important; }
+
table.collapsible tr, div.collapsible > div.body { display: block !important; }
+
table.collapsible tr { display: table-row !important; }
+
}
Admin
Bureaucrats
,
Administrators (Semantic MediaWiki)
,
Administrators
113
edits