Difference between revisions of "MediaWiki:Common.css"

From Beyond Social
(Created page with "CSS placed here will be applied to all skins: body{ color:blue; }")
 
 
(8 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 */
  
body{
+
/* hide the Category + TOOLBOX section in the sidebar */
     color:blue;
+
div#mw-panel div.portal#p-categorytree-portlet, div#mw-panel div.portal#p-tb{
 +
     display:none;
 +
}
 +
 
 +
.tokens, .tokes .select2-choices {
 +
        min-height:60px;
 
}
 
}

Latest revision as of 21:06, 1 February 2017

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

/* hide the Category + TOOLBOX section in the sidebar */
div#mw-panel div.portal#p-categorytree-portlet, div#mw-panel div.portal#p-tb{
    display:none;
}

.tokens, .tokes .select2-choices {
        min-height:60px;
}