main_menu_fa_icons.inc.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?php if (!defined('ISLOADEDBYSTEELSHEET')) {
  2. die('Must be call by steelsheet');
  3. } ?>
  4. /* <style type="text/css" > */
  5. .mainmenu::before{
  6. /* font part */
  7. font-family: "Font Awesome 5 Free";
  8. font-weight: 900;
  9. font-style: normal;
  10. font-variant: normal;
  11. text-rendering: auto;
  12. line-height: 26px;
  13. font-size: 1.3em;
  14. -webkit-font-smoothing: antialiased;
  15. text-align:center;
  16. text-decoration:none;
  17. color: var(--colortextbackhmenu);
  18. }
  19. div.mainmenu.menu {
  20. background-image: none;
  21. }
  22. div.mainmenu.menu::before {
  23. content: "\f0c9";
  24. }
  25. div.mainmenu.home::before{
  26. content: "\f015";
  27. }
  28. div.mainmenu.billing::before {
  29. content: "\f51e";
  30. }
  31. div.mainmenu.accountancy::before {
  32. /* content: "\f53d"; */
  33. content: "\f688";
  34. font-size: 1.2em;
  35. }
  36. div.mainmenu.agenda::before {
  37. content: "\f073";
  38. }
  39. div.mainmenu.bank::before {
  40. content: "\f19c";
  41. }
  42. div.mainmenu.cashdesk::before {
  43. content: "\f788";
  44. }
  45. div.mainmenu.takepos::before {
  46. content: "\f788";
  47. }
  48. div.mainmenu.companies::before {
  49. content: "\f1ad";
  50. }
  51. div.mainmenu.commercial::before {
  52. content: "\f0f2";
  53. }
  54. div.mainmenu.ecm::before {
  55. content: "\f07c";
  56. }
  57. div.mainmenu.externalsite::before {
  58. content: "\f360";
  59. }
  60. div.mainmenu.ftp::before {
  61. content: "\f362";
  62. }
  63. div.mainmenu.hrm::before {
  64. content: "\f508";
  65. }
  66. div.mainmenu.members::before {
  67. content: "\f007";
  68. }
  69. div.mainmenu.products::before {
  70. content: "\f1b2";
  71. }
  72. div.mainmenu.mrp::before {
  73. content: "\f1b3";
  74. }
  75. div.mainmenu.project::before {
  76. content: "\f542";
  77. }
  78. div.mainmenu.ticket::before {
  79. content: "\f3ff";
  80. }
  81. div.mainmenu.tools::before {
  82. content: "\f0ad";
  83. }
  84. div.mainmenu.website::before {
  85. content: "\f57d";
  86. }
  87. div.mainmenu.generic1::before {
  88. content: "\f249";
  89. }
  90. div.mainmenu.generic2::before {
  91. content: "\f249";
  92. }
  93. div.mainmenu.generic3::before {
  94. content: "\f249";
  95. }
  96. div.mainmenu.generic4::before {
  97. content: "\f249";
  98. }
  99. /* Define color of some picto */
  100. .fa-phone, .fa-mobile-alt, .fa-fax {
  101. opacity: 0.7;
  102. color: #440;
  103. }
  104. .fa-at, .fa-external-link-alt, .fa-share-alt {
  105. opacity: 0.7;
  106. color: #304;
  107. }
  108. .fa-trash {
  109. color: #666;
  110. }
  111. .fa-trash:hover:before {
  112. color: #800;
  113. }
  114. .fa-play {
  115. color: #444;
  116. }
  117. .fa-link, .fa-unlink {
  118. color: #555;
  119. }
  120. /* Define square Dolibarr logo in pure CSS */
  121. .fa-dolibarr-css{
  122. color: #235481;
  123. background: currentColor;
  124. height: 150px;
  125. width: 150px;
  126. position: relative;
  127. }
  128. .fa-dolibarr-css:before{
  129. content: '';
  130. position: absolute;
  131. left: 19%;
  132. top: 17%;
  133. width: 25%;
  134. height: 25%;
  135. border: solid 30px white;
  136. border-radius: 0% 200% 200% 0% / 0% 180% 180% 0%;
  137. }
  138. .fa-dolibarr-css:after{
  139. content: '';
  140. position: absolute;
  141. left: 19%;
  142. top: 17%;
  143. width: 5px;
  144. height: 25%;
  145. border-bottom: solid 60px currentColor;
  146. margin-left: 30px;
  147. }
  148. .menu_titre .em092 {
  149. font-size: 0.92em;
  150. }
  151. .menu_titre .em088 {
  152. font-size: 0.88em;
  153. }
  154. .menu_titre .em080 {
  155. font-size: 0.80em;
  156. }