Difference between revisions of "MediaWiki:Common.css"

From AetoliaWiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
#portalHeader {
#portalHeader {
   background: url('http://i.imgur.com/30kL2.jpg') no-repeat #202020;
   background: url('http://i.imgur.com/30kL2.jpg') no-repeat #202020;
  width: 100%;
  border: 1px solid #a0a0a0;
  padding: 15px 0;
}
}

Revision as of 22:38, 15 August 2016

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

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