Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #toc { display:block; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
html {
 +
  font-size: large;
 +
  color: blue;
 +
}
 +
 +
  
 
#toc {
 
#toc {
 
   display:block;
 
   display:block;
 
}
 
}

Revision as of 09:40, 6 April 2018

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

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



#toc {
  display:block;
}