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');">")
 
m (3 revisions imported)
 
(2 intermediate revisions by the same user not shown)
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');
}
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}

Latest revision as of 13:44, 23 July 2024

body, div#mw-head {
background-image: url('https://www.unrealworld.fi/wiki/images/a/a1/Parchment.jpg');
}
blockquote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}