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,
85div.tabsAction > .dropdown > .dropdown-toggle {
86 margin-bottom: 1.4em !important;
87 margin-right: 0px !important;
89div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {
90 margin-bottom: 0 !important;
93span.butAction, span.butActionDelete {
98 background: var(--butactionbg);
99 color: var(--textbutaction) !important;
102.butActionRefused, .butAction, .butActionDelete {
105:not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
106 margin-<?php echo $right; ?>: 0px !important;
108.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
109 text-decoration: none;
110 text-transform: uppercase;
114 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
115 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
116 font-family: <?php print $fontlist ?>;
117 display:
inline-block;
130.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
131 text-decoration: none;
132 text-transform: uppercase;
135 margin: 0em 0.3em 0 0.3em !important;
136 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em 0.3em;
137 font-family: <?php print $fontlist ?>;
138 display:
inline-block;
144 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
145 display: inline-block;
146 padding: 0.4em <?php echo($dol_optimize_smallscreen ? '0.4' : '0.7'); ?>em;
147 margin: 0em <?php echo($dol_optimize_smallscreen ? '0.7' : '0.9'); ?>em;
150 vertical-align: middle;
152 color:
#333333 !important;
153 text-decoration: none !important;
154 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
155 background-color: #f5f5f5;
156 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
157 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
158 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
159 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
160 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
161 background-repeat: repeat-x;
162 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
163 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
164 border: 1px solid
#bbbbbb;
165 border-bottom-color: #a2a2a2;
167 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
169.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
170 text-decoration: none;
172 display:
inline-block;
173 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
174 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
177 vertical-align: middle;
181a.butActionNew>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
182a.butActionNewRefused>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
184.tableforfieldcreate a.butActionNew>span.fa-plus-circle, .tableforfieldcreate a.butActionNew>span.fa-plus-circle:hover,
185.tableforfieldedit a.butActionNew>span.fa-plus-circle, .tableforfieldedit a.butActionNew>span.fa-plus-circle:hover,
186span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
187a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
188span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
189a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
190span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
191a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
192span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover
199 color: #ffffff !important;
200 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
201 background-color: #006dcc;
202 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
203 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
204 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
205 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
206 background-image: linear-gradient(to bottom, #0088cc, #0044cc);
207 background-repeat: repeat-x;
208 border-color: #0044cc #0044cc #002a80;
209 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
212 color: #666 !important;
217 background-color: #f5f5f5;
218 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
219 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
220 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
221 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
222 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
223 background-repeat: repeat-x
230a.butActionNew>span.fa, a.butActionNew>span.fa:hover,
231span.butActionNew>span.fa, span.butActionNew>span.fa:hover,
232a.butActionNewRefused>span.fa, a.butActionNewRefused>span.fa:hover,
233span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
235 padding-<?php echo $left; ?>: 6px;
242 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), inset 0px 0px 200px rgba(60,60,60,0.1);
245 text-decoration: underline;
246 box-shadow: unset !important;
249.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
250 background: var(--butactiondeletebg);
256.butActionDelete:hover {
257 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
261 text-decoration: none !important;
262 text-transform: uppercase;
263 font-weight: bold !important;
265 white-space: nowrap !important;
266 cursor: not-allowed !important;
267 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
268 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
269 font-family: <?php print $fontlist ?> !important;
270 display:
inline-block;
273 color: #999 !important;
275 border: 1px solid #ccc;
276 box-sizing: border-box;
277 -moz-box-sizing: border-box;
278 -webkit-box-sizing: border-box;
280.butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
281 text-decoration: none !important;
282 text-transform: uppercase;
283 font-weight: normal !important;
285 white-space: nowrap !important;
286 cursor: not-allowed !important;
287 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
288 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
289 font-family: <?php print $fontlist ?> !important;
290 display:
inline-block;
293 color: #999 !important;
295 box-shadow: none !important;
298.butActionTransparent {
299 color: #222 ! important;
300 background-color: transparent ! important;
308div.pagination li:first-child a.btnTitle, div.pagination li.paginationafterarrows a.btnTitle,
309table.table-fiche-title tr.titre td.col-center div.nowraponall a.btnTitle,
310table.table-fiche-title tr.titre td.col-right a.btnTitle {
311 margin-<?php echo $left; ?>: 10px;
314.btnTitle, a.btnTitle {
315 display:
inline-block;
322 vertical-align: middle;
323 -ms-touch-action: manipulation;
324 touch-action: manipulation;
326 -webkit-
user-select: none;
327 -moz-
user-select: none;
328 -ms-
user-select: none;
331 text-decoration: none;
335 color: var(--btncolortext);
342.btnTitle, a.btnTitle {
346a.btnTitle.btnTitleSelected {
347 border: 1px solid #ccc;
351.btnTitle > .btnTitle-icon{
355.btnTitle > .btnTitle-label{
359.btnTitle:hover, a.btnTitle:hover {
365 background-color: #eee;
367 text-decoration: none;
371.btnTitle.refused, a.btnTitle.refused, .btnTitle.refused:hover, a.btnTitle.refused:hover {
374 background-color: #fbfbfb;
375 background: repeating-linear-gradient( 45deg, #ffffff, #f1f1f1 4px, #f1f1f1 4px, #f1f1f1 4px );
378.btnTitle:hover .btnTitle-label{
379 color:var(--btncolorborderhover);
381div.pagination .btnTitle:hover .btnTitle-label{
382 color: rgb(<?php print $colortextlink; ?>);
385.btnTitle.refused .btnTitle-label, .btnTitle.refused:hover .btnTitle-label{
394.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
397 background-color: unset;
399.paginationafterarrows a.btnTitlePlus:hover, .titre_right a.btnTitlePlus:hover {
411@media only screen and (max-width: <?php echo
getDolGlobalString(
'THEME_ELDY_WITDHOFFSET_FOR_REDUC1', round($nbtopmenuentries * 90, 0) + 340); ?>px)
413 .btnTitle, a.btnTitle {
419@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)
421 .butAction, .butActionRefused, .butActionDelete {
427@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)
429 .butAction, .butActionRefused, .butActionDelete {
435@media only screen and (max-width: 767px)
437 .butAction, .butActionRefused, .butActionDelete {
442 .btnTitle, a.btnTitle {
443 display:
inline-block;
444 padding: 4px 4px 4px 4px;
447 .paginationafterarrows a.btnTitlePlus:hover span:before, .titre_right a.btnTitlePlus:hover span:before {
448 font-size: unset !important;
454.butActionRefused, .butActionNewRefused, .btnTitle.refused {
455 display: none !important;
466 border: 1px solid #ddd;
470 text-decoration: none !important;
474 background-color: #ddd;
475 border: 1px solid #ddd;
486 display:
inline-block;
498 background: transparent;
501 color: var(--colortextlink, inherit);
506 -webkit-font-smoothing: inherit;
507 -moz-osx-font-smoothing: inherit;
510 -webkit-appearance: none;
513 transition: background 0.8s;
514 background: transparent radial-gradient(circle, transparent 1%, hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1) 1%, transparent 10%) center/15000%;
517button.btn-low-emphasis.--btn-icon{
521button.btn-low-emphasis :is(.fa, .fas){
522 color: var(--colortextlink, inherit);
526button.btn-low-emphasis:is(:focus,:hover) :is(.fa, .fas){
530button.btn-low-emphasis.--btn-icon:active {
531 background-color: hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1);
532 background-size: 100%;
533 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.