2012-06-29 00:46:45 -04:00
|
|
|
//
|
|
|
|
// Carousel
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2013-02-16 04:22:15 -05:00
|
|
|
// Wrapper for the slide container and indicators
|
2012-01-15 19:27:36 -05:00
|
|
|
.carousel {
|
2012-01-15 21:40:17 -05:00
|
|
|
position: relative;
|
|
|
|
}
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2013-02-16 04:22:15 -05:00
|
|
|
// Wrap all slides, but only show the active one
|
2012-01-15 21:40:17 -05:00
|
|
|
.carousel-inner {
|
2012-09-26 14:20:27 -04:00
|
|
|
position: relative;
|
2012-01-15 21:40:17 -05:00
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2013-02-16 04:22:15 -05:00
|
|
|
// Immediate parent of all slides
|
2012-11-28 18:40:51 -05:00
|
|
|
.carousel-inner {
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2012-11-28 05:17:50 -05:00
|
|
|
> .item {
|
2012-01-15 19:27:36 -05:00
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
.transition(.6s ease-in-out left);
|
|
|
|
|
2013-01-31 10:06:37 -05:00
|
|
|
// Account for jankitude on images
|
|
|
|
> img,
|
2013-01-31 12:04:12 -05:00
|
|
|
> a > img {
|
2013-01-31 10:06:37 -05:00
|
|
|
display: block;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2012-01-25 14:47:36 -05:00
|
|
|
}
|
|
|
|
|
2012-11-28 05:17:50 -05:00
|
|
|
> .active,
|
|
|
|
> .next,
|
|
|
|
> .prev { display: block; }
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2012-11-28 05:17:50 -05:00
|
|
|
> .active {
|
2012-01-15 21:40:17 -05:00
|
|
|
left: 0;
|
|
|
|
}
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2012-11-28 05:17:50 -05:00
|
|
|
> .next,
|
|
|
|
> .prev {
|
2012-01-15 19:27:36 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-11-28 05:17:50 -05:00
|
|
|
> .next {
|
2012-01-15 21:40:17 -05:00
|
|
|
left: 100%;
|
|
|
|
}
|
2012-11-28 05:17:50 -05:00
|
|
|
> .prev {
|
2012-01-15 21:40:17 -05:00
|
|
|
left: -100%;
|
|
|
|
}
|
2012-11-28 05:17:50 -05:00
|
|
|
> .next.left,
|
|
|
|
> .prev.right {
|
2012-01-15 21:40:17 -05:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2012-11-28 05:17:50 -05:00
|
|
|
> .active.left {
|
2012-01-15 21:40:17 -05:00
|
|
|
left: -100%;
|
|
|
|
}
|
2012-11-28 05:17:50 -05:00
|
|
|
> .active.right {
|
2012-01-15 21:40:17 -05:00
|
|
|
left: 100%;
|
|
|
|
}
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2012-01-15 21:40:17 -05:00
|
|
|
}
|
2012-01-15 19:27:36 -05:00
|
|
|
|
2012-01-15 21:40:17 -05:00
|
|
|
// Left/right controls for nav
|
|
|
|
// ---------------------------
|
|
|
|
|
|
|
|
.carousel-control {
|
|
|
|
position: absolute;
|
2012-09-26 14:20:27 -04:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
2013-02-16 05:47:15 -05:00
|
|
|
width: 15%;
|
2013-02-28 22:46:49 -05:00
|
|
|
.opacity(.5);
|
2013-02-16 05:47:15 -05:00
|
|
|
font-size: 20px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
2012-01-28 18:14:57 -05:00
|
|
|
|
|
|
|
// we can't have this transition here
|
|
|
|
// because webkit cancels the carousel
|
|
|
|
// animation if you trip this while
|
|
|
|
// in the middle of another animation
|
|
|
|
// ;_;
|
|
|
|
// .transition(opacity .2s linear);
|
2012-01-15 21:40:17 -05:00
|
|
|
|
2012-10-01 02:44:23 -04:00
|
|
|
// Set gradients for backgrounds
|
|
|
|
&.left {
|
2013-02-16 05:47:15 -05:00
|
|
|
#gradient > .horizontal(rgba(0,0,0,.5), rgba(0,0,0,.0001));
|
2012-10-01 02:44:23 -04:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
2012-01-15 21:40:17 -05:00
|
|
|
&.right {
|
|
|
|
left: auto;
|
2012-09-26 14:20:27 -04:00
|
|
|
right: 0;
|
2013-02-16 05:47:15 -05:00
|
|
|
#gradient > .horizontal(rgba(0,0,0,.0001), rgba(0,0,0,.5));
|
2012-09-26 14:20:27 -04:00
|
|
|
background-color: transparent;
|
2012-01-15 21:40:17 -05:00
|
|
|
}
|
|
|
|
|
2013-01-02 17:39:21 -05:00
|
|
|
// Hover/focus state
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2012-11-30 18:05:23 -05:00
|
|
|
color: #fff;
|
2012-01-15 21:40:17 -05:00
|
|
|
text-decoration: none;
|
2013-02-28 22:46:49 -05:00
|
|
|
.opacity(.9);
|
2012-01-15 21:40:17 -05:00
|
|
|
}
|
2012-10-01 02:44:23 -04:00
|
|
|
|
|
|
|
// Toggles
|
2013-02-16 05:47:15 -05:00
|
|
|
.glyphicon {
|
2012-10-01 02:44:23 -04:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
2013-02-16 05:47:15 -05:00
|
|
|
left: 50%;
|
2012-10-01 02:44:23 -04:00
|
|
|
z-index: 5;
|
2013-02-16 04:22:15 -05:00
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-top: -10px;
|
2013-02-16 05:47:15 -05:00
|
|
|
margin-left: -10px;
|
2012-10-01 02:44:23 -04:00
|
|
|
}
|
2012-01-15 21:40:17 -05:00
|
|
|
}
|
2012-10-01 02:44:23 -04:00
|
|
|
|
2013-02-16 05:47:15 -05:00
|
|
|
// Optional indicator pips
|
2012-12-20 02:52:38 -05:00
|
|
|
// -----------------------------
|
|
|
|
.carousel-indicators {
|
|
|
|
position: absolute;
|
2013-02-16 05:47:15 -05:00
|
|
|
bottom: 20px;
|
2013-02-16 04:22:15 -05:00
|
|
|
left: 50%;
|
2012-12-20 02:52:38 -05:00
|
|
|
z-index: 5;
|
2013-02-16 04:22:15 -05:00
|
|
|
width: 100px;
|
|
|
|
margin: 0 0 0 -50px;
|
2012-12-20 02:52:38 -05:00
|
|
|
list-style: none;
|
2013-02-16 04:22:15 -05:00
|
|
|
text-align: center;
|
2012-12-20 02:52:38 -05:00
|
|
|
|
|
|
|
li {
|
2013-02-16 04:22:15 -05:00
|
|
|
display: inline-block;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2012-12-20 02:52:38 -05:00
|
|
|
text-indent: -999px;
|
2013-02-16 04:22:15 -05:00
|
|
|
border: 1px solid #fff;
|
2012-12-20 02:52:38 -05:00
|
|
|
border-radius: 5px;
|
2013-02-08 12:56:04 -05:00
|
|
|
cursor: pointer;
|
2012-12-20 02:52:38 -05:00
|
|
|
}
|
|
|
|
.active {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
}
|
2012-01-15 21:40:17 -05:00
|
|
|
|
2013-02-16 05:47:15 -05:00
|
|
|
// Optional captions
|
|
|
|
// -----------------------------
|
|
|
|
// Hidden by default for smaller viewports
|
|
|
|
.carousel-caption {
|
|
|
|
position: absolute;
|
|
|
|
left: 20%;
|
|
|
|
right: 20%;
|
|
|
|
bottom: 20px;
|
|
|
|
display: none;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
|
|
|
}
|
|
|
|
|
2012-07-09 00:47:16 -04:00
|
|
|
|
2013-02-16 04:22:15 -05:00
|
|
|
// Scale up controls for >768px
|
|
|
|
@media screen and (min-width: 768px) {
|
2013-01-30 12:14:22 -05:00
|
|
|
|
2013-02-16 05:47:15 -05:00
|
|
|
// Scale up the controls a smidge
|
|
|
|
.carousel-control .glyphicon {
|
2013-02-16 04:22:15 -05:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -15px;
|
2013-02-16 05:47:15 -05:00
|
|
|
margin-left: -15px;
|
2013-02-16 04:22:15 -05:00
|
|
|
font-size: 30px;
|
2013-01-30 12:14:22 -05:00
|
|
|
}
|
2013-02-16 04:22:15 -05:00
|
|
|
|
2013-02-16 05:47:15 -05:00
|
|
|
// Show and left align the captions
|
|
|
|
.carousel-caption {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 10;
|
|
|
|
display: block;
|
|
|
|
max-width: 60%;
|
|
|
|
padding: 30px;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2012-01-15 21:40:17 -05:00
|
|
|
}
|