Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .rslides {
- position: relative;
- list-style: none;
- overflow: hidden;
- width: 100%;
- padding: 0;
- margin: 0;
- }
- .rslides li {
- -webkit-backface-visibility: hidden;
- position: absolute;
- display: none;
- width: 100%;
- left: 0;
- top: 0;
- }
- .rslides li:first-child {
- position: relative;
- display: block;
- float: left;
- }
- .rslides img {
- display: block;
- height: auto;
- float: left;
- width: 100%;
- border: 0;
- }
- ul.featured-widget-list, ul.featured-widget-list li {
- margin: 0;
- padding: 0;
- list-style: none;
- position: relative }
- ul.featured-widget-list li {
- display: none;
- }
- ul.featured-widget-list li:nth-child(1) {
- display: block;
- line-height: 0;
- }
- ul.featured-widget-list img {
- border: 0;
- width: 100%;
- height: auto;
- }
- ul.featured-widget-list .featuredbg {
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 2;
- left: 0;
- top: 0;
- opacity: .6;
- background-image: url(https://3.bp.blogspot.com/-1_Vnfz23h0E/V0m7kzHpgiI/AAAAAAAALlU/f763ScY-PBc2UnqNX3Tf20lyvHxtRo9qwCLcB/s400/overlay-bg.png);
- background-position: 0% 100%;
- background-repeat: repeat-x;
- }
- ul.featured-widget-list .featuredbg:hover {
- opacity: .1;
- }
- ul.featured-widget-list h5 {
- position: absolute;
- left: 0;
- right: 0;
- text-align: center;
- bottom: 10px;
- z-index: 2;
- color: #fff;
- margin: 0;
- text-transform: capitalize;
- padding: 10px 20px;
- line-height: 1.9em;
- letter-spacing: 0.3px;
- font: 600 16px 'Abel', sans-serif;
- overflow: hidden;
- }
- ul.featured-widget-list li:hover h5 {
- bottom: 30px;
- }
- ul.featured-widget-list .featured-meta {
- font: 11px 'Abel', sans-serif;
- letter-spacing: 0.3px;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- text-align: center;
- z-index: 2;
- color: #fff;
- opacity: 0;
- }
- ul.featured-widget-list h5, ul.featured-widget-list .featured-meta {
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;
- }
- ul.featured-widget-list li:hover .featured-meta {
- bottom: 20px;
- opacity: 1;
- }
- .feat-buttons {
- position: absolute;
- top: 50%;
- left: 0;
- z-index: 5;
- width: 100%}
- .feat-buttons a {
- text-indent: -9999px;
- margin: 0 7px;
- width: 15px;
- height: 15px;
- padding: 5px;
- background: #000;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
- filter: alpha(opacity=60);
- -moz-opacity: 0.6;
- -khtml-opacity: 0.6;
- opacity: 0.6;
- position: relative;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- }
- .feat-prev {
- float: left;
- }
- .feat-next {
- float: right;
- }
- .feat-buttons a.feat-prev::before, .feat-buttons a.feat-next::before {
- content: "";
- width: 0;
- height: 0;
- border-width: 6px 7px;
- border-style: solid;
- border-color: transparent #fff transparent transparent;
- position: absolute;
- top: 50%;
- margin-top: -6px;
- margin-left: -11px;
- left: 50%}
- .feat-buttons a.feat-next::before {
- border-color: transparent transparent transparent #fff;
- margin-left: -3px;
- }
Advertisement
Add Comment
Please, Sign In to add comment