2013-04-04 19:38:50 +02:00
|
|
|
/**
|
2013-04-05 16:40:27 +02:00
|
|
|
* @provides sprite-actions-css
|
2013-04-04 19:38:50 +02:00
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
2013-04-05 16:40:27 +02:00
|
|
|
.sprite-actions {
|
|
|
|
background-image: url(/rsrc/image/sprite-actions.png);
|
2013-04-04 19:38:50 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media
|
|
|
|
only screen and (min-device-pixel-ratio: 1.5),
|
|
|
|
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
2013-04-05 16:40:27 +02:00
|
|
|
.sprite-actions {
|
|
|
|
background-image: url(/rsrc/image/sprite-actions-X2.png);
|
2013-04-22 20:21:00 +02:00
|
|
|
background-size: 150px 175px;
|
2013-04-04 19:38:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-04-20 02:44:20 +02:00
|
|
|
.actions-close-dark, .device-desktop .actions-close-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-down-dark, .device-desktop .actions-down-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-flag-dark, .device-desktop .actions-flag-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-heart-dark, .device-desktop .actions-heart-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-move-dark, .device-desktop .actions-move-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-new-dark, .device-desktop .actions-new-grey.phui-icon-item-link:hover {
|
|
|
|
background-position: -125px 0px;
|
|
|
|
}
|
|
|
|
|
2013-04-20 02:44:20 +02:00
|
|
|
.actions-search-dark, .device-desktop .actions-search-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-20 02:44:20 +02:00
|
|
|
.actions-settings-dark, .device-desktop .actions-settings-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-20 02:44:20 +02:00
|
|
|
.actions-star-dark, .device-desktop .actions-star-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-20 02:44:20 +02:00
|
|
|
.actions-tag-dark, .device-desktop .actions-tag-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-token-dark, .device-desktop .actions-token-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -25px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-up-dark, .device-desktop .actions-up-grey.phui-icon-item-link:hover {
|
|
|
|
background-position: -125px -25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-wrench-dark, .device-desktop .actions-wrench-grey.phui-icon-item-link:hover {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-close-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-down-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-flag-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-heart-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -50px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-move-grey {
|
|
|
|
background-position: -125px -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-new-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-search-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-settings-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-star-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-tag-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -75px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-token-grey {
|
|
|
|
background-position: -125px -75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-up-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-wrench-grey {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-close-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -50px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-down-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -75px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-flag-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -100px -100px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-heart-white {
|
|
|
|
background-position: -125px -100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-move-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: 0px -125px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-new-white {
|
2013-04-04 19:38:50 +02:00
|
|
|
background-position: -25px -125px;
|
|
|
|
}
|
2013-04-10 16:26:15 +02:00
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-search-white {
|
2013-04-10 16:26:15 +02:00
|
|
|
background-position: -50px -125px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-settings-white {
|
2013-04-10 16:26:15 +02:00
|
|
|
background-position: -75px -125px;
|
|
|
|
}
|
|
|
|
|
2013-04-22 20:21:00 +02:00
|
|
|
.actions-star-white {
|
2013-04-10 16:26:15 +02:00
|
|
|
background-position: -100px -125px;
|
|
|
|
}
|
2013-04-22 20:21:00 +02:00
|
|
|
|
|
|
|
.actions-tag-white {
|
|
|
|
background-position: -125px -125px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-token-white {
|
|
|
|
background-position: 0px -150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-up-white {
|
|
|
|
background-position: -25px -150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions-wrench-white {
|
|
|
|
background-position: -50px -150px;
|
|
|
|
}
|