2if (!defined(
'ISLOADEDBYSTEELSHEET')) {
 
    3  die(
'Must be call by steelsheet');
 
    8      --btncolortext:rgb(<?php print $colortextlink; ?>);
 
   10      --btncolorborderhover: none;
 
   11      --btncolorborder: #FFF;
 
   12      --butactiondeletebg: rgb(234,228,225);
 
   13      --butactionbg: rgb(<?php print $butactionbg; ?>);
 
   14      --textbutaction: rgb(<?php print $textbutaction; ?>);
 
   19  print 
"/* For dark mode */\n";
 
   21    print 
"@media (prefers-color-scheme: dark) {";  
 
   23    print 
"@media not print {";
 
   29            --btncolorbg: rgb(26,27,27); 
   30            --btncolorborderhover: #ffffff; 
   31            --btncolorborder: #2b2c2e; 
   32            --butactiondeletebg: rgb(252,84,91); 
   33      --butactionbg: rgb(173,140,79); 
   34      --textbutaction: rgb(255,255,255); 
   46div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
 
   47div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete,
 
   48div.tabsAction > div.divButAction > span.butAction,
 
   49div.tabsAction > div.divButAction > span.butActionDelete,
 
   50div.tabsAction > div.divButAction > span.butActionRefused,
 
   51div.tabsAction > div.divButAction > a.butAction,
 
   52div.tabsAction > div.divButAction > a.butActionDelete,
 
   53div.tabsAction > div.divButAction > a.butActionRefused {
 
   54  margin-bottom: 1.4em !important;
 
   55  margin-right: 0px !important;
 
   57div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {
 
   58  margin-bottom: 0 !important;
 
   61span.butAction, span.butActionDelete {
 
   66  background: var(--butactionbg);
 
   67  color: var(--textbutaction) !important;
 
   70.butActionRefused, .butAction, .butActionDelete {
 
   73:not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
 
   74  margin-<?php echo $right; ?>: 0px !important;
 
   76.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
 
   77  text-decoration: none;
 
   78  text-transform: uppercase;
 
   82  margin: 0em <?php echo($dol_optimize_smallscreen ? 
'0.6' : 
'0.9'); ?>em;
 
   83  padding: 0.6em <?php echo($dol_optimize_smallscreen ? 
'0.6' : 
'0.7'); ?>em;
 
   84  font-family: <?php print $fontlist ?>;
 
   85  display: 
inline-block;
 
   98.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
 
   99  text-decoration: none;
 
  100  text-transform: uppercase;
 
  103  margin: 0em 0.3em 0 0.3em !important;
 
  104  padding: 0.2em <?php echo($dol_optimize_smallscreen ? 
'0.4' : 
'0.7'); ?>em 0.3em;
 
  105  font-family: <?php print $fontlist ?>;
 
  106  display: 
inline-block;
 
  112  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
 
  113  display: inline-block;
 
  114  padding: 0.4em <?php echo($dol_optimize_smallscreen ? '0.4' : '0.7'); ?>em;
 
  115  margin: 0em <?php echo($dol_optimize_smallscreen ? '0.7' : '0.9'); ?>em;
 
  118  vertical-align: middle;
 
  120  color: 
#333333 !important; 
  121  text-decoration: none !important;
 
  122  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
 
  123  background-color: #f5f5f5;
 
  124  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
 
  125  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
 
  126  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
 
  127  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
 
  128  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 
  129  background-repeat: repeat-x;
 
  130  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
 
  131  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
  132  border: 1px solid 
#bbbbbb; 
  133  border-bottom-color: #a2a2a2;
 
  134  -webkit-border-radius: 2px;
 
  136  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 
  137  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 
  139.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
 
  140  text-decoration: none;
 
  142  display: 
inline-block;
 
  143  padding: 0.2em <?php echo($dol_optimize_smallscreen ? 
'0.4' : 
'0.7'); ?>em;
 
  144  margin: 0em <?php echo($dol_optimize_smallscreen ? 
'0.7' : 
'0.9'); ?>em;
 
  147  vertical-align: middle;
 
  151  -webkit-border-radius: 2px;
 
  163a.butActionNew>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
 
  164a.butActionNewRefused>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
 
  166.tableforfieldcreate a.butActionNew>span.fa-plus-circle, .tableforfieldcreate a.butActionNew>span.fa-plus-circle:hover,
 
  167.tableforfieldedit a.butActionNew>span.fa-plus-circle, .tableforfieldedit a.butActionNew>span.fa-plus-circle:hover,
 
  168span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
 
  169a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
 
  170span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
 
  171a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
 
  172span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
 
  173a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
 
  174span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover
 
  181  color: #ffffff !important;
 
  182  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 
  183  background-color: #006dcc;
 
  184  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
 
  185  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
 
  186  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
 
  187  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
 
  188  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
 
  189  background-repeat: repeat-x;
 
  190  border-color: #0044cc #0044cc #002a80;
 
  191  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
  194  color: #666 !important;
 
  199  background-color: #f5f5f5;
 
  200  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
 
  201  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
 
  202  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
 
  203  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
 
  204  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
 
  205  background-repeat: repeat-x
 
  212a.butActionNew>span.fa, a.butActionNew>span.fa:hover,
 
  213span.butActionNew>span.fa, span.butActionNew>span.fa:hover,
 
  214a.butActionNewRefused>span.fa, a.butActionNewRefused>span.fa:hover,
 
  215span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
 
  217  padding-<?php echo $left; ?>: 6px;
 
  221  -webkit-box-shadow: none;
 
  225  -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
 
  226  box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
 
  229  text-decoration: underline;
 
  230  box-shadow: unset !important;
 
  233.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
 
  234  background: var(--butactiondeletebg);
 
  240.butActionDelete:hover {
 
  241  -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
 
  242  box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
 
  246  text-decoration: none !important;
 
  247  text-transform: uppercase;
 
  248  font-weight: bold !important;
 
  250  white-space: nowrap !important;
 
  251  cursor: not-allowed !important;
 
  252  margin: 0em <?php echo($dol_optimize_smallscreen ? 
'0.6' : 
'0.9'); ?>em;
 
  253  padding: 0.6em <?php echo($dol_optimize_smallscreen ? 
'0.6' : 
'0.7'); ?>em;
 
  254  font-family: <?php print $fontlist ?> !important;
 
  255  display: 
inline-block;
 
  258  color: #999 !important;
 
  260  border: 1px solid #ccc;
 
  261  box-sizing: border-box;
 
  262  -moz-box-sizing: border-box;
 
  263  -webkit-box-sizing: border-box;
 
  265.butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
 
  266  text-decoration: none !important;
 
  267  text-transform: uppercase;
 
  268  font-weight: normal !important;
 
  270  white-space: nowrap !important;
 
  271  cursor: not-allowed !important;
 
  272  margin: 0em <?php echo($dol_optimize_smallscreen ? 
'0.7' : 
'0.9'); ?>em;
 
  273  padding: 0.2em <?php echo($dol_optimize_smallscreen ? 
'0.4' : 
'0.7'); ?>em;
 
  274  font-family: <?php print $fontlist ?> !important;
 
  275  display: 
inline-block;
 
  278  color: #999 !important;
 
  280  box-shadow: none !important;
 
  281  -webkit-box-shadow: none !important;
 
  284.butActionTransparent {
 
  285  color: #222 ! important;
 
  286  background-color: transparent ! important;
 
  294div.pagination li:first-child a.btnTitle {
 
  298.btnTitle, a.btnTitle {
 
  299  display: 
inline-block;
 
  306  vertical-align: middle;
 
  307  -ms-touch-action: manipulation;
 
  308  touch-action: manipulation;
 
  310  -webkit-
user-select: none;
 
  311  -moz-
user-select: none;
 
  312  -ms-
user-select: none;
 
  315  text-decoration: none;
 
  320  color: var(--btncolortext);
 
  327a.btnTitle.btnTitleSelected {
 
  328  border: 1px solid #ccc;
 
  332.btnTitle > .btnTitle-
icon{
 
  336.btnTitle > .btnTitle-label{
 
  340.btnTitle:hover, a.btnTitle:hover {
 
  346  background-color: #eee;
 
  348  text-decoration: none;
 
  352.btnTitle.refused, a.btnTitle.refused, .btnTitle.refused:hover, a.btnTitle.refused:hover {
 
  355    background-color: #fbfbfb;
 
  356    background: repeating-linear-gradient( 45deg, #ffffff, #f1f1f1 4px, #f1f1f1 4px, #f1f1f1 4px );
 
  359.btnTitle:hover .btnTitle-label{
 
  360  color:var(--btncolorborderhover);
 
  362div.pagination .btnTitle:hover .btnTitle-label{
 
  363  color: rgb(<?php print $colortextlink; ?>);
 
  366.btnTitle.refused .btnTitle-label, .btnTitle.refused:hover .btnTitle-label{
 
  375.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
 
  378  background-color: unset;
 
  380.paginationafterarrows a.btnTitlePlus:hover, .titre_right a.btnTitlePlus:hover {
 
  392@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2') ? round($nbtopmenuentries * 69, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC2; ?>px) 
 
  394  .butAction, .butActionRefused, .butActionDelete {
 
  397  .btnTitle, a.btnTitle {
 
  398    display: 
inline-block;
 
  399    padding: 4px 4px 4px 4px;
 
  405@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 : $conf->global->THEME_ELDY_WITDHOFFSET_FOR_REDUC3; ?>px) 
 
  407  .butAction, .butActionRefused, .butActionDelete {
 
  413@media only screen and (max-width: 767px)
 
  415  .butAction, .butActionRefused, .butActionDelete {
 
  422.butActionRefused, .butActionNewRefused, .btnTitle.refused {
 
  423  display: none !important;
 
  434  border: 1px solid #ddd;
 
  438  text-decoration: none !important;
 
  442  background-color: #ddd;
 
  443  border: 1px solid #ddd;
 
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
ui state ui widget content ui state ui widget header ui state a ui button
0 = Do not include form tag and submit button -1 = Do not include form tag but include submit button
table table fiche title col title div col center btnTitle icon
Automatically calls the icon named with the corresponding "object_" prefix.
$conf db user
Active Directory does not allow anonymous connections.