Files
iCare/web/sliders/nivo-slider/nivo-slider.css
T
CHIEFSOFT\ameye 43a6facde9 first commit
2024-07-06 18:33:32 -04:00

231 lines
4.1 KiB
CSS

/*
* jQuery Nivo Slider v2.7.1
* http://nivo.dev7studios.com
*
* Copyright 2011, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* March 2010
*/
/* The Nivo Slider styles */
.nivoSlider .substrate {
position: absolute;
z-index: 999;
left: 0;
bottom: 0;
width: 770px;
height: 118px;
border-bottom: 1px solid #fff;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
background-color: rgba(0,0,0,.85);
}
.ie7 .nivoSlider .substrate,
.ie8 .nivoSlider .substrate {
background: url(default/mask.png) repeat;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
}
/* 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;
}
/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
padding: 10px 40px 30px 40px;
width: 690px;
color:#fff;
opacity:0.8; /* Overridden by captionOpacity setting */
height: 70px;
z-index:999999;
zoom: 1;
}
.nivo-caption .alignleft {
margin-right: 1.5em;
padding: .5em 1.5em .5em 0;
background: url(default/divider.png) no-repeat right center;
text-align: right;
}
.nivo-caption h3 {
margin-bottom: .2em;
color: #fff;
font-size: 1.833em;
}
.nivo-caption p {
padding:5px;
margin:0;
color: #bbb;
}
.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position:absolute;
top:45%;
z-index:9;
cursor:pointer;
}
.nivo-prevNav {
left:0px;
}
.nivo-nextNav {
right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position:relative;
z-index:9;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
}
/*
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
*/
.nivoSlider {
position:relative;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.05);
-moz-box-shadow: 0 10px 10px rgba(0,0,0,.05);
box-shadow: 0 10px 10px rgba(0,0,0,.05);
background:#fff url(default/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.nivoSlider a {
border:0;
display:block;
}
.nivo-controlNav {
position: absolute;
z-index: 999999;
left: 50%;
bottom: -13px;
margin-left: -60px; /* Tweak this to center bullets */
padding: .4em 1.8em .4em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #dfdfdf;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dfdfdf));
background: -moz-linear-gradient(top, #f2f2f2, #dfdfdf);
background: -o-linear-gradient(rgb(242,242,242),rgb(223,223,223));
}
.ie8 .nivo-controlNav {
-pie-background: linear-gradient(rgb(242,242,242),rgb(223,223,223));
behavior: url(js/PIE.htc);
}
.ie7 .nivo-controlNav {
-pie-background: linear-gradient(rgb(242,242,242),rgb(223,223,223));
behavior: url(../../js/PIE.htc);
}
.nivo-controlNav a {
display:block;
width:18px;
height:18px;
background:url(default/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:0;
float:left;
}
.nivo-controlNav a.active {
background-position:0 -22px;
}
.nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(default/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}
a.nivo-prevNav {
left:15px;
}
.nivo-caption {
font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
color:#fff;
}