summaryrefslogtreecommitdiff
path: root/slideshows/differ/template/styles.css
blob: ac25755dcebb3ee632836e0b35cb23bdcd0bde59 (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
54
55
56
57
58
59
60
body{
	background-color:#000;
}

div.frame	{
	margin-left: auto;
	margin-right: auto;
	min-width: 700px;
	max-width: 1500px;
}

div.content {
	padding: 20px;
	margin-right: 285px;
	min-height: 120px;
}

div.info{
	color: #fff;
	margin-top: 20px;
        padding: 20px;
	margin-right: 20px;
	right: 0;
        width: 215px;
	float: right;
	border: 3px solid #CFCEBD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.slide_desc {
	position: absolute;
	top: 80%;
	height: 20%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

h2 {
	color: white;
	font: bold 24px/45px Helvetica, Sans-Serif;
	padding-left: 10px;
}

ul.rui-billboard {
	border: 3px solid #CFCEBD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	max-width:100%; 
	width: 100%;
}

ul.rui-billboard li img {
	max-width:100%; 
	max-height:100%;
	width: 100%;
	display: block;
}