4if (!defined(
'ISLOADEDBYSTEELSHEET')) {
5 die(
'Must be call by steelsheet');
20 --btncolortext:rgb(<?php print $colortextlink; ?>);
21 --btncolorbg: #fbfbfb;
22 --btncolorborderhover: none;
23 --btncolorborder: #FFF;
24 --butactiondeletebg: rgb(234,228,225);
25 --butactionbg: rgb(<?php print $butactionbg; ?>);
26 --textbutaction: rgb(<?php print $textbutaction; ?>);
31 print
"/* For dark mode */\n";
33 print
"@media (prefers-color-scheme: dark) {";
35 print
"@media not print {";
41 --btncolorbg: rgb(26,27,27);
42 --btncolorborderhover: #ffffff;
43 --btncolorborder: #2b2c2e;
44 --butactiondeletebg: rgb(252,84,91);
45 --butactionbg: rgb(173,140,79);
46 --textbutaction: rgb(255,255,255);
58div.tabsAction > a.butAction, div.tabsAction > a.butActionRefused, div.tabsAction > a.butActionDelete,
59div.tabsAction > span.butAction, div.tabsAction > span.butActionRefused, div.tabsAction > span.butActionDelete,
60div.tabsAction > div.divButAction > span.butAction,
61div.tabsAction > div.divButAction > span.butActionDelete,
62div.tabsAction > div.divButAction > span.butActionRefused,
63div.tabsAction > div.divButAction > a.butAction,
64div.tabsAction > div.divButAction > a.butActionDelete,
65div.tabsAction > div.divButAction > a.butActionRefused {
66 margin-bottom: 1.4em !important;
67 margin-right: 0px !important;
69div.tabsActionNoBottom > a.butAction, div.tabsActionNoBottom > a.butActionRefused {
70 margin-bottom: 0 !important;
73span.butAction, span.butActionDelete {
78 background: var(--butactionbg);
79 color: var(--textbutaction) !important;
82.butActionRefused, .butAction, .butActionDelete {
85:not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
86 margin-<?php echo $right; ?>: 0px !important;
88.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
89 text-decoration: none;
90 text-transform: uppercase;
94 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
95 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
96 font-family: <?php print $fontlist ?>;
97 display:
inline-block;
110.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
111 text-decoration: none;
112 text-transform: uppercase;
115 margin: 0em 0.3em 0 0.3em !important;
116 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em 0.3em;
117 font-family: <?php print $fontlist ?>;
118 display:
inline-block;
124 border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
125 display: inline-block;
126 padding: 0.4em <?php echo($dol_optimize_smallscreen ? '0.4' : '0.7'); ?>em;
127 margin: 0em <?php echo($dol_optimize_smallscreen ? '0.7' : '0.9'); ?>em;
130 vertical-align: middle;
132 color:
#333333 !important;
133 text-decoration: none !important;
134 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
135 background-color: #f5f5f5;
136 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
137 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
138 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
139 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
140 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
141 background-repeat: repeat-x;
142 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
143 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
144 border: 1px solid
#bbbbbb;
145 border-bottom-color: #a2a2a2;
146 -webkit-border-radius: 2px;
148 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
149 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
151.butActionNew, .butActionNewRefused, .butActionNew:link, .butActionNew:visited, .butActionNew:hover, .butActionNew:active {
152 text-decoration: none;
154 display:
inline-block;
155 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
156 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
159 vertical-align: middle;
163 -webkit-border-radius: 2px;
175a.butActionNew>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
176a.butActionNewRefused>span.fa-plus-circle { padding-left: 6px; font-size: 1.5em; }
178.tableforfieldcreate a.butActionNew>span.fa-plus-circle, .tableforfieldcreate a.butActionNew>span.fa-plus-circle:hover,
179.tableforfieldedit a.butActionNew>span.fa-plus-circle, .tableforfieldedit a.butActionNew>span.fa-plus-circle:hover,
180span.butActionNew>span.fa-plus-circle, span.butActionNew>span.fa-plus-circle:hover,
181a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover,
182span.butActionNewRefused>span.fa-plus-circle, span.butActionNewRefused>span.fa-plus-circle:hover,
183a.butActionNew>span.fa-list-alt, a.butActionNew>span.fa-list-alt:hover,
184span.butActionNew>span.fa-list-alt, span.butActionNew>span.fa-list-alt:hover,
185a.butActionNewRefused>span.fa-list-alt, a.butActionNewRefused>span.fa-list-alt:hover,
186span.butActionNewRefused>span.fa-list-alt, span.butActionNewRefused>span.fa-list-alt:hover
193 color: #ffffff !important;
194 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
195 background-color: #006dcc;
196 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
197 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
198 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
199 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
200 background-image: linear-gradient(to bottom, #0088cc, #0044cc);
201 background-repeat: repeat-x;
202 border-color: #0044cc #0044cc #002a80;
203 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
206 color: #666 !important;
211 background-color: #f5f5f5;
212 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
213 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
214 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
215 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
216 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
217 background-repeat: repeat-x
224a.butActionNew>span.fa, a.butActionNew>span.fa:hover,
225span.butActionNew>span.fa, span.butActionNew>span.fa:hover,
226a.butActionNewRefused>span.fa, a.butActionNewRefused>span.fa:hover,
227span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
229 padding-<?php echo $left; ?>: 6px;
233 -webkit-box-shadow: none;
237 -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), inset 0px 0px 200px rgba(60,60,60,0.1);
238 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), inset 0px 0px 200px rgba(60,60,60,0.1);
241 text-decoration: underline;
242 box-shadow: unset !important;
245.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
246 background: var(--butactiondeletebg);
252.butActionDelete:hover {
253 -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
254 box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
258 text-decoration: none !important;
259 text-transform: uppercase;
260 font-weight: bold !important;
262 white-space: nowrap !important;
263 cursor: not-allowed !important;
264 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.9'); ?>em;
265 padding: 0.6em <?php echo($dol_optimize_smallscreen ?
'0.6' :
'0.7'); ?>em;
266 font-family: <?php print $fontlist ?> !important;
267 display:
inline-block;
270 color: #999 !important;
272 border: 1px solid #ccc;
273 box-sizing: border-box;
274 -moz-box-sizing: border-box;
275 -webkit-box-sizing: border-box;
277.butActionNewRefused, .butActionNewRefused:link, .butActionNewRefused:visited, .butActionNewRefused:hover, .butActionNewRefused:active {
278 text-decoration: none !important;
279 text-transform: uppercase;
280 font-weight: normal !important;
282 white-space: nowrap !important;
283 cursor: not-allowed !important;
284 margin: 0em <?php echo($dol_optimize_smallscreen ?
'0.7' :
'0.9'); ?>em;
285 padding: 0.2em <?php echo($dol_optimize_smallscreen ?
'0.4' :
'0.7'); ?>em;
286 font-family: <?php print $fontlist ?> !important;
287 display:
inline-block;
290 color: #999 !important;
292 box-shadow: none !important;
293 -webkit-box-shadow: none !important;
296.butActionTransparent {
297 color: #222 ! important;
298 background-color: transparent ! important;
306div.pagination li:first-child a.btnTitle, div.pagination li.paginationafterarrows a.btnTitle,
307table.table-fiche-title tr.titre td.col-center div.nowraponall a.btnTitle,
308table.table-fiche-title tr.titre td.col-right a.btnTitle {
309 margin-<?php echo $left; ?>: 10px;
312.btnTitle, a.btnTitle {
313 display:
inline-block;
320 vertical-align: middle;
321 -ms-touch-action: manipulation;
322 touch-action: manipulation;
324 -webkit-
user-select: none;
325 -moz-
user-select: none;
326 -ms-
user-select: none;
329 text-decoration: none;
333 color: var(--btncolortext);
340.btnTitle, a.btnTitle {
344a.btnTitle.btnTitleSelected {
345 border: 1px solid #ccc;
349.btnTitle > .btnTitle-icon{
353.btnTitle > .btnTitle-label{
357.btnTitle:hover, a.btnTitle:hover {
363 background-color: #eee;
365 text-decoration: none;
369.btnTitle.refused, a.btnTitle.refused, .btnTitle.refused:hover, a.btnTitle.refused:hover {
372 background-color: #fbfbfb;
373 background: repeating-linear-gradient( 45deg, #ffffff, #f1f1f1 4px, #f1f1f1 4px, #f1f1f1 4px );
376.btnTitle:hover .btnTitle-label{
377 color:var(--btncolorborderhover);
379div.pagination .btnTitle:hover .btnTitle-label{
380 color: rgb(<?php print $colortextlink; ?>);
383.btnTitle.refused .btnTitle-label, .btnTitle.refused:hover .btnTitle-label{
392.paginationafterarrows a.btnTitlePlus, .titre_right a.btnTitlePlus {
395 background-color: unset;
397.paginationafterarrows a.btnTitlePlus:hover, .titre_right a.btnTitlePlus:hover {
409@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)
411 .butAction, .butActionRefused, .butActionDelete {
414 .btnTitle, a.btnTitle {
415 display:
inline-block;
416 padding: 4px 4px 4px 4px;
422@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)
424 .butAction, .butActionRefused, .butActionDelete {
430@media only screen and (max-width: 767px)
432 .butAction, .butActionRefused, .butActionDelete {
439.butActionRefused, .butActionNewRefused, .btnTitle.refused {
440 display: none !important;
451 border: 1px solid #ddd;
455 text-decoration: none !important;
459 background-color: #ddd;
460 border: 1px solid #ddd;
471 display:
inline-block;
483 background: transparent;
486 color: var(--colortextlink, inherit);
491 -webkit-font-smoothing: inherit;
492 -moz-osx-font-smoothing: inherit;
495 -webkit-appearance: none;
498 transition: background 0.8s;
499 background: transparent radial-gradient(circle, transparent 1%, hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1) 1%, transparent 10%) center/15000%;
502button.btn-low-emphasis.--btn-icon{
506button.btn-low-emphasis :is(.fa, .fas){
507 color: var(--colortextlink, inherit);
511button.btn-low-emphasis:is(:focus,:hover) :is(.fa, .fas){
515button.btn-low-emphasis.--btn-icon:active {
516 background-color: hsla(var(--colortextlink-h),var(--colortextlink-s) ,var(--colortextlink-l) , 0.1);
517 background-size: 100%;
518 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.