Advertisement
minosta

popular post code

Mar 5th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. .PopularPosts .widget-content ul li:first-child{border-top:0}
  2. .PopularPosts .item-thumbnail{margin:0 15px 0 0 !important; width:80px; height:60px; float:left; overflow:hidden; position:relative}
  3. .PopularPosts .item-thumbnail a{position:relative; display:block; overflow:hidden; line-height:0}
  4. .PopularPosts ul li img{width:90px; height:65px; object-fit:cover; padding:0; transition:all .3s ease}
  5. .PopularPosts .widget-content ul li{overflow:hidden; padding:10px 0; border-top:1px solid #f2f2f2}
  6. .sidebar .PopularPosts .widget-content ul li:first-child, .sidebar .custom-widget li:first-child, .tab-widget .PopularPosts .widget-content ul li:first-child, .tab-widget .custom-widget li:first-child{padding-top:0; border-top:0}
  7. .sidebar .PopularPosts .widget-content ul li:last-child, .sidebar .custom-widget li:last-child, .tab-widget .PopularPosts .widget-content ul li:last-child, .tab-widget .custom-widget li:last-child{padding-bottom:0}
  8. .PopularPosts ul li a{color:#333; font-weight:400; font-size:14px; line-height:1.4em; transition:color .3s; font-family:Oswald}
  9. .PopularPosts ul li a:hover{color:$maincolor}
  10. .PopularPosts .item-title{margin:0 0 4px; padding:0; line-height:0}
  11. .item-snippet{display:none; font-size:0; padding-top:0}
  12. .PopularPosts ul{counter-reset:popularcount; margin:0; padding:0}
  13. .PopularPosts .item-thumbnail::before{background:rgba(0,0,0,0.3); bottom:0px; content:""; height:100px; width:100px; left:0px; right:0px; margin:0px auto; position:absolute; z-index:3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement