Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
.floatright { | .floatright { | ||
padding: 0 0 1rem 1.75rem; | padding: 0 0 1rem 1.75rem; | ||
+ | } | ||
+ | |||
+ | .CategoryTreeTag{ | ||
+ | -webkit-columns: 22em 3; | ||
+ | break-inside: avoid-column; | ||
+ | page-break-inside: avoid; | ||
+ | -webkit-column-break-inside: avoid; | ||
} | } |
Revision as of 13:01, 18 April 2020
/* CSS placed here will be applied to all skins */
@import url("extensions/TinyMCE/tinymce/plugins/fontawesome/css/font- awesome.min.css");
.allpagesredirect{display: none}
.floatleft {
padding: 0 1.75rem 1rem 0;
}
.floatright {
padding: 0 0 1rem 1.75rem;
}
.CategoryTreeTag{
-webkit-columns: 22em 3;
break-inside: avoid-column;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
}