Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .allpagesredirect{ display: none}") |
|||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .allpagesredirect{ display: none} | + | @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 { | ||
| + | margin-top: 0.5ex; | ||
| + | margin-bottom: 3ex; | ||
| + | -webkit-columns: 22em 3; | ||
| + | } | ||
Latest revision as of 20:27, 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 {
margin-top: 0.5ex;
margin-bottom: 3ex;
-webkit-columns: 22em 3;
}