Difference between revisions of "MediaWiki:Common.css"

From AetoliaWiki
Jump to navigation Jump to search
m
m
Line 6: Line 6:
   border: 1px solid #a0a0a0;
   border: 1px solid #a0a0a0;
   padding: 15px 0;
   padding: 15px 0;
}
#portalHeader th {
  font: 200% serif;
  color: #fee;
}
#portalHeader ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#portalHeader ul li {
  float:left;
}
}

Revision as of 22:44, 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;
}

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

#portalHeader ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#portalHeader ul li {
  float:left;
}