Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- //<![CDATA[
- $(document).ready(function () {
- Recentpostbsd({
- blogURL:"http://myrobotsurf.blogspot.com",
- MaxPost:8,
- container:"#recentpostbsd",
- ImageSize:500,
- Time:9000,
- autoplay:true,
- tagName:false
- });
- });
- //]]>
- </script>
- <style type="text/css>
- @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
- @import url(http://fonts.googleapis.com/css?family=Oswald);
- body {
- background:#222;
- margin:0;
- padding:0;
- }
- #wrapper {
- font-family:Lato, sans-serif;
- box-shadow:0 20px 20px -10px #111;
- margin:7%;
- }
- /* CSS Responsive Slider Recent Post */
- #recentpostbsd {margin:15px auto;}
- #bsdslide *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
- #bsdslide ul,#bsdslide li{padding:0;margin:0;list-style:none;position:relative}
- #bsdslide ul{height:320px}
- #bsdslide li{width:50%;height:100%;position:absolute;display:none}
- #bsdslide li:nth-child(1), #bsdslide li:nth-child(2), #bsdslide li:nth-child(3), #bsdslide li:nth-child(4), #bsdslide li:nth-child(5){display:block}
- #bsdslide li:nth-child(1){left:0;top:0}
- #bsdslide li:nth-child(2){left:50%;width:25%;height:50%}
- #bsdslide li:nth-child(3){left:75%;width:25%;height:50%}
- #bsdslide li:nth-child(4){left:50%;top:50%;width:25%;height:50%}
- #bsdslide li:nth-child(5){left:75%;top:50%;width:25%;height:50%}
- #bsdslide li:nth-child(1) h4 {overflow:hidden;font-size:25px;bottom:0;color:#fafafa;width:100%;
- padding:10px 10px 10px 90px;text-align:left;text-transform:uppercase;background:rgba(0,0,0,0.3);
- height:90px;font-family:'Oswald';text-shadow:2px 2px 0 rgba(0,0,0,0.2);line-height:32px;left:0;}
- #bsdslide li:nth-child(1) .label_text {font-size:30px;display:block;bottom:10px;left:10px;
- padding:0;font-family:'Roboto';box-shadow:5px 3px 0 rgba(0,0,0,0.2);}
- #bsdslide li:nth-child(1) span.dd {display:block;font-size:30px;padding:12px 15px;
- background:#8ED557;margin:0;}
- #bsdslide li:nth-child(1) span.dm {display:block;font-size:14px;background:#333;color:#fff;
- padding:5px 21px;text-transform:uppercase;margin:0;}
- #bsdslide li:nth-child(1) span.dy, #bsdslide li:nth-child(1) span.autname{display:none;}
- </style>
- <div id="wrapper">
- <div id="recentpostbsd"></div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment