Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{style}
#teamlead {
  height:51px;
  overflow:hidden;
  }
#img{
  
  background-color:#ffffff;
  position: relative;
  z-index:1;
}
#text{
  position: relative;
  top:-49px;
  z-index:2;
  width:150px;
  height:0px;
}

a.button_atlassian_style_blue
{
 display:block;
 width:150px;
 height:51px;
 background:#ffffff url(http://www.teamlead.ru/download/attachments/65012077/pure_dark_full.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;
}

a.button_atlassian_style_blue img
{
 visibility:hidden;
}

a.button_atlassian_style_blue:hover
{
 background:0;
}

a.button_atlassian_style_blue:hover img
{
 visibility:visible;
 border:0;
}

{style}