MediaWiki:Common.css: Difference between revisions

From Future Fragments Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: background-image: url('http://wiki.futurefragments.net/images/background.jpg');"
 
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 */
background-image: url('http://wiki.futurefragments.net/images/background.jpg');
.page-Main_Page #content { background: url(/images/background.jpg); }

Revision as of 17:50, 24 January 2023

/* CSS placed here will be applied to all skins */
.page-Main_Page #content { background: url(/images/background.jpg); }