en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Zenpa/Style/styleSweets/styleSweets_moduleBeurk.css.php

<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.
// Feuille de style Sweets, module Beurk

 
if ($TRANSAC['Responsive']) {
?>


<?php
} else {    // non responsive
?>


<?php
}    // éléments indépendants du responsive
?>

.Noeud_l0, .Noeud_l1, .Relation_l0, .Relation_l1 {
margin: 3px 3px 3px 10px;
}
.Noeud_l0, .Noeud_l1 {
color:#<?php echo $CONFIG['Controle']['Palette']['Entite']['Noeud'][0]; ?>;
}
.Relation_l0, .Relation_l1 {
color:#<?php echo $CONFIG['Controle']['Palette']['Entite']['Relation'][0]; ?>;
}

<?php //styles du tableau responsive de l'historique d'une entité
Zenpa_casesTableau('historiqueEntite', array(
    array(
'limitesTranche' => array(7200),                // 1ère tranche de style : à partir de 720 px (sur 1 ligne)
        
'tailleColonnes' => array(103015151020)),
    array(
'limitesTranche' => array(520719),                // 2ème tranche de style : de 520 à 719 px (sur 2 lignes)
        
'tailleColonnes' => array(155530352045)),
    array(
'limitesTranche' => array(0519),                // 3ème tranche de style : jusqu'à 719 px (sur 3 lignes)
        
'tailleColonnes' => array(208050502080))    // tailles en %
    
));
    
    
$couleur0 Zenpa_eclaircie($CONFIG['Controle']['Palette']['Entite']['Noeud'][1]);
    
$couleur1 Zenpa_eclaircie($couleur0);

    echo 
'
.historiqueEntite_l0 {
'
Zenpa_prefixePropriete('border-radius''3px'),
'background-color: #'$couleur0';
overflow: hidden;
margin:3px;
}
.historiqueEntite_l1 { 
'
Zenpa_prefixePropriete('border-radius''3px'),
'background-color: #'$couleur1';
overflow: hidden;
margin:3px;
}
'
;
?>
h2.Noeud_h { background-color:#<?php echo $CONFIG['Controle']['Palette']['Entite']['Noeud'][1]; ?>; }

.Noeud_l0>.expFerme:before, .Noeud_l1>.expFerme:before {
content:"";
background:<?php echo Zenpa_encodeImageColorisee('png''/Module/Zenpa/_image/flecheDroite15.png'$CONFIG['Controle']['Palette']['Entite']['Noeud'][0]); ?>;
display:inline-block;
width:15px;
height:15px;
}

.Noeud_l0>.expOuvert:before, .Noeud_l1>.expOuvert:before {
content:"";
background:<?php echo Zenpa_encodeImageColorisee('png''/Module/Zenpa/_image/flecheBas15.png'$CONFIG['Controle']['Palette']['Entite']['Noeud'][0]); ?>;
display:inline-block;
width:15px;
height:15px;
}

.Relation_l0>.expFerme:before, .Relation_l1>.expFerme:before {
content:"";
background:<?php echo Zenpa_encodeImageColorisee('png''/Module/Zenpa/_image/flecheDroite15.png'$CONFIG['Controle']['Palette']['Entite']['Relation'][0]); ?>;
display:inline-block;
width:15px;
height:15px;
}

.Relation_l0>.expOuvert:before, .Relation_l1>.expOuvert:before {
content:"";
background:<?php echo Zenpa_encodeImageColorisee('png''/Module/Zenpa/_image/flecheBas15.png'$CONFIG['Controle']['Palette']['Entite']['Relation'][0]); ?>;
display:inline-block;
width:15px;
height:15px;
}

.erreurchamp {
border:1px solid #<?php echo $CONFIG['Controle']['Palette']['_site']['Sweets']['erreur']; ?>;
color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Sweets']['erreur']; ?>;
}

.popup {
z-index:2;
position:relative;
clear:both;
margin-top:20px;
margin-bottom:20px;
margin-left:3px;
margin-right:3px;
padding-top:10px;
padding-bottom:10px;
padding-left:3px;
padding-right:3px;
background-color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Sweets']['fond1']; ?>;
<?php echo Zenpa_prefixePropriete('border-radius''10px'); ?>
<?php 
echo Zenpa_prefixePropriete('box-shadow''2px 2px 2px -1px black, inset 2px 2px 2px -1px white'); ?>
}

.suite {
padding:5px 3px 3px 3px;
font-weight:normal;
}

p.erreur, p.bravo {
margin-top:3px;
margin-bottom:3px;
font-weight:bold;
text-indent:0%;
text-align:center;
}
p.erreur {
color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Snow']['erreur']; ?>;
}
p.bravo {
color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Snow']['bravo']; ?>;
}
p.chargement {
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
text-align:center;
color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Sweets']['bravo']; ?>;
}

p.chargement:before {
content:<?php echo Zenpa_encodeImage('gif''/Module/Zenpa/_image/enChargement.gif'); ?>;
vertical-align: -50%;
}

.discret {
font-size:80%;
}


© 2010-2015 by ToolOscope SASU. © 2016-2018 by Arnaud De Rette. All rights reserved