Versions Compared

Key

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



/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




#main {
  height:51px;
  overflow:hidden;
}
#img{
  width:146px;
  height:51px;
  background-color:#f6f6f6;
  position: relative;
  z-index:1;
}
#text{
  position: relative;
  top:-44px;
  z-index:2;
  width:146px;
  height:0px;
}

a.rolljira
{
 display:block;
 width:146px;
 height:51px;
 background:#fff url(http://www.teamlead.ru/download/attachments/41943234/pure_dark_left_1.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:#fff url(http://www.teamlead.ru/download/attachments/41943234/pure_dark_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}