4if (!defined(
'ISLOADEDBYSTEELSHEET')) {
5 die(
'Must be call by steelsheet');
19 --btncolortext:rgb(<?php print $colortextlink; ?>);
20 --btncolorbg: #fbfbfb;
21 --btncolorborderhover: none;
22 --btncolorborder: #FFF;
23 --butactiondeletebg: rgb(234,228,225);
24 --butactionbg: rgb(<?php print $butactionbg; ?>);
25 --textbutaction: rgb(<?php print $textbutaction; ?>);
30 print
"/* For dark mode */\n";
32 print
"@media (prefers-color-scheme: dark) {";
34 print
"@media not print {";
40 --btncolorbg: rgb(26,27,27);
41 --btncolorborderhover: #ffffff;
42 --btncolorborder: #2b2c2e;
43 --butactiondeletebg: rgb(252,84,91);
44 --butactionbg: rgb(173,140,79);
45 --textbutaction: rgb(255,255,255);
57div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
58div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete,
59div.tabsAction > div.divButAction > span.butAction,
60div.tabsAction > div.divButAction > span.butActionDelete,
61div.tabsAction > div.divButAction > span.butActionRefused,
62div.tabsAction > div.divButAction > a.butAction,
63div.tabsAction > div.divButAction > a.butActionDelete,
64div.tabsAction > div.divButAction > a.butActionRefused {
65 margin-bottom: 1.4em !important;
66 margin-right: 0px !important;
68div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {
69 margin-bottom: 0 !important;
72span.butAction, span.butActionDelete {
77 background: var(--butactionbg);
78 color: var(--textbutaction) !important;
81.butActionRefused, .butAction, .butActionDelete {
84:not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
85 margin-<?php echo $right; ?>: 0px !important;
87.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
88 text-decoration: none;
89 text-transform: uppercase;
93 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
94 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
95 font-family: <?php print $fontlist ?>;
96 display:
inline-block;
109.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
110 text-decoration: none;
111 text-transform: uppercase;
114 margin: 0em 0.3em 0 0.3em !important;
115 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em 0.3em;
116 font-family: <?php print $fontlist ?>;
117 display:
inline-block;
123 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
124 display: inline-block;
125 padding: 0.4em <?php echo($dol_optimize_smallscreen ? '0.4' : '0.7'); ?>em;
126 margin: 0em <?php echo($dol_optimize_smallscreen ? '0.7' : '0.9'); ?>em;
129 vertical-align: middle;
131 color:
#333333 !important;
132 text-decoration: none !important;
133 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
134 background-color: #f5f5f5;
135 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
136 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
137 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
138 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
139 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
140 background-repeat: repeat-x;
141 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
142 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
143 border: 1px solid
#bbbbbb;
144 border-bottom-color: #a2a2a2;
145 -webkit-border-radius: 2px;
147 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
148 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
150.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
151 text-decoration: none;
153 display:
inline-block;
154 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
155 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
158 vertical-align: middle;
162 -webkit-border-radius: 2px;
174a.butActionNew>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
175a.butActionNewRefused>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
177.tableforfieldcreate a.butActionNew>span.fa-plus-circle, .tableforfieldcreate a.butActionNew>span.fa-plus-circle:hover,
178.tableforfieldedit a.butActionNew>span.fa-plus-circle, .tableforfieldedit a.butActionNew>span.fa-plus-circle:hover,
179span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
180a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
181span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
182a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
183span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
184a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
185span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover
192 color: #ffffff !important;
193 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
194 background-color: #006dcc;
195 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
196 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
197 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
198 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
199 background-image: linear-gradient(to bottom, #0088cc, #0044cc);
200 background-repeat: repeat-x;
201 border-color: #0044cc #0044cc #002a80;
202 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
205 color: #666 !important;
210 background-color: #f5f5f5;
211 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
212 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
213 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
214 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
215 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
216 background-repeat: repeat-x
223a.butActionNew>span.fa, a.butActionNew>span.fa:hover,
224span.butActionNew>span.fa, span.butActionNew>span.fa:hover,
225a.butActionNewRefused>span.fa, a.butActionNewRefused>span.fa:hover,
226span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
228 padding-<?php echo $left; ?>: 6px;
232 -webkit-box-shadow: none;
236 -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), inset 0px 0px 200px rgba(60,60,60,0.1);
237 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), inset 0px 0px 200px rgba(60,60,60,0.1);
240 text-decoration: underline;
241 box-shadow: unset !important;
244.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
245 background: var(--butactiondeletebg);
251.butActionDelete:hover {
252 -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
253 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
257 text-decoration: none !important;
258 text-transform: uppercase;
259 font-weight: bold !important;
261 white-space: nowrap !important;
262 cursor: not-allowed !important;
263 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
264 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
265 font-family: <?php print $fontlist ?> !important;
266 display:
inline-block;
269 color: #999 !important;
271 border: 1px solid #ccc;
272 box-sizing: border-box;
273 -moz-box-sizing: border-box;
274 -webkit-box-sizing: border-box;
276.butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
277 text-decoration: none !important;
278 text-transform: uppercase;
279 font-weight: normal !important;
281 white-space: nowrap !important;
282 cursor: not-allowed !important;
283 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
284 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
285 font-family: <?php print $fontlist ?> !important;
286 display:
inline-block;
289 color: #999 !important;
291 box-shadow: none !important;
292 -webkit-box-shadow: none !important;
295.butActionTransparent {
296 color: #222 ! important;
297 background-color: transparent ! important;
305div.pagination li:first-child a.btnTitle, div.pagination li.paginationafterarrows a.btnTitle,
306table.table-fiche-title tr.titre td.col-center div.nowraponall a.btnTitle,
307table.table-fiche-title tr.titre td.col-right a.btnTitle {
308 margin-<?php echo $left; ?>: 10px;
311.btnTitle, a.btnTitle {
312 display:
inline-block;
319 vertical-align: middle;
320 -ms-touch-action: manipulation;
321 touch-action: manipulation;
323 -webkit-
user-select: none;
324 -moz-
user-select: none;
325 -ms-
user-select: none;
328 text-decoration: none;
332 color: var(--btncolortext);
339.btnTitle, a.btnTitle {
343a.btnTitle.btnTitleSelected {
344 border: 1px solid #ccc;
348.btnTitle > .btnTitle-icon{
352.btnTitle > .btnTitle-label{
356.btnTitle:hover, a.btnTitle:hover {
362 background-color: #eee;
364 text-decoration: none;
368.btnTitle.refused, a.btnTitle.refused, .btnTitle.refused:hover, a.btnTitle.refused:hover {
371 background-color: #fbfbfb;
372 background: repeating-linear-gradient( 45deg, #ffffff, #f1f1f1 4px, #f1f1f1 4px, #f1f1f1 4px );
375.btnTitle:hover .btnTitle-label{
376 color:var(--btncolorborderhover);
378div.pagination .btnTitle:hover .btnTitle-label{
379 color: rgb(<?php print $colortextlink; ?>);
382.btnTitle.refused .btnTitle-label, .btnTitle.refused:hover .btnTitle-label{
391.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
394 background-color: unset;
396.paginationafterarrows a.btnTitlePlus:hover, .titre_right a.btnTitlePlus:hover {
408@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)
410 .butAction, .butActionRefused, .butActionDelete {
413 .btnTitle, a.btnTitle {
414 display:
inline-block;
415 padding: 4px 4px 4px 4px;
421@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)
423 .butAction, .butActionRefused, .butActionDelete {
429@media only screen and (max-width: 767px)
431 .butAction, .butActionRefused, .butActionDelete {
438.butActionRefused, .butActionNewRefused, .btnTitle.refused {
439 display: none !important;
450 border: 1px solid #ddd;
454 text-decoration: none !important;
458 background-color: #ddd;
459 border: 1px solid #ddd;
470 display:
inline-block;
482 background: transparent;
485 color: var(--colortextlink, inherit);
490 -webkit-font-smoothing: inherit;
491 -moz-osx-font-smoothing: inherit;
494 -webkit-appearance: none;
497 transition: background 0.8s;
498 background: transparent radial-gradient(circle, transparent 1%, hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1) 1%, transparent 10%) center/15000%;
501button.btn-low-emphasis.--btn-icon{
505button.btn-low-emphasis :is(.fa, .fas){
506 color: var(--colortextlink, inherit);
510button.btn-low-emphasis:is(:focus,:hover) :is(.fa, .fas){
514button.btn-low-emphasis.--btn-icon:active {
515 background-color: hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1);
516 background-size: 100%;
517 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
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
$conf db user
Active Directory does not allow anonymous connections.