/** * @package WordPress * @subpackage Alter_Serendipity_Theme * @author David Coll - http://funkybudha.net * @copyright GNU GENERAL PUBLIC LICENSE - GPLv3 */ div.ChooseColorBox{ position: absolute; top: 30px; left: 70px; } div#draggable_box{ z-index:10005; width:460px; border:2px solid black; text-align:center; background-color:#bbb; } .draggable_box_title { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:120%; background:#999; cursor:move; } .cp_frame { position:relative; height:256px; width:460px; border:1px solid black;} #cp_gradientBox, #cp_circle, #cp_hueBarDiv, #cp_huebar, #cp_hueArrows, #cp_result_bar, #cp_result_boxes, #cp_quickColor, #cp_staticColor, #cp_results { position:absolute;} #cp_gradientBox, #cp_gradientImg, #cp_hueBarDiv, #cp_huebar, #cp_result_bar { height:256px;} #cp_gradientBox {cursor:crosshair;width:256px;left:0;} #cp_gradientImg {display:block;width:256px;left:0;} #cp_circle {height:11px;width:11px;} #cp_hueBarDiv {left:256px;width:35px;} #cp_huebar {width:19px;left:8px;} #cp_hueArrows {height:9px;width:35px;left:0;} #cp_result_bar { left:290px;top:10px;width:160px;} #cp_result_boxes { border: 1px solid black; height:50px;width:145px;top:0px;left:0px; } #cp_results {text-align:right;left:0;} #cp_results label{float:left;} #cp_results input{text-align:center;} #cp_quickColor { height:50px;width:73px;top:0px;left:0px; } #cp_staticColor { height:50px;width:72px;top:0px;left:73px; } #cp_results { top:55px; width:100%; }