MediaWiki:Common.css: verschil tussen versies

Uit XpressionManager
Naar navigatie springen Naar zoeken springen
Regel 18: Regel 18:
 
   background-position: right bottom;
 
   background-position: right bottom;
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 +
}
 +
 +
#footer-poweredbyico {
 +
  display: none;
 
}
 
}

Versie van 14 jun 2013 09:47

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
 #p-logo {
  background-image: url("http://wiki.xpressionmanager.nl/images/6/69/Xpression-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 160px;
  text-decoration: none;
  margin-left: 10px;
}

#p-logo a {
  display: none;
}

div#bodyContent {
  background-image: url("http://wiki.xpressionmanager.nl/images/9/9d/Background_mw-body.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

#footer-poweredbyico {
  display: none;
}