en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Zenpa/Style/styleSnow/styleSnow_moduleBeurk.css.php

<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.

// Feuille de style Snow, module Beurk

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


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


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

.Noeud_l0, .Noeud_l1, .Relation_l0, .Relation_l1 {
padding: 3px 3px 3px 1%;
}
.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 %
    
));

    echo 
'
.historiqueEntite_c1, .historiqueEntite_c2 { 
    text-shadow: 1px 1px 1px #'
$CONFIG['Controle']['Palette']['_site']['Snow']['fond2'], ';
    text-align:left;
    border-bottom: 2px solid #'
$CONFIG['Controle']['Palette']['Entite']['Noeud'][1], ';
}
'
;
?>
.historiqueEntite_l0, .historiqueEntite_l1 {
margin-bottom: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']['Snow']['erreur']; ?>;
color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Snow']['erreur']; ?>;
}

.popup {
z-index:2;
position:relative;
clear:both;
margin-top:20px;
margin-bottom:20px;
margin-left:1%;
margin-right:1%;
padding-top:10px;
padding-bottom:10px;
padding-left:1%;
padding-right:1%;
background-color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Snow']['fond0']; ?>;
}

.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']['Snow']['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