MediaWiki:Common.css: Difference between revisions

From Apotheoun
Jump to navigation Jump to search
No edit summary
m (3 revisions imported)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
body, div#mw-head {
body, div#mw-head {
background-image: url('https://www.unrealworld.fi/wiki/images/a/a1/Parchment.jpg');
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;
}