animate.min.css
7 years ago
columns.css
8 years ago
grid.css
8 years ago
masonry.css
9 years ago
rating-display.css
8 years ago
rating-form.css
8 years ago
slider-controls-full-buttons.css
8 years ago
slider-controls-full-buttons2.css
8 years ago
slider-controls-full-buttons3.css
8 years ago
slider-controls-full-text.css
8 years ago
slider-controls-sides-buttons-pager-buttons.css
8 years ago
slider-controls-sides-buttons-pager-text.css
8 years ago
slider-controls-sides-buttons.css
8 years ago
slider-controls-sides-buttons2-pager-buttons.css
8 years ago
slider-controls-sides-buttons2-pager-text.css
8 years ago
slider-controls-sides-buttons2.css
8 years ago
slider-controls-sides-buttons3-pager-buttons.css
8 years ago
slider-controls-sides-buttons3-pager-text.css
8 years ago
slider-controls-sides-buttons3.css
8 years ago
slider-controls-sides-inside-buttons-pager-buttons.css
8 years ago
slider-controls-sides-inside-buttons-pager-text.css
8 years ago
slider-controls-sides-inside-buttons.css
8 years ago
slider-controls-sides-inside-buttons2-pager-buttons.css
8 years ago
slider-controls-sides-inside-buttons2-pager-text.css
8 years ago
slider-controls-sides-inside-buttons2.css
8 years ago
slider-controls-sides-inside-buttons3-pager-buttons.css
8 years ago
slider-controls-sides-inside-buttons3-pager-text.css
8 years ago
slider-controls-sides-inside-buttons3.css
8 years ago
slider-controls-sides-outside-buttons-pager-buttons.css
8 years ago
slider-controls-sides-outside-buttons-pager-text.css
8 years ago
slider-controls-sides-outside-buttons.css
8 years ago
slider-controls-sides-outside-buttons2-pager-buttons.css
8 years ago
slider-controls-sides-outside-buttons2-pager-text.css
8 years ago
slider-controls-sides-outside-buttons2.css
8 years ago
slider-controls-sides-outside-buttons3-pager-buttons.css
8 years ago
slider-controls-sides-outside-buttons3-pager-text.css
8 years ago
slider-controls-sides-outside-buttons3.css
8 years ago
slider-controls-simple-buttons-pager-buttons.css
8 years ago
slider-controls-simple-buttons-pager-text.css
8 years ago
slider-controls-simple-buttons.css
8 years ago
slider-controls-simple-buttons2-pager-buttons.css
8 years ago
slider-controls-simple-buttons2-pager-text.css
8 years ago
slider-controls-simple-buttons2.css
8 years ago
slider-controls-simple-buttons3-pager-buttons.css
8 years ago
slider-controls-simple-buttons3-pager-text.css
8 years ago
slider-controls-simple-buttons3.css
8 years ago
slider-controls-simple-text-pager-buttons.css
8 years ago
slider-controls-simple-text-pager-text.css
8 years ago
slider-controls-simple-text.css
8 years ago
slider-pager-buttons.css
8 years ago
slider-pager-text.css
8 years ago
slider-controls-sides-inside-buttons2-pager-buttons.css
214 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 | } |
| 11 | .strong-view .wpmslider { |
| 12 | margin: 0; |
| 13 | padding: 0; |
| 14 | } |
| 15 | .strong-view .wpmslider-viewport { |
| 16 | /* fix other elements on the page moving (on Chrome) */ |
| 17 | -webkit-transform: translatez(0); |
| 18 | } |
| 19 | |
| 20 | /* =pager |
| 21 | ---------------------------------------------------------*/ |
| 22 | .strong-view .wpmslider-pager { |
| 23 | display: inline-block; |
| 24 | } |
| 25 | .strong-view .wpmslider-pager-item { |
| 26 | display: inline-block; |
| 27 | } |
| 28 | .strong-view .wpmslider-pager-link { |
| 29 | text-decoration: none; |
| 30 | } |
| 31 | |
| 32 | /* =controls |
| 33 | ---------------------------------------------------------*/ |
| 34 | .strong-view .wpmslider-start, |
| 35 | .strong-view .wpmslider-stop, |
| 36 | .strong-view .wpmslider-next, |
| 37 | .strong-view .wpmslider-prev { |
| 38 | z-index: 5; |
| 39 | } |
| 40 | .strong-view .wpmslider-controls-auto, |
| 41 | .strong-view .wpmslider-controls-direction { |
| 42 | display: inline-block; |
| 43 | vertical-align: middle; |
| 44 | } |
| 45 | .strong-view .wpmslider-controls a { |
| 46 | box-shadow: none; |
| 47 | text-decoration: none; |
| 48 | } |
| 49 | .strong-view .wpmslider-controls a:hover, .strong-view .wpmslider-controls a:active, .strong-view .wpmslider-controls a:focus { |
| 50 | outline: 0; |
| 51 | } |
| 52 | |
| 53 | .strong-view.controls-style-buttons2 .wpmslider-start, |
| 54 | .strong-view.controls-style-buttons2 .wpmslider-stop, |
| 55 | .strong-view.controls-style-buttons2 .wpmslider-next, |
| 56 | .strong-view.controls-style-buttons2 .wpmslider-prev { |
| 57 | font-family: FontAwesome; |
| 58 | display: inline-block; |
| 59 | background: #C0C0C0; |
| 60 | border-radius: 5px; |
| 61 | color: #FFF; |
| 62 | cursor: pointer; |
| 63 | font-size: 16px; |
| 64 | line-height: 27px; |
| 65 | width: 27px; |
| 66 | height: 27px; |
| 67 | margin: 0 5px; |
| 68 | padding-top: 1px; |
| 69 | text-align: center; |
| 70 | transition: all 0.2s ease; |
| 71 | } |
| 72 | .strong-view.controls-style-buttons2 .wpmslider-start, |
| 73 | .strong-view.controls-style-buttons2 .wpmslider-stop { |
| 74 | margin: 0 7px; |
| 75 | } |
| 76 | .strong-view.controls-style-buttons2 .wpmslider-start:before { |
| 77 | content: "\f04b"; |
| 78 | position: relative; |
| 79 | left: 1px; |
| 80 | top: -1px; |
| 81 | } |
| 82 | .strong-view.controls-style-buttons2 .wpmslider-stop:before { |
| 83 | content: "\f04c"; |
| 84 | } |
| 85 | .strong-view.controls-style-buttons2 .wpmslider-start:hover, |
| 86 | .strong-view.controls-style-buttons2 .wpmslider-stop:hover, |
| 87 | .strong-view.controls-style-buttons2 .wpmslider-next:hover, |
| 88 | .strong-view.controls-style-buttons2 .wpmslider-prev:hover { |
| 89 | background: #333; |
| 90 | } |
| 91 | .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev { |
| 92 | left: -38px; |
| 93 | } |
| 94 | .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before { |
| 95 | content: "\f053"; |
| 96 | position: relative; |
| 97 | left: -1px; |
| 98 | } |
| 99 | .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next { |
| 100 | right: -38px; |
| 101 | } |
| 102 | .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before { |
| 103 | content: "\f054"; |
| 104 | position: relative; |
| 105 | left: 1px; |
| 106 | } |
| 107 | .strong-view.controls-style-buttons2.rtl .wpmslider-prev { |
| 108 | right: -38px; |
| 109 | } |
| 110 | .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before { |
| 111 | content: "\f054"; |
| 112 | position: relative; |
| 113 | left: 1px; |
| 114 | } |
| 115 | .strong-view.controls-style-buttons2.rtl .wpmslider-next { |
| 116 | left: -38px; |
| 117 | } |
| 118 | .strong-view.controls-style-buttons2.rtl .wpmslider-next:before { |
| 119 | content: "\f053"; |
| 120 | position: relative; |
| 121 | left: -1px; |
| 122 | } |
| 123 | |
| 124 | .strong-view.pager-style-buttons .wpmslider-pager { |
| 125 | line-height: 24px; |
| 126 | margin: 0 7px; |
| 127 | text-align: center; |
| 128 | } |
| 129 | .strong-view.pager-style-buttons .wpmslider-pager-link:before { |
| 130 | font-family: FontAwesome; |
| 131 | content: "\f10c"; |
| 132 | display: inline-block; |
| 133 | color: #999; |
| 134 | cursor: pointer; |
| 135 | font-size: 12px; |
| 136 | width: 18px; |
| 137 | text-align: center; |
| 138 | } |
| 139 | .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before { |
| 140 | content: "\f111"; |
| 141 | color: #111; |
| 142 | } |
| 143 | .strong-view.pager-style-buttons .wpmslider-pager-link.active:before { |
| 144 | content: "\f111"; |
| 145 | } |
| 146 | |
| 147 | .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-controls-direction { |
| 148 | display: inline-block; |
| 149 | } |
| 150 | .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-pager { |
| 151 | position: absolute; |
| 152 | bottom: 0; |
| 153 | width: 100%; |
| 154 | line-height: 1; |
| 155 | padding: 1em 0; |
| 156 | z-index: 5; |
| 157 | } |
| 158 | |
| 159 | .strong-view.nav-position-outside .wpmslider-controls { |
| 160 | line-height: 1; |
| 161 | padding: 10px 0 20px; |
| 162 | text-align: center; |
| 163 | z-index: 5; |
| 164 | } |
| 165 | |
| 166 | .strong-view.controls-type-sides-inside .wpmslider-controls { |
| 167 | height: 0; |
| 168 | } |
| 169 | .strong-view.controls-type-sides-inside .wpmslider-prev, |
| 170 | .strong-view.controls-type-sides-inside .wpmslider-next { |
| 171 | position: absolute; |
| 172 | top: calc(50% - 14px); |
| 173 | } |
| 174 | .strong-view.controls-type-sides-inside:not(.rtl) .wpmslider-prev { |
| 175 | left: 8px; |
| 176 | } |
| 177 | .strong-view.controls-type-sides-inside:not(.rtl) .wpmslider-next { |
| 178 | right: 8px; |
| 179 | } |
| 180 | .strong-view.controls-type-sides-inside.rtl .wpmslider-prev { |
| 181 | right: 8px; |
| 182 | } |
| 183 | .strong-view.controls-type-sides-inside.rtl .wpmslider-next { |
| 184 | left: 8px; |
| 185 | } |
| 186 | |
| 187 | .strong-view.controls-type-sides-inside .wpmslider-controls { |
| 188 | height: 0; |
| 189 | } |
| 190 | .strong-view.controls-type-sides-inside.pager-style-text .wpmslider-controls, .strong-view.controls-type-sides-inside.pager-style-buttons .wpmslider-controls { |
| 191 | height: auto; |
| 192 | } |
| 193 | .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-controls-direction { |
| 194 | display: inline; |
| 195 | } |
| 196 | .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-pager { |
| 197 | position: absolute; |
| 198 | bottom: 0; |
| 199 | display: inline-block; |
| 200 | padding-bottom: 15px; |
| 201 | width: 100%; |
| 202 | } |
| 203 | .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-prev, |
| 204 | .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-next { |
| 205 | position: absolute; |
| 206 | top: calc(50% - 14px); |
| 207 | } |
| 208 | .strong-view.controls-type-sides-inside.nav-position-outside .wpmslider-prev, |
| 209 | .strong-view.controls-type-sides-inside.nav-position-outside .wpmslider-next { |
| 210 | position: absolute; |
| 211 | /* subtract pager height */ |
| 212 | top: calc(50% - 55px + 14px); |
| 213 | } |
| 214 |