MediaWiki:Common.css: Difference between revisions

From Future Fragments Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.page-Main_Page #content { background: url(/images/background.jpg); }
 
img {
max-width:100%;
height:auto;
}
#content { background: url(/images/background.jpg);}

Revision as of 18:03, 24 January 2023

/* CSS placed here will be applied to all skins */

img {
	max-width:100%;
	height:auto;
}
#content { background: url(/images/background.jpg);}