|
| 1 | +/* |
| 2 | + * ========================================================= |
| 3 | + * ========================================================= |
| 4 | + * ColorPicker |
| 5 | + * ========================================================= |
| 6 | + * ========================================================= |
| 7 | + * |
| 8 | + */ |
| 9 | +.inlet_clicker { |
| 10 | + z-index: 10; |
| 11 | +} |
| 12 | +.inlet_slider { |
| 13 | + opacity: 0.85; |
| 14 | + z-index: 10; |
| 15 | + width: 24%; |
| 16 | + display: block; |
| 17 | + border-radius: 3px; |
| 18 | + height: 14px; |
| 19 | + -webkit-box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5); |
| 20 | + box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5); |
| 21 | + background-color: #d6d6d6; |
| 22 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#ebebeb)); |
| 23 | + background-image: -webkit-linear-gradient(top, #d6d6d6, #ebebeb); |
| 24 | + background-image: -moz-linear-gradient(top, #d6d6d6, #ebebeb); |
| 25 | + background-image: -o-linear-gradient(top, #d6d6d6, #ebebeb); |
| 26 | + background-image: -ms-linear-gradient(top, #d6d6d6, #ebebeb); |
| 27 | + background-image: linear-gradient(top, #d6d6d6, #ebebeb); |
| 28 | + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d6d6d6', EndColorStr='#ebebeb'); |
| 29 | +} |
| 30 | +.inlet_slider:hover { |
| 31 | + opacity: 0.98; |
| 32 | +} |
| 33 | +.inlet_slider .range { |
| 34 | + width: 100%; |
| 35 | + height: 100%; |
| 36 | + outline: none; |
| 37 | + margin-top: 0px; |
| 38 | + margin-left: 0px; |
| 39 | + border-radius: 3px; |
| 40 | +} |
| 41 | +.inlet_slider input[type="range"] { |
| 42 | + -webkit-appearance: none; |
| 43 | + -moz-appearance: none; |
| 44 | +} |
| 45 | +@-moz-document url-prefix() { |
| 46 | + .inlet_slider input[type="range"] { |
| 47 | + position: absolute; |
| 48 | + } |
| 49 | +} |
| 50 | +.inlet_slider input::-moz-range-track { |
| 51 | + background: none; |
| 52 | + border: none; |
| 53 | + outline: none; |
| 54 | +} |
| 55 | +.inlet_slider input::-webkit-slider-thumb { |
| 56 | + cursor: col-resize; |
| 57 | + -webkit-appearance: none; |
| 58 | + -moz-apperance: none; |
| 59 | + width: 12px; |
| 60 | + height: 12px; |
| 61 | + border-radius: 6px; |
| 62 | + border: 1px solid black; |
| 63 | + background-color: red; |
| 64 | + -webkit-box-shadow: 0px 0px 3px 0px rgba(4, 4, 4, 0.4); |
| 65 | + box-shadow: 0px 0px 3px 0px rgba(4, 4, 4, 0.4); |
| 66 | + background-color: #424242; |
| 67 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#212121)); |
| 68 | + background-image: -webkit-linear-gradient(top, #424242, #212121); |
| 69 | + background-image: -moz-linear-gradient(top, #424242, #212121); |
| 70 | + background-image: -o-linear-gradient(top, #424242, #212121); |
| 71 | + background-image: -ms-linear-gradient(top, #424242, #212121); |
| 72 | + background-image: linear-gradient(top, #424242, #212121); |
| 73 | + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#424242', EndColorStr='#212121'); |
| 74 | +} |
| 75 | +/* |
| 76 | + * ========================================================= |
| 77 | + * ========================================================= |
| 78 | + * ColorPicker |
| 79 | + * ========================================================= |
| 80 | + * ========================================================= |
| 81 | + * |
| 82 | + */ |
| 83 | +.ColorPicker { |
| 84 | + /* |
| 85 | + border: 1px solid rgba(0,0,0,0.5); |
| 86 | + border-radius: 6px; |
| 87 | + background: #0d0d0d; |
| 88 | + background: -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(0.1, #111), to(#000000)); |
| 89 | + box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.35); |
| 90 | + color:#AAA; |
| 91 | + */ |
| 92 | + text-shadow: 1px 1px 1px #000; |
| 93 | + color: #050505; |
| 94 | + cursor: default; |
| 95 | + display: block; |
| 96 | + font-family: 'arial', helvetica, sans-serif; |
| 97 | + font-size: 20px; |
| 98 | + padding: 7px 8px 20px; |
| 99 | + position: absolute; |
| 100 | + top: 100px; |
| 101 | + left: 700px; |
| 102 | + width: 229px; |
| 103 | + z-index: 100; |
| 104 | + border-radius: 3px; |
| 105 | + -webkit-box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5); |
| 106 | + box-shadow: inset 0px 0px 5px 0px rgba(4, 4, 4, 0.5); |
| 107 | + background-color: rgba(214, 214, 215, 0.85); |
| 108 | + /* |
| 109 | + background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214, 214, 214)), to(rgb(235, 235, 235))); |
| 110 | + background-image: -webkit-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235)); |
| 111 | + background-image: -moz-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235)); |
| 112 | + background-image: -o-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235)); |
| 113 | + background-image: -ms-linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235)); |
| 114 | + background-image: linear-gradient(top, rgb(214, 214, 214), rgb(235, 235, 235)); |
| 115 | + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d6d6d6', EndColorStr='#ebebeb'); |
| 116 | + */ |
| 117 | +} |
| 118 | +.ColorPicker br { |
| 119 | + clear: both; |
| 120 | + margin: 0; |
| 121 | + padding: 0; |
| 122 | +} |
| 123 | +.ColorPicker input.hexInput:hover, |
| 124 | +.ColorPicker input.hexInput:focus { |
| 125 | + color: #aa1212; |
| 126 | +} |
| 127 | +.ColorPicker input.hexInput { |
| 128 | + -webkit-transition-property: color; |
| 129 | + -webkit-transition-duration: .5s; |
| 130 | + background: none; |
| 131 | + border: 0; |
| 132 | + margin: 0; |
| 133 | + font-family: courier,monospace; |
| 134 | + font-size: 20px; |
| 135 | + position: relative; |
| 136 | + top: -2px; |
| 137 | + float: left; |
| 138 | + color: #050505; |
| 139 | + cursor: text; |
| 140 | +} |
| 141 | +.ColorPicker div.hexBox { |
| 142 | + border: 1px solid rgba(255, 255, 255, 0.5); |
| 143 | + border-radius: 2px; |
| 144 | + background: #FFF; |
| 145 | + float: left; |
| 146 | + font-size: 1px; |
| 147 | + height: 20px; |
| 148 | + margin: 0 5px 0 2px; |
| 149 | + width: 20px; |
| 150 | + cursor: pointer; |
| 151 | +} |
| 152 | +.ColorPicker div.hexBox div { |
| 153 | + width: inherit; |
| 154 | + height: inherit; |
| 155 | +} |
| 156 | +.ColorPicker div.hexClose { |
| 157 | + display: none; |
| 158 | + /* |
| 159 | + -webkit-transition-property: color, text-shadow; |
| 160 | + -webkit-transition-duration: .5s; |
| 161 | + position: relative; |
| 162 | + top: -1px; |
| 163 | + left: -1px; |
| 164 | + color:#FFF; |
| 165 | + cursor:pointer; |
| 166 | + float:right; |
| 167 | + padding: 0 5px; |
| 168 | + margin:0 4px 3px; |
| 169 | + user-select:none; |
| 170 | + -webkit-user-select: none; |
| 171 | + */ |
| 172 | +} |
| 173 | +.ColorPicker div.hexClose:hover { |
| 174 | + text-shadow: 0 0 20px #fff; |
| 175 | + color: #FF1100; |
| 176 | +} |
0 commit comments