| Current Path : /home/bourgleram/www/plugins/msc_nivoslider_3.0.4/themes/perso/ |
| Current File : /home/bourgleram/www/plugins/msc_nivoslider_3.0.4/themes/perso/perso.css |
/*
Skin Name: perso
Skin URI: http://mysiteconcept.com
Description: Skin Perso pour le plugin Nivo Slider.
Version: 1.0
Author: Jean-Yves Giraud
Author URI: http://mysiteconcept.com
Supports Thumbs: true
*/
.theme-perso .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
margin-bottom:10px;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-perso .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-perso .nivoSlider a {
border:0;
display:block;
}
.theme-perso .nivo-controlNav {
text-align: center;
padding: 0;
}
.theme-perso .nivo-controlNav a {
display:inline-block;
width:22px;
height:22px;
background:url(bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.theme-perso .nivo-controlNav a.active {
background-position:0 -22px;
}
.theme-perso .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(arrows.png) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.theme-perso:hover .nivo-directionNav a { opacity: 1; }
.theme-perso a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
.theme-perso a.nivo-prevNav {
left:15px;
}
.theme-perso .nivo-caption {
font-family: Helvetica, Arial, sans-serif;
background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, .6);
text-align: left;
}
.theme-perso .nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.theme-perso .nivo-caption a:hover {
color:#fff;
}
.theme-perso .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-perso .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.theme-perso .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: auto;
height: 45px;
-moz-box-shadow:0px 0px 5px #333;
-webkit-box-shadow:0px 0px 5px #333;
box-shadow:0px 0px 5px #333;
}
.theme-perso .nivo-controlNav a.active img {
border:1px solid #666;
}