forked from aolney/ct-modular-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (69 loc) · 1 KB
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
div.figure {
border-top-width: 0;
border-bottom-width: 0;
}
div.inline-figure {
border-top-width: 0;
border-bottom-width: 0;
}
iframe {
border-top-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
}
//modals in bs4
.modal {
padding: 0 !important; // override inline padding-right added from js
}
.modal .modal-dialog {
width: 100%;
max-width: none;
height: 100%;
margin: 0;
}
.modal .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal .modal-body {
overflow-y: auto;
}
.popover{
max-width: 40%;
}
.modal-popover {
overflow-y: auto;
height: 350px;
}
.instruction-wide-image {
height: 100%;
width: 100%;
}
.rack-image {
height: 300px;
width: auto
}
.rack-image-6u {
height: 500px;
width: auto
}
.rack-image-9u {
height: 700px;
width: auto
}