Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
added no icons version of styl file
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaytheunicorn committed Sep 9, 2014
1 parent 5d6a5a7 commit 1036926
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaymak.js",
"version": "v0.1.1",
"version": "v0.1.2",
"authors": [
"Berkay Sargın <[email protected]>"
],
Expand Down
111 changes: 111 additions & 0 deletions dev/kay_no_icons.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@

// mixin
noselect()
-webkit-touch-callout: none
-webkit-user-select: none
-webkit-user-drag: none
-khtml-user-select: none
-moz-user-select: moz-none
user-select: none
-ms-user-select: manipulation
-ms-touch-select: none
-ms-touch-action: none
-ms-content-zooming:none

// clearfix
.clearfix:before , .clearfix:after
content:""
display:table
.clearfix:after
clear:both
.clearfix
zoom:1

.k-loading
position: absolute
top:50%
left: 0
margin-top:-25px
margin-left: 50px
width: 100px
height: 50px
line-height: 50px
font-size: 15px

.kay
overflow: hidden
-webkit-tap-highlight-color:rgba(0,0,0,0)
cursor: move
margin: 0 auto
noselect()

.k-container
opacity: 0
position:relative
noselect()

.k-block
float: left
position: relative
noselect()

.k-image
position:relative
width: 100%
white-space:nowrap
noselect()
img
margin:0 auto
display:block

.k-nav-content
display: none

.k-nav
background-clip: padding-box
float: left
cursor: pointer
overflow: hidden

.k-nav-bullet-active
background: #ff9b00 !important
color: #fff !important

.k-nav-bullet
border-radius: 10px
background-clip: padding-box
width: 10px
height: 10px
margin: 10px
padding: 5px
background: #555

&:hover
background: #ccc
color: #222

.k-bullet
width: 5px
height: 5px

.k-nav-number-active
background: #ff9b00 !important
color: #fff !important

.k-nav-number
border-radius: 15px
background-clip: padding-box
size:20px
margin: 10px
padding: 5px
background: #fff
color: #000
&:hover
background: #ccc
color: #222

.k-number
width: 20px
text-align: center
font-size: 12px
line-height: 20px

0 comments on commit 1036926

Please sign in to comment.