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: #EEE;
37 background-color: #a7c5b0 !important;
38 color: #FFF !important;
44 background-color: #65953d !important;
45 color: #FFF !important;
51 background-color: #599caf !important;
52 color: #FFF !important;
58 background-color: #79633f !important;
59 color: #FFF !important;
67 background-color: #e4e4e4;
72.member-individual-back {
75 background-color: #e4e4e4;
82 <?php echo $prefix; ?>color: #6c6aa8 !important;
85 <?php echo $prefix; ?>color: #a47080 !important;
87.bg-infobox-propal, .bg-infobox-facture, .bg-infobox-commande {
88 <?php echo $prefix; ?>color: #65953d !important;
90.bg-infobox-supplier_proposal, .bg-infobox-invoice_supplier, .bg-infobox-order_supplier {
91 <?php echo $prefix; ?>color: #599caf !important;
93.bg-infobox-contrat, .bg-infobox-ticket{
94 <?php echo $prefix; ?>color: #46a676 !important;
96.bg-infobox-bank_account{
97 <?php echo $prefix; ?>color: #b0a53e !important;
99.bg-infobox-adherent, .bg-infobox-member{
100 <?php echo $prefix; ?>color: #79633f !important;
102.bg-infobox-expensereport{
103 <?php echo $prefix; ?>color: #79633f !important;
106 <?php echo $prefix; ?>color: #755114 !important;
110a.vmenu span, span.vmenu, span.vmenu span {
114div.login_block_other a {
115 color: var(--colortextbackvmenu);
118.infobox-adherent, .infobox-member {
128.infobox-propal:not(.pictotitle):not(.error),
129.infobox-facture:not(.pictotitle):not(.error),
130.infobox-commande:not(.pictotitle):not(.error) {
134.infobox-supplier_proposal:not(.pictotitle):not(.error),
135.infobox-invoice_supplier:not(.pictotitle):not(.error),
136.infobox-order_supplier:not(.pictotitle):not(.error) {
140.infobox-contrat, .infobox-ticket{
143.infobox-bank_account{
146.infobox-adherent, .infobox-member {
149.infobox-expensereport{
157.info-box-module.--external span.info-box-icon-version {
161a.info-box-text.info-box-text-a {
165a.info-box-text-a i.fa.fa-exclamation-triangle {
173 background: var(--colorbacklineimpair2);
178 border: 1px solid #e9e9e9;
180.info-box.info-box-sm {
194.info-box:not(.info-box-kanban) .progress {
195 background: rgba(0, 0, 0, 0.2);
196 margin: 5px -10px 5px -10px;
200.info-box .progress .progress-bar {
204.info-box:not(.info-box-kanban) .progress .progress-bar {
212 background-color: #337ab7;
213 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
214 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
215 -webkit-transition: width .6s ease;
216 -o-transition: width .6s ease;
217 transition: width .6s ease;
228 background: var(--colorbacktitle1) !important;
229 <?php
if (isset($conf->global->THEME_SATURATE_RATIO)) { ?>
230 filter: saturate(<?php echo $conf->global->THEME_SATURATE_RATIO; ?>);
234.info-box-module .info-box-icon {
238.info-box-sm .info-box-icon, .info-box-sm .info-box-img {
239 height: 96px !important;
245 border-top-left-radius: 2px;
246 border-top-right-radius: 0;
247 border-bottom-right-radius: 0;
248 border-bottom-left-radius: 2px;
258 background: var(--colorbacktitle1) !important;
260.opened-dash-board-wrap .info-box .info-box-icon {
263.opened-dash-board-wrap .info-box-sm .info-box-icon {
266.info-box-module .info-box-icon {
269.info-box-icon > img {
272.info-box-module .info-box-icon > img {
281 width: calc(100% - 76px);
282 text-overflow: ellipsis;
286 box-sizing: border-box;
292 background-color: rgba(0,0,0,0.1);
300 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
301 transition: opacity 0.5s, visibility 0s 0.5s;
304.info-box-icon-version {
305 box-sizing: border-box;
311 background-color: rgba(0,0,0,0.1);
319 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
320 transition: opacity 0.5s, visibility 0s 0.5s;
323.box-flex-item.info-box-module.--
disabled {
335 height: 105px !important;
337 border-top-left-radius: 2px;
338 border-top-right-radius: 0;
339 border-bottom-right-radius: 0;
340 border-bottom-left-radius: 2px;
348 background: var(--colorbacktitle1) !important;
355 transform: translate(-50%, -50%);
365.info-box-sm .info-box-icon-text, .info-box-sm .info-box-icon-version{
369.info-box:hover .info-box-icon-text{
380.info-box-sm .info-box-content {
384.info-box-sm .info-box-module-enabled {
386 background: var(--infoboxmoduleenabledbgcolor);
388.info-box-content-warning span.font-status4 {
389 color: #bc9526 !important;
404 text-overflow: ellipsis;
407 text-transform: uppercase;
412 width: calc(100% - 20px);
418@media only screen and (max-width: 480px)
424.info-box-text:first-letter{text-transform: uppercase}
425a.info-box-text{ text-decoration: none;}
439include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
443 $prefix =
'background-';
446if (!isset($conf->global->THEME_SATURATE_RATIO)) {
447 $conf->global->THEME_SATURATE_RATIO = 0.7;
449if (GETPOSTISSET(
'THEME_SATURATE_RATIO')) {
450 $conf->global->THEME_SATURATE_RATIO =
GETPOSTINT(
'THEME_SATURATE_RATIO');
453.bg-infobox-project i.fa{
454 color: #605ca8 !important;
456.bg-infobox-action i.fa{
457 color: #d84b80 !important;
459.bg-infobox-propal i.fa,
460.bg-infobox-facture i.fa,
461.bg-infobox-commande i.fa{
462 color: #abb87b !important;
464.bg-infobox-supplier_proposal i.fa,
465.bg-infobox-invoice_supplier i.fa,
466.bg-infobox-order_supplier i.fa{
467 color: #40b0cf !important;
469.bg-infobox-contrat i.fa, .bg-infobox-ticket i.fa{
470 color: #20a68a !important;
472.bg-infobox-bank_account i.fa{
473 color: #b0a53e !important;
475.bg-infobox-adherent i.fa, .bg-infobox-member i.fa{
476 color: #755114 !important;
478.bg-infobox-expensereport i.fa{
479 color: #755114 !important;
481.bg-infobox-holiday i.fa{
482 color: #755114 !important;
486.fa-dol-action:before {
489.fa-dol-propal:before,
490.fa-dol-supplier_proposal:before {
493.fa-dol-facture:before,
494.fa-dol-invoice_supplier:before {
497.fa-dol-project:before {
500.fa-dol-commande:before,
501.fa-dol-order_supplier:before {
504.fa-dol-contrat:before {
507.fa-dol-ticket:before {
510.fa-dol-bank_account:before {
513.fa-dol-member:before {
516.fa-dol-expensereport:before {
519.fa-dol-holiday:before {
525.info-box-weather .info-box-icon{
526 background: var(--colorbacktitle1) !important;
528.fa-weather-level0:before{
532.fa-weather-level1:before{
536.fa-weather-level2:before{
540.fa-weather-level3:before{
544.fa-weather-level4:before{
561.box-flex-container-columns {
565 justify-content: space-between;
567.box-flex-container-column {
570.box-flex-container-column:not(:last-of-
type) {
571 border-right: 1px solid #AAA;
574.box-flex-container-column.kanban {
577.kanban.kanbancollapsed {
581.kanban.kanbancollapsed .kanbanlabel, .text-vertical {
582 writing-mode: vertical-rl;
586 flex-grow: 0 !important;
595.box-flex-item.filler{
598.box-flex-item, .kanbanlabel {
600 margin-<?php echo $right; ?>: 10px;
602 margin-<?php echo $left; ?>: 10px;
605 background: var(--colorbacktitle1);
610.kanban .box-flex-item {
613.kanban .box-flex-item-5lines {
618.box-flex-item-small {
619 width: 200px !important;
621.box-flex-item-small .info-box-sm .info-box-content {
624.box-flex-item-small .info-box-icon.bg-infobox-action {
629@media only screen and (max-width: 767px)
631 .box-flex-container {
632 margin: 0 0 0 -8px !important;
637 width: calc(100% - 20px);
643.info-box-module .info-box-content {
650@media only screen and (max-width: 1740px) {
656@media only screen and (max-width: 768px) {
660 .info-box-sm .info-box-icon {
663 .info-box-sm .info-box-content {
672 .info-box-line-text {
673 width: calc(100% - 92px);
674 max-width: calc(100% - 82px);
678@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 a Dolibarr global constant string value.
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type