Difference between revisions of "MediaWiki:Common.css"

From Beyond Social
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {  
+
div#mw-panel div.portal#p-categorytree-portlet, div#mw-panel div.portal#p-tb{
     color: #3300fdff;  
+
     display:none;
 
}
 
}
  
.mw-body{
 
    color:#3300fdff;
 
}
 
 
.mp-columns{
 
display:inline-block;
 
width:200px;
 
vertical-align:top;
 
}
 
  
 
.tokens, .tokes .select2-choices {
 
.tokens, .tokes .select2-choices {
 
         min-height:60px;
 
         min-height:60px;
 
}
 
}

Revision as of 21:05, 1 February 2017

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

div#mw-panel div.portal#p-categorytree-portlet, div#mw-panel div.portal#p-tb{
    display:none;
}


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