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

Last change on this file since 28586 was 28586, checked in by Miklfe, 10 years ago

Compatibilité avec Slim

File size: 981 bytes
Line 
1INPUT[type="text"]{border:2px inset #EFEFEF;border-radius:8px;background:#EDEDED;height:30px;width:100px;color:#000;margin-bottom:10px}
2INPUT[type="text"]:active{border:2px inset #8f8f8f}
3#picker{border:1px solid #000;border-radius:5px;padding:20px; width:195px; float:left}
4#textcolor{margin:50px 40px 0 0;width:300px;float:left}
5.form-item{text-align:right}
6.farbtastic{position:relative}
7.farbtastic *{position:absolute;cursor:crosshair}
8.farbtastic,.farbtastic .wheel{width:195px;height:195px}
9.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}
10.farbtastic .wheel{background:url(images/wheel.png) no-repeat;width:195px;height:195px}
11.farbtastic .overlay{background:url(images/mask.png) no-repeat}
12.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden;background:url(images/marker.png) no-repeat}
13.colorwell{border:2px solid #fff;width:6em;text-align:center;cursor:pointer}
14body .colorwell-selected{font-weight:bold}
15
Note: See TracBrowser for help on using the repository browser.