2 if (!defined(
'ISLOADEDBYSTEELSHEET')) {
3 die(
'Must be call by steelsheet');
12 .info-box-module.--external span.info-box-icon-version {
13 background: rgba(0,0,0,0.2);
16 .info-box-module.--external.--need-update span.info-box-icon-version{
24 background: var(--colorbacklineimpair2);
26 box-shadow: 1px 1px 15px rgba(192, 192, 192, 0.2);
28 border: 1px solid #e9e9e9;
31 .info-box.info-box-sm {
36 .opened-dash-board-wrap .info-box, .opened-dash-board-wrap .info-box .info-box-icon {
37 border-radius: 0 0 0 15px;
54 background: rgba(0, 0, 0, 0.2);
55 margin: 5px -10px 5px -10px;
59 .info-box .progress .progress-bar {
63 .info-box .progress .progress-bar {
71 background-color: #337ab7;
72 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
73 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
74 -webkit-transition: width .6s ease;
75 -o-transition: width .6s ease;
76 transition: width .6s ease;
79 border-top-left-radius: 2px;
80 border-top-right-radius: 0;
81 border-bottom-right-radius: 0;
82 border-bottom-left-radius: 2px;
91 background: var(--colorbacktitle1) !important;
94 .info-box-module .info-box-icon {
98 .info-box-sm .info-box-icon {
105 border-top-left-radius: 2px;
106 border-top-right-radius: 0;
107 border-bottom-right-radius: 0;
108 border-bottom-left-radius: 2px;
118 background: var(--colorbacktitle1) !important;
120 .opened-dash-board-wrap .info-box .info-box-icon {
123 .opened-dash-board-wrap .info-box-sm .info-box-icon {
124 border-radius: 0 0 0 20px;
127 .info-box-module .info-box-icon {
130 .info-box-icon > img {
133 .info-box-module .info-box-icon > img {
137 a.info-box-text.info-box-text-a {
140 a.info-box-text-a i.fa.fa-exclamation-triangle {
145 box-sizing: border-box;
151 background-color: rgba(0,0,0,0.1);
159 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
160 transition: opacity 0.5s, visibility 0s 0.5s;
163 .info-box-icon-version {
164 box-sizing: border-box;
170 background-color: rgba(0,0,0,0.1);
178 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
179 transition: opacity 0.5s, visibility 0s 0.5s;
182 .box-flex-item.info-box-module.--disabled {
192 <?php
if (empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS) && !empty($conf->global->MAIN_INCLUDE_GLOBAL_STATS_IN_OPENED_DASHBOARD)) { ?>
198 .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version {
202 .info-box:hover .info-box-icon-text {
210 .info-box-sm .info-box-content {
214 .info-box-sm .info-box-module-enabled {
216 background: var(--infoboxmoduleenabledbgcolor);
218 .info-box-content-warning span.font-status4 {
219 color: #bc9526 !important;
240 text-overflow: ellipsis;
243 text-transform: uppercase;
252 .info-box-text:first-letter{text-transform: uppercase}
253 a.info-box-text{ text-decoration: none;}
269 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
272 if (!empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) {
273 $prefix =
'background-';
276 if (!isset($conf->global->THEME_SATURATE_RATIO)) {
277 $conf->global->THEME_SATURATE_RATIO = 0.7;
280 $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
285 <?php
if ($prefix) { ?>
286 color: #fff !important;
289 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
290 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
295 background-color: #55955d !important;
296 color: #FFF !important;
302 background-color: #599caf !important;
303 color: #FFF !important;
309 background-color: #79633f !important;
310 color: #FFF !important;
315 .member-company-back {
316 padding: 2px 7px 2px 7px;
317 background-color: #e4e4e4;
322 .member-individual-back {
323 padding: 2px 7px 2px 7px;
324 background-color: #e4e4e4;
332 <?php echo $prefix; ?>color: #6c6aa8 !important;
335 <?php echo $prefix; ?>color: #b06080 !important;
337 .bg-infobox-propal, .bg-infobox-facture, .bg-infobox-commande {
338 <?php echo $prefix; ?>color: #65953d !important;
340 .bg-infobox-supplier_proposal, .bg-infobox-invoice_supplier, .bg-infobox-order_supplier {
341 <?php echo $prefix; ?>color: #599caf !important;
343 .bg-infobox-contrat, .bg-infobox-ticket{
344 <?php echo $prefix; ?>color: #3bbfa8 !important;
346 .bg-infobox-bank_account{
347 <?php echo $prefix; ?>color: #b0bb39 !important;
349 .bg-infobox-adherent, .bg-infobox-member {
350 <?php echo $prefix; ?>color: #79633f !important;
352 .bg-infobox-expensereport{
353 <?php echo $prefix; ?>color: #79633f !important;
356 <?php echo $prefix; ?>color: #755114 !important;
359 .infobox-adherent, .infobox-member {
360 color: #79633f !important;
363 color: #6c6aa8 !important;
366 color: #b06080 !important;
369 .infobox-propal:not(.error),
370 .infobox-facture:not(.error),
371 .infobox-commande:not(.error) {
372 color: #65953d !important;
375 .infobox-supplier_proposal:not(.error),
376 .infobox-invoice_supplier:not(.error),
377 .infobox-order_supplier:not(.error) {
378 color: #599caf !important;
380 .infobox-contrat, .infobox-ticket{
381 color: #3bbfa8 !important;
383 .infobox-bank_account{
384 color: #b0bb39 !important;
386 .infobox-adherent, .infobox-member {
387 color: #79633f !important;
389 .infobox-expensereport{
390 color: #79633f !important;
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{
465 width: calc(100% + 14px);
466 margin: 0 -8px 0 -8px;
471 flex-grow: 0 !important;
480 margin: 5px 8px 0px 8px;
482 .box-flex-item.filler{
483 margin: 0px 0px 0px 15px !important;
488 width: calc(100% - 20px);
495 @media only screen and (max-width: 1740px) {
502 @media only screen and (max-width: 767px) {
508 .info-box-module .info-box-content {
517 @media only screen and (max-width: 767px)
519 .box-flex-container {
520 margin: 0 0 0 0px !important;
521 width: 100% !important;
522 justify-content: space-between;
529 .info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version {
532 .info-box-sm .info-box-icon {
535 .info-box-sm .info-box-content {
539 border: 1px solid #e0e0e0;
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.