Skip to content

Instantly share code, notes, and snippets.

@eddyb
Created October 24, 2012 16:40
Show Gist options
  • Save eddyb/3947219 to your computer and use it in GitHub Desktop.
Save eddyb/3947219 to your computer and use it in GitHub Desktop.
/*icon nav*/
/* 1 */
html.MTCenabled #fbRequestsJewel a.jewelButton, html.MTCenabled #fbRequestsJewel a.jewelButton:hover, html.MTCenabled #fbRequestsJewel a.jewelButton:focus{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -56px -134px !important;
}
html.MTCenabled #fbRequestsJewel a.jewelButton:active{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -25px -134px !important;
}
/*white icon*/
html.MTCenabled #fbRequestsJewel.hasNew a.jewelButton{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: 4px -134px !important;
}
html.MTCenabled #fbRequestsJewel.white a.jewelButton{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -84px -134px !important;
}
/* 2 */
html.MTCenabled #fbMessagesJewel a.jewelButton, html.MTCenabled #fbMessagesJewel a.jewelButton:hover, html.MTCenabled #fbMessagesJewel a.jewelButton:focus{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -56px -81px !important;
}
html.MTCenabled #fbMessagesJewel a.jewelButton:active{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -25px -81px !important;
}
/*white icon*/
html.MTCenabled #fbMessagesJewel.hasNew a.jewelButton{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: 4px -81px !important;
}
html.MTCenabled #fbMessagesJewel.white a.jewelButton{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -84px -81px !important;
}
/* 3 */
html.MTCenabled #fbNotificationsJewel a.jewelButton, html.MTCenabled #fbNotificationsJewel a.jewelButton:hover, html.MTCenabled #fbNotificationsJewel a.jewelButton:focus{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -56px -106px !important;
}
html.MTCenabled #fbNotificationsJewel a.jewelButton:active{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -25px -106px !important;
}
/*white icon*/
html.MTCenabled #fbNotificationsJewel.hasNew a.jewelButton{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: 4px -106px !important;
}
html.MTCenabled #fbNotificationsJewel.white a.jewelButton{
background-image: url(https://ssl10.ovh.net/~ecclesia/myFacebook/img/sprite.png) !important;
background-position: -84px -106px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment