Path: blob/trunk/third_party/closure/goog/css/hsvpalette.css
2868 views
/*1* Copyright 2008 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/*8* All Rights Reserved.9*10* Styles for the HSV color palette.11*12* @author [email protected] (Sean McBride)13* @author [email protected] (Erik Arvidsson)14* @author [email protected] (Manu Cornet)15*/1617.goog-hsv-palette,18.goog-hsv-palette-sm {19position: relative;20border: 1px solid #999;21border-color: #ccc #999 #999 #ccc;22width: 400px;23height: 276px;24}2526.goog-hsv-palette-sm {27width: 182px;28height: 185px;29}3031.goog-hsv-palette label span,32.goog-hsv-palette-sm label span {33display: none;34}3536.goog-hsv-palette-hs-backdrop,37.goog-hsv-palette-sm-hs-backdrop,38.goog-hsv-palette-hs-image,39.goog-hsv-palette-sm-hs-image {40position: absolute;41top: 10px;42left: 10px;43width: 256px;44height: 256px;45border: 1px solid #999;46}4748.goog-hsv-palette-sm-hs-backdrop,49.goog-hsv-palette-sm-hs-image {50top: 45px;51width: 128px;52height: 128px;53}5455.goog-hsv-palette-hs-backdrop,56.goog-hsv-palette-sm-hs-backdrop {57background-color: #000;58}5960.goog-hsv-palette-hs-image,61.goog-hsv-palette-v-image,62.goog-hsv-palette-hs-handle,63.goog-hsv-palette-v-handle {64background-image: url(//ssl.gstatic.com/closure/hsv-sprite.png);65}6667.goog-hsv-palette-noalpha .goog-hsv-palette-hs-image,68.goog-hsv-palette-noalpha .goog-hsv-palette-v-image,69.goog-hsv-palette-noalpha .goog-hsv-palette-hs-handle,70.goog-hsv-palette-noalpha .goog-hsv-palette-v-handle {71background-image: url(//ssl.gstatic.com/closure/hsv-sprite.gif);72}7374.goog-hsv-palette-sm-hs-image,75.goog-hsv-palette-sm-v-image,76.goog-hsv-palette-sm-hs-handle,77.goog-hsv-palette-sm-v-handle {78background-image: url(//ssl.gstatic.com/closure/hsv-sprite-sm.png);79}8081.goog-hsv-palette-noalpha .goog-hsv-palette-sm-hs-image,82.goog-hsv-palette-noalpha .goog-hsv-palette-sm-v-image,83.goog-hsv-palette-noalpha .goog-hsv-palette-sm-hs-handle,84.goog-hsv-palette-noalpha .goog-hsv-palette-sm-v-handle {85background-image: url(//ssl.gstatic.com/closure/hsv-sprite-sm.gif);86}8788.goog-hsv-palette-hs-image,89.goog-hsv-palette-sm-hs-image {90background-position: 0 0;91}9293.goog-hsv-palette-hs-handle,94.goog-hsv-palette-sm-hs-handle {95position: absolute;96left: 5px;97top: 5px;98width: 11px;99height: 11px;100overflow: hidden;101background-position: 0 -256px;102}103104.goog-hsv-palette-sm-hs-handle {105top: 40px;106background-position: 0 -128px;107}108109.goog-hsv-palette-v-image,110.goog-hsv-palette-sm-v-image {111position: absolute;112top: 10px;113left: 286px;114width: 19px;115height: 256px;116border: 1px solid #999;117background-color: #fff;118background-position: -256px 0;119}120121.goog-hsv-palette-sm-v-image {122top: 45px;123left: 155px;124width: 9px;125height: 128px;126background-position: -128px 0;127}128129.goog-hsv-palette-v-handle,130.goog-hsv-palette-sm-v-handle {131position: absolute;132top: 5px;133left: 279px;134width: 35px;135height: 11px;136background-position: -11px -256px;137overflow: hidden;138}139140.goog-hsv-palette-sm-v-handle {141top: 40px;142left: 148px;143width: 25px;144background-position: -11px -128px;145}146147.goog-hsv-palette-swatch,148.goog-hsv-palette-sm-swatch {149position: absolute;150top: 10px;151right: 10px;152width: 65px;153height: 65px;154border: 1px solid #999;155background-color: #fff;156}157158.goog-hsv-palette-sm-swatch {159top: 10px;160right: auto;161left: 10px;162width: 30px;163height: 22px;164}165166.goog-hsv-palette-input,167.goog-hsv-palette-sm-input {168position: absolute;169top: 85px;170right: 10px;171width: 65px;172}173174.goog-hsv-palette-sm-input {175top: 10px;176right: auto;177left: 50px;178}179180181