This commit is contained in:
Laurent Destailleur (aka Eldy) 2025-01-13 12:31:08 +01:00
parent be6869f388
commit 0a80d437de
19 changed files with 36 additions and 19 deletions

View File

@ -28,6 +28,9 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
@phan-var-force string $colorblind_deuteranopes_badgeWarning
';
?>
/* IDE Hack <style type="text/css"> */
/* Badge style is based on bootstrap framework */
.badge {

View File

@ -16,7 +16,8 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
* @var string $left
*/
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
:root {
--btncolortext: rgb(<?php print $colortextlink; ?>);

View File

@ -4,7 +4,9 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
}
include_once DOL_DOCUMENT_ROOT."/core/lib/functions2.lib.php";
?>
/* <style type="text/css" > don't remove this line it's an ide hack */
/* IDE Hack <style type="text/css"> */
/*
* Dropdown of user popup
*/

View File

@ -3,6 +3,8 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by steelsheet');
}
?>
/* IDE Hack <style type="text/css"> */
.template-container {
display: flex;
justify-content: space-between;

View File

@ -28,7 +28,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
* @var string $path
*/
?>
/* <style type="text/css" > */ /* don't remove this line it's an ide hack */
/* IDE Hack <style type="text/css"> */
.flag-sprite {
background:url(<?php echo dol_buildpath($path.'/theme/common/flags/flag-sprite.png', 1) ?>) no-repeat top left; display:inline-block;

View File

@ -153,7 +153,7 @@ $leftmenuwidth = 240;
$borderradius = getDolGlobalString('THEME_ELDY_USEBORDERONTABLE') ? getDolGlobalInt('THEME_ELDY_BORDER_RADIUS', 6) : 0;
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/* ============================================================================== */
/* Default styles */

View File

@ -14,7 +14,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
@phan-var-force string $left
';
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/*
* Component: Info Box

View File

@ -25,7 +25,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by stylesheet');
}
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
.mainmenu::before{
/* font part */

View File

@ -55,6 +55,7 @@ if (!defined('NOSESSION')) {
}
require_once __DIR__.'/../../main.inc.php';
/**
* @var Conf $conf
*/

View File

@ -2,7 +2,9 @@
if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by steelsheet');
} ?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/*
progress style is based on bootstrap and admin lte framework
*/
@ -198,4 +200,3 @@ body[class*="colorblind-"] .progress-bar-red, body[class*="colorblind-"] .progre
.progress-bar-consumed-late {
background-color: <?php echo colorAgressiveness($badgeDanger, -95, +70) ?>;
}

View File

@ -11,7 +11,8 @@
if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by steelsheet');
} ?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/*

View File

@ -18,7 +18,9 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
@phan-var-force string $colorblind_deuteranopes_badgeWarning
';
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/*
Badge style is based on bootstrap framework
*/

View File

@ -13,7 +13,8 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
* @var string $textbutaction
*/
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
:root {
--btncolortext:rgb(<?php print $colortextlink; ?>);

View File

@ -7,7 +7,9 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
$atoploginusername = empty($user->photo) ? 52 : 0;
?>
/* <style type="text/css" > don't remove this line it's an ide hack */
/* IDE Hack <style type="text/css"> */
/*
* Dropdown of user popup
*/

View File

@ -2,7 +2,8 @@
if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by steelsheet');
} ?>
/* <style type="text/css" > don't remove this line it's an ide hack */
/* IDE Hack <style type="text/css"> */
.flag-sprite {
background:url(<?php echo dol_buildpath($path.'/theme/common/flags/flag-sprite.png', 1) ?>) no-repeat top left; display:inline-block;

View File

@ -16,7 +16,8 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
@phan-var-force string $left
';
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/*

View File

@ -1,7 +1,8 @@
<?php if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by steelsheet');
} ?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
.mainmenu::before{
/* font part */

View File

@ -4,6 +4,3 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
}
include dol_buildpath($path.'/theme/eldy/progress.inc.php', 0); // actually md use same style as eldy theme
?>
/* <style type="text/css" > */

View File

@ -396,7 +396,8 @@ print '*/'."\n";
$leftmenuwidth = 242;
?>
/* <style type="text/css" > */
/* IDE Hack <style type="text/css"> */
/* ============================================================================== */