5if (!defined(
'ISLOADEDBYSTEELSHEET')) {
6 die(
'Must be call by steelsheet');
23@phan-var-force string $butactionbg
24@phan-var-force string $colortextlink
25@phan-var-force int $dol_optimize_smallscreen
26@phan-var-force string $fontlist
27@phan-var-force string $fontsize
28@phan-var-force string $left
29@phan-var-force int $nbtopmenuentries
30@phan-var-force string $right
31@phan-var-force string $textbutaction
32@phan-var-force int<0,max> $nbtopmenuentries
39 --btncolortext:rgb(<?php print $colortextlink; ?>);
40 --btncolorbg: #fbfbfb;
41 --btncolorborderhover: none;
42 --btncolorborder: #FFF;
43 --butactiondeletebg: rgb(234,228,225);
44 --butactionbg: rgb(<?php print $butactionbg; ?>);
45 --textbutaction: rgb(<?php print $textbutaction; ?>);
50 print
"/* For dark mode */\n";
52 print
"@media (prefers-color-scheme: dark) {";
54 print
"@media not print {";
60 --btncolorbg: rgb(26,27,27);
61 --btncolorborderhover: #ffffff;
62 --btncolorborder: #2b2c2e;
63 --butactiondeletebg: rgb(252,84,91);
64 --butactionbg: rgb(173,140,79);
65 --textbutaction: rgb(255,255,255);
77div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
78div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete,
79div.tabsAction > div.divButAction > span.butAction,
80div.tabsAction > div.divButAction > span.butActionDelete,
81div.tabsAction > div.divButAction > span.butActionRefused,
82div.tabsAction > div.divButAction > a.butAction,
83div.tabsAction > div.divButAction > a.butActionDelete,
84div.tabsAction > div.divButAction > a.butActionRefused {
85 margin-bottom: 1.4em !important;
86 margin-right: 0px !important;
88div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {
89 margin-bottom: 0 !important;
92span.butAction, span.butActionDelete {
97 background: var(--butactionbg);
98 color: var(--textbutaction) !important;
101.butActionRefused, .butAction, .butActionDelete {
104:not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
105 margin-<?php echo $right; ?>: 0px !important;
107.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
108 text-decoration: none;
109 text-transform: uppercase;
113 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
114 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
115 font-family: <?php print $fontlist ?>;
116 display:
inline-block;
129.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
130 text-decoration: none;
131 text-transform: uppercase;
134 margin: 0em 0.3em 0 0.3em !important;
135 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em 0.3em;
136 font-family: <?php print $fontlist ?>;
137 display:
inline-block;
143 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
144 display: inline-block;
145 padding: 0.4em <?php echo($dol_optimize_smallscreen ? '0.4' : '0.7'); ?>em;
146 margin: 0em <?php echo($dol_optimize_smallscreen ? '0.7' : '0.9'); ?>em;
149 vertical-align: middle;
151 color:
#333333 !important;
152 text-decoration: none !important;
153 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
154 background-color: #f5f5f5;
155 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
156 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
157 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
158 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
159 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
160 background-repeat: repeat-x;
161 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
162 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
163 border: 1px solid
#bbbbbb;
164 border-bottom-color: #a2a2a2;
166 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
168.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
169 text-decoration: none;
171 display:
inline-block;
172 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
173 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
176 vertical-align: middle;
180a.butActionNew>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
181a.butActionNewRefused>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
183.tableforfieldcreate a.butActionNew>span.fa-plus-circle, .tableforfieldcreate a.butActionNew>span.fa-plus-circle:hover,
184.tableforfieldedit a.butActionNew>span.fa-plus-circle, .tableforfieldedit a.butActionNew>span.fa-plus-circle:hover,
185span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
186a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
187span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
188a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
189span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
190a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
191span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover
198 color: #ffffff !important;
199 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
200 background-color: #006dcc;
201 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
202 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
203 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
204 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
205 background-image: linear-gradient(to bottom, #0088cc, #0044cc);
206 background-repeat: repeat-x;
207 border-color: #0044cc #0044cc #002a80;
208 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
211 color: #666 !important;
216 background-color: #f5f5f5;
217 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
218 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
219 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
220 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
221 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
222 background-repeat: repeat-x
229a.butActionNew>span.fa, a.butActionNew>span.fa:hover,
230span.butActionNew>span.fa, span.butActionNew>span.fa:hover,
231a.butActionNewRefused>span.fa, a.butActionNewRefused>span.fa:hover,
232span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
234 padding-<?php echo $left; ?>: 6px;
241 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), inset 0px 0px 200px rgba(60,60,60,0.1);
244 text-decoration: underline;
245 box-shadow: unset !important;
248.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
249 background: var(--butactiondeletebg);
255.butActionDelete:hover {
256 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
260 text-decoration: none !important;
261 text-transform: uppercase;
262 font-weight: bold !important;
264 white-space: nowrap !important;
265 cursor: not-allowed !important;
266 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
267 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
268 font-family: <?php print $fontlist ?> !important;
269 display:
inline-block;
272 color: #999 !important;
274 border: 1px solid #ccc;
275 box-sizing: border-box;
276 -moz-box-sizing: border-box;
277 -webkit-box-sizing: border-box;
279.butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
280 text-decoration: none !important;
281 text-transform: uppercase;
282 font-weight: normal !important;
284 white-space: nowrap !important;
285 cursor: not-allowed !important;
286 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
287 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
288 font-family: <?php print $fontlist ?> !important;
289 display:
inline-block;
292 color: #999 !important;
294 box-shadow: none !important;
297.butActionTransparent {
298 color: #222 ! important;
299 background-color: transparent ! important;
307div.pagination li:first-child a.btnTitle, div.pagination li.paginationafterarrows a.btnTitle,
308table.table-fiche-title tr.titre td.col-center div.nowraponall a.btnTitle,
309table.table-fiche-title tr.titre td.col-right a.btnTitle {
310 margin-<?php echo $left; ?>: 10px;
313.btnTitle, a.btnTitle {
314 display:
inline-block;
321 vertical-align: middle;
322 -ms-touch-action: manipulation;
323 touch-action: manipulation;
325 -webkit-
user-select: none;
326 -moz-
user-select: none;
327 -ms-
user-select: none;
330 text-decoration: none;
334 color: var(--btncolortext);
341.btnTitle, a.btnTitle {
345a.btnTitle.btnTitleSelected {
346 border: 1px solid #ccc;
350.btnTitle > .btnTitle-icon{
354.btnTitle > .btnTitle-label{
358.btnTitle:hover, a.btnTitle:hover {
364 background-color: #eee;
366 text-decoration: none;
370.btnTitle.refused, a.btnTitle.refused, .btnTitle.refused:hover, a.btnTitle.refused:hover {
373 background-color: #fbfbfb;
374 background: repeating-linear-gradient( 45deg, #ffffff, #f1f1f1 4px, #f1f1f1 4px, #f1f1f1 4px );
377.btnTitle:hover .btnTitle-label{
378 color:var(--btncolorborderhover);
380div.pagination .btnTitle:hover .btnTitle-label{
381 color: rgb(<?php print $colortextlink; ?>);
384.btnTitle.refused .btnTitle-label, .btnTitle.refused:hover .btnTitle-label{
393.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
396 background-color: unset;
398.paginationafterarrows a.btnTitlePlus:hover, .titre_right a.btnTitlePlus:hover {
410@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
412 .btnTitle, a.btnTitle {
418@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2') ? round($nbtopmenuentries * 69, 0) + 130 :
getDolGlobalInt(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC2'); ?>px)
420 .butAction, .butActionRefused, .butActionDelete {
426@media only screen and (max-width: <?php echo !
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3') ? round($nbtopmenuentries * 47, 0) + 130 :
getDolGlobalInt(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC3'); ?>px)
428 .butAction, .butActionRefused, .butActionDelete {
434@media only screen and (max-width: 767px)
436 .butAction, .butActionRefused, .butActionDelete {
441 .btnTitle, a.btnTitle {
442 display:
inline-block;
443 padding: 4px 4px 4px 4px;
446 .paginationafterarrows a.btnTitlePlus:hover span:before, .titre_right a.btnTitlePlus:hover span:before {
447 font-size: unset !important;
453.butActionRefused, .butActionNewRefused, .btnTitle.refused {
454 display: none !important;
465 border: 1px solid #ddd;
469 text-decoration: none !important;
473 background-color: #ddd;
474 border: 1px solid #ddd;
485 display:
inline-block;
497 background: transparent;
500 color: var(--colortextlink, inherit);
505 -webkit-font-smoothing: inherit;
506 -moz-osx-font-smoothing: inherit;
509 -webkit-appearance: none;
512 transition: background 0.8s;
513 background: transparent radial-gradient(circle, transparent 1%, hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1) 1%, transparent 10%) center/15000%;
516button.btn-low-emphasis.--btn-icon{
520button.btn-low-emphasis :is(.fa, .fas){
521 color: var(--colortextlink, inherit);
525button.btn-low-emphasis:is(:focus,:hover) :is(.fa, .fas){
529button.btn-low-emphasis.--btn-icon:active {
530 background-color: hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1);
531 background-size: 100%;
532 transition: background 0s;
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
treeview li table
No Email.
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
$conf db user
Active Directory does not allow anonymous connections.