Last active
October 13, 2015 21:28
-
-
Save l34marr/4258441 to your computer and use it in GitHub Desktop.
Products.Carousel browser/carousel.css updated for ChiNan Project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.carousel { | |
position: relative; | |
margin-bottom: 0em; | |
} | |
.carousel-banner { | |
display: none; | |
overflow: hidden; | |
} | |
.carousel-text { | |
background-color: Black; | |
opacity: 0.75; | |
color: White; | |
padding: 10px 10px 13px 23px; | |
position: absolute; | |
width: 45%; | |
bottom: 0; | |
margin-bottom: 12px; | |
letter-spacing: 1px; | |
} | |
.carousel-banner-1 { | |
display: block; | |
} | |
.carousel-pager { | |
margin-top: -40px; | |
float: right; | |
position: relative; | |
width: 20%; | |
} | |
.carousel-pager-item, | |
.carousel-pager-button-prev, | |
.carousel-pager-button-next { | |
background-color: #DDDDDD; | |
padding: 0.25em 0.5em; | |
} | |
.carousel-pager-item-active { | |
background-color: #75AD0A; | |
} | |
.carousel-pager-item-active:link, | |
.carousel-pager-item-active:visited, | |
.carousel-pager-item-active { | |
color: white; | |
} | |
.carousel-title { | |
color: White; | |
font: 130% "標楷體", Arial, FreeSans, sans-serif; | |
} | |
.carousel-pager-item-classic { | |
cursor: pointer; | |
} | |
.carousel-settings-introduction { | |
margin-bottom: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment