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 */
/*
+
#mw-content-text {
#bodyContent {
+
   font-size: 1.000em;
  //Default is 0.8em
 
   font-size: 120%;
 
 
}
 
}
  
#mw-content-text {
+
#bodyContent {
   font-size: 125%;
+
   font-size: 1.000em;
 
}
 
}
*/
 

Revision as of 02:27, 30 August 2020

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
#mw-content-text {
  font-size: 1.000em;
}

#bodyContent {
  font-size: 1.000em;
}