Project

General

Profile

1
.sbWrapper {
2
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
3
	padding: 30px 0 10px 20px;
4
}
5

    
6
.sbBar {
7
	border: 1px solid #8C8675;
8
	background: url('fancy-bar.gif');
9
	height: 8px;
10
}
11

    
12
.sbBarAlt {
13
	border: 1px solid #8C8675;
14
	background: url('fancy-bar-alt.gif');
15
	height: 8px;
16
}
17

    
18
.sbMarkerMajor {
19
	width: 0px;
20
}
21

    
22
.sbMarkerMinor {
23
	width: 0px;
24
}
25

    
26
.sbNumbersBox {
27
	top: 7px;
28
	font-size: 0.8em;
29
	color: #333333;
30
}
31

    
32
.sbLabelBox {
33
	top: -23px;
34
	font-size: 0.9em;
35
	color: #333333;
36
}
37

    
38
.sbLabelBoxSingleLine {
39
	top: -0.8em;
40
	font-size: 0.8em;
41
	color: #333333;
42
	font-variant: small-caps;
43
}
(4-4/7)