MediaWiki:Common.css

From AetoliaWiki
Revision as of 22:46, 15 August 2016 by Yero (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}

#portalHeader th {
  font: 200% serif;
  color: #fee;
}

#portalHeader ul {
  margin: 0;
  padding: 0;
}

#portalHeader ul li {
  list-style-type: none;
  float:left;
}

#portalHeader a {
  display: block;
  padding: 3px;
  color: #fff;
  text-decoration: none;
}

#portalHeader a:hover {
  display: block;
  padding: 3px;
  color: #202020;
  background-color: #fee;
}