2if (!defined(
'ISLOADEDBYSTEELSHEET')) {
3 die(
'Must be call by steelsheet');
14include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
18 $prefix =
'background-';
21if (!isset($conf->global->THEME_SATURATE_RATIO)) {
22 $conf->global->THEME_SATURATE_RATIO = 0.7;
24if (GETPOSTISSET(
'THEME_SATURATE_RATIO')) {
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;
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 {
105.infobox-propal:not(.pictotitle):not(.error),
106.infobox-facture:not(.pictotitle):not(.error),
107.infobox-commande:not(.pictotitle):not(.error) {
111.infobox-supplier_proposal:not(.pictotitle):not(.error),
112.infobox-invoice_supplier:not(.pictotitle):not(.error),
113.infobox-order_supplier:not(.pictotitle):not(.error) {
117.infobox-contrat, .infobox-ticket{
120.infobox-bank_account{
123.infobox-adherent, .infobox-member {
126.infobox-expensereport{
134.info-box-module.--external span.info-box-icon-version {
138a.info-box-text.info-box-text-a {
142a.info-box-text-a i.fa.fa-exclamation-triangle {
150 background: var(--colorbacklineimpair2);
155 border: 1px solid #e9e9e9;
157.info-box.info-box-sm {
171.info-box:not(.info-box-kanban) .progress {
172 background: rgba(0, 0, 0, 0.2);
173 margin: 5px -10px 5px -10px;
177.info-box .progress .progress-bar {
181.info-box:not(.info-box-kanban) .progress .progress-bar {
189 background-color: #337ab7;
190 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
191 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
192 -webkit-transition: width .6s ease;
193 -o-transition: width .6s ease;
194 transition: width .6s ease;
205 background: var(--colorbacktitle1) !important;
206 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
207 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
211.info-box-module .info-box-icon {
215.info-box-sm .info-box-icon, .info-box-sm .info-box-img {
216 height: 96px !important;
222 border-top-left-radius: 2px;
223 border-top-right-radius: 0;
224 border-bottom-right-radius: 0;
225 border-bottom-left-radius: 2px;
235 background: var(--colorbacktitle1) !important;
237.opened-dash-board-wrap .info-box .info-box-icon {
240.opened-dash-board-wrap .info-box-sm .info-box-icon {
243.info-box-module .info-box-icon {
246.info-box-icon > img {
249.info-box-module .info-box-icon > img {
258 width: calc(100% - 76px);
259 text-overflow: ellipsis;
263 box-sizing: border-box;
269 background-color: rgba(0,0,0,0.1);
277 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
278 transition: opacity 0.5s, visibility 0s 0.5s;
281.info-box-icon-version {
282 box-sizing: border-box;
288 background-color: rgba(0,0,0,0.1);
296 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
297 transition: opacity 0.5s, visibility 0s 0.5s;
300.box-flex-item.info-box-module.--disabled {
312 height: 105px !important;
314 border-top-left-radius: 2px;
315 border-top-right-radius: 0;
316 border-bottom-right-radius: 0;
317 border-bottom-left-radius: 2px;
325 background: var(--colorbacktitle1) !important;
332 transform: translate(-50%, -50%);
342.info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version{
346.info-box:hover .info-box-icon-text{
357.info-box-sm .info-box-content {
361.info-box-sm .info-box-module-enabled {
363 background: var(--infoboxmoduleenabledbgcolor);
365.info-box-content-warning span.font-status4 {
366 color: #bc9526 !important;
381 text-overflow: ellipsis;
384 text-transform: uppercase;
389 width: calc(100% - 20px);
394.info-box-text:first-letter{text-transform: uppercase}
395a.info-box-text{ text-decoration: none;}
409include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
413 $prefix =
'background-';
416if (!isset($conf->global->THEME_SATURATE_RATIO)) {
417 $conf->global->THEME_SATURATE_RATIO = 0.7;
419if (GETPOSTISSET(
'THEME_SATURATE_RATIO')) {
420 $conf->global->THEME_SATURATE_RATIO =
GETPOST(
'THEME_SATURATE_RATIO',
'int');
423.bg-infobox-project i.fa{
424 color: #605ca8 !important;
426.bg-infobox-action i.fa{
427 color: #d84b80 !important;
429.bg-infobox-propal i.fa,
430.bg-infobox-facture i.fa,
431.bg-infobox-commande i.fa{
432 color: #abb87b !important;
434.bg-infobox-supplier_proposal i.fa,
435.bg-infobox-invoice_supplier i.fa,
436.bg-infobox-order_supplier i.fa{
437 color: #40b0cf !important;
439.bg-infobox-contrat i.fa, .bg-infobox-ticket i.fa{
440 color: #20a68a !important;
442.bg-infobox-bank_account i.fa{
443 color: #b0a53e !important;
445.bg-infobox-adherent i.fa, .bg-infobox-member i.fa{
446 color: #755114 !important;
448.bg-infobox-expensereport i.fa{
449 color: #755114 !important;
451.bg-infobox-holiday i.fa{
452 color: #755114 !important;
456.fa-dol-action:before {
459.fa-dol-propal:before,
460.fa-dol-supplier_proposal:before {
463.fa-dol-facture:before,
464.fa-dol-invoice_supplier:before {
467.fa-dol-project:before {
470.fa-dol-commande:before,
471.fa-dol-order_supplier:before {
474.fa-dol-contrat:before {
477.fa-dol-ticket:before {
480.fa-dol-bank_account:before {
483.fa-dol-member:before {
486.fa-dol-expensereport:before {
489.fa-dol-holiday:before {
495.info-box-weather .info-box-icon{
496 background: var(--colorbacktitle1) !important;
498.fa-weather-level0:before{
502.fa-weather-level1:before{
506.fa-weather-level2:before{
510.fa-weather-level3:before{
514.fa-weather-level4:before{
562 flex-grow: 0 !important;
571 margin: 5px 0px 0px 15px;
573.box-flex-item.filler{
574 margin: 0px 0px 0px 15px !important;
579 width: calc(100% - 20px);
585.info-box-module .info-box-content {
592@media only screen and (max-width: 1740px) {
598@media only screen and (max-width: 767px) {
602 .info-box-sm .info-box-icon {
605 .info-box-sm .info-box-content {
614 .info-box-line-text {
615 width: calc(100% - 92px);
616 max-width: calc(100% - 82px);
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after 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.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.