summaryrefslogtreecommitdiff
path: root/css/read.css
blob: 9152feb8608c6d0f89fbcf343c965161075aa8e5 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.loading {
	position : absolute;
	color : #999;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	z-index : 32;
	text-align : center;
	background : white;
	padding : 16px;
	font-size : 18px;
	display : table;
}
.loading > div {
	display : table-cell;
	vertical-align : middle;
}

.header {
	top : 5px;
	left : 0px;
	width : 100%;
	height : 24px;
}
.footer {
	bottom : 5px;
	left : 0px;
	width : 100%; 
	height : 24px;
}
.header, .footer {
	position : absolute;
	font-size : 13px;
	display : table;
	padding-left : 10px;
	padding-right : 10px;
	color : #999;
}
.header > *, .footer > * {
	display : table-cell;
	vertical-align : middle;
}
.header .title {
	margin-left : 30px;
}
.footer .location {
	cursor : pointer;
	text-align : right;
}
.toolbar {
	text-align : right;
}
.toolbar > * {
	margin-left : 5px;
}
#reader {
	position : absolute;
	top : 32px;
	bottom : 32px;
	left : 96px;
	right : 96px;	
}

@media (max-width: 767px) {
	#reader {
		left : 32px;
		right : 32px;
	}
}

ul.toc_list {
	height : 250px;
	overflow : auto;
}