Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{style}

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


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


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


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


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


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


{style}