Difference between revisions of "MediaWiki:Common.css"

From Atlanta Crisis Info Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
}
 
}
  
.CategoryTreeTag{
+
.CategoryTreeTag {
-webkit-columns: 22em 3;
+
     margin-top: 0.5ex;
     break-inside: avoid-column;
+
     margin-bottom: 3ex;
     page-break-inside: avoid;
+
     -webkit-columns: 22em 3;
     -webkit-column-break-inside: avoid;
 
 
}
 
}

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