Difference between revisions of "MediaWiki:Common.css"

From Beyond Social
Line 13: Line 13:
 
width:200px;
 
width:200px;
 
vertical-align:top;
 
vertical-align:top;
 +
}
 +
 +
.tokens, .tokes .select2-choices {
 +
        min-height:60px;
 
}
 
}

Revision as of 19:01, 16 December 2016

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

body { 
    color: #3300fdff; 
}

.mw-body{
    color:#3300fdff;
}

.mp-columns{
display:inline-block;
width:200px;
vertical-align:top;
}

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