2 if (!defined(
'ISLOADEDBYSTEELSHEET')) {
3 die(
'Must be call by steelsheet');
14 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
17 if (!empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) {
18 $prefix =
'background-';
21 if (!isset($conf->global->THEME_SATURATE_RATIO)) {
22 $conf->global->THEME_SATURATE_RATIO = 0.7;
25 $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
31 background-color: #65953d !important;
32 color: #FFF !important;
38 background-color: #599caf !important;
39 color: #FFF !important;
45 background-color: #79633f !important;
46 color: #FFF !important;
51 .member-company-back {
52 padding: 2px 7px 2px 7px;
53 background-color: #e4e4e4;
58 .member-individual-back {
59 padding: 2px 7px 2px 7px;
60 background-color: #e4e4e4;
67 <?php echo $prefix; ?>color: #6c6aa8 !important;
70 <?php echo $prefix; ?>color: #a47080 !important;
72 .bg-infobox-propal, .bg-infobox-facture, .bg-infobox-commande {
73 <?php echo $prefix; ?>color: #65953d !important;
75 .bg-infobox-supplier_proposal, .bg-infobox-invoice_supplier, .bg-infobox-order_supplier {
76 <?php echo $prefix; ?>color: #599caf !important;
78 .bg-infobox-contrat, .bg-infobox-ticket{
79 <?php echo $prefix; ?>color: #46a676 !important;
81 .bg-infobox-bank_account{
82 <?php echo $prefix; ?>color: #b0a53e !important;
84 .bg-infobox-adherent, .bg-infobox-member{
85 <?php echo $prefix; ?>color: #79633f !important;
87 .bg-infobox-expensereport{
88 <?php echo $prefix; ?>color: #79633f !important;
91 <?php echo $prefix; ?>color: #755114 !important;
95 .infobox-adherent, .infobox-member {
96 color: #79633f !important;
99 color: #6c6aa8 !important;
102 color: #a47080 !important;
105 .infobox-propal:not(.pictotitle):not(.error),
106 .infobox-facture:not(.pictotitle):not(.error),
107 .infobox-commande:not(.pictotitle):not(.error) {
108 color: #65953d !important;
111 .infobox-supplier_proposal:not(.pictotitle):not(.error),
112 .infobox-invoice_supplier:not(.pictotitle):not(.error),
113 .infobox-order_supplier:not(.pictotitle):not(.error) {
114 color: #599caf !important;
117 .infobox-contrat, .infobox-ticket{
118 color: #46a676 !important;
120 .infobox-bank_account{
121 color: #b0a53e !important;
123 .infobox-adherent, .infobox-member {
124 color: #79633f !important;
126 .infobox-expensereport{
127 color: #79633f !important;
130 color: #755114 !important;
134 .info-box-module.--external span.info-box-icon-version {
138 a.info-box-text.info-box-text-a {
141 a.info-box-text-a i.fa.fa-exclamation-triangle {
149 background: var(--colorbacklineimpair2);
154 border: 1px solid #e9e9e9;
156 .info-box.info-box-sm{
170 .info-box .progress {
171 background: rgba(0, 0, 0, 0.2);
172 margin: 5px -10px 5px -10px;
176 .info-box .progress .progress-bar {
180 .info-box .progress .progress-bar {
188 background-color: #337ab7;
189 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
190 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
191 -webkit-transition: width .6s ease;
192 -o-transition: width .6s ease;
193 transition: width .6s ease;
204 background: var(--colorbacktitle1) !important;
205 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
206 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
210 .info-box-sm .info-box-icon {
216 .opened-dash-board-wrap .info-box .info-box-icon {
219 .opened-dash-board-wrap .info-box-sm .info-box-icon {
222 .info-box-module .info-box-icon {
225 .info-box-icon > img {
228 .info-box-module .info-box-icon > img {
233 box-sizing: border-box;
239 background-color: rgba(0,0,0,0.1);
247 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
248 transition: opacity 0.5s, visibility 0s 0.5s;
251 .info-box-icon-version {
252 box-sizing: border-box;
258 background-color: rgba(0,0,0,0.1);
266 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
267 transition: opacity 0.5s, visibility 0s 0.5s;
270 .box-flex-item.info-box-module.--disabled {
280 <?php
if (empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS) && !empty($conf->global->MAIN_INCLUDE_GLOBAL_STATS_IN_OPENED_DASHBOARD)) { ?>
286 .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version{
290 .info-box:hover .info-box-icon-text{
298 .info-box-sm .info-box-content {
302 .info-box-sm .info-box-module-enabled {
304 background: var(--infoboxmoduleenabledbgcolor);
306 .info-box-content-warning span.font-status4 {
307 color: #bc9526 !important;
322 text-overflow: ellipsis;
325 text-transform: uppercase;
330 width: calc(100% - 20px);
335 .info-box-text:first-letter{text-transform: uppercase}
336 a.info-box-text{ text-decoration: none;}
350 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
353 if (!empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) {
354 $prefix =
'background-';
357 if (!isset($conf->global->THEME_SATURATE_RATIO)) {
358 $conf->global->THEME_SATURATE_RATIO = 0.7;
361 $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
364 .bg-infobox-project i.fa{
365 color: #605ca8 !important;
367 .bg-infobox-action i.fa{
368 color: #d84b80 !important;
370 .bg-infobox-propal i.fa,
371 .bg-infobox-facture i.fa,
372 .bg-infobox-commande i.fa{
373 color: #abb87b !important;
375 .bg-infobox-supplier_proposal i.fa,
376 .bg-infobox-invoice_supplier i.fa,
377 .bg-infobox-order_supplier i.fa{
378 color: #40b0cf !important;
380 .bg-infobox-contrat i.fa, .bg-infobox-ticket i.fa{
381 color: #20a68a !important;
383 .bg-infobox-bank_account i.fa{
384 color: #b0a53e !important;
386 .bg-infobox-adherent i.fa, .bg-infobox-member i.fa{
387 color: #755114 !important;
389 .bg-infobox-expensereport i.fa{
390 color: #755114 !important;
392 .bg-infobox-holiday i.fa{
393 color: #755114 !important;
397 .fa-dol-action:before {
400 .fa-dol-propal:before,
401 .fa-dol-supplier_proposal:before {
404 .fa-dol-facture:before,
405 .fa-dol-invoice_supplier:before {
408 .fa-dol-project:before {
411 .fa-dol-commande:before,
412 .fa-dol-order_supplier:before {
415 .fa-dol-contrat:before {
418 .fa-dol-ticket:before {
421 .fa-dol-bank_account:before {
424 .fa-dol-member:before {
427 .fa-dol-expensereport:before {
430 .fa-dol-holiday:before {
436 .info-box-weather .info-box-icon{
437 background: var(--colorbacktitle1) !important;
439 .fa-weather-level0:before{
443 .fa-weather-level1:before{
447 .fa-weather-level2:before{
451 .fa-weather-level3:before{
455 .fa-weather-level4:before{
503 flex-grow: 0 !important;
512 margin: 5px 0px 0px 15px;
514 .box-flex-item.filler{
515 margin: 0px 0px 0px 15px !important;
520 width: calc(100% - 20px);
526 .info-box-module .info-box-content {
531 @media only screen and (max-width: 1740px) {
537 @media only screen and (max-width: 767px) {
541 .info-box-sm .info-box-icon {
544 .info-box-sm .info-box-content {
print *****$script_file(".$version.") pid cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname from a POST of a form.
div float
Buy price without taxes.