Difference between revisions of "MediaWiki:Common.css"

From AetoliaWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #portalHeader { background: url('http://i.imgur.com/30kL2.jpg') middle center no-repeat #202020; }")
 
m
Line 2: Line 2:


#portalHeader {
#portalHeader {
   background: url('http://i.imgur.com/30kL2.jpg') middle center no-repeat #202020;
   background: url('http://i.imgur.com/30kL2.jpg') no-repeat #202020;
}
}

Revision as of 22:37, 15 August 2016

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

#portalHeader {
  background: url('http://i.imgur.com/30kL2.jpg') no-repeat #202020;
}