Template:Team:Berkeley/nivocss

From 2012.igem.org

Revision as of 10:53, 30 September 2012 by Robertchen1992 (Talk | contribs)

/* Skin Name: Nivo Slider Default Theme Skin URI: http://nivo.dev7studios.com Skin Type: flexible Description: The default skin for the Nivo Slider. Version: 1.0 Author: Gilbert Pellegrom Author URI: http://dev7studios.com

  • /

.theme-default .nivoSlider { position:relative; background:#fff url(LoadingNIVO.gif) no-repeat 50% 50%;

       effect: 'fade'

} .theme-default .nivoSlider img { position:absolute; top:0px; left:0px; display:none; } .theme-default .nivoSlider a { border:0; display:block; } /* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; } /* The slices and boxes in the Slider */ .nivo-slice { display:block; position:absolute; z-index:5; height:100%; } .nivo-box { display:block; position:absolute; z-index:5; }

.nivo-controlNav { position:absolute; left:50%; bottom:-42px;

   margin-left:-40px; /* Tweak this to center bullets */

} .nivo-controlNav a { display:none; width:22px; height:22px; text-indent:-9999px; border:0; margin-right:3px; float:left; } .nivo-controlNav a.active { background-position:0 -20px;

       display:none;

}

.nivo-directionNav a { display:block;

       padding: 2px 2px;

width:30px; height:30px; background:url(Arrows.png) no-repeat; text-indent:1000px; border:0; } a.nivo-nextNav { background-position:-34px 0px; right:15px;

       display:none;

} a.nivo-prevNav { left:15px;

       display:none;

}

.nivo-caption {

   font-family: Helvetica, Arial, sans-serif;

} .nivo-caption a {

   color:#fff;
   border-bottom:1px dotted #fff;

} .nivo-caption a:hover {

   color:#fff;

}