b0y-101 Mini Shell


Current Path : E:/www/plan/modules/mod_popupaholic/css/
File Upload :
Current File : E:/www/plan/modules/mod_popupaholic/css/jquery.truecolors.css

/**
 * revised by GraphicAholic
 *
 * jQuery MiniColors: A tiny color picker built on jQuery
 *
 * Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/)
 *
 * Dual-licensed under the MIT and GPL Version 2 licenses
 *
*/
.truecolors {
	position: relative;
	display: inline-block;
	z-index: 11;
}

.truecolors-focus {
	z-index: 12;
}

.truecolors.truecolors-theme-default .truecolors-input {
	margin: 0px;
	margin-right: 3px;
	border: solid 1px #CCC;
	font: 14px sans-serif;
	width: 65px;
	height: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
	padding: 2px;
	margin-right: -1px;
}

.truecolors-theme-default.truecolors .truecolors-input {
	vertical-align: middle;
	outline: none;
}

.truecolors-theme-default.truecolors-swatch-left .truecolors-input {
	margin-left: -1px;
	margin-right: auto;
}

.truecolors-theme-default.truecolors-focus .truecolors-input,
.truecolors-theme-default.truecolors-focus .truecolors-swatch {
	border-color: #999;
}

.truecolors-hidden {
	position: absolute;
	left: -9999em;
}

.truecolors-swatch {
	position: relative;
	width: 20px;
	height: 20px;
	background: url(../images/truecolors/jquery.truecolors.png) -80px 0;
	border: solid 1px #CCC;
	vertical-align: middle;
	display: inline-block;
}

.truecolors-swatch span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	-webkit-box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
	display: inline-block;
}

/* Panel */
.truecolors-panel {
	position: absolute;
	top: 26px;
	left: 0;
	width: 173px;
	height: 152px;
	background: white;
	border: solid 1px #CCC;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	display: none;
}

.truecolors-position-top .truecolors-panel {
	top: -156px;
}

.truecolors-position-left .truecolors-panel {
	left: -83px;
}

.truecolors-position-left.truecolors-with-opacity .truecolors-panel {
	left: -104px;
}

.truecolors-with-opacity .truecolors-panel {
	width: 194px;
}

.truecolors .truecolors-grid {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 150px;
	height: 150px;
	background: url(../images/truecolors/jquery.truecolors.png) -120px 0;
	cursor: crosshair;
}

.truecolors .truecolors-grid-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: none;
}

.truecolors-slider-saturation .truecolors-grid {
	background-position: -420px 0;
}

.truecolors-slider-saturation .truecolors-grid-inner {
	background: url(../images/truecolors/jquery.truecolors.png) -270px 0;
}

.truecolors-slider-brightness .truecolors-grid {
	background-position: -570px 0;
}

.truecolors-slider-brightness .truecolors-grid-inner {
	background: black;
}

.truecolors-slider-wheel .truecolors-grid {
	background-position: -720px 0;
}

.truecolors-slider,
.truecolors-opacity-slider {
	position: absolute;
	top: 1px;
	left: 152px;
	width: 20px;
	height: 150px;
	background: #ffffff url(../images/truecolors/jquery.truecolors.png) 0 0;
	cursor: crosshair;
}

.truecolors-slider-saturation .truecolors-slider {
	background-position: -60px 0;
}

.truecolors-slider-brightness .truecolors-slider {
	background-position: -20px 0;
}

.truecolors-slider-wheel .truecolors-slider {
	background-position: -20px 0;
}

.truecolors-opacity-slider {
	left: 173px;
	background-position: -40px 0;
	display: none;
}

.truecolors-with-opacity .truecolors-opacity-slider {
	display: block;
}

/* Pickers */
.truecolors-grid .truecolors-picker {
	position: absolute;
	top: 70px;
	left: 70px;
	width: 10px;
	height: 10px;
	border: solid 1px black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -6px;
	margin-left: -6px;
	background: none;
}

.truecolors-grid .truecolors-picker span {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 2px white;
}

.truecolors-picker {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 2px;
	background: white;
	border: solid 1px black;
	margin-top: -2px;
}

/* Inline controls */
.truecolors-inline .truecolors-input,
.truecolors-inline .truecolors-swatch {
	display: none;
}

.truecolors-inline .truecolors-panel {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
}

/*
 * Bootstrap Theme (theme: 'bootstrap')
 *
 */

/* Input styles */
.truecolors-theme-bootstrap .truecolors-input {
	padding: 4px 6px;
	padding-left: 30px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 14px;
	height: 19px;
	width: 182px;
	margin: 0px;
}

/* Input width depending on format */
.truecolors-theme-bootstrap .hex {
	width: 65px;
}
.truecolors-theme-bootstrap .keywords {
	width: 100px;
}
.truecolors-theme-bootstrap .rgb {
	width: 160px;
}
.truecolors-theme-bootstrap .rgba {
	width: 220px;
}

/* When the input is disabled */
.truecolors-theme-bootstrap .truecolors-input[disabled] {
	background-color: #eee;
}

/* Swatch styles */
.truecolors-theme-bootstrap .truecolors-swatch {
	cursor: pointer;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 12;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

/* Handle swatch position (left = default / right) */
.truecolors-theme-bootstrap.truecolors-swatch-position-right .truecolors-input {
	padding-left: 6px;
	padding-right: 30px;
}

.truecolors-theme-bootstrap.truecolors-swatch-position-right .truecolors-swatch {
	left: auto;
	right: 4px;
}

/* Panel styles */
.truecolors-theme-bootstrap .truecolors-panel {
	top: -68px;
	left: 100%;
	z-index: 13;
	padding: 5px;
	border: 1px solid #dddddd;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.truecolors-theme-bootstrap .truecolors-slider,
.truecolors-theme-bootstrap .truecolors-opacity-slider {
	top: 6px;
	margin-left: 5px;
}

.truecolors-theme-bootstrap .truecolors-grid {
	top: 6px;
	left: 6px;
}

.truecolors-theme-bootstrap.truecolors-position-left .truecolors-panel {
	right: 100%;
	left: auto;
}
.truecolors-theme-bootstrap.truecolors-position-top .truecolors-panel {
	top: -164px;
	left: -6px;
}
.truecolors-theme-bootstrap.truecolors-position-bottom .truecolors-panel {
	left: -6px;
	top: 30px;
}

Copyright © 2019 by b0y-101