wallabag/tpl/css/style-light.css

55 lines
1 KiB
CSS
Raw Normal View History

2013-08-05 19:56:32 +00:00
a.back span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/left.png');
}
2013-08-05 19:56:32 +00:00
a.top span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/top.png');
}
a.fav span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/star-on.png');
}
a.fav span:hover {
2013-09-10 21:52:28 +00:00
background: url('../img/light/star-off.png');
}
a.fav-off span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/star-off.png');
}
a.fav-off span:hover {
2013-09-10 21:52:28 +00:00
background: url('../img/light/star-on.png');
}
a.archive span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/checkmark-on.png');
}
a.archive span:hover {
2013-09-10 21:52:28 +00:00
background: url('../img/light/checkmark-off.png');
}
a.archive-off span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/checkmark-off.png');
}
a.archive-off span:hover {
2013-09-10 21:52:28 +00:00
background: url('../img/light/checkmark-on.png');
}
2013-08-05 13:54:37 +00:00
a.twitter span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/twitter.png');
2013-08-05 13:54:37 +00:00
}
2013-08-20 09:23:00 +00:00
a.shaarli span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/shaarli.png');
2013-08-20 09:23:00 +00:00
}
a.flattr span {
background: url('../img/light/flattr.png');
}
2013-08-05 13:54:37 +00:00
a.email span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/envelop.png');
2013-08-05 13:54:37 +00:00
}
2013-08-05 19:56:32 +00:00
a.delete span {
2013-09-10 21:52:28 +00:00
background: url('../img/light/remove.png');
2013-08-05 19:56:32 +00:00
}