wzp
2021-07-19 58ec6ffd2dc6a3e490e28026dd559352678a273d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.jPaginator-adapter {
    height:40px;
}
.jPaginator-adapter .o_left {
    width:22px; height:15px;
    float:left;
    background:url(img/btn_precedent.bmp);
    margin:4px 4px 0 0;
}
.jPaginator-adapter .o_right {
    width:22px; height:15px;
    float:left;
    background:url(img/btn_suivant.bmp);
    margin:4px 0 0 4px;
}
.jPaginator-adapter .m_left {
    cursor:pointer;
    width:22px; height:15px;
    float:left;
    background:url(img/btn_precedent_max.bmp);
    margin:4px 2px 0 0;
}
.jPaginator-adapter .m_right {
    cursor:pointer;
    width:22px; height:15px;
    float:left;
    background:url(img/btn_suivant_max.bmp);
    margin:4px 0 0 2px;
}
/* must set border width with px */
.jPaginator-adapter .paginator_p {
    width:25px;
    height:18px;
    font-weight:bold;
    color: #007edf;
    background-color:transparent;
    border:none;
    line-height:20px;
.jPaginator-adapter .paginator_p_bloc {
}
.jPaginator-adapter .paginator_p:hover {
    color:white;
    background-color:#25a29e;
}
.jPaginator-adapter .paginator_p.selected {
    color:white;
    background-color:#dd5c78;
}
.jPaginator-adapter .paginator_slider {
    background-color:#f2d21b;
    left:50px;
}
.jPaginator-adapter .paginator_slider .ui-slider-handle {
    width: 4px;
    height: 9px;
    top: -4px;
    background-color:#f18fa8;
    border: solid 1px black ;
}