MediaWiki:Common.css: Difference between revisions

From AetoliaWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


#portalHeader {
#portalHeader {
   background: url('http://i.imgur.com/30kL2.jpg') no-repeat #202020;
   background: url('http://i.imgur.com/30kL2.jpg') center center no-repeat #202020;
   width: 100%;
   width: 100%;
   border: 1px solid #a0a0a0;
   border: 1px solid #a0a0a0;
   padding: 15px 0;
   padding: 15px 0;
}
}

Revision as of 22:40, 15 August 2016

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

#portalHeader {
  background: url('http://i.imgur.com/30kL2.jpg') center center no-repeat #202020;
  width: 100%;
  border: 1px solid #a0a0a0;
  padding: 15px 0;
}