Ignore:
Timestamp:
Jan 1, 2012, 10:09:17 PM (12 years ago)
Author:
mistic100
Message:

fix detection regex and watermark position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/template/css/colorpicker.css

    r9201 r12819  
    11.colorpicker {
    2         width: 286px;
    3         height: 176px;
    4         overflow: hidden;
    5         position: absolute;
    6         background: url(../images/colorpicker_background.png);
    7         font-family: Arial, Helvetica, sans-serif;
    8         display: none;
     2  width: 286px;
     3  height: 176px;
     4  overflow: hidden;
     5  position: absolute;
     6  background: url(../images/colorpicker_background.png);
     7  font-family: Arial, Helvetica, sans-serif;
     8  display: none;
    99}
    1010.colorpicker_color {
    11         width: 150px;
    12         height: 150px;
    13         left: 14px;
    14         top: 13px;
    15         position: absolute;
    16         background: #f00;
    17         overflow: hidden;
    18         cursor: crosshair;
     11  width: 150px;
     12  height: 150px;
     13  left: 14px;
     14  top: 13px;
     15  position: absolute;
     16  background: #f00;
     17  overflow: hidden;
     18  cursor: crosshair;
    1919}
    2020.colorpicker_color div {
    21         position: absolute;
    22         top: 0;
    23         left: 0;
    24         width: 150px;
    25         height: 150px;
    26         background: url(../images/colorpicker_overlay.png);
     21  position: absolute;
     22  top: 0;
     23  left: 0;
     24  width: 150px;
     25  height: 150px;
     26  background: url(../images/colorpicker_overlay.png);
    2727}
    2828.colorpicker_color div div {
    29         position: absolute;
    30         top: 0;
    31         left: 0;
    32         width: 11px;
    33         height: 11px;
    34         overflow: hidden;
    35         background: url(../images/colorpicker_select.gif);
    36         margin: -5px 0 0 -5px;
     29  position: absolute;
     30  top: 0;
     31  left: 0;
     32  width: 11px;
     33  height: 11px;
     34  overflow: hidden;
     35  background: url(../images/colorpicker_select.gif);
     36  margin: -5px 0 0 -5px;
    3737}
    3838.colorpicker_hue {
    39         position: absolute;
    40         top: 13px;
    41         left: 171px;
    42         width: 35px;
    43         height: 150px;
    44         cursor: n-resize;
     39  position: absolute;
     40  top: 13px;
     41  left: 171px;
     42  width: 35px;
     43  height: 150px;
     44  cursor: n-resize;
    4545}
    4646.colorpicker_hue div {
    47         position: absolute;
    48         width: 35px;
    49         height: 9px;
    50         overflow: hidden;
    51         background: url(../images/colorpicker_indic.gif) left top;
    52         margin: -4px 0 0 0;
    53         left: 0px;
     47  position: absolute;
     48  width: 35px;
     49  height: 9px;
     50  overflow: hidden;
     51  background: url(../images/colorpicker_indic.gif) left top;
     52  margin: -4px 0 0 0;
     53  left: 0px;
    5454}
    5555.colorpicker_new_color {
    56         position: absolute;
    57         width: 60px;
    58         height: 30px;
    59         left: 213px;
    60         top: 13px;
    61         background: #f00;
     56  position: absolute;
     57  width: 60px;
     58  height: 30px;
     59  left: 213px;
     60  top: 13px;
     61  background: #f00;
    6262}
    6363.colorpicker_current_color {
    64         display:none;
     64  display:none;
    6565}
    6666.colorpicker input {
    67         background-color: transparent;
    68         border: 1px solid transparent;
    69         position: absolute;
    70         font-size: 10px;
    71         font-family: Arial, Helvetica, sans-serif;
    72         color: #898989;
    73         top: 4px;
    74         right: 11px;
    75         text-align: right;
    76         margin: 0;
    77         padding: 0;
    78         height: 11px;
     67  background-color: transparent;
     68  border: 1px solid transparent;
     69  position: absolute;
     70  font-size: 10px;
     71  font-family: Arial, Helvetica, sans-serif;
     72  color: #898989;
     73  top: 4px;
     74  right: 11px;
     75  text-align: right;
     76  margin: 0;
     77  padding: 0;
     78  height: 11px;
    7979}
    8080/* annulation des styles généraux */
    8181.colorpicker input:hover, .colorpicker input:focus {
    82         border:none;
    83         background:none;
    84         -moz-box-shadow:none;
    85         -webkit-box-shadow:none;
     82  border:none;
     83  background:none;
     84  -moz-box-shadow:none;
     85  -webkit-box-shadow:none;
    8686}
    8787.colorpicker_hex {
    88         display:none;
     88  display:none;
    8989}
    9090.colorpicker_field {
    91         height: 22px;
    92         width: 62px;
    93         background-position: top;
    94         position: absolute;
     91  height: 22px;
     92  width: 62px;
     93  background-position: top;
     94  position: absolute;
    9595}
    9696.colorpicker_field span {
    97         position: absolute;
    98         width: 12px;
    99         height: 22px;
    100         overflow: hidden;
    101         top: 0;
    102         right: 0;
    103         cursor: n-resize;
     97  position: absolute;
     98  width: 12px;
     99  height: 22px;
     100  overflow: hidden;
     101  top: 0;
     102  right: 0;
     103  cursor: n-resize;
    104104}
    105105.colorpicker_rgb_r {
    106         background-image: url(../images/colorpicker_rgb_r.png);
    107         top: 52px;
    108         left: 212px;
     106  background-image: url(../images/colorpicker_rgb_r.png);
     107  top: 52px;
     108  left: 212px;
    109109}
    110110.colorpicker_rgb_g {
    111         background-image: url(../images/colorpicker_rgb_g.png);
    112         top: 82px;
    113         left: 212px;
     111  background-image: url(../images/colorpicker_rgb_g.png);
     112  top: 82px;
     113  left: 212px;
    114114}
    115115.colorpicker_rgb_b {
    116         background-image: url(../images/colorpicker_rgb_b.png);
    117         top: 112px;
    118         left: 212px;
     116  background-image: url(../images/colorpicker_rgb_b.png);
     117  top: 112px;
     118  left: 212px;
    119119}
    120120.colorpicker_hsb_h, .colorpicker_hsb_s, .colorpicker_hsb_b {
    121         display:none;
     121  display:none;
    122122}
    123123.colorpicker_submit {
    124         position: absolute;
    125         width: 22px;
    126         height: 22px;
    127         background: url(../images/colorpicker_submit.png) top;
    128         right: 6px;
    129         bottom: 6px;
    130         overflow: hidden;
     124  position: absolute;
     125  width: 22px;
     126  height: 22px;
     127  background: url(../images/colorpicker_submit.png) top;
     128  right: 6px;
     129  bottom: 6px;
     130  overflow: hidden;
    131131}
    132132.colorpicker_focus {
    133         background-position: center;
     133  background-position: center;
    134134}
    135135.colorpicker_hex.colorpicker_focus {
    136         background-position: bottom;
     136  background-position: bottom;
    137137}
    138138.colorpicker_submit.colorpicker_focus {
    139         background-position: bottom;
     139  background-position: bottom;
    140140}
    141141.colorpicker_slider {
    142         background-position: bottom;
     142  background-position: bottom;
    143143}
Note: See TracChangeset for help on using the changeset viewer.