b0y-101 Mini Shell


Current Path : E:/www2/plan/media/coalaweb/plugins/system/gears/uikit/css/components/
File Upload :
Current File : E:/www2/plan/media/coalaweb/plugins/system/gears/uikit/css/components/coalaweb.slider.gradient.css

/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * RTL Compatibility
 */
[data-cw-slider] {
  direction: ltr;
}
html[dir="rtl"] .cw-slider > * {
  direction: rtl;
}
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Deactivate browser history navigation in IE11
 */
.cw-slider {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  touch-action: pan-y;
}
/*
 * 1. Reset list style without interfering with grid
 */
.cw-slider:not(.cw-grid) {
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Sub-object item
 * 1. Position items above each other
 */
.cw-slider > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
}
/*
 * Clip child elements
 */
.cw-slider-container {
  overflow: hidden;
}
/*
 * Dragged
 */
.cw-slider:not(.cw-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}
/*
 * 1. Makes text unselectable
 */
.cw-slider.cw-drag {
  cursor: col-resize;
  /* 1 */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
 * 1. Prevents images and links from being dragged (default browser behavior)
 * 2. Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.cw-slider a,
.cw-slider img {
  /* 1 */
  -webkit-user-drag: none;
  user-drag: none;
  /* 2 */
  -webkit-touch-callout: none;
}
/*
 * 1. Prevents images and links from being dragged in Firefox
 */
.cw-slider img {
  pointer-events: none;
}
/* Modifier: `cw-slider-fullscreen`
 ========================================================================== */
.cw-slider-fullscreen,
.cw-slider-fullscreen > li {
  height: 100vh;
}

Copyright © 2019 by b0y-101