animate.min.css
1 year ago
columns.css
1 year ago
grid.css
1 year ago
lazyload.css
1 year ago
masonry.css
1 year ago
rating-display.css
1 year ago
rating-form.css
1 year ago
slider-controls-full-buttons.css
1 year ago
slider-controls-full-buttons2.css
1 year ago
slider-controls-full-buttons3.css
1 year ago
slider-controls-full-text.css
1 year ago
slider-controls-sides-buttons-pager-buttons.css
1 year ago
slider-controls-sides-buttons-pager-text.css
1 year ago
slider-controls-sides-buttons.css
1 year ago
slider-controls-sides-buttons2-pager-buttons.css
1 year ago
slider-controls-sides-buttons2-pager-text.css
1 year ago
slider-controls-sides-buttons2.css
1 year ago
slider-controls-sides-buttons3-pager-buttons.css
1 year ago
slider-controls-sides-buttons3-pager-text.css
1 year ago
slider-controls-sides-buttons3.css
1 year ago
slider-controls-sides-inside-buttons-pager-buttons.css
1 year ago
slider-controls-sides-inside-buttons-pager-text.css
1 year ago
slider-controls-sides-inside-buttons.css
1 year ago
slider-controls-sides-inside-buttons2-pager-buttons.css
1 year ago
slider-controls-sides-inside-buttons2-pager-text.css
1 year ago
slider-controls-sides-inside-buttons2.css
1 year ago
slider-controls-sides-inside-buttons3-pager-buttons.css
1 year ago
slider-controls-sides-inside-buttons3-pager-text.css
1 year ago
slider-controls-sides-inside-buttons3.css
1 year ago
slider-controls-sides-outside-buttons-pager-buttons.css
1 year ago
slider-controls-sides-outside-buttons-pager-text.css
1 year ago
slider-controls-sides-outside-buttons.css
1 year ago
slider-controls-sides-outside-buttons2-pager-buttons.css
1 year ago
slider-controls-sides-outside-buttons2-pager-text.css
1 year ago
slider-controls-sides-outside-buttons2.css
1 year ago
slider-controls-sides-outside-buttons3-pager-buttons.css
1 year ago
slider-controls-sides-outside-buttons3-pager-text.css
1 year ago
slider-controls-sides-outside-buttons3.css
1 year ago
slider-controls-simple-buttons-pager-buttons.css
1 year ago
slider-controls-simple-buttons-pager-text.css
1 year ago
slider-controls-simple-buttons.css
1 year ago
slider-controls-simple-buttons2-pager-buttons.css
1 year ago
slider-controls-simple-buttons2-pager-text.css
1 year ago
slider-controls-simple-buttons2.css
1 year ago
slider-controls-simple-buttons3-pager-buttons.css
1 year ago
slider-controls-simple-buttons3-pager-text.css
1 year ago
slider-controls-simple-buttons3.css
1 year ago
slider-controls-simple-text-pager-buttons.css
1 year ago
slider-controls-simple-text-pager-text.css
1 year ago
slider-controls-simple-text.css
1 year ago
slider-pager-buttons.css
1 year ago
slider-pager-text.css
1 year ago
slider-controls-simple-buttons.css
181 lines
| 1 | /* =bxSlider structure |
| 2 | ---------------------------------------------------------*/ |
| 3 | .strong-view .wpmslider-wrapper { |
| 4 | position: relative; |
| 5 | margin: 0 auto; |
| 6 | padding: 0; |
| 7 | *zoom: 1; |
| 8 | -ms-touch-action: pan-y; |
| 9 | touch-action: pan-y; |
| 10 | direction: ltr; |
| 11 | } |
| 12 | .strong-view .wpmslider { |
| 13 | margin: 0; |
| 14 | padding: 0; |
| 15 | } |
| 16 | .strong-view .wpmslider-viewport { |
| 17 | /* fix other elements on the page moving (on Chrome) */ |
| 18 | -webkit-transform: translatez(0); |
| 19 | } |
| 20 | |
| 21 | /* =pager |
| 22 | ---------------------------------------------------------*/ |
| 23 | .strong-view .wpmslider-pager { |
| 24 | display: inline-block; |
| 25 | } |
| 26 | .strong-view.rtl .wpmslider-pager { |
| 27 | direction: rtl; |
| 28 | } |
| 29 | .strong-view .wpmslider-pager-item { |
| 30 | display: inline-block; |
| 31 | } |
| 32 | .strong-view .wpmslider-pager-link { |
| 33 | text-decoration: none; |
| 34 | } |
| 35 | |
| 36 | /* =controls |
| 37 | ---------------------------------------------------------*/ |
| 38 | .strong-view .wpmslider-start, |
| 39 | .strong-view .wpmslider-stop, |
| 40 | .strong-view .wpmslider-next, |
| 41 | .strong-view .wpmslider-prev { |
| 42 | z-index: 5; |
| 43 | } |
| 44 | .strong-view .wpmslider-controls-auto, |
| 45 | .strong-view .wpmslider-controls-direction { |
| 46 | display: inline-block; |
| 47 | vertical-align: middle; |
| 48 | } |
| 49 | .strong-view .wpmslider-controls a { |
| 50 | box-shadow: none; |
| 51 | text-decoration: none; |
| 52 | } |
| 53 | .strong-view .wpmslider-controls a:hover, .strong-view .wpmslider-controls a:active, .strong-view .wpmslider-controls a:focus { |
| 54 | outline: 0; |
| 55 | } |
| 56 | |
| 57 | .strong-view.controls-style-buttons .wpmslider-start, |
| 58 | .strong-view.controls-style-buttons .wpmslider-stop, |
| 59 | .strong-view.controls-style-buttons .wpmslider-next, |
| 60 | .strong-view.controls-style-buttons .wpmslider-prev { |
| 61 | display: inline-block; |
| 62 | color: #999; |
| 63 | cursor: pointer; |
| 64 | font-size: 24px; |
| 65 | line-height: 24px; |
| 66 | width: 24px; |
| 67 | height: 24px; |
| 68 | text-align: center; |
| 69 | transition: all 0.2s ease; |
| 70 | } |
| 71 | .strong-view.controls-style-buttons .wpmslider-start:before, |
| 72 | .strong-view.controls-style-buttons .wpmslider-stop:before { |
| 73 | position: relative; |
| 74 | top: -1px; |
| 75 | } |
| 76 | .strong-view.controls-style-buttons .wpmslider-start:before { |
| 77 | content: ""; |
| 78 | background:#999; |
| 79 | position: relative; |
| 80 | -webkit-mask: url('../svg/play-solid.svg') center center no-repeat; |
| 81 | mask: url('../svg/play-solid.svg') center center no-repeat; |
| 82 | top:3px; |
| 83 | display: inline-block; |
| 84 | width: 25px; |
| 85 | height: 25px; |
| 86 | } |
| 87 | .strong-view.controls-style-buttons .wpmslider-stop:before { |
| 88 | content: ""; |
| 89 | background:#999; |
| 90 | -webkit-mask: url('../svg/pause-solid.svg') center center no-repeat; |
| 91 | mask: url('../svg/pause-solid.svg') center center no-repeat; |
| 92 | display: inline-block; |
| 93 | width: 25px; |
| 94 | height: 25px; |
| 95 | position: relative; |
| 96 | top:3px; |
| 97 | } |
| 98 | .strong-view.controls-style-buttons .wpmslider-start:hover, |
| 99 | .strong-view.controls-style-buttons .wpmslider-stop:hover, |
| 100 | .strong-view.controls-style-buttons .wpmslider-next:hover, |
| 101 | .strong-view.controls-style-buttons .wpmslider-prev:hover { |
| 102 | color: #111; |
| 103 | } |
| 104 | .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before { |
| 105 | content: ""; |
| 106 | -webkit-mask: url('../svg/chevron-left-solid.svg') center center no-repeat; |
| 107 | mask: url('../svg/chevron-left-solid.svg') center center no-repeat; |
| 108 | background:#999; |
| 109 | position: relative; |
| 110 | left: -1px; |
| 111 | display: inline-block; |
| 112 | width: 25px; |
| 113 | height: 25px; |
| 114 | top: 3px; |
| 115 | } |
| 116 | .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before { |
| 117 | content: ""; |
| 118 | -webkit-mask: url('../svg/chevron-right-solid.svg') center center no-repeat; |
| 119 | mask: url('../svg/chevron-right-solid.svg') center center no-repeat; |
| 120 | background:#999; |
| 121 | position: relative; |
| 122 | left: -1px; |
| 123 | display: inline-block; |
| 124 | width: 25px; |
| 125 | height: 25px; |
| 126 | top: 3px; |
| 127 | } |
| 128 | .strong-view.controls-style-buttons.rtl .wpmslider-prev:before { |
| 129 | content: ""; |
| 130 | -webkit-mask: url('../svg/chevron-right-solid.svg') center center no-repeat; |
| 131 | mask: url('../svg/chevron-right-solid.svg') center center no-repeat; |
| 132 | background:#999; |
| 133 | position: relative; |
| 134 | left: -1px; |
| 135 | display: inline-block; |
| 136 | width: 25px; |
| 137 | height: 25px; |
| 138 | top: 3px; |
| 139 | } |
| 140 | .strong-view.controls-style-buttons.rtl .wpmslider-next:before { |
| 141 | content: ""; |
| 142 | -webkit-mask: url('../svg/chevron-left-solid.svg') center center no-repeat; |
| 143 | mask: url('../svg/chevron-left-solid.svg') center center no-repeat; |
| 144 | background:#999; |
| 145 | position: relative; |
| 146 | left: -1px; |
| 147 | display: inline-block; |
| 148 | width: 25px; |
| 149 | height: 25px; |
| 150 | top: 3px; |
| 151 | } |
| 152 | |
| 153 | .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls { |
| 154 | position: absolute; |
| 155 | bottom: 0; |
| 156 | width: 100%; |
| 157 | line-height: 1; |
| 158 | padding-bottom: 15px; |
| 159 | text-align: center; |
| 160 | z-index: 5; |
| 161 | } |
| 162 | .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-start, |
| 163 | .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-stop, |
| 164 | .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-prev, |
| 165 | .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-next { |
| 166 | margin: 0 3px; |
| 167 | } |
| 168 | |
| 169 | .strong-view.nav-position-outside .wpmslider-controls { |
| 170 | line-height: 1; |
| 171 | padding: 20px 0 20px; |
| 172 | text-align: center; |
| 173 | z-index: 5; |
| 174 | } |
| 175 | .strong-view.nav-position-outside .wpmslider-controls .wpmslider-start, |
| 176 | .strong-view.nav-position-outside .wpmslider-controls .wpmslider-stop, |
| 177 | .strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev, |
| 178 | .strong-view.nav-position-outside .wpmslider-controls .wpmslider-next { |
| 179 | margin: 0 3px; |
| 180 | } |
| 181 |