.ui-slider { color: #383838; border-radius: 8px 8px 8px 8px; position: relative; text-align: left; width: 450px; } .ui-slider .ui-slider-handle { border: 1px solid #D7DEF0; background: url("images/bouton_slide.png") repeat-x scroll 50% 50% transparent; font-weight: bold; color: #4C3000; position: absolute; z-index: 2; cursor: default; height: 26px; width: 449px; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; } .ui-slider-horizontal { height: 30px; } .ui-slider-horizontal .ui-slider-handle { border-radius: 8px; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .switcher input { display: none; } .switcher { border: 2px inset #EFEFEF; border-radius: 8px; background: #EDEDED; height: 30px; width: 900px; color: #000; position: relative; margin-bottom: 40px; } .opt { float: left; border-right: 1px solid #FFF; width: 449px; height: 30px; text-align: center; font-size: 20px; } INPUT[type="text"].colorwell{ border: 2px inset #EFEFEF; border-radius: 8px; background: #EDEDED; height: 30px; width: 100px; color: #000; margin-bottom: 10px; } INPUT[type="text"]:active { border: 2px inset #8f8f8f; } INPUT[type="text"].input{ border: 2px inset #EFEFEF; border-radius: 8px; background: #EDEDED; height: 20px; width:250px; color: #000; } INPUT[type="text"].input:active { border: 2px inset #8f8f8f; border-radius: 8px; background: #EDEDED; height: 20px; color: #000; } #picker { border: 1px solid #000; border-radius: 5px; padding: 20px; width: 195px; float: left; } #thePicturePage, #textcolor { margin: 0px 20px 0 0; float: left; } .form-item { text-align: right; } .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width: 101px; height: 101px; } .farbtastic .wheel { background: url(images/wheel.png) no-repeat; width: 195px; height: 195px; } .farbtastic .overlay { background: url(images/mask.png) no-repeat; } .farbtastic .marker { width: 17px; height: 17px; margin: -8px 0 0 -8px; overflow: hidden; background: url(images/marker.png) no-repeat; } .colorwell { border: 2px solid #fff; width: 5em; text-align: center; cursor: pointer; } .colorwell { border: 2px solid #fff; width: 3em; text-align: center; cursor: pointer; } body .colorwell-selected { font-weight: bold; } form{text-align:left; } #result { width: 100%; height: 200px; float: right; right: 0px; top: 0px; overflow: scroll; } .image{ border:1px solid grey; min-height:235px; } .image a{ color: green; } .image a:hover{ color: blue; } .filemgt{ float:left; z-index:2; border:1px solid blue; width:100%; left:0px; min-height:400px; } .filemgt table td{ border:1px solid green } #thePage { position: absolute; margin:10px; width: 80%; height: inherit; border: thin outset #CC0000; } #footer{ position: fixed; } #content{ mini-height:100%; }