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 =
GETPOSTINT(
'THEME_SATURATE_RATIO');
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;
95a.vmenu span, span.vmenu, span.vmenu span {
99div.login_block_other a {
100 color: var(--colortextbackvmenu);
103.infobox-adherent, .infobox-member {
113.infobox-propal:not(.pictotitle):not(.error),
114.infobox-facture:not(.pictotitle):not(.error),
115.infobox-commande:not(.pictotitle):not(.error) {
119.infobox-supplier_proposal:not(.pictotitle):not(.error),
120.infobox-invoice_supplier:not(.pictotitle):not(.error),
121.infobox-order_supplier:not(.pictotitle):not(.error) {
125.infobox-contrat, .infobox-ticket{
128.infobox-bank_account{
131.infobox-adherent, .infobox-member {
134.infobox-expensereport{
142.info-box-module.--external span.info-box-
icon-version {
146a.info-box-text.info-box-text-a {
150a.info-box-text-a i.fa.fa-exclamation-triangle {
158 background: var(--colorbacklineimpair2);
163 border: 1px solid #e9e9e9;
165.info-box.info-box-sm {
179.info-box:not(.info-box-kanban) .progress {
180 background: rgba(0, 0, 0, 0.2);
181 margin: 5px -10px 5px -10px;
185.info-box .progress .progress-bar {
189.info-box:not(.info-box-kanban) .progress .progress-bar {
197 background-color: #337ab7;
198 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
199 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
200 -webkit-transition: width .6s ease;
201 -o-transition: width .6s ease;
202 transition: width .6s ease;
213 background: var(--colorbacktitle1) !important;
214 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
215 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
219.info-box-module .info-box-
icon {
223.info-box-sm .info-box-
icon, .info-box-sm .info-box-img {
224 height: 96px !important;
230 border-top-left-radius: 2px;
231 border-top-right-radius: 0;
232 border-bottom-right-radius: 0;
233 border-bottom-left-radius: 2px;
243 background: var(--colorbacktitle1) !important;
245.opened-dash-board-wrap .info-box .info-box-
icon {
248.opened-dash-board-wrap .info-box-sm .info-box-
icon {
251.info-box-module .info-box-
icon {
254.info-box-
icon > img {
257.info-box-module .info-box-
icon > img {
266 width: calc(100% - 76px);
267 text-overflow: ellipsis;
271 box-sizing: border-box;
277 background-color: rgba(0,0,0,0.1);
285 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
286 transition: opacity 0.5s, visibility 0s 0.5s;
289.info-box-
icon-version {
290 box-sizing: border-box;
296 background-color: rgba(0,0,0,0.1);
304 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
305 transition: opacity 0.5s, visibility 0s 0.5s;
308.box-flex-item.info-box-module.--
disabled {
320 height: 105px !important;
322 border-top-left-radius: 2px;
323 border-top-right-radius: 0;
324 border-bottom-right-radius: 0;
325 border-bottom-left-radius: 2px;
333 background: var(--colorbacktitle1) !important;
340 transform: translate(-50%, -50%);
350.info-box-sm .info-box-
icon-text, .info-box-sm .info-box-
icon-version{
354.info-box:hover .info-box-
icon-text{
365.info-box-sm .info-box-content {
369.info-box-sm .info-box-module-enabled {
371 background: var(--infoboxmoduleenabledbgcolor);
373.info-box-content-warning span.font-status4 {
374 color: #bc9526 !important;
389 text-overflow: ellipsis;
392 text-transform: uppercase;
397 width: calc(100% - 20px);
403@media only screen and (max-width: 480px)
409.info-box-text:first-letter{text-transform: uppercase}
410a.info-box-text{ text-decoration: none;}
424include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
428 $prefix =
'background-';
431if (!isset($conf->global->THEME_SATURATE_RATIO)) {
432 $conf->global->THEME_SATURATE_RATIO = 0.7;
434if (GETPOSTISSET(
'THEME_SATURATE_RATIO')) {
435 $conf->global->THEME_SATURATE_RATIO =
GETPOSTINT(
'THEME_SATURATE_RATIO');
438.bg-infobox-project i.fa{
439 color: #605ca8 !important;
441.bg-infobox-action i.fa{
442 color: #d84b80 !important;
444.bg-infobox-propal i.fa,
445.bg-infobox-facture i.fa,
446.bg-infobox-commande i.fa{
447 color: #abb87b !important;
449.bg-infobox-supplier_proposal i.fa,
450.bg-infobox-invoice_supplier i.fa,
451.bg-infobox-order_supplier i.fa{
452 color: #40b0cf !important;
454.bg-infobox-contrat i.fa, .bg-infobox-ticket i.fa{
455 color: #20a68a !important;
457.bg-infobox-bank_account i.fa{
458 color: #b0a53e !important;
460.bg-infobox-adherent i.fa, .bg-infobox-member i.fa{
461 color: #755114 !important;
463.bg-infobox-expensereport i.fa{
464 color: #755114 !important;
466.bg-infobox-holiday i.fa{
467 color: #755114 !important;
471.fa-dol-action:before {
474.fa-dol-propal:before,
475.fa-dol-supplier_proposal:before {
478.fa-dol-facture:before,
479.fa-dol-invoice_supplier:before {
482.fa-dol-project:before {
485.fa-dol-commande:before,
486.fa-dol-order_supplier:before {
489.fa-dol-contrat:before {
492.fa-dol-ticket:before {
495.fa-dol-bank_account:before {
498.fa-dol-member:before {
501.fa-dol-expensereport:before {
504.fa-dol-holiday:before {
510.info-box-weather .info-box-
icon{
511 background: var(--colorbacktitle1) !important;
513.fa-weather-level0:before{
517.fa-weather-level1:before{
521.fa-weather-level2:before{
525.fa-weather-level3:before{
529.fa-weather-level4:before{
575.box-flex-container-columns {
579 justify-content: space-between;
581.box-flex-container-column {
584.box-flex-container-column:not(:last-of-
type) {
585 border-right: 1px solid #AAA;
588.box-flex-container-column.kanban {
591.kanban.kanbancollapsed {
595.kanban.kanbancollapsed .kanbanlabel, .text-vertical {
596 writing-mode: vertical-rl;
600 flex-grow: 0 !important;
610.box-flex-item.filler{
613.box-flex-item, .kanbanlabel {
615 margin-<?php echo $right; ?>: 10px;
617 margin-<?php echo $left; ?>: 10px;
620 background: var(--colorbacktitle1);
625.kanban .box-flex-item {
630.box-flex-item-small {
631 width: 200px !important;
633.box-flex-item-small .info-box-sm .info-box-content {
636.box-flex-item-small .info-box-
icon.bg-infobox-action {
641@media only screen and (max-width: 767px)
643 .box-flex-container {
644 margin: 0 0 0 -8px !important;
649 width: calc(100% - 20px);
655.info-box-module .info-box-content {
662@media only screen and (max-width: 1740px) {
668@media only screen and (max-width: 768px) {
672 .info-box-sm .info-box-
icon {
675 .info-box-sm .info-box-content {
684 .info-box-line-text {
685 width: calc(100% - 92px);
686 max-width: calc(100% - 82px);
690@media only screen and (max-width: 480px) {
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.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
table table fiche title col title div col center btnTitle icon
Automatically calls the icon named with the corresponding "object_" prefix.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type