parent
75fdcebf73
commit
5f93512fac
6 changed files with 85 additions and 121 deletions
@ -1,88 +0,0 @@ |
|||||||
#color_picker{ |
|
||||||
width: 300px; |
|
||||||
height: 25%; |
|
||||||
margin: 20px; |
|
||||||
margin-top: 50px; |
|
||||||
border: 5px solid #000; |
|
||||||
background-color: #000; |
|
||||||
-webkit-user-select: none; |
|
||||||
-moz-user-select: none; |
|
||||||
-ms-user-select: none; |
|
||||||
user-select: none; |
|
||||||
position: relative; |
|
||||||
} |
|
||||||
#color_picker_numeric{ |
|
||||||
width: 80%; |
|
||||||
padding: 5%; |
|
||||||
margin: 5%; |
|
||||||
background-color: #888; |
|
||||||
border-radius: 10px; |
|
||||||
overflow: hidden; |
|
||||||
} |
|
||||||
.color_picker_rgb{ |
|
||||||
float: left; |
|
||||||
width: 22%; |
|
||||||
height: 35px; |
|
||||||
font-size: 25px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
.color_picker_rgb:nth-child(1){ |
|
||||||
margin-right: 10%; |
|
||||||
margin-left: 3%; |
|
||||||
background-color: #F00; |
|
||||||
|
|
||||||
} |
|
||||||
.color_picker_rgb:nth-child(2){ |
|
||||||
background-color: #0F0; |
|
||||||
} |
|
||||||
.color_picker_rgb:nth-child(3){ |
|
||||||
margin-left: 10%; |
|
||||||
background-color: #00F; |
|
||||||
color: #FFF; |
|
||||||
} |
|
||||||
#color_picker_hex{ |
|
||||||
width: 50%; |
|
||||||
height: 30px; |
|
||||||
font-size: 25px; |
|
||||||
margin: 10% 25% 0 25%; |
|
||||||
} |
|
||||||
#saturation{ |
|
||||||
position: relative; |
|
||||||
width: calc(100% - 33px); |
|
||||||
height: 100%; |
|
||||||
background: linear-gradient(to right, #FFF 0%, #F00 100%); |
|
||||||
float: left; |
|
||||||
margin-right: 6px; |
|
||||||
} |
|
||||||
#value { |
|
||||||
width: 100%; |
|
||||||
height: 100%; |
|
||||||
background: linear-gradient(to top, #000 0%, rgba(255,255,255,0) 100%); |
|
||||||
} |
|
||||||
#sb_picker{ |
|
||||||
border: 2px solid; |
|
||||||
border-color: #FFF; |
|
||||||
position: absolute; |
|
||||||
width: 14px; |
|
||||||
height: 14px; |
|
||||||
border-radius: 10px; |
|
||||||
bottom: 50px; |
|
||||||
left: 50px; |
|
||||||
box-sizing: border-box; |
|
||||||
z-index: 10; |
|
||||||
} |
|
||||||
#hue { |
|
||||||
width: 27px; |
|
||||||
height: 100%; |
|
||||||
position: relative; |
|
||||||
float: left; |
|
||||||
background: linear-gradient(to bottom, #F00 0%, #F0F 17%, #00F 34%, #0FF 50%, #0F0 67%, #FF0 84%, #F00 100%); |
|
||||||
} |
|
||||||
#hue_picker { |
|
||||||
position: absolute; |
|
||||||
background: #000; |
|
||||||
border-bottom: 1px solid #000; |
|
||||||
top: 0; |
|
||||||
width: 27px; |
|
||||||
height: 2px; |
|
||||||
} |
|
Loading…
Reference in new issue