-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
55 lines (49 loc) · 980 Bytes
/
main.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
body {
padding: 80px 80px 80px 80px;
background-image: url('./media/background.jpg');
background-size: cover;
color: white;
font-family:'Open Sans', sans-serif;
}
img.resize {
max-width:100%;
/*max-height:700px;*/
}
.book_cover:hover {
background-color: black;
}
.title {
font-family: "Lucida Console";
}
.pdfobject-container { height: 1200px;}
.pdfobject { border: 1px solid #666; }
#nav_pills_display {
display: flex;
justify-content: center;
/* background-color: white;*/
}
#nav_pills_display li{
background-color: white;
}
.book_thumbnail img{
height: 100px;
width: auto;
padding-left: 10px;
padding-right:10px;
padding-bottom: 10px;
}
#message_selected_page {
color: lightblue;
}
#expand_toggle {
padding-left: 5px;
color: lightblue;
cursor: pointer;
font-weight: bold;
}
#parallel_toggle {
padding-left: 5px;
color: lightblue;
cursor: pointer;
font-weight: bold;
}