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

div.devPortal, div.projectPortal, div.userPortal
{
  height: 140px;
  margin: 5px;
  padding-left: 130px;
}

div.devPortal
{
  background: url(http://semantic-mediawiki.org/w/images/4/41/Developers.png) top left no-repeat;
}

div.projectPortal
{
  background: url(http://semantic-mediawiki.org/w/images/b/b1/Administrators.png) top left no-repeat;
}

div.userPortal
{
  background: url(http://semantic-mediawiki.org/w/images/4/42/Userportal.png) top left no-repeat;
}