diff --git a/carousel.html b/carousel.html index 16bf9dc79f..56ba1f81d5 100644 --- a/carousel.html +++ b/carousel.html @@ -18,10 +18,17 @@ position: relative; z-index: 10; margin-top: 20px; - margin-bottom: -85px; + margin-bottom: -80px; } + .navbar-wrapper .navbar-inner { + border: 0; + -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25); + -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25); + box-shadow: 0 2px 10px rgba(0,0,0,.25); + } + .carousel-custom { - margin-bottom: 40px; + margin-bottom: 60px; } .carousel-custom .container { position: absolute; @@ -29,19 +36,53 @@ bottom: 0; left: 0; } + + .carousel-custom .carousel-control { + background-color: transparent; + border: 0; + font-size: 120px; + margin-top: 0; + text-shadow: 0 1px 1px rgba(0,0,0,.4); + } + .carousel-custom .carousel-caption { background-color: transparent; position: static; max-width: 50%; padding: 0; - margin-bottom: 60px; + margin-bottom: 100px; } .carousel-custom .carousel-caption h1, .carousel-custom .carousel-caption .lead { margin: 0; line-height: 1.25; color: #fff; - text-shadow: 0 1px 3px rgba(0,0,0,.4); + text-shadow: 0 1px 1px rgba(0,0,0,.4); + } + .carousel-custom .carousel-caption .btn { + margin-top: 10px; + } + + .featurette-divider { + margin: 60px 0; + } + .featurette { + padding: 75px 0; + } + .featurette-image { + margin-top: -75px; + } + .featurette-image.pull-left { + margin-right: 40px; + } + .featurette-image.pull-right { + margin-left: 40px; + } + .featurette-heading { + font-size: 50px; + font-weight: 300; + line-height: 1; + letter-spacing: -1px; } @@ -98,29 +139,32 @@