Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 2: Line 2:
  
 
html {
 
html {
 +
  font-family: Georgia;
 
   font-size: large;
 
   font-size: large;
 
   color: blue;
 
   color: blue;

Revision as of 09:43, 6 April 2018

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

html {
  font-family: Georgia;
  font-size: large;
  color: blue;
}



#toc {
  display:block;
}