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 59: Regel 59:
 
   line-height: 1.1em;  
 
   line-height: 1.1em;  
 
   margin-left: 10em;
 
   margin-left: 10em;
 +
}
 +
 +
#avia_frame {
 +
  position: absolute;
 +
  top: 5px;
 +
  left: 70em;
 +
  width: 0px;
 
}
 
}
  

Versie van 31 jul 2013 om 16:27

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
.postside {
    font-family: Verdana;
    font-size:20px;
    overflow: hidden;
    margin: 20px 20px 20px 20px;
}


#sidebar {
  position: absolute;
  text-align: left;
  top: 200px;
  left: 750px;
  width: 200px;
  height: 300px;
  border: 3px solid #cccccc; background-color: #f0f8ff; padding-top: 5px; padding-bottom: 5px;
  background: #E0D5B7;
}

#jlnav { 
  z-index: 2;
  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'); 
  top: 600px;
  left: 200px;
  width: 700px;
  border: 3px solid #cccccc; background-color: #f0f8ff; padding-top: 5px; padding-bottom: 5px;
  background: #E0D5B7;
  text-align: center;
	font: 11px verdana, arial, sans-serif;

}

#jlnav li {
  list-style: none;
  display: inline;
  color: blue;
}

#jlnav a {
  text-decoration: none;
  color: blue;
}

#jlnav a:hover {
  text-decoration: underline;
}


#EhvIndex {
   width: 60em; 
   padding: 1em;
   border: 1px solid #C6E4F2; 
   color: Black; 
   background-color: #F1FAFF; 
   line-height: 1.1em; 
   margin-left: 10em;
}

#avia_frame {
   position: absolute;
   top: 5px;
   left: 70em; 
   width: 0px; 
}

#EhvRightBox {
   z-index: 3;
   position: absolute;
   right: 0px; 
   width: 200px; 
   padding: 0px; 
   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;
}

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