source: extensions/Slimi/admin/theme.css @ 18812

Last change on this file since 18812 was 18812, checked in by Miklfe, 11 years ago
File size: 1.9 KB
Line 
1.ui-slider{color:#383838;border-radius:8px 8px 8px 8px;position:relative;text-align:left;width:450px}
2.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}
3.ui-slider .ui-slider-range{position:absolute;z-index:1}
4.ui-slider-horizontal{height:30px}
5.ui-slider-horizontal .ui-slider-handle{border-radius:8px}
6.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
7.ui-slider-horizontal .ui-slider-range-min{left:0}
8.ui-slider-horizontal .ui-slider-range-max{right:0}
9.switcher input{display:none}
10.switcher {border:2px inset #EFEFEF;border-radius:8px;background:#EDEDED;height:30px;width:900px;color:#000;position:relative;margin-bottom:40px}
11.opt{float:left;border-right:1px solid #FFF;width:449px;height:30px;text-align:center;font-size:20px}
12INPUT[type="text"]{border:2px inset #EFEFEF;border-radius:8px;background:#EDEDED;height:30px;width:100px;color:#000;margin-bottom:10px}
13INPUT[type="text"]:active{border:2px inset #8f8f8f}
14#picker{border:1px solid #000;border-radius:5px;padding:20px; width:195px; float:left}
15#textcolor{margin:50px 40px 0 0;width:300px;float:left}
16.form-item{text-align:right}
17.farbtastic{position:relative}
18.farbtastic *{position:absolute;cursor:crosshair}
19.farbtastic,.farbtastic .wheel{width:195px;height:195px}
20.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}
21.farbtastic .wheel{background:url(images/wheel.png) no-repeat;width:195px;height:195px}
22.farbtastic .overlay{background:url(images/mask.png) no-repeat}
23.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden;background:url(images/marker.png) no-repeat}
24.colorwell{border:2px solid #fff;width:6em;text-align:center;cursor:pointer}
25body .colorwell-selected{font-weight:bold}
26
Note: See TracBrowser for help on using the repository browser.