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-buttons3.css
134 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.nav-position-inside:not(.controls-type-sides-inside) .wpmslider-controls { |
| 54 | position: absolute; |
| 55 | bottom: 0; |
| 56 | width: 100%; |
| 57 | line-height: 1; |
| 58 | padding-bottom: 15px; |
| 59 | text-align: center; |
| 60 | z-index: 5; |
| 61 | } |
| 62 | |
| 63 | .strong-view.nav-position-outside .wpmslider-controls { |
| 64 | line-height: 1; |
| 65 | padding: 10px 0 20px; |
| 66 | text-align: center; |
| 67 | z-index: 5; |
| 68 | } |
| 69 | |
| 70 | .strong-view.controls-type-sides-inside .wpmslider-controls { |
| 71 | height: 0; |
| 72 | } |
| 73 | .strong-view.controls-type-sides-inside .wpmslider-prev, |
| 74 | .strong-view.controls-type-sides-inside .wpmslider-next { |
| 75 | position: absolute; |
| 76 | top: calc(50% - 14px); |
| 77 | } |
| 78 | .strong-view.controls-type-sides-inside:not(.rtl) .wpmslider-prev { |
| 79 | left: 8px; |
| 80 | } |
| 81 | .strong-view.controls-type-sides-inside:not(.rtl) .wpmslider-next { |
| 82 | right: 8px; |
| 83 | } |
| 84 | .strong-view.controls-type-sides-inside.rtl .wpmslider-prev { |
| 85 | right: 8px; |
| 86 | } |
| 87 | .strong-view.controls-type-sides-inside.rtl .wpmslider-next { |
| 88 | left: 8px; |
| 89 | } |
| 90 | |
| 91 | .strong-view.controls-style-buttons3 .wpmslider-start, |
| 92 | .strong-view.controls-style-buttons3 .wpmslider-stop, |
| 93 | .strong-view.controls-style-buttons3 .wpmslider-next, |
| 94 | .strong-view.controls-style-buttons3 .wpmslider-prev { |
| 95 | font-family: FontAwesome; |
| 96 | display: inline-block; |
| 97 | color: #999; |
| 98 | cursor: pointer; |
| 99 | font-size: 28px; |
| 100 | line-height: 28px; |
| 101 | width: 28px; |
| 102 | height: 28px; |
| 103 | text-align: center; |
| 104 | transition: all 0.2s ease; |
| 105 | } |
| 106 | .strong-view.controls-style-buttons3 .wpmslider-start, |
| 107 | .strong-view.controls-style-buttons3 .wpmslider-stop { |
| 108 | margin: 0 7px; |
| 109 | } |
| 110 | .strong-view.controls-style-buttons3 .wpmslider-start:before { |
| 111 | content: "\f144"; |
| 112 | } |
| 113 | .strong-view.controls-style-buttons3 .wpmslider-stop:before { |
| 114 | content: "\f28b"; |
| 115 | } |
| 116 | .strong-view.controls-style-buttons3 .wpmslider-start:hover, |
| 117 | .strong-view.controls-style-buttons3 .wpmslider-stop:hover, |
| 118 | .strong-view.controls-style-buttons3 .wpmslider-next:hover, |
| 119 | .strong-view.controls-style-buttons3 .wpmslider-prev:hover { |
| 120 | color: #333; |
| 121 | } |
| 122 | .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before { |
| 123 | content: "\f137"; |
| 124 | } |
| 125 | .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before { |
| 126 | content: "\f138"; |
| 127 | } |
| 128 | .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before { |
| 129 | content: "\f138"; |
| 130 | } |
| 131 | .strong-view.controls-style-buttons3.rtl .wpmslider-next:before { |
| 132 | content: "\f137"; |
| 133 | } |
| 134 |