summaryrefslogtreecommitdiff
path: root/kvmd/web/css/msd.css
blob: 91c6a2807ef796d676b771bb71ac2079997e4e48 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
div#msd-menu {
	width: 450px;
}
div#msd-menu
div#msd-not-in-operate,
div#msd-current-image-broken,
div#msd-another-another-user-uploads,
input#msd-select-new-image-file,
div#msd-new-image {
	display: none;
}

table.msd-info {
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
	border-spacing: 5px;
	margin: 0 10px 0 10px;
	font-size: 12px;
}
table.msd-info
td#msd-status,
td#msd-current-image-name,
td#msd-current-image-size,
td#msd-storage-size,
td#msd-new-image-name,
td#msd-new-image-size {
	font-weight: bold;
	max-width: 310px;
	overflow: hidden;
}

div#msd-progress {
	background-color: var(--bg-color-selected);
	height: 1.5em;
	width: 100%;
	position: relative;
}
div#msd-progress:before {
	color: var(--fg-color-intensive);
	content: attr(data-label);
	font-size: 0.8em;
	position: absolute;
	text-align: center;
	top: 4px;
	left: 0;
	right: 0;
}
div#msd-progress span#msd-progress-value {
	background-color: var(--bg-color-intensive);
	display: inline-block;
	height: 100%;
}