summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.statsbar.css
blob: 32df390cb9167296ec15083450b375080517a98f (plain)
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
.tux-statsbar {
	max-width: 400px;
	padding: 0;
	height: 5px;
	background-color: #bbb;
}

.tux-statsbar span {
	height: 5px;
	float: left;
	padding: 0;
	transition: width 1s;
}

.tux-statsbar .tux-proofread {
	background-color: #00af89;
}

.tux-statsbar .tux-translated {
	background-color: #2a4b8d;
}

.tux-statsbar .tux-fuzzy {
	background-color: #fc3;
}

.tux-statsbar .tux-untranslated {
	display: none;
}

.tux-statsbar-info {
	color: #72777d;
	font-weight: normal;
	line-height: 1.25em;
	font-size: 10pt;
	position: absolute;
	padding-top: 5px;
}