Difference between revisions of "MediaWiki:Vector.css"

From Nithyanandapedia
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
/* Bring the text to 14px */
 
/* Bring the text to 14px */
 +
/*
 
#bodyContent {
 
#bodyContent {
/*Default is 0.8em*/
+
  //Default is 0.8em
 
   font-size: 120%;
 
   font-size: 120%;
 +
}
 +
*/
 +
#mw-content-text {
 +
  font-size: 125%;
 
}
 
}

Revision as of 02:03, 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%;
}