Aan de totstandkoming van deze digitale encyclopedie wordt nog gewerkt.

MediaWiki:Common.css

Uit De historische en eigentijdse encyclopedie van Eindhoven
Versie door Jack (overleg | bijdragen) op 5 aug 2013 om 22:15
Ga naar: navigatie, zoeken
/** 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: 7em;
   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;
}

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

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

/* Infobox template style */

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaaaaa;
}


/* styles for geography infoboxes, e.g. countries, national subdivisions, cities, etc. */

.infobox.geography {
   border: 1px solid #ccd2d9;
   text-align: left;
   border-collapse: collapse;
   line-height: 1.2em; 
   font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
   border-top: solid 1px #ccd2d9;
   padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #ccd2d9;
   padding: 0.4em 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
      border: 0;
      padding: 0 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
   border-top: 0;
   border-bottom: solid 1px #ccd2d9;
   padding: 0 0.2em 0.4em 0.8em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
      border: 0;
      padding: 0 0 0 0;
}