ASong2U_Web/wp-content/plugins/premium-featured-posts-slider/css/featured-posts-slider.css

206 lines
4.1 KiB
CSS

/*
Premium Featured Posts Slider
(c) 2011, Web factory Ltd
*/
#fps-container{
width: 100%;
display: block;
margin: 0;
position: relative
}
.fps-slide {
display:block;
overflow: hidden
}
.fps-slide h1, .fps-slide h2, .fps-slide h3, .fps-slide h4, .fps-slide h5, .fps-slide h6 {
margin: 0 0 15px 0;
clear: none
}
.fps-entry-title {
color: white !important;
background:url(../images/transp-black.png) repeat top left;
position: absolute;
bottom: 0px;
left:0;
margin: 0!important;
padding: 8px 0 8px 10px;
border: 0;
width: 100%
}
.fps-slide a:hover {
text-decoration:none
}
.fps-block {
display: block
}
.fps-thumb {
float: left;
margin-right:20px
}
.fps-thumb-right {
float: right;
margin-left: 20px
}
.fps-thumb img, .fps-thumb-right img {
width:auto!important;
height:auto!important
}
.fps-slide h2 {
line-height: 20px
}
.fps-full-img, .fps-thumbnail, .fps-full-img img {
padding: 0 !important;
margin: 0 !important;
border: 0 !important
}
.fps-next, .fps-prev {
background-color: transparent !important;
width: 38px;
height: 43px;
z-index: 9999;
float: left;
position: absolute;
bottom: 50%;
display: none !important;
margin-bottom: -21px !important;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* IE 5-7 */
filter: alpha(opacity=50);
/* Netscape */
-moz-opacity: 0.5;
/* Safari 1.x */
-khtml-opacity: 0.5;
/* Good browsers */
opacity: 0.5;
outline: none;
text-indent: -9999px
}
.fps-next:hover, .fps-prev:hover {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* IE 5-7 */
filter: alpha(opacity=80);
/* Netscape */
-moz-opacity: 0.8;
/* Safari 1.x */
-khtml-opacity: 0.8;
/* Good browsers */
opacity: 0.8;
outline: none
}
.fps-next span, .fps-prev span {
display:none !important
}
#fps-container:hover .fps-next, #fps-container:hover .fps-prev {
display: block !important
}
.fps-prev {
left: 10px;
background-image: url(../images/previous.png);
background-position: 0 0;
background-repeat: no-repeat
}
.fps-next {
right: 10px;
background-image:url(../images/next.png);
background-position: 0 0;
background-repeat: no-repeat
}
.fps-pagination {
margin: 26px auto 0;
list-style: none;
text-align: center
}
.fps-pagination li {
display: inline-block;
zoom: 1;
*display: inline;
margin: 0 1px;
list-style: none
}
.fps-pagination li a {
display: block;
width: 12px;
height: 0;
padding-top: 12px;
background-image: url(../images/fps-pagination.png);
background-position: 0 0;
float: left;
overflow: hidden
}
.fps-pagination li.current a {
background-position: 0 -12px
}
.fps-pagination.thumb-pagination {
list-style: none;
margin: 0 auto;
text-align: center
}
.fps-pagination.thumb-pagination li {
display: inline-block;
zoom: 1;
*display: inline;
list-style: none;
margin: 0 10px 10px 0
}
.fps-pagination.thumb-pagination li a {
background: transparent;
overflow: visible;
width: auto;
height: auto;
/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* IE 5-7 */ filter: alpha(opacity=50);
/* Netscape */ -moz-opacity: 0.5;
/* Safari 1.x */ -khtml-opacity: 0.5;
/* Good browsers */ opacity: 0.5
}
.fps-pagination.thumb-pagination li a:hover, .fps-pagination.thumb-pagination li.current a {
/* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */ filter: alpha(opacity=100);
/* Netscape */ -moz-opacity: 1;
/* Safari 1.x */ -khtml-opacity: 1;
/* Good browsers */ opacity: 1;
cursor:pointer
}
.fps-pagination.thumb-pagination li a img {
background: #f5f5f5;
border: 1px solid #f0f0f0;
padding: 3px;
box-shadow: 0px 0px 1px #999;
-moz-box-shadow: 0px 0px 1px #999;
-webkit-box-shadow: 0px 0px 1px #999;
width:auto!important;
vertical-align: middle;
margin:0!important
}
.fps-pagination.thumb-pagination li a:focus {
outline:0
}