Difference between revisions of "MediaWiki:Common.css"

From Chilipedia
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: Override stupid syntax highlight colors: .mw-highlight { color:brown !important; }")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 
+
.mw-collapsible .mw-collapsible-toggle {
 
+
    float:left;
/* Override stupid syntax highlight colors */
+
    margin-left:0;
 
+
    margin-right:1em;
.mw-highlight { color:brown !important; }
+
}

Latest revision as of 22:16, 13 October 2019

/* CSS placed here will be applied to all skins */

.mw-collapsible .mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}