summaryrefslogtreecommitdiff
path: root/css/index.css
blob: 0a8cdd47ad294d77fd346d7ec0a5f63282c4b20a (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
.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.5;
	filter : grayscale(100%);
}

.in_progress {
	font-style : italic;
}

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

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

::selection {
	background : #007d71;
	color : white;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #007d71;
}

::-webkit-scrollbar-track {
	background-color: #eee;
}