Project

General

Profile

1
.sbWrapper {
2
	position: absolute;
3
	margin: 25px 50% 0 50%;
4
	font-family: Verdana, sans-serif;
5
}
6

    
7
.sbBar {
8
	top: -4px;
9
	border: 1px solid #999999;
10
	background-color: #cccccc;
11
	height: 7px;
12
}
13

    
14
.sbBarAlt {
15
	top: -4px;
16
	border: 1px solid #999999;
17
	background-color: #ffffff;
18
	height: 7px;
19
}
20

    
21
.sbMarkerMajor {
22
	width: 0px;
23
}
24

    
25
.sbMarkerMinor {
26
	width: 0px;
27
}
28

    
29
.sbNumbersBox {
30
	top: -19px;
31
	font-size: 0.65em;
32
	color: #333333;
33
}
34

    
35
.sbLabelBox {
36
	top: 6px;
37
	font-size: 0.8em;
38
	color: #333333;
39
	font-variant: small-caps;
40
}
41

    
42
.sbLabelBoxSingleLine {
43
	top: -0.7em;
44
	font-size: 0.7em;
45
	color: #333333;
46
}
(5-5/7)