accueil / elections / 2008 / pub

$(document).ready(function(){

    $('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
    $('.nav').css('display','none'); // hides the nav initially

    $('ul.gallery_demo').galleria({
        history   : false, // deactivates the history object for bookmarking, back-button etc.
        clickNext : false, // helper for making the image clickable. Let's not have that in this example.
        insert    : undefined, // the containing selector for our main image. 
                               // If not found or undefined (like here), galleria will create a container 
                               // before the ul with the class .galleria_container (see CSS)
        onImage   : function() { $('.nav').css('display','block'); } // shows the nav when the image is showing
    });
});

</script>
<style media="screen,projection" type="text/css">

/* BEGIN DEMO STYLE */
*{margin:0;padding:0}
body{padding:20px;background:white;background:white;color:#555;font:80%/140% 'helvetica neue',sans-serif;width:900px;margin: 0 auto;}
h1,h2{font:bold 140% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;padding-bottom:30px}
a{color:#348;text-decoration:none;outline:none;}
a:hover{color:#67a;}
.caption{color:#888;position:absolute;top:-24px;left:100px;width:200px;}
.demo{position:relative;margin-top:2em;}
.gallery_demo{width:200px;float:left;}
.gallery_demo li{width:55px;height:70px;border:3px double #eee;margin: 0 2px 2px 0;background:#eee;}
.gallery_demo li.hover{border-color:#bbb;}
.gallery_demo li.active{border-style:solid;border-color:#222;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

.galleria_container{margin:0 auto 60px auto;height:460px;width:700px;float:right;}

.nav{padding-top:15px;clear:both;}

.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
.info p{margin-top:1.6em;}

.nav{position:absolute;top:-40px;left:0;}

</style>

Ouverture & Indépendance : affiches de campagne :)



      
    
Copyright © 1999-2012 Ouverture & Indépendance (mentions légales), page XHTML/CSS2 valide générée par Mimine, modifiée la dernière fois le 30 janvier 2012 à 12h00.