Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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:146px;
  height:0px;
}

a.text_company:active {
color:red;
text-decoration: none;
}

a.text_company:visited {
color:#003366;
text-decoration: none;
}

a.text_company:link
{
color:#003366;
text-decoration: none;
}

a.text_company:hover
{
color:#999999;
text-decoration: none;
}

#TextOverBanner_devtools {
width:876px;
height:31px;
background-image:url(http://www.teamlead.ru/download/attachments/41943234/sub-nav-bg-dev-tools.png);
position: relative;
}


a.rolljira
{
 display:block;
 width:146px;
 height:51px;
 background:#ffffff url(http://www.teamlead.ru/download/attachments/41943234/devtools_pure_dark_left.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;
}
a.rolljira img
{
 visibility:hidden;
}
a.rolljira:hover
{
 background:0;
}
a.rolljira:hover img
{
 visibility:visible;
 border:0;
}

a.rollconf
{
 display:block;
 width:146px;
 height:51px;
 background:#fff url(http://www.teamlead.ru/download/attachments/41943234/pure_dark_center.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;

}
a.rollconf img
{
 visibility:hidden;
}
a.rollconf:hover
{
 background:0;
}
a.rollconf:hover img
{
 visibility:visible;
 border:0;
}



a.rollhost
{
 display:block;
 width:146px;
 height:51px;
 background:#fff url(http://www.teamlead.ru/download/attachments/41943234/pure_dark_center.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;

}
a.rollhost img
{
 visibility:hidden;
}
a.rollhost:hover
{
 background:0;
}
a.rollhost:hover img
{
 visibility:visible;
 border:0;
}


a.rolldev
{
 display:block;
 width:146px;
 height:51px;
 background:#fff url(http://www.teamlead.ru/download/attachments/41943234/pure_dark_center.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;

}
a.rolldev img
{
 visibility:hidden;
}
a.rolldev:hover
{
 background:0;
}
a.rolldev:hover img
{
 visibility:visible;
 border:0;
}

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

}
a.rollcompany img
{
 visibility:hidden;
}
a.rollcompany:hover
{
 background:0;
}
a.rollcompany:hover img
{
 visibility:visible;
 border:0;
}



{style}