Sha256: acb1853a7684b4d16657c6815db1bd3dfe8e059038fdea6c7d10d7de577f913d

Contents?: true

Size: 1.43 KB

Versions: 10

Compression:

Stored size: 1.43 KB

Contents

/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */

.farbtastic {
  position: relative;
  * {
    position: absolute;
    cursor: crosshair; }
  width: 195px;
  height: 195px;
  .wheel {
    width: 195px;
    height: 195px; }
  .color, .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px; }
  .wheel {
    background-image: image_url("jquery.ui/farbtastic/wheel.png");
    width: 195px;
    height: 195px; }
  .overlay {
    background-image: image_url("jquery.ui/farbtastic/mask.png"); }
  .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background-image: image_url("jquery.ui/farbtastic/marker.png"); } }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.0.beta.22 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.21 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.20 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.19 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.18 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.17 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.16 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.14 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.13 templates/jrails/jquery.ui/farbtastic.scss
compass-jquery-plugin-0.3.0.beta.10 templates/jrails/jquery.ui/farbtastic.scss