Aan de totstandkoming van deze digitale encyclopedie wordt nog gewerkt.

MediaWiki:Common.css: verschil tussen versies

Uit De historische en eigentijdse encyclopedie van Eindhoven
Ga naar: navigatie, zoeken
Regel 47: Regel 47:
 
   background: url(../JLimg/lamp3.png) no-repeat;
 
   background: url(../JLimg/lamp3.png) no-repeat;
 
   left: -23px;
 
   left: -23px;
 +
}
 +
 +
#bol {
 +
  z-index: 2;
 +
  position: absolute;
 +
  width: 40px;
 +
  height: 40px;
 +
  background: url(../JLimg/bol1.png) no-repeat;
 +
  left: -26px;
 
}
 
}

Versie van 3 aug 2013 om 22:09

/** CSS die hier wordt geplaatst heeft invloed op alle skins */

#EhvRightBox {
   z-index: 1;
   position: fixed;
   _position:absolute;
   top:expression(10+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
   left:expression(10+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px'); 
   width: 200px;
   min-height: 400px;
   left: 85%; 
   top: 10em;
   padding: 5px; 
   border: 1px solid #C6E4F2;
   -moz-border-radius: 10px 10px 10px 10px;
   -webkit-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;
   color: Black; 
   background-color: #F1FAFF; 
   line-height: 1.1em;
   opacity:.8;
}

#ster { 
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../JLimg/Ystar.png) no-repeat;
  left: -22px;
}

#book { 
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../JLimg/Ybook3.png) no-repeat;
  left: -22px;
}

#lamp { 
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../JLimg/lamp3.png) no-repeat;
  left: -23px;
}

#bol { 
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../JLimg/bol1.png) no-repeat;
  left: -26px;
}