en | fr  | Contact  | Print  | Share

FrameBeurk File

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

<?php //FrameBeurk V0.6 Copyright ToolOscope 2014. Licence CeCILL-C.

// Feuille de style Sweets, patron Zenpa pour le RSS

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

/* écrans de plus de 1048px (desktop) : menu à gauche et contenu à droite */
@media (min-width:1048px) {
    h2 { margin-left:20%; margin-right:20%; }
}
/* écrans de moins de 1048px (tablettes) : menus en haut et contenu à bas */
@media (min-width:720px) and (max-width:1047px) {
    h2 { margin-left:10%; margin-right:10%; }
}
/* écrans de moins de 720px (mobiles en payage) : menus ajustés à la largeur*/
@media (min-width:520px) and (max-width:719px) {
    h2 { margin-left:5%; margin-right:5%; }
}
/* écrans de moins de 520px (mobiles en portrait) : menus les uns en dessous des autres*/
@media (max-width:519px) {
    h2 { margin-left:2px; margin-right:2px; }
}

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

/* écrans de plus de 1048px (desktop) : menu à gauche et contenu à droite */
h2 { margin-left:20%; margin-right:20%; }

<?php
}    // éléments indépendants du responsive
?>
a:link, a:visited  {
color:inherit;
text-decoration:none;
}
a:hover {
color:inherit;
text-decoration:underline;
}
a:active {
color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Sweets']['erreur']; ?>;
text-decoration:underline;
}

body {
margin:0px;
background-color:#<?php echo $CONFIG['Controle']['Palette']['_site']['Sweets']['fond1']; ?>;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
line-height:150%;
}

div {
<?php echo Zenpa_prefixePropriete('box-sizing''border-box'); ?>
}

img {
margin:0px;
padding:0px;
border:none;
}

hr {
width:60%;
margin:auto;
text-align:center; /* pour IE*/
Clear:both;
}

h1 { 
text-align:center;
}

h2 { 
clear:both;
text-align:center;
margin-top:15px;
margin-bottom:5px;
/* margin left et right en fonction de la taille de l'écran */
padding:5px;
<?php echo Zenpa_prefixePropriete('border-radius''5px'); ?>
<?php 
echo Zenpa_prefixePropriete('box-shadow''2px 2px 2px -1px silver, inset 2px 2px 2px -1px white'); ?>
}


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