summaryrefslogtreecommitdiff
path: root/css/index.css
blob: 484b21d43ee8aa99e079fab8a4408224d04e7057 (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
.index_cell {
	height : 270px;
}

.thumb img {
	max-height : 180px;
	max-width : 120px;
	height : auto;
	width : auto;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.thumb.read img {
	opacity : 0.25;
}

.in_progress {
	font-style : italic;
}

.caption div {
	overflow : hidden;
	text-overflow: ellipsis;
	white-space : nowrap;
}

.qtip-custom, .book-summary {
	max-height : 250px;
	overflow : auto;
}