1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/resources/sprite/manifest/remarkup.json
Chad Little b2f3001ec4 Replace Sprite-Icons with FontAwesome
Summary: The removes the sprite sheet 'icons' and replaces it with FontAwesome fonts.

Test Plan:
- Grep for SPRITE_ICONS and replace
- Grep for sprite-icons and replace
- Grep for PhabricatorActionList and choose all new icons
- Grep for Crumbs and fix icons
- Test/Replace PHUIList Icon support
- Test/Replace ObjectList Icon support (foot, epoch, etc)
- Browse as many pages as I could get to
- Remove sprite-icons and move remarkup to own sheet
- Review this diff in Differential

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, hach-que

Differential Revision: https://secure.phabricator.com/D9052
2014-05-12 10:08:32 -07:00

91 lines
3.5 KiB
JSON

{
"version" : 1,
"sprites" : {
"remarkup-assist-none" : {
"name" : "remarkup-assist-none",
"rule" : ".remarkup-assist-",
"hash" : "a7a394dbf21494f2279cc3d528aeb40b"
},
"remarkup-assist-text_b" : {
"name" : "remarkup-assist-text_b",
"rule" : ".remarkup-assist-b",
"hash" : "ba8a8f8928f2f90e7acd024df8bdee3b"
},
"remarkup-assist-text_code" : {
"name" : "remarkup-assist-text_code",
"rule" : ".remarkup-assist-code",
"hash" : "b8a03a1004074f0582e77eb4f916b00b"
},
"remarkup-assist-text_fullscreen" : {
"name" : "remarkup-assist-text_fullscreen",
"rule" : ".remarkup-assist-fullscreen",
"hash" : "63254d9cbe6eadee87d1a28c1d246f9d"
},
"remarkup-assist-text_fullscreen_off" : {
"name" : "remarkup-assist-text_fullscreen_off",
"rule" : ".remarkup-control-fullscreen-mode .remarkup-assist-fullscreen",
"hash" : "cdcdca0556b6f16b0628684470fc1251"
},
"remarkup-assist-text_help" : {
"name" : "remarkup-assist-text_help",
"rule" : ".remarkup-assist-help",
"hash" : "106f56bad2932f523cbf1a62ab12b681"
},
"remarkup-assist-text_i" : {
"name" : "remarkup-assist-text_i",
"rule" : ".remarkup-assist-i",
"hash" : "d9b1a0629d40edd5d32d3e6e21ec1574"
},
"remarkup-assist-text_image" : {
"name" : "remarkup-assist-text_image",
"rule" : ".remarkup-assist-image",
"hash" : "3e84bf38ccb50c9109dfd78b1711dbb6"
},
"remarkup-assist-text_larger" : {
"name" : "remarkup-assist-text_larger",
"rule" : ".remarkup-assist-larger",
"hash" : "05909067a2513b9b664b313974643ce3"
},
"remarkup-assist-text_link" : {
"name" : "remarkup-assist-text_link",
"rule" : ".remarkup-assist-link",
"hash" : "3a6575ca85ddfaa63103d5a8ab80fc09"
},
"remarkup-assist-text_meme" : {
"name" : "remarkup-assist-text_meme",
"rule" : ".remarkup-assist-meme",
"hash" : "3fa5e69cfc12cd5eba038b48f1efb6c5"
},
"remarkup-assist-text_ol" : {
"name" : "remarkup-assist-text_ol",
"rule" : ".remarkup-assist-ol",
"hash" : "b1964f62cb2c3cd6ed12bb04522a22c7"
},
"remarkup-assist-text_table" : {
"name" : "remarkup-assist-text_table",
"rule" : ".remarkup-assist-table",
"hash" : "95fffc501412b323fbdccc98f5bb595c"
},
"remarkup-assist-text_tag" : {
"name" : "remarkup-assist-text_tag",
"rule" : ".remarkup-assist-tag",
"hash" : "49ed577b1081dd44f60325795468c8ad"
},
"remarkup-assist-text_tt" : {
"name" : "remarkup-assist-text_tt",
"rule" : ".remarkup-assist-tt",
"hash" : "3c8753b5df23a2a48348cb4ef86b3c02"
},
"remarkup-assist-text_ul" : {
"name" : "remarkup-assist-text_ul",
"rule" : ".remarkup-assist-ul",
"hash" : "6b1add427c45ed676b9b7f220f16513a"
}
},
"scales" : [
1,
2
],
"header" : "\/**\n * @provides sprite-remarkup-css\n * @generated\n *\/\n\n.sprite-remarkup {\n background-image: url(\/rsrc\/image\/sprite-remarkup.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-remarkup {\n background-image: url(\/rsrc\/image\/sprite-remarkup-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
"type" : "standard"
}