mobiscroll.sense-ui-2.5.1.css
1.62 KB
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
61
62
63
64
65
/* Sense UI Skin */
.sense-ui .dw {
padding: 0;
background: #333;
border: 2px solid #fff;
color: #fff;
}
.sense-ui .dwwr {
padding: 0;
}
.sense-ui .dwv {
padding: 5px 10px;
border-bottom: 1px solid #666;
text-align: left;
}
.sense-ui .dwwc {
background: #333;
}
.sense-ui .dww {
margin: 0 2px;
}
.sense-ui .dw .dwpm .dwwl {
border: 0;
}
.sense-ui .dw .dwpm .dww {
margin: 0;
border: 0;
}
.sense-ui .dwbc {
padding: 5px 1px;
background: #000;
background: linear-gradient(#666 50%,#000 50%);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #000),color-stop(0.5, #666));
background: -moz-linear-gradient(#666 50%,#000 50%);
background: -o-linear-gradient(#666 50%,#000 50%);
}
.sense-ui .dw .dwb {
margin: 0 5px;
border: 1px solid #333;
background: #222;
background: linear-gradient(#444,#000);
background: -webkit-gradient(linear,left bottom,left top,from(#000),to(#444));
background: -moz-linear-gradient(#444,#000);
background: -o-linear-gradient(#444,#000);
box-shadow: inset 0 0 5px #000;
}
.sense-ui .dw .dwb-a {
background: #3c7500;
background: linear-gradient(#94c840,#3c7500);
background: -webkit-gradient(linear,left bottom,left top,from(#3c7500),to(#94c840));
background: -moz-linear-gradient(#94c840,#3c7500);
background: -o-linear-gradient(#94c840,#3c7500);
}
/* Docked */
.sense-ui.dw-top .dw {
border: 0;
border-radius: 0;
-webkit-border-radius: 0;
}
.sense-ui.dw-bottom .dw {
border: 0;
border-top: 1px solid #666;
border-radius: 0;
-webkit-border-radius: 0;
}