Difference between revisions of "MediaWiki:Common.css"

From Falkland Historic Buildings
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: img.fullwidth { width: 90%; height: auto; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
+
/*
 
img.fullwidth {
 
img.fullwidth {
 
     width: 90%;
 
     width: 90%;
 
     height: auto;
 
     height: auto;
 +
*/
 +
/* To make images responsive */
 +
img {
 +
max-width:100%;
 +
height:auto;
 
}
 
}

Revision as of 17:46, 22 December 2021

/* CSS placed here will be applied to all skins */
/*
img.fullwidth {
    width: 90%;
    height: auto;
*/
/* To make images responsive */
img {
	max-width:100%;
	height:auto;
}