1 |
efrain |
1 |
/*
|
|
|
2 |
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
|
|
3 |
Code licensed under the BSD License:
|
|
|
4 |
http://developer.yahoo.com/yui/license.html
|
|
|
5 |
version: 2.9.0
|
|
|
6 |
*/
|
|
|
7 |
.yui-pb-bar {
|
|
|
8 |
background-color:blue;
|
|
|
9 |
}
|
|
|
10 |
|
|
|
11 |
.yui-pb {
|
|
|
12 |
border: thin solid #808080
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.yui-skin-sam .yui-pb {
|
|
|
16 |
background-color: transparent;
|
|
|
17 |
border: solid #808080;
|
|
|
18 |
border-width:1px 0;
|
|
|
19 |
}
|
|
|
20 |
|
|
|
21 |
.yui-skin-sam .yui-pb-rtl,.yui-skin-sam .yui-pb-ltr {
|
|
|
22 |
background-image: url(http://yui.yahooapis.com/2.9.0/build/progressbar/assets/skins/sam/back-h.png);
|
|
|
23 |
background-repeat:repeat-x;
|
|
|
24 |
}
|
|
|
25 |
|
|
|
26 |
.yui-skin-sam .yui-pb-ttb,.yui-skin-sam .yui-pb-btt {
|
|
|
27 |
background-image: url(http://yui.yahooapis.com/2.9.0/build/progressbar/assets/skins/sam/back-v.png);
|
|
|
28 |
background-repeat:repeat-y;
|
|
|
29 |
}
|
|
|
30 |
.yui-skin-sam .yui-pb-bar{
|
|
|
31 |
background-color:transparent;
|
|
|
32 |
}
|
|
|
33 |
|
|
|
34 |
.yui-skin-sam .yui-pb-ltr .yui-pb-bar,.yui-skin-sam .yui-pb-rtl .yui-pb-bar {
|
|
|
35 |
background-image:url(http://yui.yahooapis.com/2.9.0/build/progressbar/assets/skins/sam/bar-h.png);
|
|
|
36 |
background-repeat:repeat-x;
|
|
|
37 |
}
|
|
|
38 |
.yui-skin-sam .yui-pb-ttb .yui-pb-bar,.yui-skin-sam .yui-pb-btt .yui-pb-bar {
|
|
|
39 |
background-image:url(http://yui.yahooapis.com/2.9.0/build/progressbar/assets/skins/sam/bar-v.png);
|
|
|
40 |
background-repeat:repeat-y;
|
|
|
41 |
}
|
|
|
42 |
|
|
|
43 |
.yui-skin-sam .yui-pb-mask {
|
|
|
44 |
border: solid #808080;
|
|
|
45 |
border-width:0 1px;
|
|
|
46 |
margin: 0 -1px;
|
|
|
47 |
}
|
|
|
48 |
|
|
|
49 |
.yui-skin-sam .yui-pb-caption {
|
|
|
50 |
color:#000;
|
|
|
51 |
text-align:center;
|
|
|
52 |
margin:0 auto;
|
|
|
53 |
}
|
|
|
54 |
.yui-skin-sam .yui-pb-range {
|
|
|
55 |
color:#a6a6a6;
|
|
|
56 |
}
|