-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
54 lines (54 loc) · 824 Bytes
/
custom.css
File metadata and controls
54 lines (54 loc) · 824 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* Set Color Scheme */
body {
background-color: Canvas;
color: CanvasText;
color-scheme: light dark;
}
/* Set link colors */
a {
color: LinkText;
}
a:visited {
color: VisitedText;
}
/* Start with all sectionDiv's hidden */
div.sectionDiv {
display: none;
}
/* For filtering bibliographical entries */
.filterBib {
display: none;
}
.show {
display: block;
}
.container {
margin-top: 20px;
overflow: hidden;
}
.thebibliography {
margin-bottom: 1ex;
}
.bookcontainer {
width: 100%;
}
imgfloat {
float: right;
width: 40%;
min-width: 150px;
padding: 1em;
}
imgborder {
border-width: 1px;
border-style: solid;
border-color: grey;
}
.collapsible, .abstract {
font-family:sans-serif;
font-weight:bold;
color: LinkText;
cursor: pointer;
}
.categories, .categoryname{
color: teal;
}