Nivo Slider Dark Theme

Size
2,562 Kb
Views
4,048

How do I make an nivo slider dark theme?

What is a nivo slider dark theme? How do you make a nivo slider dark theme? This script and codes were developed by Brendan Skousen on 09 December 2022, Friday.

Nivo Slider Dark Theme Previews

Nivo Slider Dark Theme - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Nivo Slider Dark Theme</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">
<div class="slider-wrapper theme-dark">
<div class="nivoSlider" id="slider">
<img alt="" src="http://vozpc.com/uploads/nemo.jpg" />
<img alt="" src="http://vozpc.com/uploads/toystory.jpg" />
<img alt="" src="http://vozpc.com/uploads/up.jpg" />
<img alt="" src="http://vozpc.com/uploads/walle.jpg" />
</div>
</div></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://vozpc.com/uploads/jquery.nivo.slider.pack.txt'></script> <script src="js/index.js"></script>
</body>
</html>

Nivo Slider Dark Theme - Script Codes CSS Codes

/* container class only for demo purposes */
.container {
margin: auto;
width: 950px;
}
.theme-dark.slider-wrapper { background: #222; padding: 10px; height: 378px; /*height of wrapper needs to be 20px more than image*/ width: 900px; /*width of wrapper */
}
.theme-dark .nivoSlider {	position:relative;	background:#fff url(http://vozpc.com/uploads/loading.gif) no-repeat 50% 50%; margin-bottom:10px; overflow: visible; height: 358px; /*height of image*/
}
.theme-dark .nivoSlider img {	position:absolute;	top:0px;	left:0px;	display:none;
}
.theme-dark .nivoSlider a {	border:0;	display:block;
}
.theme-dark .nivo-controlNav {	text-align: left;	padding: 0;	position: relative;	z-index: 10;
}
.theme-dark .nivo-controlNav a {	display:inline-block;	width:10px;	height:10px;	background:url(http://vozpc.com/uploads/bullets.png) no-repeat 0 2px;	text-indent:-9999px;	border:0;	margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {	background-position:0 100%;
}
.theme-dark .nivo-directionNav a {	display:block;	width:30px;	height:30px;	background: url(http://vozpc.com/uploads/arrows.png) no-repeat;	text-indent:-9999px;	border:0;	top: auto;	bottom: -30px;	z-index: 11; position: absolute;
}
.theme-dark .nivo-directionNav a:hover { background-color: #333; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.theme-dark a.nivo-nextNav {	background-position:-16px 50%;	right:0px;
}
.theme-dark a.nivo-prevNav { background-position:11px 50%; left: auto;	right: 35px;
}
.theme-dark .nivo-caption { font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a { color:#fff; border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover { color:#fff;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled {	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {	width: auto;	height: auto;	background: none;	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {	display: block;	width: 120px;	height: auto;
}

Nivo Slider Dark Theme - Script Codes JS Codes

jQuery(window).load(function(){ jQuery("#slider").nivoSlider({ effect:"fade", slices:10, boxCols:10, boxRows:10, animSpeed:600, pauseTime:5000, startSlide:0, directionNav:true, controlNav:true, controlNavThumbs:false, pauseOnHover:false, manualAdvance:false });
});
Nivo Slider Dark Theme - Script Codes
Nivo Slider Dark Theme - Script Codes
Home Page Home
Developer Brendan Skousen
Username bskousen
Uploaded December 09, 2022
Rating 3
Size 2,562 Kb
Views 4,048
Do you need developer help for Nivo Slider Dark Theme?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Brendan Skousen (bskousen) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!