diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-06-04 04:44:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-06-04 04:44:34 +0000 |
commit | 5b60c54c5595f79d3f3219859e8f107649465b94 (patch) | |
tree | 1163f1c75f86f3ca463b55c5b01bc0bda5d5c18f /admin/themes/default/fontello/css/fontello-codes.css | |
parent | bfd8e798d78db071b7d5982ac9d9e68be493baad (diff) |
feature 2916 Replace raphael with symbol fonts
I added more icons than before (I think it's better as we can find links faster but that's arguable ...)
git-svn-id: http://piwigo.org/svn/trunk@23029 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/fontello/css/fontello-codes.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello-codes.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/admin/themes/default/fontello/css/fontello-codes.css b/admin/themes/default/fontello/css/fontello-codes.css new file mode 100644 index 000000000..07e7f7a5e --- /dev/null +++ b/admin/themes/default/fontello/css/fontello-codes.css @@ -0,0 +1,32 @@ +@charset "UTF-8"; + + +.icon-home:before { content: '\2302'; } /* '⌂' */ +.icon-star:before { content: '\2605'; } /* '★' */ +.icon-star-empty:before { content: '\2606'; } /* '☆' */ +.icon-cog:before { content: '\2699'; } /* '⚙' */ +.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */ +.icon-mail:before { content: '\2709'; } /* '✉' */ +.icon-pencil:before { content: '\270e'; } /* '✎' */ +.icon-plus-circled:before { content: '\2795'; } /* '➕' */ +.icon-asl:before { content: '\e0ad'; } /* '' */ +.icon-eye:before { content: '\e70a'; } /* '' */ +.icon-tags:before { content: '\e70d'; } /* '' */ +.icon-chat:before { content: '\e720'; } /* '' */ +.icon-trash:before { content: '\e729'; } /* '' */ +.icon-basket:before { content: '\e73d'; } /* '' */ +.icon-puzzle:before { content: '\e7b6'; } /* '' */ +.icon-tasks:before { content: '\f0ae'; } /* '' */ +.icon-filter:before { content: '\f0b0'; } /* '' */ +.icon-mail-alt:before { content: '\f0e0'; } /* '' */ +.icon-sitemap:before { content: '\f0e8'; } /* '' */ +.icon-crop:before { content: '\f125'; } /* '' */ +.icon-picture:before { content: '🌄'; } /* '\1f304' */ +.icon-user:before { content: '👤'; } /* '\1f464' */ +.icon-users:before { content: '👥'; } /* '\1f465' */ +.icon-shuffle:before { content: '🔀'; } /* '\1f500' */ +.icon-lock:before { content: '🔒'; } /* '\1f512' */ +.icon-link:before { content: '🔗'; } /* '\1f517' */ +.icon-wrench:before { content: '🔧'; } /* '\1f527' */ +.icon-clock:before { content: '🕔'; } /* '\1f554' */ +.icon-block:before { content: '🚫'; } /* '\1f6ab' */
\ No newline at end of file |