summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/WfextStyle/wikifab-style.css
blob: 40d34eb78dd7a1a2b5892bc9718a2693581c1787 (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
div.file-3D,
div.videofile{
	position: relative;
	width: 100%;
	height: 100%;
}	

div.file-3D .stl-file{
	background-image: url(images/msu-3D.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 5px;
	background-position: 0 0;
}

div.videofile .mp4-file{
	background-image: url(images/msu-play-verysmall.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	padding: 5px;
}	

.carousel-thumb .stl-file{
	background-size: 38px;
}

.item .stl-file{
	background-size: auto;
}

.item .mp4-file{
	display: none;
}