Difference between revisions of "MediaWiki:Vector.css"

From Nithyanandapedia
Jump to navigation Jump to search
(Replaced content with "→‎CSS placed here will affect users of the Vector skin: →‎Bring the text to 14px: #mw-content-text { font-size: 0.900em; } #bodyContent { font-size: 0.900em; }")
Tag: Replaced
Line 8: Line 8:
 
   font-size: 0.900em;
 
   font-size: 0.900em;
 
}
 
}
 +
 +
#pmvideocontainer {height: 100%; width:100%; font-size: 0;}
 +
#pmvideoleft, #pmvideoright {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 12px; }
 +
#pmvideoleft {margin:10px;}
 +
#pmvideoright {margin:10px;}

Revision as of 19:23, 12 January 2021

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

#bodyContent {
  font-size: 0.900em;
}

#pmvideocontainer {height: 100%; width:100%; font-size: 0;}
#pmvideoleft, #pmvideoright {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 12px; }
#pmvideoleft {margin:10px;}
#pmvideoright {margin:10px;}