Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. li.widget-post-list.tie-standard {
  2. position: relative;
  3. float: left;
  4. width: 33.333%;
  5. padding: 0 15px;
  6. margin-bottom: 20px;
  7. list-style: none;
  8. }
  9. .posts-list-half-posts li:nth-child(2n+1) {
  10. clear: initial;
  11. }
  12. #the-post .entry-content .widget-post-list .post-title a:not(.shortc-button) {
  13. float: left;
  14. width: 100%;
  15. text-align: left;
  16. color: #000 !important;
  17. }
  18. .posts-list-half-posts .post-meta {
  19. text-align: left;
  20. }
  21.  
  22.  
  23. ul.posts-list-items {
  24. margin: 0;
  25. padding: 0;
  26. }
  27. h2.widgettitle {
  28. float: left;
  29. clear: right;
  30. padding: 5px 15px 5px 25px;
  31. color: #ffffff;
  32. font-size: 22px;
  33. font-weight: 500;
  34. text-transform: uppercase;
  35. }
  36. h2.widgettitle:before {
  37. content: '';
  38. position: absolute;
  39. left: 0;
  40. top: 17%;
  41. width: 35%;
  42. height: 5%;
  43. background-color: #ea2040;
  44. z-index: -1;
  45. transform: skew(-20deg) translateX(6px);
  46. }
  47. .posts-list-half-posts {
  48. width: 100%;
  49. float: left;
  50. padding-bottom: 15px;
  51. }
  52. .posts-list-half-posts li:nth-child(3n+1) {
  53. padding-left: 0;
  54. }
  55. .posts-list-half-posts li:nth-child(3n+3) {
  56. padding-right: 0;
  57. }
  58. .post-widget-body .post-title, .timeline-widget ul li h3, .posts-list-half-posts li .post-title {
  59. font-size: 14px;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement