MediaWiki:Common.css: Difference between revisions

From Apotheoun
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: <div style="background-image: url('https://www.unrealworld.fi/wiki/images/a/a1/Parchment.jpg');">")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
<div style="background-image: url('https://www.unrealworld.fi/wiki/images/a/a1/Parchment.jpg');">
body, div#mw-head {
background-image: url('https://www.unrealworld.fi/wiki/images/a/a1/Parchment.jpg');
}

Revision as of 01:56, 23 February 2023

body, div#mw-head {
background-image: url('https://www.unrealworld.fi/wiki/images/a/a1/Parchment.jpg');
}