2013-04-22 20:58:07 +00:00
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
a.back span {
|
|
|
|
background: url('../img/light/left.png') no-repeat;
|
2013-04-19 20:26:39 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
a.top span {
|
|
|
|
background: url('../img/light/top.png') no-repeat;
|
2013-04-19 20:26:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a.fav span {
|
|
|
|
background: url('../img/light/star-on.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.fav span:hover {
|
|
|
|
background: url('../img/light/star-off.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.fav-off span {
|
|
|
|
background: url('../img/light/star-off.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.fav-off span:hover {
|
|
|
|
background: url('../img/light/star-on.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.archive span {
|
|
|
|
background: url('../img/light/checkmark-on.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.archive span:hover {
|
|
|
|
background: url('../img/light/checkmark-off.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.archive-off span {
|
|
|
|
background: url('../img/light/checkmark-off.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.archive-off span:hover {
|
|
|
|
background: url('../img/light/checkmark-on.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-08-05 13:54:37 +00:00
|
|
|
a.twitter span {
|
|
|
|
background: url('../img/light/twitter.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.email span {
|
|
|
|
background: url('../img/light/envelop.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-08-05 19:56:32 +00:00
|
|
|
a.delete span {
|
|
|
|
background: url('../img/light/remove.png') no-repeat;
|
|
|
|
}
|