MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki.sah
K (weiß)
K (Kontinente-Nav)
Zeile 6: Zeile 6:
       color:white;
       color:white;
}
}
/** Kontinent-Navigation*/
#continentmap {
  position:relative;
  width:400px;
  height:204px;
  background:url(/wiki/images/7/7e/LocationWorld.png);
  display:block;
}
#continentmap a:link, #continentmap a:hover, #continentmap a:active, #continentmap a:focus, #continentmap a:visited { text-decoration:none; }
#continentmap #asia a {
  position:absolute;
  left:216px;
  top:5px;
  width:133px;
  height:0;
  padding-top:110px;
  overflow:hidden;
  display:block;
}
* html #continentmap #asia a { height:110px; he\ight:0; }
#continentmap #asia a:hover {
  background:transparent url(/wiki/images/2/22/LocationAsia.png) no-repeat 0 0;
  overflow:visible;
}
#continentmap #africa a {
  position:absolute;
  left:162px;
  top:55px;
  width:83px;
  height:0;
  padding-top:90px;
  overflow:hidden;
  display:block;
}
* html #continentmap #africa a { height:90px; he\ight:0; }
#continentmap #africa a:hover {
  background:transparent url(/wiki/images/0/0f/LocationAfrica.png) no-repeat 0 0;
  overflow:visible;
}
#continentmap #antarctica a {
  position:absolute;
  left:74px;
  top:177px;
  width:253px;
  height:0;
  padding-top:26px;
  overflow:hidden;
  display:block;
}
* html #continentmap #antarctica a { height:26px; he\ight:0; }
#continentmap #antarctica a:hover {
  background:transparent url(/wiki/images/4/48/LocationAntarctica.png) no-repeat 0 0;
  overflow:visible;
}
#continentmap #europe a {
  position:absolute;
  left:171px;
  top:5px;
  width:78px;
  height:0;
  padding-top:53px;
  overflow:hidden;
  display:block;
}
* html #continentmap #europe a { height:53px; he\ight:0; }
#continentmap #europe a:hover {
  background:transparent url(/wiki/images/e/e9/LocationEurope.png) no-repeat 0 0;
  overflow:visible;
}
#continentmap #northamerica a {
  position:absolute;
  left:30px;
  top:3px;
  width:153px;
  height:0;
  padding-top:90px;
  overflow:hidden;
  display:block;
}
* html #continentmap #northamerica a { height:90px; he\ight:0; }
#continentmap #northamerica a:hover {
  background:transparent url(/wiki/images/e/e9/LocationNorthAmerica.png) no-repeat 0 0;
  overflow:visible;
}
#continentmap #southamerica a {
  position:absolute;
  left:87px;
  top:86px;
  width:70px;
  height:0;
  padding-top:85px;
  overflow:hidden;
  display:block;
}
* html #continentmap #southamerica a { height:85px; he\ight:0; }
#continentmap #southamerica a:hover {
  background:transparent url(/wiki/images/0/02/LocationSouthAmerica.png) no-repeat 0 0;
  overflow:visible;
}
#continentmap #oceania a {
  position:absolute;
  left:309px;
  top:90px;
  width:88px;
  height:0;
  padding-top:71px;
  overflow:hidden;
  display:block;
}
* html #continentmap #oceania a { height:71px; he\ight:0; }
#continentmap #oceania a:hover {
  background:transparent url(/wiki/images/a/a0/LocationOceania.png) no-repeat 0 0;
  overflow:visible;
}

Version vom 5. April 2007, 10:21 Uhr

/* Ein-/Ausklapplink rechts anzeigen */
.NavToggle {
       font-size: x-small;
       float:right;
       margin-right:2em;
       color:white;
}
 /** Kontinent-Navigation*/
 #continentmap {
   position:relative;
   width:400px;
   height:204px;
   background:url(/wiki/images/7/7e/LocationWorld.png);
   display:block;
 }
 #continentmap a:link, #continentmap a:hover, #continentmap a:active, #continentmap a:focus, #continentmap a:visited { text-decoration:none; }
 
 #continentmap #asia a {
   position:absolute;
   left:216px;
   top:5px;
   width:133px;
   height:0;
   padding-top:110px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #asia a { height:110px; he\ight:0; }
 #continentmap #asia a:hover {
   background:transparent url(/wiki/images/2/22/LocationAsia.png) no-repeat 0 0;
   overflow:visible;
 }
 
 #continentmap #africa a {
   position:absolute;
   left:162px;
   top:55px;
   width:83px;
   height:0;
   padding-top:90px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #africa a { height:90px; he\ight:0; }
 #continentmap #africa a:hover {
   background:transparent url(/wiki/images/0/0f/LocationAfrica.png) no-repeat 0 0;
   overflow:visible;
 }
 
 #continentmap #antarctica a {
   position:absolute;
   left:74px;
   top:177px;
   width:253px;
   height:0;
   padding-top:26px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #antarctica a { height:26px; he\ight:0; }
 #continentmap #antarctica a:hover {
   background:transparent url(/wiki/images/4/48/LocationAntarctica.png) no-repeat 0 0;
   overflow:visible;
 }
 
 #continentmap #europe a {
   position:absolute;
   left:171px;
   top:5px;
   width:78px;
   height:0;
   padding-top:53px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #europe a { height:53px; he\ight:0; }
 #continentmap #europe a:hover {
   background:transparent url(/wiki/images/e/e9/LocationEurope.png) no-repeat 0 0;
   overflow:visible;
 }
 
 #continentmap #northamerica a {
   position:absolute;
   left:30px;
   top:3px;
   width:153px;
   height:0;
   padding-top:90px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #northamerica a { height:90px; he\ight:0; }
 #continentmap #northamerica a:hover {
   background:transparent url(/wiki/images/e/e9/LocationNorthAmerica.png) no-repeat 0 0;
   overflow:visible;
 }
 
 #continentmap #southamerica a {
   position:absolute;
   left:87px;
   top:86px;
   width:70px;
   height:0;
   padding-top:85px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #southamerica a { height:85px; he\ight:0; }
 #continentmap #southamerica a:hover {
   background:transparent url(/wiki/images/0/02/LocationSouthAmerica.png) no-repeat 0 0;
   overflow:visible;
 }
 
 #continentmap #oceania a {
   position:absolute;
   left:309px;
   top:90px;
   width:88px;
   height:0;
   padding-top:71px;
   overflow:hidden;
   display:block;
 }
 * html #continentmap #oceania a { height:71px; he\ight:0; }
 #continentmap #oceania a:hover {
   background:transparent url(/wiki/images/a/a0/LocationOceania.png) no-repeat 0 0;
   overflow:visible;
 }