-
Notifications
You must be signed in to change notification settings - Fork 17
/
styles.css
111 lines (87 loc) · 1.45 KB
/
styles.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@media (min-width: 991.98px) {
#quarto-header {
border-bottom: 1px solid #dee2e6;
}
}
.navbar-brand > img {
max-height: 36px;
}
.platform-table td {
vertical-align: middle;
}
.platform-table td > div.sourceCode {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
.document-example {
opacity: 0.9;
padding: 6px;
font-weight: 500;
margin-bottom: 1rem;
}
.document-example div {
padding: 5px;
}
.document-example .citation {
color: blue;
}
.trademark {
font-size: 0.6rem;
display: inline-block;
margin-left: -3px;
}
.search-attribution {
margin-top: 20px;
padding-bottom: 20px;
height: 40px;
}
#download-button {
margin-top: 1em;
}
#download-table {
margin-bottom: 2em;
}
#download-table p {
margin-bottom: 0;
}
#download-table .checksum {
color: var(--bs-primary);
font-size: .775em;
cursor: pointer;
padding-top: 4px;
}
#download-button {
display:flex;
justify-content: center;
padding-bottom: 10px;
padding-top: 10px;
}
#download-button .secondary {
font-size: .775em;
margin-bottom: 0;
}
#download-button .container {
display: flex;
padding-left: 10px;
padding-right: 40px;
}
#download-button .icon-container {
fill: white;
width: 30px;
margin-right: 15px;
}
.reveal-demo {
width: 100%;
height: 350px;
outline: none;
}
.slide-deck {
border: 3px solid #dee2e6;
width: 100%;
height: 475px;
}
@media only screen and (max-width: 600px) {
.slide-deck {
height: 400px;
}
}