-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
88 lines (70 loc) · 1.15 KB
/
default.css
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
78
79
80
81
82
83
84
85
86
87
88
body {
min-height: 768px;
}
select {
height: 10em !important;
}
.book-title {
cursor: pointer;
text-decoration: underline;
}
.author-link {
cursor: pointer;
text-decoration: underline;
}
.genre-link {
cursor: pointer;
text-decoration: underline;
}
.subject-link {
cursor: pointer;
text-decoration: underline;
}
.serie-link {
cursor: pointer;
text-decoration: underline;
}
.publisher-link {
cursor: pointer;
text-decoration: underline;
}
img {
max-width: 175px;
}
p {
text-align: justify;
}
.book-preview {
margin-top: 5px;
}
.book-front-cover {
margin-right: 15px;
}
.modal-body {
max-height: 500px;
}
.mediumListIconTextItem-Detail h4 {
overflow: hidden;
max-width: 180px;
white-space: nowrap;
}
i[class*="icon-"] {
cursor: pointer;
display: inline-block;
}
.icon-format-large {
width: 60px;
height: 60px;
font-size: 60px;
line-height: 60px;
margin: 5px;
}
.format-epub {
color: green;
}
.format-mobi {
color: darkblue;
}
.hide {
display: none;
}