Difference between revisions of "Template:NUDT CHINA"

Line 803: Line 803:
 
padding-left: 10px;
 
padding-left: 10px;
 
text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
 
text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
 +
}
 +
p a{text-decoration: underline;color: blue;font-style:italic; }
 +
.tooltip
 +
{
 +
  text-decoration:none;
 +
  position:relative;
 +
  font-weight: bold;
 
}
 
}
  
 +
 +
.tooltip span
 +
{
 +
  display:none;
 +
  -moz-border-radius:6px;
 +
  -webkit-border-radius:6px;
 +
  border-radius:6px;
 +
  color:black;
 +
  background:white;
 +
}
 +
 +
 +
.tooltip span img
 +
{
 +
  float:left;
 +
  margin:0px 8px 8px 0;
 +
}
 +
 +
 +
.tooltip:hover span
 +
{
 +
  display:block;
 +
  position:absolute;
 +
  top:0;
 +
  left:0;
 +
  z-index:1000;
 +
  width:auto;
 +
  max-width:320px;
 +
  min-height:128px;
 +
  border:1px solid black;
 +
  margin-top:12px;
 +
  margin-left:32px;
 +
  overflow:hidden;
 +
  padding:8px;
 +
}
 
</style>
 
</style>
  

Revision as of 07:46, 30 October 2017