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
 
(15 intermediate revisions by the same user not shown)
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');
 
img {
max-width:100%;
height:auto;
}
body { background: url(/images/background.jpg);}
#p-logo { background: url(/images/background.jpg);}
#mw-panel { background: url(/images/background.jpg);}
 
/ * #bodyContent { background: url(/images/background.jpg);} */
/ * #mw-head-base { background: url(/images/background.jpg);} */
/ * #p-tb { background: url(/images/background.jpg);} */
/ * #p-navigation { background: url(/images/background.jpg);} */
/ * #catlinks { background: url(/images/background.jpg);} */
/ * #footer { background: url(/images/background.jpg);} */
/ * #content { background: url(/images/background.jpg);} */

Latest revision as of 18:27, 24 January 2023

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

img {
	max-width:100%;
	height:auto;
}
body { background: url(/images/background.jpg);}
#p-logo { background: url(/images/background.jpg);}
#mw-panel { background: url(/images/background.jpg);}

/ * #bodyContent { background: url(/images/background.jpg);} */
/ * #mw-head-base { background: url(/images/background.jpg);} */
/ * #p-tb { background: url(/images/background.jpg);} */
/ * #p-navigation { background: url(/images/background.jpg);} */
/ * #catlinks { background: url(/images/background.jpg);} */
/ * #footer { background: url(/images/background.jpg);} */
/ * #content { background: url(/images/background.jpg);} */