218 lines
4.4 KiB
CSS
218 lines
4.4 KiB
CSS
.colorpicker {
|
|
width: 356px;
|
|
height: 176px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
background: url(../admin/i/colorpicker/colorpicker_background.png);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
display: none;
|
|
z-index:9999!important;
|
|
}
|
|
.colorpicker_color {
|
|
width: 150px;
|
|
height: 150px;
|
|
left: 14px;
|
|
top: 13px;
|
|
position: absolute;
|
|
background: #f00;
|
|
overflow: hidden;
|
|
cursor: crosshair;
|
|
}
|
|
.colorpicker_color div {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 150px;
|
|
height: 150px;
|
|
background: url(../admin/i/colorpicker/colorpicker_overlay.png);
|
|
}
|
|
.colorpicker_color div div {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 11px;
|
|
height: 11px;
|
|
overflow: hidden;
|
|
background: url(../admin/i/colorpicker/colorpicker_select.gif);
|
|
margin: -5px 0 0 -5px;
|
|
}
|
|
#option_wrapper {
|
|
background: none repeat scroll 0 0 #232323;
|
|
color: #e0e0e0;
|
|
right: -200px;
|
|
padding: 0 0 15px;
|
|
position: fixed;
|
|
top: 85px;
|
|
opacity:0.9;
|
|
width: 200px;
|
|
z-index: 9999 !important;
|
|
}
|
|
#settings-button {
|
|
cursor: pointer;
|
|
right: 200px;
|
|
position: absolute;
|
|
float:right;
|
|
top: 10px;
|
|
z-index: 9999!important;
|
|
}
|
|
#headerBG, #footerBG, #contentBG , #headersBG , #metaBG, #titleBG, #borderBG, #imagesBG, #textcol {
|
|
cursor: pointer;
|
|
height: 25px;
|
|
position: relative;
|
|
width: 50px;
|
|
z-index: 99999;
|
|
border:1px solid #555555;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.colorpicker_hue {
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 171px;
|
|
width: 35px;
|
|
height: 150px;
|
|
cursor: n-resize;
|
|
}
|
|
.colorpicker_hue div {
|
|
position: absolute;
|
|
width: 35px;
|
|
height: 9px;
|
|
overflow: hidden;
|
|
background: url(../admin/i/colorpicker/colorpicker_indic.gif) left top;
|
|
margin: -4px 0 0 0;
|
|
left: 0px;
|
|
}
|
|
.colorpicker_new_color {
|
|
position: absolute;
|
|
width: 60px;
|
|
height: 30px;
|
|
left: 213px;
|
|
top: 13px;
|
|
background: #f00;
|
|
}
|
|
.colorpicker_current_color {
|
|
position: absolute;
|
|
width: 60px;
|
|
height: 30px;
|
|
left: 283px;
|
|
top: 13px;
|
|
background: #f00;
|
|
}
|
|
.colorpicker input {
|
|
background-color: transparent;
|
|
border: 1px solid transparent;
|
|
position: absolute;
|
|
font-size: 10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #898989;
|
|
top: 4px;
|
|
right: 11px;
|
|
text-align: right;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 12px;
|
|
width:40px!important;
|
|
height:14px!important;
|
|
}
|
|
.colorpicker_hex {
|
|
position: absolute;
|
|
width: 72px;
|
|
height: 22px;
|
|
background: url(../admin/i/colorpicker/colorpicker_hex.png) top;
|
|
left: 212px;
|
|
top: 142px;
|
|
}
|
|
.colorpicker_hex input {
|
|
right: 6px;
|
|
}
|
|
.colorpicker_field {
|
|
height: 22px;
|
|
width: 62px;
|
|
background-position: top;
|
|
position: absolute;
|
|
}
|
|
.colorpicker_field span {
|
|
position: absolute;
|
|
width: 12px;
|
|
height: 22px;
|
|
overflow: hidden;
|
|
top: 0;
|
|
right: 0;
|
|
cursor: n-resize;
|
|
}
|
|
.colorpicker_rgb_r {
|
|
background-image: url(../admin/i/colorpicker/colorpicker_rgb_r.png);
|
|
top: 52px;
|
|
left: 212px;
|
|
}
|
|
.colorpicker_rgb_g {
|
|
background-image: url(../admin/i/colorpicker/colorpicker_rgb_g.png);
|
|
top: 82px;
|
|
left: 212px;
|
|
}
|
|
.colorpicker_rgb_b {
|
|
background-image: url(../admin/i/colorpicker/colorpicker_rgb_b.png);
|
|
top: 112px;
|
|
left: 212px;
|
|
}
|
|
.colorpicker_hsb_h {
|
|
background-image: url(../admin/i/colorpicker/colorpicker_hsb_h.png);
|
|
top: 52px;
|
|
left: 282px;
|
|
}
|
|
.colorpicker_hsb_s {
|
|
background-image: url(../admin/i/colorpicker/colorpicker_hsb_s.png);
|
|
top: 82px;
|
|
left: 282px;
|
|
}
|
|
.colorpicker_hsb_b {
|
|
background-image: url(../admin/i/colorpicker/colorpicker_hsb_b.png);
|
|
top: 112px;
|
|
left: 282px;
|
|
}
|
|
|
|
.patterns {
|
|
cursor: pointer;
|
|
float: left;
|
|
height: 25px;
|
|
margin: 5px;
|
|
width: 25px;
|
|
}
|
|
.colorpicker_submit {
|
|
position: absolute;
|
|
width: 22px;
|
|
height: 22px;
|
|
background: url(../admin/i/colorpicker/colorpicker_submit.png) top;
|
|
left: 322px;
|
|
top: 142px;
|
|
overflow: hidden;
|
|
}
|
|
.colorpicker_focus {
|
|
background-position: center;
|
|
}
|
|
.colorpicker_hex.colorpicker_focus {
|
|
background-position: bottom;
|
|
}
|
|
.colorpicker_submit.colorpicker_focus {
|
|
background-position: bottom;
|
|
}
|
|
.colorpicker_slider {
|
|
background-position: bottom;
|
|
}
|
|
|
|
.colorSelector {
|
|
position: relative;
|
|
width: 27px;
|
|
height: 27px;
|
|
background: url(../admin/i/colorpicker/select.png);
|
|
float:left;
|
|
}
|
|
.colorSelector div {
|
|
position: absolute;
|
|
top: 4px;
|
|
left: 3px;
|
|
width: 21px;
|
|
height: 19px;
|
|
background: url(../admin/i/colorpicker/select.png) center;
|
|
} |