Difference between revisions of "MediaWiki:Common.css"

From Beyond Social
Line 7: Line 7:
 
.mw-body{
 
.mw-body{
 
     color:#3300fdff;
 
     color:#3300fdff;
 +
}
 +
 +
.mp-columns{
 +
display:inline-block;
 +
width:200px;
 +
vertical-align:top;
 
}
 
}

Revision as of 20:22, 12 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;
}