-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpmtree.css
More file actions
54 lines (45 loc) · 688 Bytes
/
pmtree.css
File metadata and controls
54 lines (45 loc) · 688 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
/*
#chooseroot {
border-radius: .25em;
border: 1px solid lightgray;
margin-left: 0em;
margin-right: 0em;
}
*/
#topbanner {
background-color: #ed9415;
padding-top: 5em;
padding-bottom: 1em;
}
#rootwords {
font-family: serif;
font-size: 2em;
margin-bottom: .5em;
}
.searchword:hover {
background-color: gold;
}
#wordtree_basic {
min-width: 600px;
}
.searchoptions {
font-size: .9em;
width: 80%;
border: 1px dotted grey;
border-radius: 10px;
padding: 1em;
}
.optionlabel {
margin-bottom: 0em;
font-weight: bold;
}
#examplechart img {
max-width: 50%;
height: auto;
}
.card-title {
font-weight: bold;
}
#reset {
margin-top: 2em;
}