-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmia_serif_compact.css
More file actions
39 lines (29 loc) · 827 Bytes
/
mia_serif_compact.css
File metadata and controls
39 lines (29 loc) · 827 Bytes
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
@import "fonts/serif.css";
@import "mia_base.css";
:root {
--content-font-family: "IBM Plex Serif";
--content-font-size: 12pt;
--content-line-height: 18pt;
--title-font-family: "IBM Plex Serif";
--title-font-breadcrumb-size: var(--content-font-size);
--title-font-size: calc(var(--content-font-size)*1.333);
--block-padding: 2px;
--content-h1-text-decoration: none;
--content-h1-size: 123%;
--content-h2-size: 115%;
--content-h3-size: 100%;
--content-h3-font-weight: bold;
--content-h3-font-style: normal;
--content-h4-font-weight: bold;
--content-h4-font-style: italic;
--table-heading-transform: uppercase;
--table-heading-font-size: 75%;
}
a.external-link {
text-decoration: underline;
border: none;
}
.left-sidebar-inner .nav-content-item .bd ul a {
padding-top: 1px;
padding-bottom: 1px;
}