marsbard / puppet-alfresco

A puppet build script for Alfresco
MIT License
25 stars 11 forks source link

override the default alfresco favicons #72

Open digcat opened 9 years ago

digcat commented 9 years ago

replacing the graphics in the war does not seem to effect the favicon in alfresco. can this be overrided in a custom theme

marsbard commented 9 years ago

I reckon 'data uri' as described here is the way to go to embed a favicon in the css and give it !important precedence. https://www.drupal.org/project/css_emimage

Then I found this which gives the favicon example as a single colour block but shouldn't be difficult to get the base64 of an actual favicon and use it instead. http://seanhood.co.uk/apps/icon/

marsbard commented 9 years ago

another tool that might help http://manytools.org/http-html-text/image-to-data-uri/

marsbard commented 9 years ago

Interesting optimisation: http://stackoverflow.com/a/5568484/370191

digcat commented 9 years ago

interestingly the favicon for the rss feed has set to the bee