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 { font-size: larger; color: red; }
+
body {  
 +
    font-size: larger;
 +
    color: #3300fdff;  
 +
}
 +
 
 +
.mw-body{
 +
    color:#3300fdff;
 +
}

Revision as of 15:11, 6 December 2016

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

body { 
    font-size: larger;
    color: #3300fdff; 
}

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