Template:Team:Berkeley/nivocss

From 2012.igem.org

Revision as of 09:57, 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; effect: 'fade' } .theme-default .nivoSlider img { position:absolute; top:0px; left:0px; } .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; } .nivo-slice { display:block; position:absolute; z-index:5; height:100%; }

.theme-default .nivoSlider a { border:0; display:block; } .nivo-box { display:block; position:absolute; z-index:5; } .theme-default .nivo-controlNav {

      position:absolute; 
      left:100%; 
      bottom: 200px;
      margin-left: -900px;
      z-index: -1;

} .theme-default .nivo-controlNav a { display:block; width:22px; height:22px; text-indent:-9999px; border:0; margin-right:3px; float:left;

       position:relative;

z-index:9; cursor:pointer; } .theme-default .nivo-controlNav a.active { background-position:0 -20px; font-weight:bold; }

.theme-default .nivo-directionNav a { display:block;

       padding: 2px 2px;

width:30px; height:30px; background:url(Arrows.png) no-repeat; text-indent:-9999px; border:0;

       position:absolute;

top:45%; z-index:9; cursor:pointer; } .theme-default a.nivo-nextNav { background-position:-34px 0px; right:15px; } .theme-default a.nivo-prevNav { left:15px; }

.theme-default .nivo-caption {

       position:absolute;

left:0px; bottom:0px; background:#000; color:#fff; opacity:0.8; /* Overridden by captionOpacity setting */ width:100%; z-index:8; } .theme-default .nivo-caption a {

       display:inline

} .nivo-caption p { padding:5px; margin:0; } .theme-default .nivo-caption a:hover {

   color:#fff;

}