jqbar.css
903 Bytes
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
.jqbar
{
position: relative;
top: 100px;
}
.jqbar.vertical
{
text-align: center;
display: inline-block;
}
.jqbar.vertical span
{
display: block;
font-size: 11px;
font-weight: bold;
}
.jqbar.vertical .bar-percent
{
font-size: 11px;
font-weight: bold;
position: absolute;
height: 20px;
margin-bottom: 5px;
width: 100%;
}
.jqbar.vertical .bar-level-wrapper
{
position: relative;
display: inline-block;
overflow: hidden;
}
.jqbar.vertical .bar-level
{
position: absolute;
}
/*horizontal*/
.jqbar.horizontal span
{
display: inline-block;
margin-left: 5px;
font-size: 11px;
font-weight: bold;
}
.jqbar.horizontal .bar-percent
{
font-size: 11px;
font-weight: bold;
height: 20px;
margin-bottom: 5px;
}