Fix css
This commit is contained in:
parent
57adc28256
commit
a94f2b07e1
@ -286,7 +286,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty"
|
|||||||
if (isset($contents[$i]))
|
if (isset($contents[$i]))
|
||||||
{
|
{
|
||||||
// TR
|
// TR
|
||||||
if (isset($contents[$i][0]['tr'])) $out.= '<tr class="tdtop" '.$contents[$i][0]['tr'].'>';
|
if (isset($contents[$i][0]['tr'])) $out.= '<tr '.$contents[$i][0]['tr'].'>';
|
||||||
else $out.= '<tr class="oddeven">';
|
else $out.= '<tr class="oddeven">';
|
||||||
|
|
||||||
// Loop on each TD
|
// Loop on each TD
|
||||||
|
|||||||
@ -52,7 +52,7 @@ $colortexttitlenotab='100,60,20';
|
|||||||
$colortexttitle='0,0,0';
|
$colortexttitle='0,0,0';
|
||||||
$colortext='0,0,0';
|
$colortext='0,0,0';
|
||||||
$colortextlink='0,0,100';
|
$colortextlink='0,0,100';
|
||||||
$fontsize='13';
|
$fontsize='14';
|
||||||
$fontsizesmaller='12';
|
$fontsizesmaller='12';
|
||||||
|
|
||||||
if (defined('THEME_ONLY_CONSTANT')) return;
|
if (defined('THEME_ONLY_CONSTANT')) return;
|
||||||
@ -118,7 +118,7 @@ if (empty($conf->global->THEME_ELDY_ENABLE_PERSONALIZED))
|
|||||||
$conf->global->THEME_ELDY_BACKTABCARD1='255,255,255'; // card
|
$conf->global->THEME_ELDY_BACKTABCARD1='255,255,255'; // card
|
||||||
$conf->global->THEME_ELDY_BACKTABACTIVE='234,234,234';
|
$conf->global->THEME_ELDY_BACKTABACTIVE='234,234,234';
|
||||||
$conf->global->THEME_ELDY_TEXT='0,0,0';
|
$conf->global->THEME_ELDY_TEXT='0,0,0';
|
||||||
$conf->global->THEME_ELDY_FONT_SIZE1='13';
|
$conf->global->THEME_ELDY_FONT_SIZE1='14';
|
||||||
$conf->global->THEME_ELDY_FONT_SIZE2='12';
|
$conf->global->THEME_ELDY_FONT_SIZE2='12';
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3025,11 +3025,12 @@ div.warning {
|
|||||||
color: #302020;
|
color: #302020;
|
||||||
padding: 0.3em 0.3em 0.3em 0.3em;
|
padding: 0.3em 0.3em 0.3em 0.3em;
|
||||||
margin: 0.5em 0em 0.5em 0em;
|
margin: 0.5em 0em 0.5em 0em;
|
||||||
border: 1px solid #e0d0b0;
|
/* border: 1px solid #e0d0b0; */
|
||||||
|
border: 2px solid #805000;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #EFDF9A;
|
/* background: #EFDF9A; */
|
||||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@ $colortexttitlenotab='90,90,90';
|
|||||||
$colortexttitle='20,20,20';
|
$colortexttitle='20,20,20';
|
||||||
$colortext='0,0,0';
|
$colortext='0,0,0';
|
||||||
$colortextlink='0,0,120';
|
$colortextlink='0,0,120';
|
||||||
$fontsize='13';
|
$fontsize='14';
|
||||||
$fontsizesmaller='11';
|
$fontsizesmaller='11';
|
||||||
|
|
||||||
if (defined('THEME_ONLY_CONSTANT')) return;
|
if (defined('THEME_ONLY_CONSTANT')) return;
|
||||||
@ -120,7 +120,7 @@ if (empty($conf->global->THEME_ELDY_ENABLE_PERSONALIZED))
|
|||||||
$conf->global->THEME_ELDY_BACKTABCARD1='255,255,255'; // card
|
$conf->global->THEME_ELDY_BACKTABCARD1='255,255,255'; // card
|
||||||
$conf->global->THEME_ELDY_BACKTABACTIVE='234,234,234';
|
$conf->global->THEME_ELDY_BACKTABACTIVE='234,234,234';
|
||||||
$conf->global->THEME_ELDY_TEXT='0,0,0';
|
$conf->global->THEME_ELDY_TEXT='0,0,0';
|
||||||
$conf->global->THEME_ELDY_FONT_SIZE1='13';
|
$conf->global->THEME_ELDY_FONT_SIZE1='14';
|
||||||
$conf->global->THEME_ELDY_FONT_SIZE2='11';
|
$conf->global->THEME_ELDY_FONT_SIZE2='11';
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3124,11 +3124,12 @@ div.warning {
|
|||||||
color: #302020;
|
color: #302020;
|
||||||
padding: 0.3em 0.3em 0.3em 0.3em;
|
padding: 0.3em 0.3em 0.3em 0.3em;
|
||||||
margin: 0.5em 0em 0.5em 0em;
|
margin: 0.5em 0em 0.5em 0em;
|
||||||
border: 1px solid #e0d0b0;
|
/* border: 1px solid #e0d0b0; */
|
||||||
|
border: 2px solid #805000
|
||||||
-moz-border-radius:3px;
|
-moz-border-radius:3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #EFDF9A;
|
/* background: #EFDF9A; */
|
||||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user