Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.29k stars 2.74k forks source link

Feature request: Dolibarr Logo & FontAwesome #11784

Closed dolibarr95 closed 3 years ago

dolibarr95 commented 5 years ago

Instructions

I know this is not the right place but just to let the Dolibarr users know:

Give a chance to Dolibarr logo to be in Font Awesome!

Feature Request

We can add the Dolibarr logo in Font Awesome lib. Up vote and add comments to give a chance to our logo.

Here is the link to Font Awesome Github page :

https://github.com/FortAwesome/Font-Awesome/issues/15397

Use case

<!--
It could be something like that to display a Dolibarr logo (as it done for Worpress...).
-->
<i class="fab fa-dolibarr"></i>

Wonderful isn't it?

Why

Because Dolibarr use Font Awesome. I think it could be usefull for our ERP and other website menu...

Suggested steps

Tks for reading

dolibarr95 commented 5 years ago

Hi Today 17 thumbs up. Please continue to support our ERP !!!

dolibarr95 commented 5 years ago

Tks to :

@ptibogxiv @philazerty @defrance @aspangaro @atm-maxime @delthair @altatof @arre8 @SylvainLegrand @jtraulle @papoteur-mga @futurehousestore @ariffidaali @ksar-ksar @inoveaconseil @hregis @fappels @pcworxstech @matDOTviguier @atm-john @cfoellmann @tryphon28 @DGCarramona @frederic34 @wdammak

wdammak commented 4 years ago

easy with 100% css <i class="fa fa-dolibarr fa-5x"></i>

.fa-dolibarr{ color: #235481; background: currentColor; height: 150px; width: 150px; position: relative; } .fa-dolibarr:before{ content: ''; position: absolute; left: 19%; top: 17%; width: 25%; height: 25%; border: solid 30px white; border-radius: 0% 200% 200% 0% / 0% 180% 180% 0%; } .fa-dolibarr:after{ content: ''; position: absolute; left: 19%; top: 17%; width: 5px; height: 25%; border-bottom: solid 60px currentColor; margin-left: 30px; }

rendering: http://jsfiddle.net/zv4t6ha1/

dolibarr95 commented 4 years ago

@wdammak +1

eldy commented 4 years ago

Really tricky. I will add the definition into a theme to see if it can be used/useful

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. This issue may be closed automatically by stale bot in 10 days (you should still be able to re-open it if required).