frontend.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* Post Slider */
  2. /* Wrappers */
  3. body.rtl .fl-module-post-slider .bx-viewport {
  4. direction: ltr;
  5. }
  6. .fl-module-post-slider .bx-wrapper {
  7. margin: 0 auto 40px;
  8. }
  9. .fl-module-post-slider .bx-controls {
  10. width: 100%;
  11. position: absolute;
  12. bottom: 0;
  13. margin-top: 20px;
  14. }
  15. .fl-post-slider-navigation{
  16. position: absolute;
  17. top: 50%;
  18. left: 0;
  19. right: 0;
  20. z-index: 20;
  21. margin-top: -16px;
  22. }
  23. .fl-post-slider-navigation a{
  24. position: absolute;
  25. display: inline-block;
  26. opacity: .7;
  27. }
  28. .fl-post-slider-navigation a:hover{ opacity: 1; }
  29. .fl-post-slider-navigation .slider-prev{ left: 5px; }
  30. .fl-post-slider-navigation .slider-next{ right: 5px; }
  31. .fl-post-slider-navigation .fl-post-slider-svg-container{
  32. position: relative;
  33. width: 32px;
  34. height: 32px;
  35. }
  36. .fl-post-slider-navigation svg{
  37. position: absolute;
  38. top: 0;
  39. left: 0;
  40. bottom: 0;
  41. right: 0;
  42. }
  43. .fl-post-slider-navigation path{ fill: #fff; }
  44. .fl-post-slider-navigation a.disabled,
  45. .bx-controls a.disabled {
  46. pointer-events: none;
  47. }
  48. /*Module styles =======================================*/
  49. /* Background Photo */
  50. .fl-post-slider{
  51. position: relative;
  52. }
  53. .fl-post-slider .fl-post-slider-post {
  54. position: absolute;
  55. top: 0;
  56. visibility: hidden;
  57. }
  58. .fl-post-slider .fl-post-slider-post:first-child,
  59. .fl-post-slider-loaded .fl-post-slider-post {
  60. position: relative;
  61. visibility: visible;
  62. }
  63. .fl-post-slider-post .fl-slide-bg-photo {
  64. background-position: 50% 50%;
  65. background-repeat: no-repeat;
  66. background-size: cover;
  67. bottom: 0;
  68. left: 0;
  69. position: absolute;
  70. right: 0;
  71. top: 0;
  72. z-index: 1;
  73. }
  74. .fl-post-slider-post .fl-post-slider-mobile-img { display: none; }
  75. .fl-post-slider-post .fl-slide-bg-photo { display: block; }
  76. .fl-post-slider-post .fl-post-slider-content{
  77. z-index: 10;
  78. }
  79. .fl-post-slider-post .fl-post-slider-title{
  80. margin: 0 0 20px 0 !important;
  81. }
  82. .fl-post-slider-post .fl-post-slider-feed-meta {
  83. margin-bottom: 10px;
  84. }