Team:UFAM Brazil/Attributions

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
background-size:100% 100%;
background-size:100% 100%;
 +
}
 +
 +
a.tooltip{
 +
  position:relative;
 +
  font-size:16px;
 +
  color:#228B22;
 +
  text-decoration:none;
 +
  cursor:help;
 +
font-weight: bold;
 +
  }
 +
 +
  a.tooltip:hover{
 +
  background:transparent;
 +
  color:#000;
 +
  z-index:25;
 +
 +
  }
 +
  a.tooltip span{display: none
 +
  }
 +
 +
 +
  a.tooltip:hover span{
 +
  display:block;
 +
  position:absolute;
 +
  width:300px;
 +
  top:20px;
 +
right:5%;
 +
font-weight: bold;
 +
  font-size: 16px;
 +
font-style:normal;
 +
  padding:25px 15px 15px 15px;
 +
  border:none;
 +
  background:transparent;
 +
  color:#000;
 +
background-image:url(https://static.igem.org/mediawiki/2014/b/bc/UFAM_Brazil_2014_Placa_Menu.png);
 +
background-size:100% 100%;
 +
background-repeat:no-repeat;
 +
text-align:center;
}
}

Revision as of 21:54, 15 October 2014