MediaWiki:Common.css: Difference between revisions

From A Pillar An Icon A Relic A Ruin
Created page with "#mw-content-container { background-image: url('/images/unicorn-cartoon.gif') }"
 
No edit summary
Line 1: Line 1:
#mw-content-container { background-image: url('/images/unicorn-cartoon.gif') }
#mw-content-container { background-image: url('/images/unicorn-cartoon.gif')
background-size : cover;
background-repeat: no-repeat;
background-position: center; }

Revision as of 07:29, 31 May 2026

#mw-content-container { background-image: url('/images/unicorn-cartoon.gif')
background-size : cover;
background-repeat: no-repeat;
background-position: center; }