Difference between revisions of "MediaWiki:Vector.css"

From Kailasapedia
Jump to navigation Jump to search
Line 6: Line 6:
 
   font-size: 120%;
 
   font-size: 120%;
 
}
 
}
*/
+
 
 
#mw-content-text {
 
#mw-content-text {
 
   font-size: 125%;
 
   font-size: 125%;
 
}
 
}
 +
*/

Revision as of 02:04, 30 August 2020

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
/*
#bodyContent {
  //Default is 0.8em
  font-size: 120%;
}

#mw-content-text {
  font-size: 125%;
}
*/